Skip to content

Commit

Permalink
change copyleft year
Browse files Browse the repository at this point in the history
  • Loading branch information
Arg0s1080 committed Apr 16, 2019
1 parent 7d76f4a commit 900bcfa
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mrz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

__author__ = "Iván Rincón"
__license__ = "GPL3"
Expand Down
2 changes: 1 addition & 1 deletion mrz/base/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

english = {
"Afghanistan": "AFG",
Expand Down
2 changes: 1 addition & 1 deletion mrz/base/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from string import ascii_uppercase, digits

Expand Down
2 changes: 1 addition & 1 deletion mrz/base/string_checkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from string import ascii_letters
from .errors import *
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

# from .td1 import TD1CodeChecker
# from .td2 import TD2CodeChecker
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/mrva.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import namedtuple_maker
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/mrvb.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import namedtuple_maker
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/td1.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_is_ok, namedtuple_maker
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/td2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_is_ok, namedtuple_maker
Expand Down
2 changes: 1 addition & 1 deletion mrz/checker/td3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_is_ok, namedtuple_maker
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# Iván Rincón 2018
# Iván Rincón 2019

# import generator.transliterations as transliteration
#
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/_transliterations.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# For more information on this, and how to apply and follow the
# GNU GPL, see http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019


def arabic():
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/mrva.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from ..base.functions import transliterate
from .td3 import TD3CodeGenerator
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/mrvb.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# (ɔ) Iván Rincón 2018
# (ɔ) Iván Rincón 2019

from mrz.base.functions import transliterate
from mrz.generator.td2 import TD2CodeGenerator
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/td1.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# Iván Rincón 2018
# Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_string, transliterate
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/td2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# Iván Rincón 2018
# Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_string, transliterate
Expand Down
2 changes: 1 addition & 1 deletion mrz/generator/td3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For more information on this, and how to apply and follow the GNU GPL, see:
# http://www.gnu.org/licenses
#
# Iván Rincón 2018
# Iván Rincón 2019

from ..base.countries_ops import *
from ..base.functions import hash_string, transliterate
Expand Down

0 comments on commit 900bcfa

Please sign in to comment.