diff options
Diffstat (limited to 'libguile/eval.i.c')
-rw-r--r-- | libguile/eval.i.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libguile/eval.i.c b/libguile/eval.i.c index 898cca5ec..c1e1fb62e 100644 --- a/libguile/eval.i.c +++ b/libguile/eval.i.c @@ -1,3 +1,23 @@ +/* + * eval.i.c - actual evaluator code for GUILE + * + * 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 + */ + #undef RETURN #undef ENTER_APPLY #undef PREP_APPLY |