summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/extra/jfontmaps/README6
-rw-r--r--Build/source/extra/jfontmaps/script/updmap-otf29
2 files changed, 34 insertions, 1 deletions
diff --git a/Build/source/extra/jfontmaps/README b/Build/source/extra/jfontmaps/README
index 2c15992edc0..fa5cf2ada7e 100644
--- a/Build/source/extra/jfontmaps/README
+++ b/Build/source/extra/jfontmaps/README
@@ -16,4 +16,8 @@ Copyright:
==========
All the map files are under Public Domain.
-MISSING: copyright for updmap-otf
+The file updmap-otf is
+ Copyright 2004-2006 by KOBAYASHI Taizo
+ Copyright 2011-2012 by PREINING Norbert
+and licensed under the GPL version 3, see the file for details.
+
diff --git a/Build/source/extra/jfontmaps/script/updmap-otf b/Build/source/extra/jfontmaps/script/updmap-otf
index 4527aaa2e77..118eb7f1ec8 100644
--- a/Build/source/extra/jfontmaps/script/updmap-otf
+++ b/Build/source/extra/jfontmaps/script/updmap-otf
@@ -1,6 +1,12 @@
#!/bin/sh
# updmap-otf: v0.9.1
#
+# Copyright 2004-2006 by KOBAYASHI R. Taizo
+# Copyright 2011-2012 by PREINING Norbert
+#
+# This file is licensed under GPL version 3.
+# For copyright statements see end of file.
+#
# 27 Jan 2012 by PREINING Norbert <preining@logic.at> v0.9.2
# support IPA and IPAex fonts
# improve and extended documentation
@@ -28,6 +34,7 @@
# added noFont-udvips.map
# 28 Feb 2004 by KOBAYASHI R. Taizo <tkoba@ike-dyn.ritsumei.ac.jp> v0.1
+
###
### Usage
###
@@ -287,3 +294,25 @@ esac
main $@
+#
+#
+# Copyright statements:
+#
+# KOBAYASHI Taizo
+# email to preining@logic.at
+# Message-Id: <20120130.162953.59640143170594580.tkoba@cc.kyushu-u.ac.jp>
+# --------------------------------------------------------
+# copyright statement は簡単に以下で結構です。
+#
+# Copyright 2004-2006 by KOBAYASHI Taizo
+#
+# license も特にこだわりはありませんので
+#
+# GPL(v3)
+#
+# で結構です。
+# --------------------------------------------------------
+#
+# PREINING Norbert
+# as author and maintainer of the current file
+#