diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:11:30 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:11:30 +0000 |
commit | cb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a (patch) | |
tree | f932d91c6173c49cb01474e015b6bf9e328bf51e | |
parent | 924e80084f8f57a2f1240ba4379ab4803efe5ee7 (diff) | |
download | guile-cb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a.tar.gz |
add FSF header.
-rw-r--r-- | libguile/ChangeLog | 4 | ||||
-rw-r--r-- | libguile/private-gc.h | 21 |
2 files changed, 22 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index da886baf9..588927814 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -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 diff --git a/libguile/private-gc.h b/libguile/private-gc.h index 7c0fd883b..34d789b30 100644 --- a/libguile/private-gc.h +++ b/libguile/private-gc.h @@ -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 |