summaryrefslogtreecommitdiff
path: root/Build/source/extra/jfontmaps/script
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/jfontmaps/script')
-rwxr-xr-xBuild/source/extra/jfontmaps/script/updmap-otf.sh17
-rwxr-xr-xBuild/source/extra/jfontmaps/script/updmap-setup-kanji.pl14
2 files changed, 20 insertions, 11 deletions
diff --git a/Build/source/extra/jfontmaps/script/updmap-otf.sh b/Build/source/extra/jfontmaps/script/updmap-otf.sh
index 01050bca06e..0a188addd58 100755
--- a/Build/source/extra/jfontmaps/script/updmap-otf.sh
+++ b/Build/source/extra/jfontmaps/script/updmap-otf.sh
@@ -4,7 +4,14 @@
# Copyright 2004-2006 by KOBAYASHI R. Taizo
# Copyright 2011-2012 by PREINING Norbert
#
-# This file is licensed under GPL version 3.
+# WARNING: This file is NOT developed any more. TeX Live uses a version
+# rewritten in perl called updmap-setup-kanji, which is located
+# and developed in the same place as this file.
+#
+# For development see
+# http://www.tug.org/svn/texlive/trunk/Build/source/extra/jfontmaps/
+#
+# This file is licensed under GPL version 3 or any later version.
# For copyright statements see end of file.
#
# 27 Jan 2012 by PREINING Norbert <preining@logic.at> v0.9.2
@@ -299,18 +306,18 @@ main $@
# KOBAYASHI Taizo
# email to preining@logic.at
# Message-Id: <20120130.162953.59640143170594580.tkoba@cc.kyushu-u.ac.jp>
+# Message-Id: <20120201.105639.625859878546968959.tkoba@cc.kyushu-u.ac.jp>
# --------------------------------------------------------
# copyright statement は簡単に以下で結構です。
#
# Copyright 2004-2006 by KOBAYASHI Taizo
#
-# license も特にこだわりはありませんので
-#
-# GPL(v3)
+# では
+# GPL version 3 or any later version
#
-# で結構です。
# --------------------------------------------------------
#
# PREINING Norbert
# as author and maintainer of the current file
+# Licensed under GPL version 3 or any later version
#
diff --git a/Build/source/extra/jfontmaps/script/updmap-setup-kanji.pl b/Build/source/extra/jfontmaps/script/updmap-setup-kanji.pl
index ae9eaaf9390..d15df7a1310 100755
--- a/Build/source/extra/jfontmaps/script/updmap-setup-kanji.pl
+++ b/Build/source/extra/jfontmaps/script/updmap-setup-kanji.pl
@@ -7,6 +7,9 @@
# This file is licensed under GPL version 3 or any later version.
# For copyright statements see end of file.
#
+# For development see
+# http://www.tug.org/svn/texlive/trunk/Build/source/extra/jfontmaps/
+#
# 31 Jan 2012
# rewrite in Perl, so that the script is usable under Windows
# add command line options for help, dry-run, etc
@@ -269,25 +272,24 @@ sub main {
# KOBAYASHI Taizo
# email to preining@logic.at
# Message-Id: <20120130.162953.59640143170594580.tkoba@cc.kyushu-u.ac.jp>
+# Message-Id: <20120201.105639.625859878546968959.tkoba@cc.kyushu-u.ac.jp>
# --------------------------------------------------------
# copyright statement は簡単に以下で結構です。
#
# Copyright 2004-2006 by KOBAYASHI Taizo
#
-# license も特にこだわりはありませんので
-#
-# GPL(v3)
+# では
+# GPL version 3 or any later version
#
-# で結構です。
# --------------------------------------------------------
#
# PREINING Norbert
# as author and maintainer of the current file
-#
+# Licensed under GPL version 3 or any later version
#
### Local Variables:
### perl-indent-level: 2
### tab-width: 2
### indent-tabs-mode: nil
### End:
-# vim: set tabstop=2 expandtab:
+# vim: set tabstop=2 expandtab autoindent: