mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
add FSF header.
This commit is contained in:
parent
924e80084f
commit
cb90e2cbe7
2 changed files with 22 additions and 3 deletions
|
@ -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>
|
2007-01-19 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||||
|
|
||||||
* debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if
|
* debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if
|
||||||
|
|
|
@ -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
|
#ifndef PRIVATE_GC
|
||||||
#define PRIVATE_GC
|
#define PRIVATE_GC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue