From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add mtd-utils. Date: Thu, 01 Sep 2016 14:13:27 +0200 Message-ID: <8760qfq0m0.fsf@gnu.org> References: <20160829232414.2538-1-dannym@scratchpost.org> <87eg56r85q.fsf@gmail.com> <20160830103925.6cc58bc2@scratchpost.org> <87oa48k63k.fsf@gnu.org> <20160831233942.32dbd77d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfQsD-0002Un-4q for guix-devel@gnu.org; Thu, 01 Sep 2016 08:13:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfQs7-0003j9-N4 for guix-devel@gnu.org; Thu, 01 Sep 2016 08:13:36 -0400 In-Reply-To: <20160831233942.32dbd77d@scratchpost.org> (Danny Milosavljevic's message of "Wed, 31 Aug 2016 23:39:42 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org, Alex Kost Danny Milosavljevic skribis: > On Wed, 31 Aug 2016 22:59:11 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Are there GPLv2 license headers that lack the =E2=80=9Cor any later vers= ion=E2=80=9D >> wording, or anything that explicitly says =E2=80=9Cversion 2 only=E2=80= =9D? If not, >> it=E2=80=99s v2-or-later. [...] > ./mkfs.ubifs/crc16.h: ' * Implements the standard CRC-16: * Width 16 = * Poly 0x8005 ( x^16 + x^15 + x^2 + 1 ) * Init 0 * * Copyright = ( c ) 2005 Ben Gardner * * This code was taken fr= om the linux kernel. The license is GPL Version 2. ' OK, GPLv2-only! Ludo'.