summaryrefslogtreecommitdiff
path: root/Build
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 /Build
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 'Build')
-rw-r--r--Build/source/texk/cjkutils/bat/cjklatex.c19
-rw-r--r--Build/source/texk/cjkutils/conv/bg5conv.c4
-rw-r--r--Build/source/texk/cjkutils/conv/cef5conv.c4
-rw-r--r--Build/source/texk/cjkutils/conv/cefconv.c4
-rw-r--r--Build/source/texk/cjkutils/conv/cefsconv.c4
-rw-r--r--Build/source/texk/cjkutils/conv/extconv.c4
-rw-r--r--Build/source/texk/cjkutils/conv/sjisconv.c4
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/cfg/csso12.cfg3
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/configure.ac19
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf.c2
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf.h2
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf2gf.182
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf2gf.def2
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc8
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/hbf2gf.w25
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/bg5latex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/bg5pdflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/cef5latex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/cef5pdflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/ceflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/cefpdflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/cefslatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/cefspdflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/gbklatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/gbkpdflatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/sjislatex17
-rwxr-xr-xBuild/source/texk/cjkutils/scripts/sjispdflatex17
27 files changed, 333 insertions, 57 deletions
diff --git a/Build/source/texk/cjkutils/bat/cjklatex.c b/Build/source/texk/cjkutils/bat/cjklatex.c
index 7263e1e86c6..c1749ab6a25 100644
--- a/Build/source/texk/cjkutils/bat/cjklatex.c
+++ b/Build/source/texk/cjkutils/bat/cjklatex.c
@@ -6,6 +6,25 @@
Date : <29/06/2001>
*/
+/*
+ Copyright (C) 2001-2006 F. Popineau <Fabrice.Popineau@supelec.fr>
+
+ 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
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <win32lib.h>
diff --git a/Build/source/texk/cjkutils/conv/bg5conv.c b/Build/source/texk/cjkutils/conv/bg5conv.c
index 33be51ebd29..d88ca38a441 100644
--- a/Build/source/texk/cjkutils/conv/bg5conv.c
+++ b/Build/source/texk/cjkutils/conv/bg5conv.c
@@ -1,8 +1,8 @@
#define banner \
-"bg5conv (CJK ver. 4.6.0)" \
+"bg5conv (CJK ver. 4.7.0)" \
/*2:*/
-#line 77 "bg5conv.w"
+#line 94 "/home/wl/cvs/cjk/cjk-4.7.0/utils/Bg5conv/bg5conv.w"
#include <stdio.h>
#include <stdlib.h>
diff --git a/Build/source/texk/cjkutils/conv/cef5conv.c b/Build/source/texk/cjkutils/conv/cef5conv.c
index a5d4c614752..a1968ce83ee 100644
--- a/Build/source/texk/cjkutils/conv/cef5conv.c
+++ b/Build/source/texk/cjkutils/conv/cef5conv.c
@@ -1,8 +1,8 @@
#define banner \
-"cef5conv (CJK ver. 4.6.0)" \
+"cef5conv (CJK ver. 4.7.0)" \
/*2:*/
-#line 91 "cef5conv.w"
+#line 108 "/home/wl/cvs/cjk/cjk-4.7.0/utils/CEFconv/cef5conv.w"
#include <ctype.h>
#include <stdio.h>
diff --git a/Build/source/texk/cjkutils/conv/cefconv.c b/Build/source/texk/cjkutils/conv/cefconv.c
index e61af303580..d7e8ee30259 100644
--- a/Build/source/texk/cjkutils/conv/cefconv.c
+++ b/Build/source/texk/cjkutils/conv/cefconv.c
@@ -1,8 +1,8 @@
#define banner \
-"cefconv (CJK ver. 4.6.0)" \
+"cefconv (CJK ver. 4.7.0)" \
/*2:*/
-#line 83 "cefconv.w"
+#line 100 "/home/wl/cvs/cjk/cjk-4.7.0/utils/CEFconv/cefconv.w"
#include <ctype.h>
#include <stdio.h>
diff --git a/Build/source/texk/cjkutils/conv/cefsconv.c b/Build/source/texk/cjkutils/conv/cefsconv.c
index d40e0f615a3..e509add30d1 100644
--- a/Build/source/texk/cjkutils/conv/cefsconv.c
+++ b/Build/source/texk/cjkutils/conv/cefsconv.c
@@ -1,8 +1,8 @@
#define banner \
-"cefsconv (CJK ver. 4.6.0)" \
+"cefsconv (CJK ver. 4.7.0)" \
/*2:*/
-#line 91 "cefsconv.w"
+#line 108 "/home/wl/cvs/cjk/cjk-4.7.0/utils/CEFconv/cefsconv.w"
#include <ctype.h>
#include <stdio.h>
diff --git a/Build/source/texk/cjkutils/conv/extconv.c b/Build/source/texk/cjkutils/conv/extconv.c
index c9971472696..ed787cbfce1 100644
--- a/Build/source/texk/cjkutils/conv/extconv.c
+++ b/Build/source/texk/cjkutils/conv/extconv.c
@@ -1,8 +1,8 @@
#define banner \
-"extconv (CJK ver. 4.6.0)" \
+"extconv (CJK ver. 4.7.0)" \
/*2:*/
-#line 77 "./extconv.w"
+#line 94 "/home/wl/cvs/cjk/cjk-4.7.0/utils/extconv/extconv.w"
#include <stdio.h>
#include <stdlib.h>
diff --git a/Build/source/texk/cjkutils/conv/sjisconv.c b/Build/source/texk/cjkutils/conv/sjisconv.c
index edd1bde87bb..5a0d4251c68 100644
--- a/Build/source/texk/cjkutils/conv/sjisconv.c
+++ b/Build/source/texk/cjkutils/conv/sjisconv.c
@@ -1,8 +1,8 @@
#define banner \
-"sjisconv (CJK ver. 4.6.0)" \
+"sjisconv (CJK ver. 4.7.0)" \
/*2:*/
-#line 76 "sjisconv.w"
+#line 93 "/home/wl/cvs/cjk/cjk-4.7.0/utils/SJISconv/sjisconv.w"
#include <stdio.h>
#include <stdlib.h>
diff --git a/Build/source/texk/cjkutils/hbf2gf/cfg/csso12.cfg b/Build/source/texk/cjkutils/hbf2gf/cfg/csso12.cfg
index f786b9a266a..9ad91b0c574 100644
--- a/Build/source/texk/cjkutils/hbf2gf/cfg/csso12.cfg
+++ b/Build/source/texk/cjkutils/hbf2gf/cfg/csso12.cfg
@@ -1,4 +1,5 @@
-hbf_header cns40b5.hbf
+
+hbf_header cns40-b5.hbf
mag_x 1
threshold 128
comment CNS song 40x40 pixel font (Bg5 encoded) scaled and adapted to 12pt
diff --git a/Build/source/texk/cjkutils/hbf2gf/configure.ac b/Build/source/texk/cjkutils/hbf2gf/configure.ac
index c7a87c9b08f..08dfc060e7e 100644
--- a/Build/source/texk/cjkutils/hbf2gf/configure.ac
+++ b/Build/source/texk/cjkutils/hbf2gf/configure.ac
@@ -1,4 +1,21 @@
-dnl This file is part of the CJK package ver. 4.6.0
+dnl This file is part of the CJK package ver. 4.7.0
+
+dnl Copyright (C) 1994-2006 Werner Lemberg <wl@gnu.org>
+
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program in doc/COPYING; if not, write to the Free
+dnl Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+dnl MA 02110-1301 USA
dnl Process this file with autoconf to produce a configure script.
AC_INIT
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf.c b/Build/source/texk/cjkutils/hbf2gf/hbf.c
index 87190138275..b55f7e8a401 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf.c
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf.c
@@ -14,7 +14,7 @@
* products derived from this software without specific prior written
* permission.
*
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf.h b/Build/source/texk/cjkutils/hbf2gf/hbf.h
index f8fd59ba09d..34f5940a71b 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf.h
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf.h
@@ -14,7 +14,7 @@
* products derived from this software without specific prior written
* permission.
*
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.1 b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.1
index f36ae3c7cea..1fdff00cee1 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.1
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.1
@@ -1,6 +1,24 @@
.\" man page for hbf2gf
-.
-.TH HBF2GF 1 11-Aug-2005 "CJK Version 4.6.0"
+.\"
+.\" 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
+.\"
+.
+.TH HBF2GF 1 17-Oct-2006 "CJK Version 4.7.0"
.SH NAME
hbf2gf \- convert a CJK bitmap font into subfonts usable by TeX and Omega.
.
@@ -157,7 +175,7 @@ file (which are all identical).
.in +5m
If
.B ofm_file
-is set to `yes' in the configuration file,
+is set to \(oqyes\(cq in the configuration file,
.C OFM
and
.C OVF
@@ -200,8 +218,8 @@ the
parameter of the configuration file.
The last two characters (which are interpreted as the subfont number) are
stripped to get the name for the configuration file (which must end with
-`\c
-.C \&.cfg ').
+\(oq\c
+.C \&.cfg \(cq).
No job file will be created.
If option
.B -p
@@ -215,12 +233,12 @@ is set, no
file is created.
The extension can be controlled with
.BR -n ;
-if set, the extension is `\c
-.C \&.gf ',
-otherwise `\c
+if set, the extension is \(oq\c
+.C \&.gf \(cq,
+otherwise \(oq\c
.C \&. <\c
.IR resolution >\c
-.C gf '.
+.C gf \(cq.
.B -q
makes
.B hbf2gf
@@ -317,7 +335,7 @@ A keyword must start a line, otherwise the whole line will be ignored.
If the word starting a line is not a keyword, the line will be ignored too.
Empty lines will also be skipped.
The search for keywords is case insensitive; in contrast, the arguments will
-be taken exactly as given (except `yes' and `no' which can be written with
+be taken exactly as given (except \(oqyes\(cq and \(oqno\(cq which can be written with
uppercase or lowercase letters).
Each keyword has one argument which must be separated by whitespace (blanks
or tabs) from the keyword and must be on the same line.
@@ -325,8 +343,8 @@ Each line must not be longer than 256 characters.
.PP
You can use environment variables in the configuration file.
The escape character starting an environment variable in the configuration
-file is always `\c
-.C $ ',
+file is always \(oq\c
+.C $ \(cq,
even for operating systems like DOS which has other conventions.
.B hbf2gf
recognizes only environment variable names which start with a letter or an
@@ -334,14 +352,14 @@ underscore, followed by alphanumeric characters or underscores.
You can surround the variable with braces to indicate where the variable
name ends, for example
.C ${FOO} .
-To get a dollar sign you must write `\c
-.C $$ '.
+To get a dollar sign you must write \(oq\c
+.C $$ \(cq.
The expansion of environment variables in hbf2gf itself (without the help of
either kpathsea, emtexdir, or MiKTeX searching routines) is very limited;
this feature has been carried over from previous versions.
It can't expand variables set in texmf.cnf; it also can't handle more than
one directory as the variable's value.
-.B Don't use it except for the `pk_directory' and `tfm_directory'
+.B Don't use it except for the \(oqpk_directory\(cq and \(oqtfm_directory\(cq
.B parameters!
.PP
This is the list of all necessary keywords:
@@ -354,8 +372,8 @@ this file.
.TP
.B output_name
The name stem of the output files.
-A running two digit decimal number starting with `\c
-.C 01 '
+A running two digit decimal number starting with \(oq\c
+.C 01 \(cq
will be appended.
For Unicode fonts see the keyword
.B unicode
@@ -396,10 +414,10 @@ Only values in the range 0\ \(<=\ \fBslant\fP\ \(<=\ 1 are allowed.
Default is\ 0.0.
.TP
.B rotation
-If set to `yes', all glyphs will be rotated 90\ degrees counter-clockwise.
+If set to \(oqyes\(cq, all glyphs will be rotated 90\ degrees counter-clockwise.
The default offsets as given in the HBF header will be ignored (and set
to\ 0).
-Default is `no'.
+Default is \(oqno\(cq.
.TP
.B mag_x
.TQ
@@ -424,9 +442,9 @@ The number of subfonts to create.
Default value is -1 for creating all fonts.
.TP
.B unicode
-If `yes', a two digit hexadecimal number will be used as a running number,
+If \(oqyes\(cq, a two digit hexadecimal number will be used as a running number,
starting with the value of the first byte of the first code range.
-Default is `no'.
+Default is \(oqno\(cq.
.TP
.B min_char
The minimum value of the encoding.
@@ -470,17 +488,17 @@ The batch file will not check whether this directory exists.
.B pk_files
Whether to create
.C PK
-files or not; default is `yes'.
+files or not; default is \(oqyes\(cq.
.TP
.B tfm_files
Whether to create
.C TFM
-files or not; default is `yes'.
+files or not; default is \(oqyes\(cq.
.TP
.B ofm_file
Whether to create an
.C OPL
-file or not; default is `no'.
+file or not; default is \(oqno\(cq.
The batch file will then use
.B ovp2ovf
of the Omega distribution to convert it into an
@@ -493,17 +511,17 @@ The
file simply maps all subfonts back to a single Omega font.
.TP
.B long_extension
-If `yes',
+If \(oqyes\(cq,
.C PK
files will include the resolution in the extension (e.g.
.C gsso1201.300pk ).
-This affects the batch file only (default is `yes').
+This affects the batch file only (default is \(oqyes\(cq).
.TP
.B rm_command
-The shell command to remove files; default: `rm'.
+The shell command to remove files; default: \(oqrm\(cq.
.TP
.B cp_command
-The shell command to copy files; default: `cp'.
+The shell command to copy files; default: \(oqcp\(cq.
.TP
.B job_extension
The extension of the batch file which calls
@@ -624,8 +642,8 @@ A similar but not identical method is to say
.in +2m
.C "kpsewhich -progname=hbf2gf -show-path='misc fonts'"
.PP
-[A full list of format types can be obtained by saying `\c
-.C "kpsewhich --help" '
+[A full list of format types can be obtained by saying \(oq\c
+.C "kpsewhich --help" \(cq
on the command line prompt.]
This is exactly the how
.B hbf2gf
@@ -657,8 +675,8 @@ Example:
.in +2m
.C HBFONTS=c:\\\\fonts\\\\hbf!!;d:\\\\myfonts\\\\hbf!
.PP
-Constructions like `\c
-.C c:\\\\fonts!!\\\\hbf '
+Constructions like \(oq\c
+.C c:\\\\fonts!!\\\\hbf \(cq
aren't possible.
.
.SS MikTeX
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.def b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.def
index 8387e7a1374..25eeb107b7e 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.def
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.def
@@ -1,3 +1,3 @@
NAME HBF2GF WINDOWCOMPAT
-DESCRIPTION 'hbf2gf (CJK Ver. 4.6.0)'
+DESCRIPTION 'hbf2gf (CJK Ver. 4.7.0)'
STACKSIZE 0x80000
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc
index 743a0dc9376..ba2b1450842 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.rc
@@ -1,6 +1,6 @@
/* hbf2gf.rc: hbf2gf resources -*- C++ -*-
- Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
+ Copyright (C) 1996-2006 Fabrice Popineau <fabrice.popineau@supelec.fr>
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
@@ -20,15 +20,15 @@
#include <texlive-version.h>
#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
-#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " hbf2gf CJK 4.3.0"
+#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " hbf2gf CJK 4.7.0"
#define VER_INTERNALNAME_STR "hbf2gf"
#define VER_ORIGINALFILENAME_STR "hbf2gf.exe"
-#define VER_LEGALCOPYRIGHT_STR "Copyright 1996--1999 Werner Lemberg"
+#define VER_LEGALCOPYRIGHT_STR "Copyright 1996--2006 Werner Lemberg"
#define VER_FILEDESCRIPTION_STR "HBF-to-GF Converter"
#include <texlive.version>
-/* afm2tfm.rc ends here */
+/* hbf2gf.rc ends here */
diff --git a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.w b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.w
index 0575a34c2b7..4591e55a8ab 100644
--- a/Build/source/texk/cjkutils/hbf2gf/hbf2gf.w
+++ b/Build/source/texk/cjkutils/hbf2gf/hbf2gf.w
@@ -1,5 +1,22 @@
-% This is the cweb file hbf2gf.w of the CJK package ver. 4.6.0 11-Aug-2005
+% This is the cweb file hbf2gf.w of the CJK package ver. 4.7.0 17-Oct-2006
+
+% 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
+
% To print this CWEB file you should (but not must) use the CWEAVE of the
% c2cweb-package (found at the CTAN archives, e.g. ftp.dante.de) and then say
%
@@ -13,13 +30,13 @@
\def\mf{{\meta META}\-{\meta FONT}}
\def\Om{\char "0A} % Omega symbol
-\def\title{hbf2gf (CJK Version 4.6.0)}
+\def\title{hbf2gf (CJK Version 4.7.0)}
\def\topofcontents{
\null\vfill
\centerline{\titlefont The {\ttitlefont hbf2gf} program}
\vskip 20pt
- \centerline{(CJK Version 4.6.0)}
+ \centerline{(CJK Version 4.7.0)}
\vfill}
\def\botofcontents{
@@ -66,7 +83,7 @@ The ``banner line'' defined here should be changed whenever \.{hbf2gf} is
modified.
@d banner
-"hbf2gf (CJK ver. 4.6.0)"
+"hbf2gf (CJK ver. 4.7.0)"
@
diff --git a/Build/source/texk/cjkutils/scripts/bg5latex b/Build/source/texk/cjkutils/scripts/bg5latex
index b9a36fa844c..257a8446e21 100755
--- a/Build/source/texk/cjkutils/scripts/bg5latex
+++ b/Build/source/texk/cjkutils/scripts/bg5latex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/bg5pdflatex b/Build/source/texk/cjkutils/scripts/bg5pdflatex
index f65d86d5417..80adc376a93 100755
--- a/Build/source/texk/cjkutils/scripts/bg5pdflatex
+++ b/Build/source/texk/cjkutils/scripts/bg5pdflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/cef5latex b/Build/source/texk/cjkutils/scripts/cef5latex
index b8917c1cd26..7eda1633766 100755
--- a/Build/source/texk/cjkutils/scripts/cef5latex
+++ b/Build/source/texk/cjkutils/scripts/cef5latex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/cef5pdflatex b/Build/source/texk/cjkutils/scripts/cef5pdflatex
index bd398e0240c..25fe066a53f 100755
--- a/Build/source/texk/cjkutils/scripts/cef5pdflatex
+++ b/Build/source/texk/cjkutils/scripts/cef5pdflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/ceflatex b/Build/source/texk/cjkutils/scripts/ceflatex
index 50c5be54fd9..d34244d9a5b 100755
--- a/Build/source/texk/cjkutils/scripts/ceflatex
+++ b/Build/source/texk/cjkutils/scripts/ceflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/cefpdflatex b/Build/source/texk/cjkutils/scripts/cefpdflatex
index 0615149c5b9..4c7309f2bf2 100755
--- a/Build/source/texk/cjkutils/scripts/cefpdflatex
+++ b/Build/source/texk/cjkutils/scripts/cefpdflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/cefslatex b/Build/source/texk/cjkutils/scripts/cefslatex
index fb2944ceda7..619d08c7577 100755
--- a/Build/source/texk/cjkutils/scripts/cefslatex
+++ b/Build/source/texk/cjkutils/scripts/cefslatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/cefspdflatex b/Build/source/texk/cjkutils/scripts/cefspdflatex
index 1985eebe5c8..02bf6598f71 100755
--- a/Build/source/texk/cjkutils/scripts/cefspdflatex
+++ b/Build/source/texk/cjkutils/scripts/cefspdflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/gbklatex b/Build/source/texk/cjkutils/scripts/gbklatex
index c7fcf7f13bc..f799f7b6e63 100755
--- a/Build/source/texk/cjkutils/scripts/gbklatex
+++ b/Build/source/texk/cjkutils/scripts/gbklatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/gbkpdflatex b/Build/source/texk/cjkutils/scripts/gbkpdflatex
index 6cdb3cfee51..6dd3ee3de9e 100755
--- a/Build/source/texk/cjkutils/scripts/gbkpdflatex
+++ b/Build/source/texk/cjkutils/scripts/gbkpdflatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/sjislatex b/Build/source/texk/cjkutils/scripts/sjislatex
index 2c9bc229c7b..68c554e6d71 100755
--- a/Build/source/texk/cjkutils/scripts/sjislatex
+++ b/Build/source/texk/cjkutils/scripts/sjislatex
@@ -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
+
n=1
argv=
diff --git a/Build/source/texk/cjkutils/scripts/sjispdflatex b/Build/source/texk/cjkutils/scripts/sjispdflatex
index 294c5b188d0..e8d070e9dc6 100755
--- a/Build/source/texk/cjkutils/scripts/sjispdflatex
+++ b/Build/source/texk/cjkutils/scripts/sjispdflatex
@@ -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
+
n=1
argv=