[KoCo-CVS] [Commit] KoreanCodecs/korean/python __init__.py cp949.py euc_kr.py hangul.py iso_2022_kr.
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:37
|
perky 02/07/12 23:57:36 Modified: korean/python __init__.py cp949.py euc_kr.py hangul.py iso_2022_kr.py johab.py qwerty2bul.py unijohab.py Log: - Add LGPL Copyright Header Revision Changes Path 1.2 +20 -1 KoreanCodecs/korean/python/__init__.py Index: __init__.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- __init__.py 16 Feb 2002 00:51:35 -0000 1.1 +++ __init__.py 13 Jul 2002 06:57:36 -0000 1.2 @@ -1,2 +1,21 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: __init__.py,v 1.1 2002/02/16 00:51:35 perky Exp $ +# +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: __init__.py,v 1.2 2002/07/13 06:57:36 perky Exp $ +# 1.3 +20 -3 KoreanCodecs/korean/python/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/cp949.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp949.py 16 Mar 2002 02:35:20 -0000 1.2 +++ cp949.py 13 Jul 2002 06:57:36 -0000 1.3 @@ -1,7 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# originally written by Tamito KAJIYAMA # -# $Id: cp949.py,v 1.2 2002/03/16 02:35:20 perky Exp $ +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: cp949.py,v 1.3 2002/07/13 06:57:36 perky Exp $ +# from korean.python.euc_kr import * 1.7 +20 -3 KoreanCodecs/korean/python/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/euc_kr.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- euc_kr.py 13 Jul 2002 05:44:21 -0000 1.6 +++ euc_kr.py 13 Jul 2002 06:57:36 -0000 1.7 @@ -1,7 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# originally written by Tamito KAJIYAMA # -# $Id: euc_kr.py,v 1.6 2002/07/13 05:44:21 perky Exp $ +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: euc_kr.py,v 1.7 2002/07/13 06:57:36 perky Exp $ +# import codecs 1.13 +14 -12 KoreanCodecs/korean/python/hangul.py Index: hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/hangul.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hangul.py 13 Jul 2002 06:10:21 -0000 1.12 +++ hangul.py 13 Jul 2002 06:57:36 -0000 1.13 @@ -1,21 +1,23 @@ -#!/usr/local/bin/python -# ex:ts=4 # -# Unicode hangul abstractive controller +# This file is part of KoreanCodecs. # -# written by Hye-Shik Chang <pe...@Fr...> +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. # +# 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. # -# Unicode Hangul Code-Area Specifications: -# http://www.unicode.org/charts/PDF/UAC00.pdf +# 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. # -# Jamo Short Name Conventions: -# http://www.unicode.org/unicode/uni2book/ch04.pdf (section 4.4) +# 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 # -# Conjoining Jamo Behavior: -# http://www.unicode.org/unicode/uni2book/ch03.pdf (section 3.11) -# -# $Id: hangul.py,v 1.12 2002/07/13 06:10:21 perky Exp $ +# $Id: hangul.py,v 1.13 2002/07/13 06:57:36 perky Exp $ # class UnicodeHangulError(Exception): 1.10 +20 -3 KoreanCodecs/korean/python/iso_2022_kr.py Index: iso_2022_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/iso_2022_kr.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- iso_2022_kr.py 13 Jul 2002 05:44:21 -0000 1.9 +++ iso_2022_kr.py 13 Jul 2002 06:57:36 -0000 1.10 @@ -1,7 +1,24 @@ -# A codec for ISO-2022-KR [RFC1557] -# by Hye-Shik Chang <17 February 2002> # -# $Id: iso_2022_kr.py,v 1.9 2002/07/13 05:44:21 perky Exp $ +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: iso_2022_kr.py,v 1.10 2002/07/13 06:57:36 perky Exp $ +# import codecs from korean.mappings import ksc5601_hangul 1.8 +21 -2 KoreanCodecs/korean/python/johab.py Index: johab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/johab.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- johab.py 13 Jul 2002 05:44:21 -0000 1.7 +++ johab.py 13 Jul 2002 06:57:36 -0000 1.8 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: johab.py,v 1.7 2002/07/13 05:44:21 perky Exp $ +# +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: johab.py,v 1.8 2002/07/13 06:57:36 perky Exp $ +# import codecs 1.8 +21 -2 KoreanCodecs/korean/python/qwerty2bul.py Index: qwerty2bul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/qwerty2bul.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- qwerty2bul.py 13 Jul 2002 05:44:21 -0000 1.7 +++ qwerty2bul.py 13 Jul 2002 06:57:36 -0000 1.8 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: qwerty2bul.py,v 1.7 2002/07/13 05:44:21 perky Exp $ +# +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: qwerty2bul.py,v 1.8 2002/07/13 06:57:36 perky Exp $ +# import codecs from korean.hangul import Moeum, Jaeum, Chosung, Jungsung, Jongsung 1.7 +21 -2 KoreanCodecs/korean/python/unijohab.py Index: unijohab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/python/unijohab.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- unijohab.py 13 Jul 2002 05:44:21 -0000 1.6 +++ unijohab.py 13 Jul 2002 06:57:36 -0000 1.7 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: unijohab.py,v 1.6 2002/07/13 05:44:21 perky Exp $ +# +# This file is part of KoreanCodecs. +# +# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# +# 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 +# +# $Id: unijohab.py,v 1.7 2002/07/13 06:57:36 perky Exp $ +# import codecs from korean.hangul import ishangul, disjoint, conjoin |