summaryrefslogtreecommitdiff
path: root/sha1.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-10-03 13:34:15 +1000
committerNeilBrown <neilb@suse.de>2012-10-03 13:34:15 +1000
commit6a1cde4d06806549db6e59a80ddb275e9b41f12b (patch)
tree8ecc83c8190b5352831920bd41f6d23f9b396bd9 /sha1.h
parent80730bae52ebbe2b682366da6d859c1ef907dee1 (diff)
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 <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'sha1.h')
-rw-r--r--sha1.h4
1 files changed, 2 insertions, 2 deletions
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,