[KoCo-CVS] [Commit] KoreanCodecs setup.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-13 09:09:56
|
perky 03/01/13 01:09:55 Modified: . setup.py Log: LGPL starts with version 2.1 not 2 Revision Changes Path 1.34 +2 -2 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- setup.py 12 Jan 2003 23:46:36 -0000 1.33 +++ setup.py 13 Jan 2003 09:09:54 -0000 1.34 @@ -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: setup.py,v 1.33 2003/01/12 23:46:36 perky Exp $ +# $Id: setup.py,v 1.34 2003/01/13 09:09:54 perky Exp $ # import sys |