aboutsummaryrefslogtreecommitdiffstats
path: root/admin/unidata
diff options
context:
space:
mode:
authorGlenn Morris2008-02-02 03:52:44 +0000
committerGlenn Morris2008-02-02 03:52:44 +0000
commit835a3da77a274ed30563eb3e65c43dab5bf09564 (patch)
tree342372327c7ab960ee2f07762621a3dbd6cab4ec /admin/unidata
parent56b3f3fe705e27cf2e15200f9ca8e8bbee5603e4 (diff)
downloademacs-835a3da77a274ed30563eb3e65c43dab5bf09564.tar.gz
emacs-835a3da77a274ed30563eb3e65c43dab5bf09564.zip
Update copyright years and GPL version.
Diffstat (limited to 'admin/unidata')
-rw-r--r--admin/unidata/Makefile8
-rw-r--r--admin/unidata/unidata-gen.el8
2 files changed, 8 insertions, 8 deletions
diff --git a/admin/unidata/Makefile b/admin/unidata/Makefile
index 220477b46d5..22f7bde7298 100644
--- a/admin/unidata/Makefile
+++ b/admin/unidata/Makefile
@@ -1,5 +1,5 @@
1# Makefile -- Makefile to generate character property tables. 1# Makefile -- Makefile to generate character property tables.
2# Copyright (C) 2005 2# Copyright (C) 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
23EMACS = ../../src/emacs 23EMACS = ../../src/emacs
24DSTDIR = ../../lisp/international 24DSTDIR = ../../lisp/international
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index b9b746d7374..a3015a4968d 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1,5 +1,5 @@
1;; unidata-gen.el -- Create files containing character property data. 1;; unidata-gen.el -- Create files containing character property data.
2;; Copyright (C) 2005 2;; Copyright (C) 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;;; Commentary: 23;;; Commentary:
24 24