[KoCo-CVS] [Commit] KoreanCodecs/tools generate_codec_mapping.py generate_mackorean_mapping.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-13 09:10:01
|
perky 03/01/13 01:10:00 Modified: tools generate_codec_mapping.py generate_mackorean_mapping.py Log: LGPL starts with version 2.1 not 2 Revision Changes Path 1.2 +6 -6 KoreanCodecs/tools/generate_codec_mapping.py Index: generate_codec_mapping.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/tools/generate_codec_mapping.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- generate_codec_mapping.py 12 Jan 2003 23:12:48 -0000 1.1 +++ generate_codec_mapping.py 13 Jan 2003 09:10:00 -0000 1.2 @@ -1,17 +1,17 @@ # -# generate_codec_mapping.py - $Revision: 1.1 $ +# generate_codec_mapping.py - $Revision: 1.2 $ # # Code Table Generator # # Author: Hye-Shik Chang <pe...@Fr...> -# Date : $Date: 2003/01/12 23:12:48 $ +# Date : $Date: 2003/01/13 09:10:00 $ # # # 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 +# by the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # KoreanCodecs is distributed in the hope that it will be useful, @@ -34,7 +34,7 @@ * * 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 + * by the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * KoreanCodecs is distributed in the hope that it will be useful, @@ -47,7 +47,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Generated by generate_codec_mapping.py on %s - * $Id: generate_codec_mapping.py,v 1.1 2003/01/12 23:12:48 perky Exp $ + * $Id: generate_codec_mapping.py,v 1.2 2003/01/13 09:10:00 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -218,6 +218,6 @@ encodemapgen(encmapfile, "wansung_encode", ksc5601_encoding, 512) # -# $Id: generate_codec_mapping.py,v 1.1 2003/01/12 23:12:48 perky Exp $ +# $Id: generate_codec_mapping.py,v 1.2 2003/01/13 09:10:00 perky Exp $ # # -*- End-Of-File -*- 1.2 +2 -2 KoreanCodecs/tools/generate_mackorean_mapping.py Index: generate_mackorean_mapping.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/tools/generate_mackorean_mapping.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- generate_mackorean_mapping.py 10 Jan 2003 01:56:48 -0000 1.1 +++ generate_mackorean_mapping.py 13 Jan 2003 09:10:00 -0000 1.2 @@ -6,7 +6,7 @@ # # 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 +# by the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # KoreanCodecs is distributed in the hope that it will be useful, @@ -18,7 +18,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: generate_mackorean_mapping.py,v 1.1 2003/01/10 01:56:48 perky Exp $ +# $Id: generate_mackorean_mapping.py,v 1.2 2003/01/13 09:10:00 perky Exp $ # decmap = {} |