diff options
Diffstat (limited to 'hardinfo2')
| -rw-r--r-- | hardinfo2/binreloc.c | 16 | ||||
| -rw-r--r-- | hardinfo2/hardinfo.c | 5 | 
2 files changed, 14 insertions, 7 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__ diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c index e2f11cdf..1cf6603a 100644 --- a/hardinfo2/hardinfo.c +++ b/hardinfo2/hardinfo.c @@ -2,9 +2,9 @@   *    HardInfo - Displays System Information   *    Copyright (C) 2003-2009 L. A. F. Pereira <l@tia.mat.br>   * + *   *    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 @@ -16,6 +16,7 @@   *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA   */ +  #include <config.h>  #include <shell.h> | 
