[KoCo-CVS] [Commit] KoreanCodecs/korean __init__.py aliases.py cp949.py error_callback.py euc_kr.py
Brought to you by:
perky
|
From: Hye-Shik C. <pe...@us...> - 2003-01-13 09:09:57
|
perky 03/01/13 01:09:56
Modified: korean __init__.py aliases.py cp949.py error_callback.py
euc_kr.py iso_2022_kr.py mac_korean.py
qwerty2bul.py unijohab.py
Log:
LGPL starts with version 2.1 not 2
Revision Changes Path
1.8 +2 -2 KoreanCodecs/korean/__init__.py
Index: __init__.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/__init__.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- __init__.py 9 Jan 2003 21:35:48 -0000 1.7
+++ __init__.py 13 Jan 2003 09:09:55 -0000 1.8
@@ -5,7 +5,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,
@@ -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.7 2003/01/09 21:35:48 perky Exp $
+# $Id: __init__.py,v 1.8 2003/01/13 09:09:55 perky Exp $
#
1.12 +2 -2 KoreanCodecs/korean/aliases.py
Index: aliases.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aliases.py 12 Jan 2003 23:04:56 -0000 1.11
+++ aliases.py 13 Jan 2003 09:09:56 -0000 1.12
@@ -5,7 +5,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,
@@ -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.11 2003/01/12 23:04:56 perky Exp $
+# $Id: aliases.py,v 1.12 2003/01/13 09:09:56 perky Exp $
#
import encodings.aliases
1.6 +2 -2 KoreanCodecs/korean/cp949.py
Index: cp949.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/cp949.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cp949.py 12 Jan 2003 22:54:12 -0000 1.5
+++ cp949.py 13 Jan 2003 09:09:56 -0000 1.6
@@ -5,7 +5,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,
@@ -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.5 2003/01/12 22:54:12 perky Exp $
+# $Id: cp949.py,v 1.6 2003/01/13 09:09:56 perky Exp $
#
import codecs
1.4 +2 -2 KoreanCodecs/korean/error_callback.py
Index: error_callback.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/error_callback.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- error_callback.py 13 Jan 2003 07:52:47 -0000 1.3
+++ error_callback.py 13 Jan 2003 09:09:56 -0000 1.4
@@ -5,7 +5,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,
@@ -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: error_callback.py,v 1.3 2003/01/13 07:52:47 perky Exp $
+# $Id: error_callback.py,v 1.4 2003/01/13 09:09:56 perky Exp $
#
try:
1.6 +2 -2 KoreanCodecs/korean/euc_kr.py
Index: euc_kr.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/euc_kr.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- euc_kr.py 12 Jan 2003 22:54:12 -0000 1.5
+++ euc_kr.py 13 Jan 2003 09:09:56 -0000 1.6
@@ -5,7 +5,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,
@@ -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.5 2003/01/12 22:54:12 perky Exp $
+# $Id: euc_kr.py,v 1.6 2003/01/13 09:09:56 perky Exp $
#
import codecs
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iso_2022_kr.py 12 Jan 2003 23:01:34 -0000 1.6
+++ iso_2022_kr.py 13 Jan 2003 09:09:56 -0000 1.7
@@ -5,7 +5,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,
@@ -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.6 2003/01/12 23:01:34 perky Exp $
+# $Id: iso_2022_kr.py,v 1.7 2003/01/13 09:09:56 perky Exp $
#
import codecs
1.3 +2 -2 KoreanCodecs/korean/mac_korean.py
Index: mac_korean.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/mac_korean.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mac_korean.py 12 Jan 2003 23:22:32 -0000 1.2
+++ mac_korean.py 13 Jan 2003 09:09:56 -0000 1.3
@@ -5,7 +5,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,
@@ -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: mac_korean.py,v 1.2 2003/01/12 23:22:32 perky Exp $
+# $Id: mac_korean.py,v 1.3 2003/01/13 09:09:56 perky Exp $
#
import codecs
1.7 +2 -2 KoreanCodecs/korean/qwerty2bul.py
Index: qwerty2bul.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/qwerty2bul.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qwerty2bul.py 12 Jan 2003 22:57:19 -0000 1.6
+++ qwerty2bul.py 13 Jan 2003 09:09:56 -0000 1.7
@@ -5,7 +5,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,
@@ -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.6 2003/01/12 22:57:19 perky Exp $
+# $Id: qwerty2bul.py,v 1.7 2003/01/13 09:09:56 perky Exp $
#
import codecs
1.6 +2 -2 KoreanCodecs/korean/unijohab.py
Index: unijohab.py
===================================================================
RCS file: /cvsroot/koco/KoreanCodecs/korean/unijohab.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unijohab.py 12 Jan 2003 22:54:12 -0000 1.5
+++ unijohab.py 13 Jan 2003 09:09:56 -0000 1.6
@@ -5,7 +5,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,
@@ -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.5 2003/01/12 22:54:12 perky Exp $
+# $Id: unijohab.py,v 1.6 2003/01/13 09:09:56 perky Exp $
#
import codecs
|