Skip to content

Commit

Permalink
Update to next stable
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Apr 8, 2023
1 parent 968d4a1 commit ab3b8c4
Show file tree
Hide file tree
Showing 65 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion examples/upc-demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upc-ui.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upc-ui.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'''
Code From: https://github.com/fizyk20/python-barcode
Code From: https://github.com/fizyk20/python-barcode/blob/master/example.py
$FileInfo: upc-example.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: fizyk20 $
$FileInfo: upc-example.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: fizyk20 $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-httpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: httpd.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: httpd.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

import tempfile, uuid, re, os, sys, cherrypy, upcean, argparse, time, datetime;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'''
Code From: https://github.com/fizyk20/python-barcode
Code From: https://github.com/fizyk20/python-barcode/blob/master/example.py
$FileInfo: upc-example.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: fizyk20 $
$FileInfo: upc-example.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: fizyk20 $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-old.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upc.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upc.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Code From: http://code.activestate.com/lists/python-list/376068/
Code From: https://mail.python.org/pipermail/python-list/2004-January/239664.html
Code From: http://compgroups.net/comp.lang.python/upc-ean-barcode-script/1631450
$FileInfo: upc-test.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: alisonken11 $
$FileInfo: upc-test.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: alisonken11 $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upc-ui.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upc-ui.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc-xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upc-xml.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upc-xml.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion examples/upc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upc.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upc.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: setup.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: setup.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

import re, os, sys, time, datetime, platform, pkg_resources;
Expand Down
2 changes: 1 addition & 1 deletion upcean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __main__.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: __main__.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/convert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/convert/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: convert.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: convert.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/convert/shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: shortcuts.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: shortcuts.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: barcode.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: barcode.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/ean13.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: ean13.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: ean13.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/ean8.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: ean8.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: ean8.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/itf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: itf.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: itf.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/itf14.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: itf14.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: itf14.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: shortcuts.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: shortcuts.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/stf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: stf.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: stf.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/upca.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upca.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upca.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/decode/upce.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: upce.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: upce.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: barcode.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: barcode.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/codabar.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: codabar.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: codabar.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/code11.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: code11.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: code11.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/code128.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: code128.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: code128.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/code39.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: code39.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: code39.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/code93.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: code93.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: code93.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/ean13.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: ean13.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: ean13.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/ean2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: ean2.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: ean2.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/ean5.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
FileInfo: ean5.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k
FileInfo: ean5.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/ean8.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: ean8.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: ean8.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/getsfname.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: getsfname.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: getsfname.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/goodwill.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: goodwill.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: goodwill.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/itf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: itf.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: itf.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/itf14.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: itf14.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: itf14.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: msi.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: msi.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/plessey.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: plessey.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: plessey.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/precairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2011-2023 Game Maker 2k - http://intdb.sourceforge.net/
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: precairo.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: precairo.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion upcean/encode/predraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2011-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: predraw.py - Last Update: 4/1/2023 Ver. 2.8.17 RC 1 - Author: cooldude2k $
$FileInfo: predraw.py - Last Update: 4/7/2023 Ver. 2.9.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
Loading

0 comments on commit ab3b8c4

Please sign in to comment.