lists.arthurdejong.org
RSS feed

python-stdnum commit: r152 - in python-stdnum/stdnum: at be bg br cy cz de dk ee es fi fr gb gr hu ie it lt lu lv mt nl pl pt ro se si sk us

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum commit: r152 - in python-stdnum/stdnum: at be bg br cy cz de dk ee es fi fr gb gr hu ie it lt lu lv mt nl pl pt ro se si sk us



Author: arthur
Date: Sun Feb 19 10:32:31 2012
New Revision: 152
URL: http://arthurdejong.org/viewvc/python-stdnum?revision=152&view=revision

Log:
give all packages a description

Modified:
   python-stdnum/stdnum/at/__init__.py
   python-stdnum/stdnum/be/__init__.py
   python-stdnum/stdnum/bg/__init__.py
   python-stdnum/stdnum/br/__init__.py
   python-stdnum/stdnum/cy/__init__.py
   python-stdnum/stdnum/cz/__init__.py
   python-stdnum/stdnum/de/__init__.py
   python-stdnum/stdnum/dk/__init__.py
   python-stdnum/stdnum/ee/__init__.py
   python-stdnum/stdnum/es/__init__.py
   python-stdnum/stdnum/fi/__init__.py
   python-stdnum/stdnum/fr/__init__.py
   python-stdnum/stdnum/gb/__init__.py
   python-stdnum/stdnum/gr/__init__.py
   python-stdnum/stdnum/hu/__init__.py
   python-stdnum/stdnum/ie/__init__.py
   python-stdnum/stdnum/it/__init__.py
   python-stdnum/stdnum/lt/__init__.py
   python-stdnum/stdnum/lu/__init__.py
   python-stdnum/stdnum/lv/__init__.py
   python-stdnum/stdnum/mt/__init__.py
   python-stdnum/stdnum/nl/__init__.py
   python-stdnum/stdnum/pl/__init__.py
   python-stdnum/stdnum/pt/__init__.py
   python-stdnum/stdnum/ro/__init__.py
   python-stdnum/stdnum/se/__init__.py
   python-stdnum/stdnum/si/__init__.py
   python-stdnum/stdnum/sk/__init__.py
   python-stdnum/stdnum/us/__init__.py

Modified: python-stdnum/stdnum/at/__init__.py
==============================================================================
--- python-stdnum/stdnum/at/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/at/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Austrian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Austrian numbers."""

Modified: python-stdnum/stdnum/be/__init__.py
==============================================================================
--- python-stdnum/stdnum/be/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/be/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Belgian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Belgian numbers."""

Modified: python-stdnum/stdnum/bg/__init__.py
==============================================================================
--- python-stdnum/stdnum/bg/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/bg/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Bulgarian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Bulgarian numbers."""

Modified: python-stdnum/stdnum/br/__init__.py
==============================================================================
--- python-stdnum/stdnum/br/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/br/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Brazillian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Brazillian numbers."""

Modified: python-stdnum/stdnum/cy/__init__.py
==============================================================================
--- python-stdnum/stdnum/cy/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/cy/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Cypriot numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Cypriot numbers."""

Modified: python-stdnum/stdnum/cz/__init__.py
==============================================================================
--- python-stdnum/stdnum/cz/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/cz/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Czech numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Czech numbers."""

Modified: python-stdnum/stdnum/de/__init__.py
==============================================================================
--- python-stdnum/stdnum/de/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/de/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of German numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of German numbers."""

Modified: python-stdnum/stdnum/dk/__init__.py
==============================================================================
--- python-stdnum/stdnum/dk/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/dk/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Danish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Danish numbers."""

Modified: python-stdnum/stdnum/ee/__init__.py
==============================================================================
--- python-stdnum/stdnum/ee/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/ee/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Estonian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Estonian numbers."""

Modified: python-stdnum/stdnum/es/__init__.py
==============================================================================
--- python-stdnum/stdnum/es/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/es/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Spanish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Spanish numbers."""

Modified: python-stdnum/stdnum/fi/__init__.py
==============================================================================
--- python-stdnum/stdnum/fi/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/fi/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Finnish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Finnish numbers."""

Modified: python-stdnum/stdnum/fr/__init__.py
==============================================================================
--- python-stdnum/stdnum/fr/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/fr/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of French numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of French numbers."""

Modified: python-stdnum/stdnum/gb/__init__.py
==============================================================================
--- python-stdnum/stdnum/gb/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/gb/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of United Kingdom numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of United Kingdom numbers."""

Modified: python-stdnum/stdnum/gr/__init__.py
==============================================================================
--- python-stdnum/stdnum/gr/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/gr/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Greek numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Greek numbers."""

Modified: python-stdnum/stdnum/hu/__init__.py
==============================================================================
--- python-stdnum/stdnum/hu/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/hu/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Hungarian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Hungarian numbers."""

Modified: python-stdnum/stdnum/ie/__init__.py
==============================================================================
--- python-stdnum/stdnum/ie/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/ie/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Irish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Irish numbers."""

Modified: python-stdnum/stdnum/it/__init__.py
==============================================================================
--- python-stdnum/stdnum/it/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/it/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Italian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Italian numbers."""

Modified: python-stdnum/stdnum/lt/__init__.py
==============================================================================
--- python-stdnum/stdnum/lt/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/lt/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Lithuanian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Lithuanian numbers."""

Modified: python-stdnum/stdnum/lu/__init__.py
==============================================================================
--- python-stdnum/stdnum/lu/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/lu/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Luxembourgian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Luxembourgian numbers."""

Modified: python-stdnum/stdnum/lv/__init__.py
==============================================================================
--- python-stdnum/stdnum/lv/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/lv/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Latvian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Latvian numbers."""

Modified: python-stdnum/stdnum/mt/__init__.py
==============================================================================
--- python-stdnum/stdnum/mt/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/mt/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Maltese numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Maltese numbers."""

Modified: python-stdnum/stdnum/nl/__init__.py
==============================================================================
--- python-stdnum/stdnum/nl/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/nl/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Dutch numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Dutch numbers."""

Modified: python-stdnum/stdnum/pl/__init__.py
==============================================================================
--- python-stdnum/stdnum/pl/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/pl/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Polish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Polish numbers."""

Modified: python-stdnum/stdnum/pt/__init__.py
==============================================================================
--- python-stdnum/stdnum/pt/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/pt/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Portuguese numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Portuguese numbers."""

Modified: python-stdnum/stdnum/ro/__init__.py
==============================================================================
--- python-stdnum/stdnum/ro/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/ro/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Romanian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Romanian numbers."""

Modified: python-stdnum/stdnum/se/__init__.py
==============================================================================
--- python-stdnum/stdnum/se/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/se/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Swedish numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Swedish numbers."""

Modified: python-stdnum/stdnum/si/__init__.py
==============================================================================
--- python-stdnum/stdnum/si/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/si/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Slovenian numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Slovenian numbers."""

Modified: python-stdnum/stdnum/sk/__init__.py
==============================================================================
--- python-stdnum/stdnum/sk/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/sk/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of Slovak numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of Slovak numbers."""

Modified: python-stdnum/stdnum/us/__init__.py
==============================================================================
--- python-stdnum/stdnum/us/__init__.py Sun Feb 19 10:14:20 2012        (r151)
+++ python-stdnum/stdnum/us/__init__.py Sun Feb 19 10:32:31 2012        (r152)
@@ -0,0 +1,21 @@
+# __init__.py - collection of United States numbers
+# coding: utf-8
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library 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 library 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 library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+"""Collection of United States numbers."""
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/