Added copyright and license notice.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 21 Feb 2001 22:51:23 +0000 (22:51 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 21 Feb 2001 22:51:23 +0000 (22:51 +0000)
HACKING
INSTALL

diff --git a/HACKING b/HACKING
index 17f3fd7..3aac223 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,20 @@
+Guile Hacking Guide
+Copyright (c) 1996, 1997, 1998, 1999, 2000 Free software Foundation, Inc.
+
+   Permission is granted to anyone to make or distribute verbatim copies
+   of this document as received, in any medium, provided that the
+   copyright notice and permission notice are preserved,
+   and that the distributor grants the recipient permission
+   for further redistribution as permitted by this notice.
+
+   Permission is granted to distribute modified versions
+   of this document, or of portions of it,
+   under the above conditions, provided also that they
+   carry prominent notices stating who last changed them,
+   and that any new or changed statements about the activities
+   of the Free Software Foundation are approved by the Foundation.
+
+
 Hacking It Yourself ==================================================
 
 As distributed, Guile needs only an ANSI C compiler and a Unix system
diff --git a/INSTALL b/INSTALL
index c884b50..c96d819 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,20 @@
+Guile Installation Guide
+Copyright (c) 1996, 1997, 1998, 1999, 2000 Free software Foundation, Inc.
+
+   Permission is granted to anyone to make or distribute verbatim copies
+   of this document as received, in any medium, provided that the
+   copyright notice and permission notice are preserved,
+   and that the distributor grants the recipient permission
+   for further redistribution as permitted by this notice.
+
+   Permission is granted to distribute modified versions
+   of this document, or of portions of it,
+   under the above conditions, provided also that they
+   carry prominent notices stating who last changed them,
+   and that any new or changed statements about the activities
+   of the Free Software Foundation are approved by the Foundation.
+
+
 Brief Installation Instructions ===========================================
 
 To build Guile on unix, there are two basic steps:
@@ -249,3 +266,4 @@ Makefile(s), the header file containing system-dependent definitions
 The file `configure.in' is used as a template to create `configure' by
 a program called `autoconf'.  You will only need it if you want to
 regenerate `configure' using a newer version of `autoconf'.
+