Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2023-08-06 15:07:18 +0200
committerArthur de Jong <arthur@arthurdejong.org>2023-08-06 15:50:16 +0200
commitef49f496aff717658cbea10e23a37ccf7d991893 (patch)
tree65ddf70d9c41c9a197e802b50abb3c56cf584316
parent38483183f47b0b12d80e76dd6d37df8f8af06da2 (diff)
Fix file headers
This improves consistency across files and fixes some files that had an incorrect file name reference.
-rw-r--r--stdnum/be/bis.py2
-rw-r--r--stdnum/be/nn.py2
-rw-r--r--stdnum/de/stnr.py2
-rw-r--r--stdnum/dz/nif.py2
-rw-r--r--stdnum/fi/alv.py2
-rw-r--r--stdnum/gb/utr.py2
-rw-r--r--stdnum/hr/oib.py2
-rw-r--r--stdnum/md/idno.py2
-rw-r--r--stdnum/pl/regon.py2
-rw-r--r--stdnum/py/ruc.py2
-rw-r--r--stdnum/sk/dph.py2
-rw-r--r--stdnum/tn/mf.py2
-rw-r--r--stdnum/ua/edrpou.py2
-rw-r--r--stdnum/ua/rntrc.py2
-rw-r--r--stdnum/vn/mst.py2
-rw-r--r--stdnum/za/idnr.py2
-rw-r--r--tests/test_al_nipt.doctest2
-rw-r--r--tests/test_gb_sedol.doctest2
-rw-r--r--tests/test_iso6346.doctest2
-rw-r--r--tests/test_iso7064.doctest2
-rw-r--r--tests/test_th_moa.doctest2
-rw-r--r--tests/test_tn_mf.doctest2
-rw-r--r--tests/test_ve_rif.doctest2
23 files changed, 23 insertions, 23 deletions
diff --git a/stdnum/be/bis.py b/stdnum/be/bis.py
index 467f3b7..77876fe 100644
--- a/stdnum/be/bis.py
+++ b/stdnum/be/bis.py
@@ -1,5 +1,5 @@
-# coding=utf-8
# bis.py - functions for handling Belgian BIS numbers
+# coding: utf-8
#
# Copyright (C) 2023 Jeff Horemans
#
diff --git a/stdnum/be/nn.py b/stdnum/be/nn.py
index 1de122a..6dea86b 100644
--- a/stdnum/be/nn.py
+++ b/stdnum/be/nn.py
@@ -1,5 +1,5 @@
-# coding=utf-8
# nn.py - function for handling Belgian national numbers
+# coding: utf-8
#
# Copyright (C) 2021-2022 Cédric Krier
# Copyright (C) 2023 Jeff Horemans
diff --git a/stdnum/de/stnr.py b/stdnum/de/stnr.py
index 7838977..6c511f3 100644
--- a/stdnum/de/stnr.py
+++ b/stdnum/de/stnr.py
@@ -1,4 +1,4 @@
-# steuernummer.py - functions for handling German tax numbers
+# stnr.py - functions for handling German tax numbers
# coding: utf-8
#
# Copyright (C) 2017 Holvi Payment Services
diff --git a/stdnum/dz/nif.py b/stdnum/dz/nif.py
index 68a1f09..48a16fd 100644
--- a/stdnum/dz/nif.py
+++ b/stdnum/dz/nif.py
@@ -1,4 +1,4 @@
-# pin.py - functions for handling Algeria NIF numbers
+# nif.py - functions for handling Algeria NIF numbers
# coding: utf-8
#
# Copyright (C) 2022 Leandro Regueiro
diff --git a/stdnum/fi/alv.py b/stdnum/fi/alv.py
index 6e3515c..ca90bad 100644
--- a/stdnum/fi/alv.py
+++ b/stdnum/fi/alv.py
@@ -1,4 +1,4 @@
-# vat.py - functions for handling Finnish VAT numbers
+# alv.py - functions for handling Finnish VAT numbers
# coding: utf-8
#
# Copyright (C) 2012-2015 Arthur de Jong
diff --git a/stdnum/gb/utr.py b/stdnum/gb/utr.py
index 958c723..1c4ee70 100644
--- a/stdnum/gb/utr.py
+++ b/stdnum/gb/utr.py
@@ -1,4 +1,4 @@
-# upn.py - functions for handling English UTRs
+# utr.py - functions for handling English UTRs
#
# Copyright (C) 2020 Holvi Payment Services
# Copyright (C) 2020 Arthur de Jong
diff --git a/stdnum/hr/oib.py b/stdnum/hr/oib.py
index 092c58c..72801a4 100644
--- a/stdnum/hr/oib.py
+++ b/stdnum/hr/oib.py
@@ -1,4 +1,4 @@
-# cnp.py - functions for handling Croatian OIB numbers
+# oib.py - functions for handling Croatian OIB numbers
# coding: utf-8
#
# Copyright (C) 2012, 2013 Arthur de Jong
diff --git a/stdnum/md/idno.py b/stdnum/md/idno.py
index 4ba8063..5673d7f 100644
--- a/stdnum/md/idno.py
+++ b/stdnum/md/idno.py
@@ -1,4 +1,4 @@
-# rnc.py - functions for handling Moldavian company identification numbers
+# idno.py - functions for handling Moldavian company identification numbers
# coding: utf-8
#
# Copyright (C) 2019 Arthur de Jong
diff --git a/stdnum/pl/regon.py b/stdnum/pl/regon.py
index 42f3f6a..e738ca7 100644
--- a/stdnum/pl/regon.py
+++ b/stdnum/pl/regon.py
@@ -1,4 +1,4 @@
-# pesel.py - functions for handling REGON numbers
+# regon.py - functions for handling REGON numbers
# coding: utf-8
#
# Copyright (C) 2015 Dariusz Choruzy
diff --git a/stdnum/py/ruc.py b/stdnum/py/ruc.py
index 0870b66..0630d96 100644
--- a/stdnum/py/ruc.py
+++ b/stdnum/py/ruc.py
@@ -1,4 +1,4 @@
-# rut.py - functions for handling Paraguay RUC numbers
+# ruc.py - functions for handling Paraguay RUC numbers
# coding: utf-8
#
# Copyright (C) 2019 Leandro Regueiro
diff --git a/stdnum/sk/dph.py b/stdnum/sk/dph.py
index c8cab28..c76f526 100644
--- a/stdnum/sk/dph.py
+++ b/stdnum/sk/dph.py
@@ -1,4 +1,4 @@
-# vat.py - functions for handling Slovak VAT numbers
+# dph.py - functions for handling Slovak VAT numbers
# coding: utf-8
#
# Copyright (C) 2012, 2013 Arthur de Jong
diff --git a/stdnum/tn/mf.py b/stdnum/tn/mf.py
index 4ea2414..90cb3cf 100644
--- a/stdnum/tn/mf.py
+++ b/stdnum/tn/mf.py
@@ -1,4 +1,4 @@
-# pin.py - functions for handling Tunisia MF numbers
+# mf.py - functions for handling Tunisia MF numbers
# coding: utf-8
#
# Copyright (C) 2022 Leandro Regueiro
diff --git a/stdnum/ua/edrpou.py b/stdnum/ua/edrpou.py
index 4ecb8eb..b7d3f9f 100644
--- a/stdnum/ua/edrpou.py
+++ b/stdnum/ua/edrpou.py
@@ -1,4 +1,4 @@
-# ubn.py - functions for handling Ukrainian EDRPOU numbers
+# edrpou.py - functions for handling Ukrainian EDRPOU numbers
# coding: utf-8
#
# Copyright (C) 2020 Leandro Regueiro
diff --git a/stdnum/ua/rntrc.py b/stdnum/ua/rntrc.py
index 301daa2..07b64de 100644
--- a/stdnum/ua/rntrc.py
+++ b/stdnum/ua/rntrc.py
@@ -1,4 +1,4 @@
-# ubn.py - functions for handling Ukrainian RNTRC numbers
+# rntrc.py - functions for handling Ukrainian RNTRC numbers
# coding: utf-8
#
# Copyright (C) 2020 Leandro Regueiro
diff --git a/stdnum/vn/mst.py b/stdnum/vn/mst.py
index 55d5575..7e372cf 100644
--- a/stdnum/vn/mst.py
+++ b/stdnum/vn/mst.py
@@ -1,4 +1,4 @@
-# nit.py - functions for handling Vietnam MST numbers
+# mst.py - functions for handling Vietnam MST numbers
# coding: utf-8
#
# Copyright (C) 2020 Leandro Regueiro
diff --git a/stdnum/za/idnr.py b/stdnum/za/idnr.py
index c4cae18..beb53ef 100644
--- a/stdnum/za/idnr.py
+++ b/stdnum/za/idnr.py
@@ -1,4 +1,4 @@
-# tin.py - functions for handling South Africa ID number
+# idnr.py - functions for handling South Africa ID number
# coding: utf-8
#
# Copyright (C) 2020 Arthur de Jong
diff --git a/tests/test_al_nipt.doctest b/tests/test_al_nipt.doctest
index 0c90fb7..19cad11 100644
--- a/tests/test_al_nipt.doctest
+++ b/tests/test_al_nipt.doctest
@@ -1,4 +1,4 @@
-test_al_nitp.doctest - more detailed doctests stdnum.al.nipt
+test_al_nipt.doctest - more detailed doctests stdnum.al.nipt
Copyright (C) 2015-2023 Arthur de Jong
diff --git a/tests/test_gb_sedol.doctest b/tests/test_gb_sedol.doctest
index 407d295..c617dbf 100644
--- a/tests/test_gb_sedol.doctest
+++ b/tests/test_gb_sedol.doctest
@@ -1,4 +1,4 @@
-test_sedol.doctest - more detailed doctests for the stdnum.gb.sedol module
+test_gb_sedol.doctest - more detailed doctests for the stdnum.gb.sedol module
Copyright (C) 2015 Arthur de Jong
diff --git a/tests/test_iso6346.doctest b/tests/test_iso6346.doctest
index a6b2f49..a6234ff 100644
--- a/tests/test_iso6346.doctest
+++ b/tests/test_iso6346.doctest
@@ -1,4 +1,4 @@
-test_doctest - more detailed doctests for the stdnum.iso6346 package
+test_iso6346.doctest - more detailed doctests for the stdnum.iso6346 package
Copyright (C) 2014 Openlabs Technologies & Consulting (P) Limited
diff --git a/tests/test_iso7064.doctest b/tests/test_iso7064.doctest
index 0195013..12b5743 100644
--- a/tests/test_iso7064.doctest
+++ b/tests/test_iso7064.doctest
@@ -1,4 +1,4 @@
-test_doctest - more detailed doctests for the stdnum.iso7064 package
+test_iso7064.doctest - more detailed doctests for the stdnum.iso7064 package
Copyright (C) 2010-2022 Arthur de Jong
diff --git a/tests/test_th_moa.doctest b/tests/test_th_moa.doctest
index 47c0f08..fbe1258 100644
--- a/tests/test_th_moa.doctest
+++ b/tests/test_th_moa.doctest
@@ -1,4 +1,4 @@
-test_th_mod.doctest - more detailed doctests for stdnum.th.moa module
+test_th_moa.doctest - more detailed doctests for stdnum.th.moa module
Copyright (C) 2021 Piruin Panichphol
diff --git a/tests/test_tn_mf.doctest b/tests/test_tn_mf.doctest
index 743105a..a45623b 100644
--- a/tests/test_tn_mf.doctest
+++ b/tests/test_tn_mf.doctest
@@ -1,4 +1,4 @@
-test_gt_nit.doctest - more detailed doctests for stdnum.tn.mf module
+test_tn_mf.doctest - more detailed doctests for stdnum.tn.mf module
Copyright (C) 2022 Leandro Regueiro
diff --git a/tests/test_ve_rif.doctest b/tests/test_ve_rif.doctest
index ce4eec3..825cfbc 100644
--- a/tests/test_ve_rif.doctest
+++ b/tests/test_ve_rif.doctest
@@ -1,4 +1,4 @@
-test_ve_nitp.doctest - more detailed doctests stdnum.ve.rif
+test_ve_rif.doctest - more detailed doctests stdnum.ve.rif
Copyright (C) 2015-2017 Arthur de Jong