* as/asranlib/Makefile.in, as/asranlib/asranlib.dsp,
[fw/sdcc] / as / link / lkrel.h
index 68e84c247b2b831cbaf16835a140aa2e1e8dba6b..3d88d63a4e2f0dd926024567e25c7dee37a5b31a 100644 (file)
@@ -1,13 +1,24 @@
-/* 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 2, 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, write to the Free Software
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
 
 /*
- * (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 +49,4 @@ extern "C"
 }
 #endif
 
-#endif                         /* __LKREL_H */
+#endif                          /* __LKREL_H */