Thread: [KoCo-CVS] [Commit] KoreanCodecs/korean __init__.py aliases.py cp949.py euc_kr.py hangul.py iso_2022
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:36
|
perky 02/07/12 23:57:35 Modified: korean __init__.py aliases.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.5 +21 -2 KoreanCodecs/korean/__init__.py Index: __init__.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/__init__.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- __init__.py 17 Apr 2002 10:43:21 -0000 1.4 +++ __init__.py 13 Jul 2002 06:57:34 -0000 1.5 @@ -1,2 +1,21 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: __init__.py,v 1.4 2002/04/17 10:43: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: __init__.py,v 1.5 2002/07/13 06:57:34 perky Exp $ +# 1.5 +21 -2 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aliases.py 26 Apr 2002 11:39:35 -0000 1.4 +++ aliases.py 13 Jul 2002 06:57:34 -0000 1.5 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <17 Apr 2002> -# $Id: aliases.py,v 1.4 2002/04/26 11:39: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: aliases.py,v 1.5 2002/07/13 06:57:34 perky Exp $ +# import encodings.aliases 1.2 +20 -1 KoreanCodecs/korean/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/cp949.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cp949.py 16 Feb 2002 00:51:13 -0000 1.1 +++ cp949.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: cp949.py,v 1.1 2002/02/16 00:51:13 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.cp949 import * 1.2 +20 -1 KoreanCodecs/korean/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/euc_kr.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- euc_kr.py 16 Feb 2002 00:51:13 -0000 1.1 +++ euc_kr.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: euc_kr.py,v 1.1 2002/02/16 00:51:13 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.euc_kr import * 1.4 +22 -0 KoreanCodecs/korean/hangul.py Index: hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/hangul.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hangul.py 24 Apr 2002 03:36:00 -0000 1.3 +++ hangul.py 13 Jul 2002 06:57:34 -0000 1.4 @@ -1,3 +1,25 @@ +# +# 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: hangul.py,v 1.4 2002/07/13 06:57:34 perky Exp $ +# + try: from korean.c.hangul import * except: 1.2 +20 -1 KoreanCodecs/korean/iso_2022_kr.py Index: iso_2022_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/iso_2022_kr.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iso_2022_kr.py 16 Feb 2002 00:51:13 -0000 1.1 +++ iso_2022_kr.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: iso_2022_kr.py,v 1.1 2002/02/16 00:51:13 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.iso_2022_kr import * 1.2 +20 -1 KoreanCodecs/korean/johab.py Index: johab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/johab.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- johab.py 16 Feb 2002 00:51:13 -0000 1.1 +++ johab.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: johab.py,v 1.1 2002/02/16 00:51:13 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.johab import * 1.2 +20 -1 KoreanCodecs/korean/qwerty2bul.py Index: qwerty2bul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/qwerty2bul.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwerty2bul.py 16 Feb 2002 00:51:13 -0000 1.1 +++ qwerty2bul.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: qwerty2bul.py,v 1.1 2002/02/16 00:51:13 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.qwerty2bul import * 1.2 +20 -1 KoreanCodecs/korean/unijohab.py Index: unijohab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/unijohab.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unijohab.py 16 Feb 2002 11:34:25 -0000 1.1 +++ unijohab.py 13 Jul 2002 06:57:34 -0000 1.2 @@ -1,5 +1,24 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: unijohab.py,v 1.1 2002/02/16 11:34:25 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.2 2002/07/13 06:57:34 perky Exp $ +# try: from korean.c.unijohab import * |
From: Chang <pe...@us...> - 2002-07-19 00:01:53
|
perky 02/07/18 17:01:52 Modified: korean __init__.py aliases.py cp949.py euc_kr.py hangul.py iso_2022_kr.py johab.py qwerty2bul.py unijohab.py Log: Ooh! We aren't Foobar project. :) Revision Changes Path 1.6 +2 -2 KoreanCodecs/korean/__init__.py Index: __init__.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/__init__.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- __init__.py 13 Jul 2002 06:57:34 -0000 1.5 +++ __init__.py 19 Jul 2002 00:01:52 -0000 1.6 @@ -14,8 +14,8 @@ # 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 # -# $Id: __init__.py,v 1.5 2002/07/13 06:57:34 perky Exp $ +# $Id: __init__.py,v 1.6 2002/07/19 00:01:52 perky Exp $ # 1.6 +2 -2 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aliases.py 13 Jul 2002 06:57:34 -0000 1.5 +++ aliases.py 19 Jul 2002 00:01:52 -0000 1.6 @@ -14,10 +14,10 @@ # 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 # -# $Id: aliases.py,v 1.5 2002/07/13 06:57:34 perky Exp $ +# $Id: aliases.py,v 1.6 2002/07/19 00:01:52 perky Exp $ # import encodings.aliases 1.3 +2 -2 KoreanCodecs/korean/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/cp949.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp949.py 13 Jul 2002 06:57:34 -0000 1.2 +++ cp949.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: cp949.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: cp949.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: 1.3 +2 -2 KoreanCodecs/korean/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/euc_kr.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- euc_kr.py 13 Jul 2002 06:57:34 -0000 1.2 +++ euc_kr.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: euc_kr.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: euc_kr.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: 1.5 +2 -2 KoreanCodecs/korean/hangul.py Index: hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/hangul.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hangul.py 13 Jul 2002 06:57:34 -0000 1.4 +++ hangul.py 19 Jul 2002 00:01:52 -0000 1.5 @@ -14,10 +14,10 @@ # 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 # -# $Id: hangul.py,v 1.4 2002/07/13 06:57:34 perky Exp $ +# $Id: hangul.py,v 1.5 2002/07/19 00:01:52 perky Exp $ # try: 1.3 +2 -2 KoreanCodecs/korean/iso_2022_kr.py Index: iso_2022_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/iso_2022_kr.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- iso_2022_kr.py 13 Jul 2002 06:57:34 -0000 1.2 +++ iso_2022_kr.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: iso_2022_kr.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: iso_2022_kr.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: 1.3 +2 -2 KoreanCodecs/korean/johab.py Index: johab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/johab.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- johab.py 13 Jul 2002 06:57:34 -0000 1.2 +++ johab.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: johab.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: johab.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: 1.3 +2 -2 KoreanCodecs/korean/qwerty2bul.py Index: qwerty2bul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/qwerty2bul.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qwerty2bul.py 13 Jul 2002 06:57:34 -0000 1.2 +++ qwerty2bul.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: qwerty2bul.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: qwerty2bul.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: 1.3 +2 -2 KoreanCodecs/korean/unijohab.py Index: unijohab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/unijohab.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- unijohab.py 13 Jul 2002 06:57:34 -0000 1.2 +++ unijohab.py 19 Jul 2002 00:01:52 -0000 1.3 @@ -14,10 +14,10 @@ # 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 # -# $Id: unijohab.py,v 1.2 2002/07/13 06:57:34 perky Exp $ +# $Id: unijohab.py,v 1.3 2002/07/19 00:01:52 perky Exp $ # try: |
From: Hye-Shik C. <pe...@us...> - 2003-01-09 21:35:49
|
perky 03/01/09 13:35:48 Modified: korean __init__.py aliases.py cp949.py euc_kr.py hangul.py iso_2022_kr.py johab.py qwerty2bul.py unijohab.py Log: Happy 2003! Revision Changes Path 1.7 +2 -2 KoreanCodecs/korean/__init__.py Index: __init__.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- __init__.py 19 Jul 2002 00:01:52 -0000 1.6 +++ __init__.py 9 Jan 2003 21:35:48 -0000 1.7 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,5 +17,5 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: __init__.py,v 1.6 2002/07/19 00:01:52 perky Exp $ +# $Id: __init__.py,v 1.7 2003/01/09 21:35:48 perky Exp $ # 1.8 +2 -2 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- aliases.py 2 Jan 2003 10:48:29 -0000 1.7 +++ aliases.py 9 Jan 2003 21:35:48 -0000 1.8 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: aliases.py,v 1.7 2003/01/02 10:48:29 perky Exp $ +# $Id: aliases.py,v 1.8 2003/01/09 21:35:48 perky Exp $ # import encodings.aliases 1.4 +2 -2 KoreanCodecs/korean/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/cp949.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cp949.py 19 Jul 2002 00:01:52 -0000 1.3 +++ cp949.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; 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/19 00:01:52 perky Exp $ +# $Id: cp949.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: 1.4 +2 -2 KoreanCodecs/korean/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/euc_kr.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- euc_kr.py 19 Jul 2002 00:01:52 -0000 1.3 +++ euc_kr.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; 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.3 2002/07/19 00:01:52 perky Exp $ +# $Id: euc_kr.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: 1.6 +2 -2 KoreanCodecs/korean/hangul.py Index: hangul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/hangul.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hangul.py 19 Jul 2002 00:01:52 -0000 1.5 +++ hangul.py 9 Jan 2003 21:35:48 -0000 1.6 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: hangul.py,v 1.5 2002/07/19 00:01:52 perky Exp $ +# $Id: hangul.py,v 1.6 2003/01/09 21:35:48 perky Exp $ # try: 1.4 +2 -2 KoreanCodecs/korean/iso_2022_kr.py Index: iso_2022_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/iso_2022_kr.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- iso_2022_kr.py 19 Jul 2002 00:01:52 -0000 1.3 +++ iso_2022_kr.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; 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.3 2002/07/19 00:01:52 perky Exp $ +# $Id: iso_2022_kr.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: 1.4 +2 -2 KoreanCodecs/korean/johab.py Index: johab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/johab.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- johab.py 19 Jul 2002 00:01:52 -0000 1.3 +++ johab.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: johab.py,v 1.3 2002/07/19 00:01:52 perky Exp $ +# $Id: johab.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: 1.4 +2 -2 KoreanCodecs/korean/qwerty2bul.py Index: qwerty2bul.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/qwerty2bul.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qwerty2bul.py 19 Jul 2002 00:01:52 -0000 1.3 +++ qwerty2bul.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: qwerty2bul.py,v 1.3 2002/07/19 00:01:52 perky Exp $ +# $Id: qwerty2bul.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: 1.4 +2 -2 KoreanCodecs/korean/unijohab.py Index: unijohab.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/unijohab.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- unijohab.py 19 Jul 2002 00:01:52 -0000 1.3 +++ unijohab.py 9 Jan 2003 21:35:48 -0000 1.4 @@ -1,7 +1,7 @@ # # This file is part of KoreanCodecs. # -# Copyright(C) Hye-Shik Chang <pe...@Fr...>, 2002. +# Copyright(C) 2002-2003 Hye-Shik Chang <pe...@Fr...>. # # KoreanCodecs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: unijohab.py,v 1.3 2002/07/19 00:01:52 perky Exp $ +# $Id: unijohab.py,v 1.4 2003/01/09 21:35:48 perky Exp $ # try: |