Skip to content

Commit 3fa113b

Browse files
author
Kazuki Suzuki Przyborowski
authored
Add files via upload
1 parent 8002934 commit 3fa113b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+57
-57
lines changed

upcean/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: __main__.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: __main__.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/convert/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: convert.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: convert.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/convert/shortcuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: shortcuts.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: shortcuts.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/decode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: __init__.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/decode/barcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: barcode.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: barcode.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/decode/ean13.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: ean13.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: ean13.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/decode/ean8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: ean8.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: ean8.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

upcean/decode/itf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1212
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1313
14-
$FileInfo: itf.py - Last Update: 8/18/2023 Ver. 2.9.9 RC 1 - Author: cooldude2k $
14+
$FileInfo: itf.py - Last Update: 8/18/2023 Ver. 2.10.0 RC 1 - Author: cooldude2k $
1515
'''
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals;

0 commit comments

Comments
 (0)