Update of /var/cvs/cjk/utils/subfonts
In directory genba:/tmp/cvs-serv1844/utils/subfonts
Modified Files:
clonevf.pl hlatex2agl.pl makefdx.pl sfd2uni.pl subfonts.pe
uni2sfd.pl vertical.pe vertref.pe
Log Message:
* <many files>: Add GPL.
* MANIFEST: New file.
Index: subfonts.pe
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/subfonts.pe,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** subfonts.pe 1 Sep 2005 06:37:06 -0000 1.2
--- subfonts.pe 25 Apr 2006 18:38:33 -0000 1.3
***************
*** 9,12 ****
--- 9,29 ----
# in the ttf2pk package.
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
if ($argc != 4)
Print("usage: [fontforge -script] ", $0, " master-font name-stem SFD-file");
Index: makefdx.pl
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/makefdx.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** makefdx.pl 23 Mar 2006 00:08:47 -0000 1.7
--- makefdx.pl 25 Apr 2006 18:38:33 -0000 1.8
***************
*** 25,28 ****
--- 25,45 ----
# in the ttf2pk package.
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
use strict;
Index: vertref.pe
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/vertref.pe,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vertref.pe 11 Aug 2005 04:10:36 -0000 1.2
--- vertref.pe 25 Apr 2006 18:38:33 -0000 1.3
***************
*** 9,12 ****
--- 9,29 ----
# $2: The name of the target font (e.g., `bsmilpvr').
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
if ($argc != 3)
Print("usage: [fontforge -script] ", $0, " master-font fontname");
Index: sfd2uni.pl
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/sfd2uni.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sfd2uni.pl 1 Sep 2005 06:37:06 -0000 1.2
--- sfd2uni.pl 25 Apr 2006 18:38:33 -0000 1.3
***************
*** 27,30 ****
--- 27,47 ----
# in the ttf2pk package.
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
use strict;
Index: clonevf.pl
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/clonevf.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** clonevf.pl 4 Sep 2005 19:13:58 -0000 1.2
--- clonevf.pl 25 Apr 2006 18:38:33 -0000 1.3
***************
*** 14,17 ****
--- 14,34 ----
# perl clonevf.pl bsmiuv bsmilpv
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
use strict;
Index: uni2sfd.pl
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/uni2sfd.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** uni2sfd.pl 1 Sep 2005 06:37:06 -0000 1.6
--- uni2sfd.pl 25 Apr 2006 18:38:33 -0000 1.7
***************
*** 25,28 ****
--- 25,45 ----
# in the ttf2pk package.
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
use strict;
Index: vertical.pe
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/vertical.pe,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** vertical.pe 17 Jul 2005 09:34:18 -0000 1.1
--- vertical.pe 25 Apr 2006 18:38:33 -0000 1.2
***************
*** 5,8 ****
--- 5,25 ----
# $2: The name of the vertical font (e.g., `bsmilpv').
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
if ($argc != 3)
Print("usage: [fontforge -script] ", $0, " master-font vertical-fontname");
Index: hlatex2agl.pl
===================================================================
RCS file: /var/cvs/cjk/utils/subfonts/hlatex2agl.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** hlatex2agl.pl 24 Mar 2006 09:38:45 -0000 1.1
--- hlatex2agl.pl 25 Apr 2006 18:38:33 -0000 1.2
***************
*** 29,32 ****
--- 29,49 ----
# perl hlatex2agl.pl wmj umj
+ # Copyright (C) 1994-2006 Werner Lemberg <[EMAIL PROTECTED]>
+ #
+ # 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
+
use strict;
_______________________________________________
Cjk-commit maillist - [email protected]
http://lists.ffii.org/mailman/listinfo/cjk-commit