diff --git a/src/www/l10n/po2json b/src/www/l10n/po2json index 485000d..905a279 100755 --- a/src/www/l10n/po2json +++ b/src/www/l10n/po2json @@ -6,7 +6,17 @@ import simplejson from optparse import OptionParser class POParser(object): - "parse a .po file extracting msgids and msgstrs" + """ parse a .po file extracting msgids and msgstrs + + This class was found in a program with the following copyright. The + URL was + + transcheck - (c) 2002 by Simone Piunno + + This program is free software; you can redistribute it and/or modify it + under the terms of the version 2.0 of the GNU General Public License as + published by the Free Software Foundation.""" + def __init__(self, filename=""): self.status = 0 self.files = []