summaryrefslogtreecommitdiff
path: root/Build/source/extra
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-02-01 02:13:03 +0000
committerNorbert Preining <preining@logic.at>2012-02-01 02:13:03 +0000
commita38299afa017fef9e9da92ba0390a475080db0ae (patch)
tree79c4c8724cc923f1421374d04776fed7fb0c36ba /Build/source/extra
parente3807215995ea62abb043fd51862a2497fd740fd (diff)
update copyright to GPL3+, add a warning in updmap-otf.sh
git-svn-id: svn://tug.org/texlive/trunk@25259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-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: