Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
835a3da7
Commit
835a3da7
authored
Feb 02, 2008
by
Glenn Morris
Browse files
Update copyright years and GPL version.
parent
56b3f3fe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
admin/charsets/mapconv
admin/charsets/mapconv
+4
-4
admin/charsets/mule-charsets.el
admin/charsets/mule-charsets.el
+5
-5
admin/unidata/Makefile
admin/unidata/Makefile
+4
-4
admin/unidata/unidata-gen.el
admin/unidata/unidata-gen.el
+4
-4
No files found.
admin/charsets/mapconv
View file @
835a3da7
#!/bin/sh
#
# Copyright (C) 2003
# Copyright (C) 2003
, 2004, 2005, 2006, 2007, 2008
# National Institute of Advanced Industrial Science and Technology (AIST)
# Registration Number H13PRO009
#
...
...
@@ -8,7 +8,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,
...
...
@@ -18,8 +18,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., 5
9 Temple Place - Suite 330
,
# Boston, MA 0211
1
-130
7
, USA.
# Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
,
# Boston, MA 0211
0
-130
1
, USA.
# Comment:
# Convert charset map of various format into this:
...
...
admin/charsets/mule-charsets.el
View file @
835a3da7
;; mule-charsets.el -- Generate Mule-orignal charset maps.
;; 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., 5
9 Temple Place - Suite 330
,
;; Boston, MA 0211
1
-130
7
, USA.
;; Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
,
;; Boston, MA 0211
0
-130
1
, USA.
(
if
(
or
(
<
emacs-major-version
21
)
(
<
emacs-minor-version
3
)
...
...
@@ -32,7 +32,7 @@
(
unicode
(
encode-char
start
'ucs
)))
(
if
unicode
(
if
(
nth
2
split
)
(
insert
(
format
"0x%02X%02X 0x%04X\n"
(
insert
(
format
"0x%02X%02X 0x%04X\n"
(
nth
1
split
)
(
nth
2
split
)
unicode
))
(
insert
(
format
"0x%02X 0x%04X\n"
(
nth
1
split
)
unicode
)))))
(
setq
start
(
1+
start
))))
...
...
admin/unidata/Makefile
View file @
835a3da7
# Makefile -- Makefile to generate character property tables.
# Copyright (C) 2005
# Copyright (C) 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., 5
9 Temple Place - Suite 330
,
# Boston, MA 0211
1
-130
7
, USA.
# Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
,
# Boston, MA 0211
0
-130
1
, USA.
EMACS
=
../../src/emacs
DSTDIR
=
../../lisp/international
...
...
admin/unidata/unidata-gen.el
View file @
835a3da7
;; unidata-gen.el -- Create files containing character property data.
;; Copyright (C) 2005
;; Copyright (C) 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., 5
9 Temple Place - Suite 330
,
;; Boston, MA 0211
1
-130
7
, USA.
;; Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
,
;; Boston, MA 0211
0
-130
1
, USA.
;;; Commentary:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment