[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. iso-codes/3.8-14-g94f4a73
Tobias Quathamer
toddy at debian.org
Mon Apr 6 15:46:53 UTC 2009
The following commit has been merged in the master branch:
commit 94f4a735be284680dc2d87eecb8fe26e2e6cdb9d
Author: Tobias Quathamer <toddy at debian.org>
Date: Mon Apr 6 17:46:32 2009 +0200
Change license to LGPL
diff --git a/ChangeLog b/ChangeLog
index 328d4ba..04d134d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ iso-codes X.X
Tobias Quathamer <toddy at debian.org>
XXXX-XX-XX
+ [ General ]
+ * Use the GNU Lesser General Public License for all files included
+ in this package.
+
[ ISO 15924 ]
* Changes made by the Maintenance Agency on 2009-02-23
diff --git a/check_valid_utf8.pl b/check_valid_utf8.pl
index e855df0..093c7cf 100644
--- a/check_valid_utf8.pl
+++ b/check_valid_utf8.pl
@@ -3,8 +3,21 @@
# Takes a list of files on the command line and checks for valid
# UTF-8 data. Used for checking .po files.
#
-# Copyright (C) 2009 Tobias Quathamer <toddy at debian.org>
-# Released under the GPL version 2 or later.
+# Copyright © 2009 Tobias Quathamer <toddy at debian.org>
+#
+# This program 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.1 of the License, or (at your option) any later version.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
use strict;
use warnings;
diff --git a/iso2pot.py b/iso2pot.py
index dd441cd..e423876 100755
--- a/iso2pot.py
+++ b/iso2pot.py
@@ -1,10 +1,23 @@
#!/usr/bin/env python
#
# Read iso-codes data file and output a .pot file
-#
-# Copyright (C) 2004,2005 Alastair McKinstry <mckinstry at debian.org>
-# Copyright (C) 2006,2007 Tobias Quathamer <toddy at debian.org>
-# Released under the GPL.
+#
+# Copyright © 2004,2005 Alastair McKinstry <mckinstry at debian.org>
+# Copyright © 2006,2007 Tobias Quathamer <toddy at debian.org>
+#
+# This program 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.1 of the License, or (at your option) any later version.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from xml.sax import make_parser, SAXException, SAXParseException
from xml.sax.handler import feature_namespaces, ContentHandler
--
ISO language, territory, currency, script codes and their translations
More information about the Pkg-isocodes-devel
mailing list