From 65ef92c3a4baed206b6aeb4142dca88016fdfc35 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 12 Mar 2024 13:03:39 +0100 Subject: LICENSE relicense public domain sha1.h as GPL2+, added credits for binreloc.c+h --- includes/binreloc.h | 1 + includes/sha1.h | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/binreloc.h b/includes/binreloc.h index 4e7366e8..5c7074a8 100644 --- a/includes/binreloc.h +++ b/includes/binreloc.h @@ -1,5 +1,6 @@ /* * BinReloc - a library for creating relocatable executables + * Written by: Hongli Lai * Copyright by: hardinfo2 project * http://autopackage.org/ * 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 - * 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__ -- cgit v1.2.3