summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-02 03:51:10 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-02 03:51:10 +0000
commited3be7aaf4d2066842b736caaad0219ff89ccf5d (patch)
tree1e1cece0215bf33dbd83221ee9d6c07bba65230e /admin
parent175d1c83f0302bf85f93e5f7f53e0ebebc8f136f (diff)
downloademacs-ed3be7aaf4d2066842b736caaad0219ff89ccf5d.tar.gz
emacs-ed3be7aaf4d2066842b736caaad0219ff89ccf5d.tar.bz2
emacs-ed3be7aaf4d2066842b736caaad0219ff89ccf5d.zip
Update copyright years and GPL version.
Diffstat (limited to 'admin')
-rw-r--r--admin/charsets/compact.awk8
-rw-r--r--admin/charsets/cp51932.awk8
-rw-r--r--admin/charsets/cp932.awk8
-rw-r--r--admin/charsets/eucjp-ms.awk8
4 files changed, 16 insertions, 16 deletions
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk
index ba756b1ae55..f4a8790f9b3 100644
--- a/admin/charsets/compact.awk
+++ b/admin/charsets/compact.awk
@@ -1,5 +1,5 @@
# compact.awk -- Make charset map compact.
-# Copyright (C) 2003
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
@@ -7,7 +7,7 @@
#
# GNU Emacs 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
# Comment:
# Make a charset map compact by changing this kind of line sequence:
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk
index e30f4e29f1e..f4b50925fc9 100644
--- a/admin/charsets/cp51932.awk
+++ b/admin/charsets/cp51932.awk
@@ -1,5 +1,5 @@
# cp51932.awk -- Generate a translation table for CP51932.
-# Copyright (C) 2004
+# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
@@ -7,7 +7,7 @@
#
# GNU Emacs 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
# Comment:
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk
index 3c1da2d51b6..84ce17b9ea0 100644
--- a/admin/charsets/cp932.awk
+++ b/admin/charsets/cp932.awk
@@ -1,5 +1,5 @@
# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map.
-# Copyright (C) 2004
+# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
@@ -7,7 +7,7 @@
#
# GNU Emacs 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
# Comment:
# Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk
index 051e388e7f7..1c508ec9ca9 100644
--- a/admin/charsets/eucjp-ms.awk
+++ b/admin/charsets/eucjp-ms.awk
@@ -1,5 +1,5 @@
# eucjp-ms.awk -- Generate a translation table for eucJP-ms.
-# Copyright (C) 2004
+# Copyright (C) 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
@@ -7,7 +7,7 @@
#
# GNU Emacs 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
# Comment: