add FSF header.
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Mon, 22 Jan 2007 15:11:30 +0000 (15:11 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Mon, 22 Jan 2007 15:11:30 +0000 (15:11 +0000)
libguile/ChangeLog
libguile/private-gc.h

index da886ba..5889278 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * private-gc.h: add FSF header.
+
 2007-01-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if
index 7c0fd88..34d789b 100644 (file)
@@ -1,7 +1,22 @@
 /*
-  (c) FSF 2002. 
-*/
-   
+ * private-gc.h - private declarations for garbage collection.
+ * 
+ * Copyright (C) 2002, 03, 04, 05, 06, 07 Free Software Foundation, Inc.
+ * 
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
 
 #ifndef PRIVATE_GC
 #define PRIVATE_GC