summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorkarl <karl>2008-03-20 19:02:37 +0000
committerkarl <karl>2008-03-20 19:02:37 +0000
commit3b90a7dda4e17c7f22d84843988cf73d32714533 (patch)
treeb80a8ff4eb63acd705d1a1f3718c97e113370fbb /Makefile.am
parentc55b2ef3795ce9b91fb362f82da4f6c0cad7486b (diff)
update Makefiles to GPLv3+
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am25
1 files changed, 12 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bc2d665..8c0f0fd8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,20 +1,19 @@
-# $Id: Makefile.am,v 1.44 2008/03/15 16:21:28 rocky Exp $
+# $Id: Makefile.am,v 1.45 2008/03/20 19:02:37 karl Exp $
#
-# Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
+# Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
#
-# 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 2 of the License, or
-# (at your option) any later version.
+# 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.
+# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
## Process this file with automake to produce Makefile.in
## which configure then turns into a Makefile ...