summaryrefslogtreecommitdiff
path: root/modules/evalparse.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-08-07 03:15:24 +0000
committerEric Blake <ebb9@byu.net>2007-10-06 07:08:43 -0600
commit5ced71a68dc08d609d56db45882d89279df0c9c7 (patch)
tree0eda4973e9b4735d6b1677b58a1a9075cd16e134 /modules/evalparse.c
parent656f1a04a8d5a24697ceb2be6f8d57772715518a (diff)
downloadm4-5ced71a68dc08d609d56db45882d89279df0c9c7.tar.gz
Normalize all GPL license notices.
* m4/COPYING.LIB: Delete - libm4 is not distributed under LGPLv2 at this time. * Makefile.am: Update license wording. * bootstrap: Likewise. * commit: Likewise. * configure.ac: Likewise. * ltdl/config/mailnotify: Likewise. * ltdl/config/mkstamp: Likewise. * ltdl/m4/debug.m4: Likewise. * ltdl/m4/gmp.m4: Likewise. * ltdl/m4/m4-error.m4: Likewise. * ltdl/m4/m4-getopt.m4: Likewise. * ltdl/m4/m4-gettext.m4: Likewise. * ltdl/m4/m4-obstack.m4: Likewise. * ltdl/m4/m4-regex.m4: Likewise. * ltdl/m4/stackovf.m4: Likewise. * m4/builtin.c: Likewise. * m4/debug.c: Likewise. * m4/hash.c: Likewise. * m4/hash.h: Likewise. * m4/input.c: Likewise. * m4/m4.c: Likewise. * m4/m4module.h: Likewise. * m4/m4private.h: Likewise. * m4/macro.c: Likewise. * m4/module.c: Likewise. * m4/output.c: Likewise. * m4/path.c: Likewise. * m4/resyntax.c: Likewise. * m4/symtab.c: Likewise. * m4/syntax.c: Likewise. * m4/system_.h: Likewise. * m4/utility.c: Likewise. * modules/evalp
Diffstat (limited to 'modules/evalparse.c')
-rw-r--r--modules/evalparse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/evalparse.c b/modules/evalparse.c
index 49112e3e..5ac246c9 100644
--- a/modules/evalparse.c
+++ b/modules/evalparse.c
@@ -2,20 +2,20 @@
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2006, 2007
Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
+ This file is part of GNU M4.
+
+ GNU M4 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- This program is distributed in the hope that it will be useful,
+ GNU M4 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 General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* This file contains the functions to evaluate integer expressions