summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/CJK/contrib
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-10-21 10:06:15 +0000
committerWerner Lemberg <wl@gnu.org>2006-10-21 10:06:15 +0000
commit5782cbc4de0815facc5f03d2be5eeba5801870b9 (patch)
tree0370aaafafe1f1bacbc262901cae1b40b7f0cb81 /Master/texmf-dist/source/latex/CJK/contrib
parente27c27217a676cb0b3701f52ae66b118283a89a5 (diff)
Update to CJK 4.7.0
git-svn-id: svn://tug.org/texlive/trunk@2361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/CJK/contrib')
-rwxr-xr-xMaster/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada18
-rw-r--r--Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada2.pl19
-rwxr-xr-xMaster/texmf-dist/source/latex/CJK/contrib/wadalab/makefont17
-rw-r--r--Master/texmf-dist/source/latex/CJK/contrib/wadalab/makeuniwada.pl17
4 files changed, 70 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada
index acaded60a4a..d5abfc50e09 100755
--- a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada
+++ b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada
@@ -1,8 +1,26 @@
+# Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org>
+#
+# This program 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 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program in doc/COPYING; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
# This script fixes the Wadalab fonts which have been created with the
# `makefont' script of the CJK package version 4.5.1 or earlier.
#
# It converts all PFB files in the current directory.
+
for i in *.pfb; do
echo $i
mv $i $i.old
diff --git a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada2.pl b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada2.pl
index 9c4a818da3d..2247a7c0c62 100644
--- a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada2.pl
+++ b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/fixwada2.pl
@@ -1,7 +1,24 @@
#! /usr/bin/perl -w
#
+# Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org>
+#
+# This program 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 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program in doc/COPYING; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
# This script fixes the Wadalab fonts which have been created with the
-# `makefont' script version 1.0 (from CJK 4.6.0), or which have been updated
+# `makefont' script version 1.0 (from CJK 4.7.0), or which have been updated
# with the `fixwada' script.
#
# . Make all glyph names compliant to the Adobe Glyph List (AGL) to
diff --git a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makefont b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makefont
index 7c70ef0c1ce..ecb5d14e82c 100755
--- a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makefont
+++ b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makefont
@@ -1,5 +1,22 @@
#!/bin/sh
#
+# Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org>
+#
+# This program 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 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program in doc/COPYING; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
# Version 1.0
#
# This script transforms Wadalab PFA and AFM files created by the
diff --git a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makeuniwada.pl b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makeuniwada.pl
index fa8c205f3c8..a0f0d71ac78 100644
--- a/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makeuniwada.pl
+++ b/Master/texmf-dist/source/latex/CJK/contrib/wadalab/makeuniwada.pl
@@ -1,5 +1,22 @@
#! /usr/bin/perl -w
#
+# Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org>
+#
+# This program 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 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program in doc/COPYING; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
# This script creates virtual subfonts in Unicode encoding for Wadalab
# subfonts. It can merge a JIS X 0208 and JIS X 0212 family into a single
# set of Unicode subfonts.