From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v2 5/5] iio: Support triggered events Date: Wed, 29 Jul 2015 00:58:34 -0700 Message-ID: <20150729075834.GA20718@infradead.org> References: <1438038300-12855-1-git-send-email-vladimir.barinov@cogentembedded.com> <1438038442-13082-1-git-send-email-vladimir.barinov@cogentembedded.com> <1438156610.5106.4.camel@tiscali.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1438156610.5106.4.camel@tiscali.nl> Sender: linux-kernel-owner@vger.kernel.org To: Paul Bolle Cc: Vladimir Barinov , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, cory.tusar@pid1solutions.com List-Id: devicetree@vger.kernel.org On Wed, Jul 29, 2015 at 09:56:50AM +0200, Paul Bolle wrote: > > > +MODULE_LICENSE("GPL"); > > And, according to include/linux/module.h, this states the license is GPL > v2 or later. So either the comment or the ident used in the > Btw, who came up with that meaning? The default Linux license is GPLv2 only and unless othewise specified that's what we should get by default.