Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbbFDKsW (ORCPT ); Thu, 4 Jun 2015 06:48:22 -0400 Received: from ozlabs.org ([103.22.144.67]:51502 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbbFDKsP (ORCPT ); Thu, 4 Jun 2015 06:48:15 -0400 Message-ID: <1433414887.3441.1.camel@ellerman.id.au> Subject: Re: [PATCH v1 1/9]powerpc/powernv: Data structure and macros definition From: Mike & Meg To: Daniel Axtens Cc: Madhavan Srinivasan , linux-kernel@vger.kernel.org, Stephane Eranian , Paul Mackerras , Sukadev Bhattiprolu , linuxppc-dev@lists.ozlabs.org, Anshuman Khandual Date: Thu, 04 Jun 2015 20:48:07 +1000 In-Reply-To: <1433286663.438.10.camel@axtens.net> References: <1433260778-26497-1-git-send-email-maddy@linux.vnet.ibm.com> <1433260778-26497-2-git-send-email-maddy@linux.vnet.ibm.com> <1433286663.438.10.camel@axtens.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1197 Lines: 32 On Wed, 2015-06-03 at 09:11 +1000, Daniel Axtens wrote: > > + * 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; either version > > + * 2 of the License, or (at your option) any later version. > > + */ > > I'm not certain about this, but I _think_ this is supposed to be version > 2 only: > http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/COPYING#n9 Urgh. Yeah you're right, but we've been very sloppy about that over the years. And so we have a lot of files that say .. or later. And now that they say that we can't change them. For a new file though we should just use the v2 only wording. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/