diff options
Diffstat (limited to 'libguile/private-gc.h')
-rw-r--r-- | libguile/private-gc.h | 21 |
1 files changed, 18 insertions, 3 deletions
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 |