Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934057AbdLSHtt (ORCPT ); Tue, 19 Dec 2017 02:49:49 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:37171 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935623AbdLSHtq (ORCPT ); Tue, 19 Dec 2017 02:49:46 -0500 X-Google-Smtp-Source: ACJfBosFfHuWb1VaKJX5oJzxRnH400GCik7T+WNDqvQvgP+Q8j6bGg8kZzm5NILG+Dm0SiJAHboieTnH+bJSpIv2Exs= MIME-Version: 1.0 In-Reply-To: <1513654553-27097-1-git-send-email-satendra.t@samsung.com> References: <1513654553-27097-1-git-send-email-satendra.t@samsung.com> From: Philippe Ombredanne Date: Tue, 19 Dec 2017 08:49:05 +0100 Message-ID: Subject: Re: [PATCH v1] media: videobuf2: Add new uAPI for DVB streaming I/O To: Satendra Singh Thakur Cc: LKML , Linux Media Mailing List , Mauro Carvalho Chehab , Greg Kroah-Hartman , Thomas Gleixner , madhur.verma@samsung.com, hemanshu.s@samsung.com, sst2005@gmail.com, Kate Stewart , Hans Verkuil , Sakari Ailus , Kees Cook , Junghak Sung , Geunyoung Kim Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 35 Dear Satendra, On Tue, Dec 19, 2017 at 4:35 AM, Satendra Singh Thakur wrote: > --- /dev/null > +++ b/drivers/media/dvb-core/dvb_vb2.c > @@ -0,0 +1,422 @@ > +/* > + * dvb-vb2.c - dvb-vb2 > + * > + * Copyright (C) 2015 Samsung Electronics > + * > + * Author: jh1009.sung@samsung.com > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation. > + */ Would you mind using the new SPDX tags documented in Thomas patch set [1] rather than this fine but longer legalese? And if you could spread the word to others in your team this would be very nice. See also this fine article posted by Mauro on the Samsung Open Source Group Blog [2] Thank you! [1] https://lkml.org/lkml/2017/12/4/934 [2] https://blogs.s-osg.org/linux-kernel-license-practices-revisited-spdx/ -- Cordially Philippe Ombredanne