[KoCo-CVS] [Commit] KoreanCodecs setup.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:36
|
perky 02/07/12 23:57:34 Modified: . setup.py Log: - Add LGPL Copyright Header Revision Changes Path 1.27 +21 -1 KoreanCodecs/setup.py Index: setup.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/setup.py,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- setup.py 13 Jul 2002 06:10:21 -0000 1.26 +++ setup.py 13 Jul 2002 06:57:34 -0000 1.27 @@ -1,5 +1,25 @@ #!/usr/bin/env python -# $Id: setup.py,v 1.26 2002/07/13 06:10: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: setup.py,v 1.27 2002/07/13 06:57:34 perky Exp $ +# import sys from distutils.core import setup, Extension |