aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/binreloc.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-12 12:53:07 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-12 12:53:07 +0100
commit4ddedff3fa107fdf2f229c258bd9dfd6c6223b3b (patch)
tree1d8081add6c0173323d12318d52caae9cfe40743 /hardinfo2/binreloc.c
parentb010c80a8d4327931db1595534c2adede5ff3168 (diff)
LICENSE relicenses Public Domain binreloc.c+h, md5 as GPL2+, fixes for improved detection and updated check_license.sh
Diffstat (limited to 'hardinfo2/binreloc.c')
-rw-r--r--hardinfo2/binreloc.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/hardinfo2/binreloc.c b/hardinfo2/binreloc.c
index f47a3fae..42a7a6df 100644
--- a/hardinfo2/binreloc.c
+++ b/hardinfo2/binreloc.c
@@ -1,13 +1,19 @@
/*
* BinReloc - a library for creating relocatable executables
- * Written by: Hongli Lai <h.lai@chello.nl>
+ * Copyright: hardinfo2 project
* http://autopackage.org/
*
- * This source code is public domain. You can relicense this code
- * under whatever license you want.
+ * 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.
*
- * See http://autopackage.org/docs/binreloc/ for
- * more information and how to use this.
+ * 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 __BINRELOC_C__