Skip to content

Commit 599dac1

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update to version
1 parent 9152768 commit 599dac1

Some content is hidden

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

90 files changed

+110
-96
lines changed

examples/upc-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: upc-ui.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: upc-ui.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Code From: https://github.com/fizyk20/python-barcode
66
Code From: https://github.com/fizyk20/python-barcode/blob/master/example.py
7-
$FileInfo: upc-example.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: fizyk20 $
7+
$FileInfo: upc-example.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: fizyk20 $
88
'''
99

1010
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-httpd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: httpd.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: httpd.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
import tempfile

examples/upc-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Code From: https://github.com/fizyk20/python-barcode
66
Code From: https://github.com/fizyk20/python-barcode/blob/master/example.py
7-
$FileInfo: upc-example.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: fizyk20 $
7+
$FileInfo: upc-example.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: fizyk20 $
88
'''
99

1010
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: upc.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: upc.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Code From: http://code.activestate.com/lists/python-list/376068/
66
Code From: https://mail.python.org/pipermail/python-list/2004-January/239664.html
77
Code From: http://compgroups.net/comp.lang.python/upc-ean-barcode-script/1631450
8-
$FileInfo: upc-test.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: alisonken11 $
8+
$FileInfo: upc-test.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: alisonken11 $
99
'''
1010

1111
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: upc-ui.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: upc-ui.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc-xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: upc-xml.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: upc-xml.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

examples/upc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1414
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: upc.py - Last Update: 10/30/2024 Ver. 2.10.8 RC 1 - Author: cooldude2k $
16+
$FileInfo: upc.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

pyverinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
1313
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: pyverinfo.py - Last Update: 2/18/2023 Ver. 2.7.21 RC 1 - Author: cooldude2k $
15+
$FileInfo: pyverinfo.py - Last Update: 11/15/2024 Ver. 2.12.0 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
import re

0 commit comments

Comments
 (0)