Skip to content

Commit 929fe1d

Browse files
author
Joshua Przyborowski
committed
Updated to version 2.7.18
1 parent 2c29308 commit 929fe1d

Some content is hidden

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

49 files changed

+146
-146
lines changed

examples/upc-demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: upc-ui.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: upc-ui.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import division, absolute_import, print_function;

examples/upc-example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'''
33
Code From: https://github.com/fizyk20/python-barcode
44
Code From: https://github.com/fizyk20/python-barcode/blob/master/example.py
5-
$FileInfo: upc-example.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: fizyk20 $
5+
$FileInfo: upc-example.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: fizyk20 $
66
'''
77

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

examples/upc-httpd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: httpd.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: httpd.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
import tempfile, uuid, re, os, sys, cherrypy, upcean, argparse, time, datetime;

examples/upc-old.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: upc.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: upc.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import print_function

examples/upc-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Code From: http://code.activestate.com/lists/python-list/376068/
44
Code From: https://mail.python.org/pipermail/python-list/2004-January/239664.html
55
Code From: http://compgroups.net/comp.lang.python/upc-ean-barcode-script/1631450
6-
$FileInfo: upc-test.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: alisonken11 $
6+
$FileInfo: upc-test.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: alisonken11 $
77
'''
88

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

examples/upc-ui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: upc-ui.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: upc-ui.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import division, absolute_import, print_function;

examples/upc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: upc.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: upc.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
from __future__ import division, absolute_import, print_function;

pyverinfo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: pyverinfo.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: pyverinfo.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
import re, os, sys, json, subprocess;

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
Revised BSD License for more details.
1111
12-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
13-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
12+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
13+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: setup.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
15+
$FileInfo: setup.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1616
'''
1717

1818
import re, os, sys, time, datetime, platform, pkg_resources;

upcean/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88
Revised BSD License for more details.
99
10-
Copyright 2011-2019 Game Maker 2k - https://github.com/GameMaker2k
11-
Copyright 2011-2019 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
10+
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
11+
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1212
13-
$FileInfo: __init__.py - Last Update: 11/26/2019 Ver. 2.7.17 RC 1 - Author: cooldude2k $
13+
$FileInfo: __init__.py - Last Update: 12/3/2019 Ver. 2.7.18 RC 1 - Author: cooldude2k $
1414
'''
1515

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

0 commit comments

Comments
 (0)