From: NeilBrown Date: Thu, 18 Oct 2012 04:38:36 +0000 (+1100) Subject: Replace sha1.h with slightly older version. X-Git-Tag: mdadm-3.2.6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14026ab68295f0b3787ed5d10270dc2777b4e720;p=thirdparty%2Fmdadm.git Replace sha1.h with slightly older version. sha1.h claims GPL3+, while sha1.c claims GPL2+. This is inconsistent and technically prevents the whole from being distributed under GPL2. So replace sha1.h with a version from the GCC sources from before Tue Apr 20 08:36:39 2010 when the copyright notice was updated. Reported-by: Jes Sorensen Signed-off-by: NeilBrown --- diff --git a/sha1.h b/sha1.h index a601d96b..d9b07f8a 100644 --- a/sha1.h +++ b/sha1.h @@ -1,11 +1,11 @@ /* Declarations of functions and data types used for SHA1 sum library functions. - Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2010 + Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008 Free Software Foundation, Inc. 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 3, or (at your option) any + Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful,