diff options
| author | Glenn Morris | 2008-02-02 03:51:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-02 03:51:10 +0000 |
| commit | ed3be7aaf4d2066842b736caaad0219ff89ccf5d (patch) | |
| tree | 1e1cece0215bf33dbd83221ee9d6c07bba65230e /admin | |
| parent | 175d1c83f0302bf85f93e5f7f53e0ebebc8f136f (diff) | |
| download | emacs-ed3be7aaf4d2066842b736caaad0219ff89ccf5d.tar.gz emacs-ed3be7aaf4d2066842b736caaad0219ff89ccf5d.zip | |
Update copyright years and GPL version.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/charsets/compact.awk | 8 | ||||
| -rw-r--r-- | admin/charsets/cp51932.awk | 8 | ||||
| -rw-r--r-- | admin/charsets/cp932.awk | 8 | ||||
| -rw-r--r-- | admin/charsets/eucjp-ms.awk | 8 |
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 @@ | |||
| 1 | # compact.awk -- Make charset map compact. | 1 | # compact.awk -- Make charset map compact. |
| 2 | # Copyright (C) 2003 | 2 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
| @@ -7,7 +7,7 @@ | |||
| 7 | # | 7 | # |
| 8 | # GNU Emacs is free software; you can redistribute it and/or modify | 8 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 9 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 2, or (at your option) | 10 | # the Free Software Foundation; either version 3, or (at your option) |
| 11 | # any later version. | 11 | # any later version. |
| 12 | # | 12 | # |
| 13 | # GNU Emacs is distributed in the hope that it will be useful, | 13 | # GNU Emacs is distributed in the hope that it will be useful, |
| @@ -17,8 +17,8 @@ | |||
| 17 | # | 17 | # |
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs; see the file COPYING. If not, write to the | 19 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | # Boston, MA 02111-1307, USA. | 21 | # Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | # Comment: | 23 | # Comment: |
| 24 | # Make a charset map compact by changing this kind of line sequence: | 24 | # 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 @@ | |||
| 1 | # cp51932.awk -- Generate a translation table for CP51932. | 1 | # cp51932.awk -- Generate a translation table for CP51932. |
| 2 | # Copyright (C) 2004 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
| @@ -7,7 +7,7 @@ | |||
| 7 | # | 7 | # |
| 8 | # GNU Emacs is free software; you can redistribute it and/or modify | 8 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 9 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 2, or (at your option) | 10 | # the Free Software Foundation; either version 3, or (at your option) |
| 11 | # any later version. | 11 | # any later version. |
| 12 | # | 12 | # |
| 13 | # GNU Emacs is distributed in the hope that it will be useful, | 13 | # GNU Emacs is distributed in the hope that it will be useful, |
| @@ -17,8 +17,8 @@ | |||
| 17 | # | 17 | # |
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs; see the file COPYING. If not, write to the | 19 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | # Boston, MA 02111-1307, USA. | 21 | # Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | # Comment: | 23 | # Comment: |
| 24 | 24 | ||
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 @@ | |||
| 1 | # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. | 1 | # cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. |
| 2 | # Copyright (C) 2004 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
| @@ -7,7 +7,7 @@ | |||
| 7 | # | 7 | # |
| 8 | # GNU Emacs is free software; you can redistribute it and/or modify | 8 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 9 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 2, or (at your option) | 10 | # the Free Software Foundation; either version 3, or (at your option) |
| 11 | # any later version. | 11 | # any later version. |
| 12 | # | 12 | # |
| 13 | # GNU Emacs is distributed in the hope that it will be useful, | 13 | # GNU Emacs is distributed in the hope that it will be useful, |
| @@ -17,8 +17,8 @@ | |||
| 17 | # | 17 | # |
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs; see the file COPYING. If not, write to the | 19 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | # Boston, MA 02111-1307, USA. | 21 | # Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | # Comment: | 23 | # Comment: |
| 24 | # Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment | 24 | # 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 @@ | |||
| 1 | # eucjp-ms.awk -- Generate a translation table for eucJP-ms. | 1 | # eucjp-ms.awk -- Generate a translation table for eucJP-ms. |
| 2 | # Copyright (C) 2004 | 2 | # Copyright (C) 2004, 2005, 2006, 2007, 2008 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 3 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 4 | # Registration Number H13PRO009 |
| 5 | # | 5 | # |
| @@ -7,7 +7,7 @@ | |||
| 7 | # | 7 | # |
| 8 | # GNU Emacs is free software; you can redistribute it and/or modify | 8 | # GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 9 | # it under the terms of the GNU General Public License as published by |
| 10 | # the Free Software Foundation; either version 2, or (at your option) | 10 | # the Free Software Foundation; either version 3, or (at your option) |
| 11 | # any later version. | 11 | # any later version. |
| 12 | # | 12 | # |
| 13 | # GNU Emacs is distributed in the hope that it will be useful, | 13 | # GNU Emacs is distributed in the hope that it will be useful, |
| @@ -17,8 +17,8 @@ | |||
| 17 | # | 17 | # |
| 18 | # You should have received a copy of the GNU General Public License | 18 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs; see the file COPYING. If not, write to the | 19 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | # Boston, MA 02111-1307, USA. | 21 | # Boston, MA 02110-1301, USA. |
| 22 | 22 | ||
| 23 | # Comment: | 23 | # Comment: |
| 24 | 24 | ||