aboutsummaryrefslogtreecommitdiff
path: root/includes/sha1.h
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-12 13:03:39 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-12 13:03:39 +0100
commit65ef92c3a4baed206b6aeb4142dca88016fdfc35 (patch)
tree754e014862c527e7ec6b38b882153cb8b8771ec1 /includes/sha1.h
parent4ddedff3fa107fdf2f229c258bd9dfd6c6223b3b (diff)
LICENSE relicense public domain sha1.h as GPL2+, added credits for binreloc.c+h
Diffstat (limited to 'includes/sha1.h')
-rw-r--r--includes/sha1.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/includes/sha1.h b/includes/sha1.h
index 8b5c0b2f..ae22a0f5 100644
--- a/includes/sha1.h
+++ b/includes/sha1.h
@@ -1,7 +1,19 @@
/*
* SHA-1 in C
* By Steve Reid <steve@edmweb.com>
- * 100% Public Domain
+ * Copyright by: hardinfo2 project
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2.0 or later.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __SHA1_H__