Thread: [KoCo-CVS] [Commit] KoreanCodecs/src _koco.c _koco_ksc5601.h _koco_uhc.h cp949_codec.h euckr_codec.h
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:38
|
perky 02/07/12 23:57:37 Modified: src _koco.c _koco_ksc5601.h _koco_uhc.h cp949_codec.h euckr_codec.h hangul.c koco_stream.h tablegen.py Log: - Add LGPL Copyright Header Revision Changes Path 1.20 +18 -4 KoreanCodecs/src/_koco.c Index: _koco.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- _koco.c 13 Jul 2002 06:10:22 -0000 1.19 +++ _koco.c 13 Jul 2002 06:57:37 -0000 1.20 @@ -1,17 +1,31 @@ /* - * _koco.c + * _koco.c - $Revision: 1.20 $ * * KoreanCodecs C Implementations * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:10:22 $ + * Date : $Date: 2002/07/13 06:57:37 $ * Created : 15 March 2002 * - * $Revision: 1.19 $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: _koco.c,v 1.19 2002/07/13 06:10:22 perky Exp $"; +"$Id: _koco.c,v 1.20 2002/07/13 06:57:37 perky Exp $"; #define UNIFIL 0xfffd 1.4 +18 -2 KoreanCodecs/src/_koco_ksc5601.h Index: _koco_ksc5601.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_ksc5601.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- _koco_ksc5601.h 16 Mar 2002 01:44:04 -0000 1.3 +++ _koco_ksc5601.h 13 Jul 2002 06:57:37 -0000 1.4 @@ -1,6 +1,22 @@ /* - Generated by tablegen.py on Sat Mar 16 01:24:40 2002 - $Id: _koco_ksc5601.h,v 1.3 2002/03/16 01:44:04 perky Exp $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Generated by tablegen.py on Sat Mar 16 01:24:40 2002 + * $Id: _koco_ksc5601.h,v 1.4 2002/07/13 06:57:37 perky Exp $ */ #define ksc5601_decode_bottom 161 1.4 +18 -2 KoreanCodecs/src/_koco_uhc.h Index: _koco_uhc.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_uhc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- _koco_uhc.h 16 Mar 2002 01:44:04 -0000 1.3 +++ _koco_uhc.h 13 Jul 2002 06:57:37 -0000 1.4 @@ -1,6 +1,22 @@ /* - Generated by tablegen.py on Sat Mar 16 01:24:41 2002 - $Id: _koco_uhc.h,v 1.3 2002/03/16 01:44:04 perky Exp $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Generated by tablegen.py on Sat Mar 16 01:24:41 2002 + * $Id: _koco_uhc.h,v 1.4 2002/07/13 06:57:37 perky Exp $ */ #define uhc_page0_bottom 0x41 1.4 +17 -3 KoreanCodecs/src/cp949_codec.h Index: cp949_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/cp949_codec.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cp949_codec.h 13 Jul 2002 06:10:22 -0000 1.3 +++ cp949_codec.h 13 Jul 2002 06:57:37 -0000 1.4 @@ -1,13 +1,27 @@ /* - * cp949_codec.h + * cp949_codec.h - $Revision: 1.4 $ * * KoreanCodecs CP949 Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:10:22 $ + * Date : $Date: 2002/07/13 06:57:37 $ * Created : 15 March 2002 * - * $Revision: 1.3 $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char cp949_decode__doc__[] = "CP949 decoder"; 1.4 +17 -3 KoreanCodecs/src/euckr_codec.h Index: euckr_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/euckr_codec.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- euckr_codec.h 13 Jul 2002 06:10:22 -0000 1.3 +++ euckr_codec.h 13 Jul 2002 06:57:37 -0000 1.4 @@ -1,13 +1,27 @@ /* - * euckr_codec.h + * euckr_codec.h - $Revision: 1.4 $ * * KoreanCodecs EUC-KR Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:10:22 $ + * Date : $Date: 2002/07/13 06:57:37 $ * Created : 15 March 2002 * - * $Revision: 1.3 $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char euc_kr_decode__doc__[] = "EUC-KR decoder"; 1.13 +18 -4 KoreanCodecs/src/hangul.c Index: hangul.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/hangul.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hangul.c 13 Jul 2002 06:10:23 -0000 1.12 +++ hangul.c 13 Jul 2002 06:57:37 -0000 1.13 @@ -1,17 +1,31 @@ /* - * hangul.c + * hangul.c - $Revision: 1.13 $ * * KoreanCodecs Hangul Module C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:10:23 $ + * Date : $Date: 2002/07/13 06:57:37 $ * Created : 25 April 2002 * - * $Revision: 1.12 $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: hangul.c,v 1.12 2002/07/13 06:10:23 perky Exp $"; +"$Id: hangul.c,v 1.13 2002/07/13 06:57:37 perky Exp $"; #include "Python.h" 1.5 +17 -3 KoreanCodecs/src/koco_stream.h Index: koco_stream.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/koco_stream.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- koco_stream.h 13 Jul 2002 06:10:23 -0000 1.4 +++ koco_stream.h 13 Jul 2002 06:57:37 -0000 1.5 @@ -1,13 +1,27 @@ /* - * euckr_stream.c + * euckr_stream.c - $Revision: 1.5 $ * * KoreanCodecs EUC-KR StreamReader C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:10:23 $ + * Date : $Date: 2002/07/13 06:57:37 $ * Created : 28 April 2002 * - * $Revision: 1.4 $ + * This file is part of KoreanCodecs. + * + * KoreanCodecs is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * KoreanCodecs 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Foobar; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* 1.11 +21 -6 KoreanCodecs/src/tablegen.py Index: tablegen.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/tablegen.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tablegen.py 13 Jul 2002 06:10:23 -0000 1.10 +++ tablegen.py 13 Jul 2002 06:57:37 -0000 1.11 @@ -1,12 +1,27 @@ # -# tablegen.py +# tablegen.py - $Revision: 1.11 $ # # Code Table Generator # # Author: Hye-Shik Chang <pe...@Fr...> -# Date : $Date: 2002/07/13 06:10:23 $ +# Date : $Date: 2002/07/13 06:57:37 $ # -# $Revision: 1.10 $ +# +# This file is part of KoreanCodecs. +# +# KoreanCodecs is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# KoreanCodecs 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with Foobar; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # import time @@ -114,7 +129,7 @@ print >> ksc5601, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.10 2002/07/13 06:10:23 perky Exp $ + $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -145,7 +160,7 @@ print >> uhctable, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.10 2002/07/13 06:10:23 perky Exp $ + $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -187,6 +202,6 @@ encodemapgen(uhctable, "uhc_encode", uhc.encoding_map, 512) # -# $Id: tablegen.py,v 1.10 2002/07/13 06:10:23 perky Exp $ +# $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ # # -*- End-Of-File -*- |
From: Chang <pe...@us...> - 2002-07-19 00:01:54
|
perky 02/07/18 17:01:54 Modified: src _koco.c _koco_ksc5601.h _koco_uhc.h cp949_codec.h euckr_codec.h hangul.c koco_stream.h tablegen.py Log: Ooh! We aren't Foobar project. :) Revision Changes Path 1.21 +4 -4 KoreanCodecs/src/_koco.c Index: _koco.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- _koco.c 13 Jul 2002 06:57:37 -0000 1.20 +++ _koco.c 19 Jul 2002 00:01:53 -0000 1.21 @@ -1,10 +1,10 @@ /* - * _koco.c - $Revision: 1.20 $ + * _koco.c - $Revision: 1.21 $ * * KoreanCodecs C Implementations * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,12 +20,12 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: _koco.c,v 1.20 2002/07/13 06:57:37 perky Exp $"; +"$Id: _koco.c,v 1.21 2002/07/19 00:01:53 perky Exp $"; #define UNIFIL 0xfffd 1.5 +2 -2 KoreanCodecs/src/_koco_ksc5601.h Index: _koco_ksc5601.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_ksc5601.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- _koco_ksc5601.h 13 Jul 2002 06:57:37 -0000 1.4 +++ _koco_ksc5601.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -12,11 +12,11 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Generated by tablegen.py on Sat Mar 16 01:24:40 2002 - * $Id: _koco_ksc5601.h,v 1.4 2002/07/13 06:57:37 perky Exp $ + * $Id: _koco_ksc5601.h,v 1.5 2002/07/19 00:01:53 perky Exp $ */ #define ksc5601_decode_bottom 161 1.5 +2 -2 KoreanCodecs/src/_koco_uhc.h Index: _koco_uhc.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_uhc.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- _koco_uhc.h 13 Jul 2002 06:57:37 -0000 1.4 +++ _koco_uhc.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -12,11 +12,11 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Generated by tablegen.py on Sat Mar 16 01:24:41 2002 - * $Id: _koco_uhc.h,v 1.4 2002/07/13 06:57:37 perky Exp $ + * $Id: _koco_uhc.h,v 1.5 2002/07/19 00:01:53 perky Exp $ */ #define uhc_page0_bottom 0x41 1.5 +3 -3 KoreanCodecs/src/cp949_codec.h Index: cp949_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/cp949_codec.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cp949_codec.h 13 Jul 2002 06:57:37 -0000 1.4 +++ cp949_codec.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -1,10 +1,10 @@ /* - * cp949_codec.h - $Revision: 1.4 $ + * cp949_codec.h - $Revision: 1.5 $ * * KoreanCodecs CP949 Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.5 +3 -3 KoreanCodecs/src/euckr_codec.h Index: euckr_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/euckr_codec.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- euckr_codec.h 13 Jul 2002 06:57:37 -0000 1.4 +++ euckr_codec.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -1,10 +1,10 @@ /* - * euckr_codec.h - $Revision: 1.4 $ + * euckr_codec.h - $Revision: 1.5 $ * * KoreanCodecs EUC-KR Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.14 +4 -4 KoreanCodecs/src/hangul.c Index: hangul.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/hangul.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hangul.c 13 Jul 2002 06:57:37 -0000 1.13 +++ hangul.c 19 Jul 2002 00:01:53 -0000 1.14 @@ -1,10 +1,10 @@ /* - * hangul.c - $Revision: 1.13 $ + * hangul.c - $Revision: 1.14 $ * * KoreanCodecs Hangul Module C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 25 April 2002 * * This file is part of KoreanCodecs. @@ -20,12 +20,12 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: hangul.c,v 1.13 2002/07/13 06:57:37 perky Exp $"; +"$Id: hangul.c,v 1.14 2002/07/19 00:01:53 perky Exp $"; #include "Python.h" 1.6 +3 -3 KoreanCodecs/src/koco_stream.h Index: koco_stream.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/koco_stream.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- koco_stream.h 13 Jul 2002 06:57:37 -0000 1.5 +++ koco_stream.h 19 Jul 2002 00:01:53 -0000 1.6 @@ -1,10 +1,10 @@ /* - * euckr_stream.c - $Revision: 1.5 $ + * euckr_stream.c - $Revision: 1.6 $ * * KoreanCodecs EUC-KR StreamReader C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 28 April 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.12 +6 -6 KoreanCodecs/src/tablegen.py Index: tablegen.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/tablegen.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tablegen.py 13 Jul 2002 06:57:37 -0000 1.11 +++ tablegen.py 19 Jul 2002 00:01:53 -0000 1.12 @@ -1,10 +1,10 @@ # -# tablegen.py - $Revision: 1.11 $ +# tablegen.py - $Revision: 1.12 $ # # Code Table Generator # # Author: Hye-Shik Chang <pe...@Fr...> -# Date : $Date: 2002/07/13 06:57:37 $ +# Date : $Date: 2002/07/19 00:01:53 $ # # # This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software +# along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # @@ -129,7 +129,7 @@ print >> ksc5601, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ + $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -160,7 +160,7 @@ print >> uhctable, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ + $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -202,6 +202,6 @@ encodemapgen(uhctable, "uhc_encode", uhc.encoding_map, 512) # -# $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ +# $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ # # -*- End-Of-File -*- |