[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. 03570ff21c5b274fa394e207b5343689711250ca

Tobias Quathamer toddy at debian.org
Sun Jun 24 11:51:05 UTC 2012


The following commit has been merged in the master branch:
commit e1d40b0c5f2fb7e12afae7f07f0aea81808e77fb
Author: Tobias Quathamer <toddy at debian.org>
Date:   Sat Jun 23 14:18:43 2012 +0200

    Add copyright header and coding

diff --git a/iso_639_3/iso-dis-639-tab-parse.py b/iso_639_3/iso-dis-639-tab-parse.py
index b8661d7..6a90991 100755
--- a/iso_639_3/iso-dis-639-tab-parse.py
+++ b/iso_639_3/iso-dis-639-tab-parse.py
@@ -1,4 +1,23 @@
-#!/usr/bin/env python
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Copyright © 2005 Alastair McKinstry <mckinstry at computer.org>
+# Copyright © 2008,2012 Tobias Quathamer <toddy at debian.org>
+#
+# This file 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 file 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 file; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
 """
 Parse the SIL.org iso_639_3.tab file and create
 an XML file for our own use.
@@ -24,8 +43,8 @@ ot.write("""<?xml version="1.0" encoding="UTF-8" ?>
 This file gives a list of all languages in the ISO 639-3
 standard, and is used to provide translations via gettext
 
-Copyright (C) 2005 Alastair McKinstry <mckinstry at computer.org>
-Copyright (C) 2008,2012 Tobias Quathamer <toddy at debian.org>
+Copyright © 2005 Alastair McKinstry <mckinstry at computer.org>
+Copyright © 2008,2012 Tobias Quathamer <toddy at debian.org>
 
     This file is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list