From 4ddedff3fa107fdf2f229c258bd9dfd6c6223b3b Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 12 Mar 2024 12:53:07 +0100 Subject: LICENSE relicenses Public Domain binreloc.c+h, md5 as GPL2+, fixes for improved detection and updated check_license.sh --- includes/binreloc.h | 16 +++++++++++----- includes/loongarch64/processor-platform.h | 3 +-- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'includes') diff --git a/includes/binreloc.h b/includes/binreloc.h index 3bf48bc6..4e7366e8 100644 --- a/includes/binreloc.h +++ b/includes/binreloc.h @@ -1,13 +1,19 @@ /* * BinReloc - a library for creating relocatable executables - * Written by: Hongli Lai + * Copyright by: 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_H__ diff --git a/includes/loongarch64/processor-platform.h b/includes/loongarch64/processor-platform.h index 006b762a..cc4b7fa6 100644 --- a/includes/loongarch64/processor-platform.h +++ b/includes/loongarch64/processor-platform.h @@ -3,8 +3,7 @@ * Copyright (C) 2003-2006 L. A. F. Pereira * * 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, version 2 or Later. + * 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 -- cgit v1.2.3