aboutsummaryrefslogtreecommitdiff
path: root/includes/binreloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/binreloc.h')
-rw-r--r--includes/binreloc.h16
1 files changed, 11 insertions, 5 deletions
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 <h.lai@chello.nl>
+ * 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__