]> git.saurik.com Git - bison.git/commitdiff
maint: add license headers.
authorAkim Demaille <demaille@gostai.com>
Mon, 13 Feb 2012 12:39:23 +0000 (13:39 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 14 Feb 2012 19:08:20 +0000 (20:08 +0100)
* examples/calc++/test, examples/variant.yy, AUTHORS, THANKS,
* tests/atlocal.in, tests/bison.in: Add license headers.
Reported by Tys Lefering.

AUTHORS
THANKS
examples/calc++/test
examples/variant.yy
tests/atlocal.in
tests/bison.in

diff --git a/AUTHORS b/AUTHORS
index 0a3ca6fd51fdbd50ebd64740f2c89a9df0018b03..52e86fb659ad5a5a8a2badc484c21fbad263e212 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,3 +6,22 @@ Richard Stallman made it Yacc-compatible.
 
 Wilfred Hansen of Carnegie Mellon University added multicharacter
 string literals and other features.
+
+-----
+
+Copyright (C) 1998-2012 Free Software Foundation, Inc.
+
+This file is part of Bison, the GNU Compiler Compiler.
+
+This program 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
+(at your option) any later version.
+
+This program 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, see <http://www.gnu.org/licenses/>.
diff --git a/THANKS b/THANKS
index d25e6f700260d9a22c0d834e6893e5ebd0a0fc14..93b2b4aeba3472c683e2800f37fcc99c4197ed52 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -123,3 +123,22 @@ thank them!  Please, help us keeping this list up to date.
 Local Variables:
 mode: text
 End:
+
+-----
+
+Copyright (C) 2000-2012 Free Software Foundation, Inc.
+
+This file is part of Bison, the GNU Parser Generator.
+
+This program 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
+(at your option) any later version.
+
+This program 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, see <http://www.gnu.org/licenses/>.
index 2aa917bc070f5ef3c3e7c6559232cb5df5dbf679..27012239d261b3bce3968626f79a7c84ecf7aece 100755 (executable)
@@ -1,5 +1,20 @@
 #! /bin/sh
 
+# Copyright (C) 2005-2012 Free Software Foundation, Inc.
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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, see <http://www.gnu.org/licenses/>.
+
 test -z "$VERBOSE" && {
    exec > /dev/null 2>&1
    set -x
index 8471e6e8adc6ba033fd9ce6cbf0c6e8584f1c436..ec06981f3b07972389fab0aa4025563b357fc3c3 100644 (file)
@@ -1,3 +1,20 @@
+/*
+  Copyright (C) 2008-2012 Free Software Foundation, Inc.
+
+  This program 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
+  (at your option) any later version.
+
+  This program 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, see <http://www.gnu.org/licenses/>.
+*/
+
 %debug
 %skeleton "lalr1.cc"
 %defines
index 764540c8ca5c2eb1eb91a3567b46d1b5b26c1870..d34c1106401a2d2a1e603234047049b69c23ec7e 100644 (file)
@@ -2,6 +2,19 @@
 # Configurable variable values for Bison test suite.
 
 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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, see <http://www.gnu.org/licenses/>.
 
 # We need a C compiler.
 : ${CC='@CC@'}
index 0f8e07c1ce80cb5e3b4e48c6333d80a515eaade4..5d609bf50e42f715da8f9772661bf102d50856b6 100644 (file)
@@ -2,6 +2,21 @@
 # @configure_input@
 # Wrapper around a non installed bison to make it work as an installed one.
 
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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, see <http://www.gnu.org/licenses/>.
+
 abs_top_srcdir='@abs_top_srcdir@'
 abs_top_builddir='@abs_top_builddir@'