From cb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 22 Jan 2007 15:11:30 +0000 Subject: [PATCH] add FSF header. --- libguile/ChangeLog | 4 ++++ 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 + + * private-gc.h: add FSF header. + 2007-01-19 Han-Wen Nienhuys * 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