* asranlib/asranlib.c, link/lkar.h, link/lkar.c:
[fw/sdcc] / as / link / lkrel.h
index 68e84c247b2b831cbaf16835a140aa2e1e8dba6b..ec846e85d10c221d6a18419381f8b38dcf148c7c 100644 (file)
@@ -1,13 +1,23 @@
-/* lkrel.h */
+/* lkrel.h - .rel object file handling
+
+   Copyright (C) 1989-1995 Alan R. Baldwin
+   721 Berkeley St., Kent, Ohio 44240
+   Copyright (C) 2008-2009 Borut Razem, borut dot razem at siol dot net
+
+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; either version 3, or (at your option) any
+later version.
+
+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, see <http://www.gnu.org/licenses/>. */
 
 /*
- * (C) Copyright 1989-1995
- * All Rights Reserved
- *
- * Alan R. Baldwin
- * 721 Berkeley St.
- * Kent, Ohio  44240
- *
  * With contributions for the
  * object libraries from
  * Ken Hornstein
  *
  */
 
+/*
+ * Extensions: P. Felber
+ */
+
 #ifndef __LKREL_H
 #define __LKREL_H
 
@@ -34,4 +48,4 @@ extern "C"
 }
 #endif
 
-#endif                         /* __LKREL_H */
+#endif                          /* __LKREL_H */