[KoCo-CVS] [Commit] KoreanCodecs/korean/c __init__.py cp949.py euc_kr.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:36
|
perky 02/07/12 23:57:35 Modified: korean/c __init__.py cp949.py euc_kr.py Log: - Add LGPL Copyright Header Revision Changes Path 1.2 +20 -1 KoreanCodecs/korean/c/__init__.py Index: __init__.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/c/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- __init__.py 16 Feb 2002 00:51:13 -0000 1.1 +++ __init__.py 13 Jul 2002 06:57:35 -0000 1.2 @@ -1,2 +1,21 @@ -# Hye-Shik Chang <16 Feb 2002> -# $Id: __init__.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: __init__.py,v 1.2 2002/07/13 06:57:35 perky Exp $ +# 1.3 +20 -2 KoreanCodecs/korean/c/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/c/cp949.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp949.py 28 Apr 2002 08:02:31 -0000 1.2 +++ cp949.py 13 Jul 2002 06:57:35 -0000 1.3 @@ -1,6 +1,24 @@ -# Hye-Shik Chang <16 Mar 2002> # -# $Id: cp949.py,v 1.2 2002/04/28 08:02:31 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:35 perky Exp $ +# import codecs import _koco 1.3 +20 -2 KoreanCodecs/korean/c/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/c/euc_kr.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- euc_kr.py 28 Apr 2002 06:54:11 -0000 1.2 +++ euc_kr.py 13 Jul 2002 06:57:35 -0000 1.3 @@ -1,6 +1,24 @@ -# Hye-Shik Chang <15 Mar 2002> # -# $Id: euc_kr.py,v 1.2 2002/04/28 06:54:11 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.3 2002/07/13 06:57:35 perky Exp $ +# import codecs import _koco |