From: Akim Demaille Date: Tue, 23 Sep 2008 16:18:07 +0000 (+0200) Subject: Comment changes. X-Git-Tag: v2.7.90~1033 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b0d79ec65d0c92bd3afe377307206a48544285ca?ds=inline Comment changes. * data/local.mk, etc/local.mk, examples/local.mk: Use Automake comments for the license. --- diff --git a/ChangeLog b/ChangeLog index 6d044e8a..50ef9d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-15 Akim Demaille + + Comment changes. + * data/local.mk, etc/local.mk, examples/local.mk: Use Automake + comments for the license. + 2008-11-15 Akim Demaille Remove tests/Makefile.am. diff --git a/data/local.mk b/data/local.mk index 35394f5f..9e0d521d 100644 --- a/data/local.mk +++ b/data/local.mk @@ -1,17 +1,17 @@ ## Copyright (C) 2002, 2005, 2006, 2007, 2008 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 . +## 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 . dist_pkgdata_DATA = \ data/README \ diff --git a/etc/local.mk b/etc/local.mk index e66b1bbb..234e3fcc 100644 --- a/etc/local.mk +++ b/etc/local.mk @@ -1,16 +1,16 @@ ## Copyright (C) 2006, 2008 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 . +## 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 . nodist_noinst_SCRIPTS = etc/bench.pl diff --git a/examples/local.mk b/examples/local.mk index 0718b67a..137ad3ce 100644 --- a/examples/local.mk +++ b/examples/local.mk @@ -1,16 +1,16 @@ ## Copyright (C) 2005, 2008 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 . +## 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 . dist_noinst_SCRIPTS = examples/extexi