From 651fc3c33b3101ac08427777013c261d49eb4652 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Sat, 2 Feb 2008 18:10:47 +0000 Subject: [PATCH] Update the copyright on po2json to reflect reality ;) --- src/www/l10n/po2json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 = []