From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 8887560D37 for ; Thu, 2 Jan 2014 22:33:05 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s02MWq4Y032560; Thu, 2 Jan 2014 22:32:53 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mkDKFYbBZ7xN; Thu, 2 Jan 2014 22:32:52 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s02MWmwY032547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Jan 2014 22:32:50 GMT Message-ID: <1388701965.11527.133.camel@ted> From: Richard Purdie To: Paul Eggleton Date: Thu, 02 Jan 2014 22:32:45 +0000 In-Reply-To: <2957545.WLoVKAeHF1@helios> References: <351b3404860f88138d7721c83d5fcfd928668a47.1387832257.git.paul.eggleton@linux.intel.com> <1388672736.11527.101.camel@ted> <2957545.WLoVKAeHF1@helios> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] Fix license notices for OE-Core X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 22:33:07 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2014-01-02 at 20:44 +0000, Paul Eggleton wrote: > On Thursday 02 January 2014 14:25:36 Richard Purdie wrote: > > On Mon, 2013-12-23 at 20:59 +0000, Paul Eggleton wrote: > > > * Fix up LICENSE: > > > - Replace reference to Poky with OpenEmbedded > > > - Remove reference to bitbake and meta-extras that aren't part of this > > > > > > repository > > > > > > - Clarify license statements > > > > > > * Add a COPYING.GPLv2 file in meta/ for the GPLv2 parts > > > * Add a COPYING.MIT file to meta-skeleton consistent with the other > > > > > > meta-* directories > > > > > > Signed-off-by: Paul Eggleton > > > --- > > > > > > LICENSE | 16 +-- > > > meta-skeleton/COPYING.MIT | 17 +++ > > > meta/COPYING.GPLv2 | 339 > > > ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 364 > > > insertions(+), 8 deletions(-) > > > create mode 100644 meta-skeleton/COPYING.MIT > > > create mode 100644 meta/COPYING.GPLv2 > > > > FWIW this broke everything which depends on the checksum of the LICENSE > > file. I merged a fix for that and alerted Scott to the issue in the > > manuals. > > Oops, I hadn't anticipated that - thanks for clearing up after me. I do think > most of those recipes ought to be pointing at COPYING.MIT and not LICENSE > though. Quite possibly but I'll leave that for a later patch. Right now I just wanted the builds working again... Cheers, Richard