Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/fr
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-04-13 22:37:33 +0200
committerArthur de Jong <arthur@arthurdejong.org>2017-04-13 22:37:33 +0200
commit5604d91be8e92f12b0bf2c599bb858e8f3704143 (patch)
tree3c7be783103d8a136ce9aa4dc17155a2ea2d4606 /stdnum/fr
parentd14ea3bddb010a974fae79f854b744e1319a8808 (diff)
Switch to HTTPS URLs
Diffstat (limited to 'stdnum/fr')
-rw-r--r--stdnum/fr/nir.py4
-rw-r--r--stdnum/fr/siren.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/stdnum/fr/nir.py b/stdnum/fr/nir.py
index bf1206a..c9381b2 100644
--- a/stdnum/fr/nir.py
+++ b/stdnum/fr/nir.py
@@ -2,7 +2,7 @@
# coding: utf-8
#
# Copyright (C) 2016 Dimitri Papadopoulos
-# Copyright (C) 2016 Arthur de Jong
+# Copyright (C) 2016-2017 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
@@ -33,7 +33,7 @@ the location of birth (COG), 3 for a serial and 2 check digits.
More information:
-* http://www.insee.fr/en/methodes/default.asp?page=definitions/nir.htm
+* https://www.insee.fr/en/metadonnees/definition/c1409
* https://en.wikipedia.org/wiki/INSEE_code
* http://resoo.org/docs/_docs/regles-numero-insee.pdf
* https://fr.wikipedia.org/wiki/Numéro_de_sécurité_sociale_en_France
diff --git a/stdnum/fr/siren.py b/stdnum/fr/siren.py
index 543f428..ff06b69 100644
--- a/stdnum/fr/siren.py
+++ b/stdnum/fr/siren.py
@@ -1,7 +1,7 @@
# siren.py - functions for handling French SIREN numbers
# coding: utf-8
#
-# Copyright (C) 2012, 2013 Arthur de Jong
+# Copyright (C) 2012-2017 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
@@ -44,7 +44,7 @@ from stdnum.util import clean
# An online validation function is available but it does not provide an
# automated entry point, has usage restrictions and seems to require
# attribution to the service for any results used.
-# http://avis-situation-sirene.insee.fr/
+# https://avis-situation-sirene.insee.fr/
def compact(number):