Update of /var/cvs/cjk/utils/hbf2gf
In directory genba:/tmp/cvs-serv1844/utils/hbf2gf

Modified Files:
        Makefile.gnu Makefile.in c-auto.h configure.ac dvidrv.btm 
        hbf.c hbf.h hbf2gf.1 hbf2gf.c hbf2gf.w 
Log Message:


* <many files>: Add GPL.
* MANIFEST: New file.


Index: hbf2gf.1
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf2gf.1,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** hbf2gf.1    11 Aug 2005 05:45:53 -0000      1.13
--- hbf2gf.1    25 Apr 2006 18:38:20 -0000      1.14
***************
*** 1,3 ****
--- 1,21 ----
  .\" man page for hbf2gf
+ .\"
+ .\" 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
+ .\"
  .
  .TH HBF2GF 1 11-Aug-2005 "CJK Version 4.6.0"

Index: hbf.c
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hbf.c       5 Aug 2005 05:46:33 -0000       1.2
--- hbf.c       25 Apr 2006 18:38:20 -0000      1.3
***************
*** 15,19 ****
   *     permission.
   *
!  *  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
--- 15,19 ----
   *     permission.
   *
!  *  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

Index: Makefile.in
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.in 3 Mar 2000 12:30:37 -0000       1.2
--- Makefile.in 25 Apr 2006 18:38:19 -0000      1.3
***************
*** 1,4 ****
--- 1,21 ----
  # Makefile for hbf2gf -- [EMAIL PROTECTED]
  
+ # 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
+ 
  VPATH = @srcdir@
  srcdir = @srcdir@

Index: configure.ac
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.ac        11 Aug 2005 05:45:53 -0000      1.4
--- configure.ac        25 Apr 2006 18:38:20 -0000      1.5
***************
*** 1,4 ****
--- 1,21 ----
  dnl This file is part of the CJK package ver. 4.6.0
  
+ dnl Copyright (C) 1994-2006  Werner Lemberg <[EMAIL PROTECTED]>
+ 
+ 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

Index: hbf.h
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hbf.h       5 Aug 2005 05:46:33 -0000       1.2
--- hbf.h       25 Apr 2006 18:38:20 -0000      1.3
***************
*** 15,19 ****
   *     permission.
   *
!  *  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
--- 15,19 ----
   *     permission.
   *
!  *  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

Index: hbf2gf.c
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf2gf.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** hbf2gf.c    11 Aug 2005 05:45:53 -0000      1.8
--- hbf2gf.c    25 Apr 2006 18:38:20 -0000      1.9
***************
*** 1,2 ****
--- 1,21 ----
+ /*
+   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
+  */
+ 
  #define banner  \
  "hbf2gf (CJK ver. 4.6.0)" \

Index: dvidrv.btm
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/dvidrv.btm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** dvidrv.btm  28 May 1999 22:34:25 -0000      1.1.1.1
--- dvidrv.btm  25 Apr 2006 18:38:20 -0000      1.2
***************
*** 1,4 ****
--- 1,22 ----
  setdos /y1
  ::
+ :: 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
+ ::
+ ::
  ::  This is dvidrv.btm, a batch file for 4DOS/4OS2 written by
  ::  Werner Lemberg <[EMAIL PROTECTED]> partially based on the

Index: hbf2gf.w
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf2gf.w,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** hbf2gf.w    11 Aug 2005 05:45:53 -0000      1.8
--- hbf2gf.w    25 Apr 2006 18:38:20 -0000      1.9
***************
*** 1,4 ****
--- 1,21 ----
  % This is the cweb file hbf2gf.w of the CJK package ver. 4.6.0  11-Aug-2005
+ 
+ % 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
+ 
  % 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

Index: Makefile.gnu
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/Makefile.gnu,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.gnu        11 Aug 2005 05:45:53 -0000      1.7
--- Makefile.gnu        25 Apr 2006 18:38:19 -0000      1.8
***************
*** 1,4 ****
--- 1,21 ----
  # This file is part of the CJK package Version 4.6.0 (11-Aug-2005)
  
+ # 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
+ 
  # GNU Makefile for hbf2gf
  

Index: c-auto.h
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/c-auto.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** c-auto.h    11 Aug 2005 05:45:53 -0000      1.7
--- c-auto.h    25 Apr 2006 18:38:19 -0000      1.8
***************
*** 6,9 ****
--- 6,28 ----
   */
  
+ /*
+   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
+  */
+ 
  #ifndef C_AUTO_H
  #define C_AUTO_H


_______________________________________________
Cjk-commit maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk-commit

Reply via email to