[KoCo-CVS] [Commit] KoreanCodecs/korean/utils geniconv.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-13 06:57:38
|
perky 02/07/12 23:57:36 Modified: korean/utils geniconv.py Log: - Add LGPL Copyright Header Revision Changes Path 1.2 +22 -0 KoreanCodecs/korean/utils/geniconv.py Index: geniconv.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/utils/geniconv.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- geniconv.py 16 Feb 2002 00:51:36 -0000 1.1 +++ geniconv.py 13 Jul 2002 06:57:36 -0000 1.2 @@ -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: geniconv.py,v 1.2 2002/07/13 06:57:36 perky Exp $ +# + from __future__ import division import os, sys import time |