]> 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:12:34 +0000 (20:12 +0100)
* examples/calc++/test, examples/variant.yy, AUTHORS, THANKS,
* tests/atlocal.in, tests/bison.in: Add license headers.
Reported by Tys Lefering.
(cherry picked from commit 3272a7256f893399bbbc4b84e6181c71002f3fd8)

Conflicts:

examples/variant.yy
tests/bison.in

AUTHORS
THANKS
examples/calc++/test
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 7a9a587e849988e4f31943b1496744fbafda6e7f..23907e68c79cda5440957045b53477e042c906b1 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -121,3 +121,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 2f8a0454f9e74021d43202d7eabdcb90e92564ca..8f4d419a873ba98f03967b83602084a555ed8af4 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 873c9654e2d11100033049a25630a43295757a94..6f182806cbea751fdd91c2cc4fe186773c7d5b8f 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 b90c087a31e3e565ad5cf4baa22034e2ac024769..1ae8ffade9136c26b2ee22965241d33b697a1c9c 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/>.
+
 # Use the shipped files, not those installed.
 BISON_PKGDATADIR='@abs_top_srcdir@/data'
 export BISON_PKGDATADIR