From ce234c3f44af02d73191b3d8dba279ab6430600e Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 5 Feb 2020 05:11:36 -0800 Subject: [PATCH] Syncing latest changes between public/private. --- Makefile | 2 +- assets/Makefile | 2 +- assets/src/ba_data/python/_ba.py | 4 ++-- assets/src/ba_data/python/ba/__init__.py | 2 +- assets/src/ba_data/python/ba/_account.py | 2 +- assets/src/ba_data/python/ba/_achievement.py | 2 +- assets/src/ba_data/python/ba/_activity.py | 2 +- .../src/ba_data/python/ba/_activitytypes.py | 2 +- assets/src/ba_data/python/ba/_actor.py | 2 +- assets/src/ba_data/python/ba/_app.py | 2 +- assets/src/ba_data/python/ba/_appconfig.py | 2 +- assets/src/ba_data/python/ba/_appdelegate.py | 2 +- assets/src/ba_data/python/ba/_apputils.py | 2 +- assets/src/ba_data/python/ba/_benchmark.py | 2 +- assets/src/ba_data/python/ba/_campaign.py | 2 +- assets/src/ba_data/python/ba/_coopgame.py | 2 +- assets/src/ba_data/python/ba/_coopsession.py | 2 +- assets/src/ba_data/python/ba/_dependency.py | 2 +- assets/src/ba_data/python/ba/_enums.py | 2 +- assets/src/ba_data/python/ba/_error.py | 2 +- .../ba_data/python/ba/_freeforallsession.py | 2 +- assets/src/ba_data/python/ba/_gameactivity.py | 2 +- assets/src/ba_data/python/ba/_gameresults.py | 2 +- assets/src/ba_data/python/ba/_gameutils.py | 2 +- assets/src/ba_data/python/ba/_general.py | 2 +- assets/src/ba_data/python/ba/_hooks.py | 2 +- assets/src/ba_data/python/ba/_input.py | 2 +- assets/src/ba_data/python/ba/_lang.py | 2 +- assets/src/ba_data/python/ba/_level.py | 2 +- assets/src/ba_data/python/ba/_lobby.py | 2 +- assets/src/ba_data/python/ba/_map.py | 2 +- assets/src/ba_data/python/ba/_math.py | 2 +- assets/src/ba_data/python/ba/_messages.py | 2 +- assets/src/ba_data/python/ba/_meta.py | 2 +- assets/src/ba_data/python/ba/_modutils.py | 2 +- assets/src/ba_data/python/ba/_music.py | 2 +- assets/src/ba_data/python/ba/_netutils.py | 2 +- assets/src/ba_data/python/ba/_playlist.py | 2 +- assets/src/ba_data/python/ba/_powerup.py | 2 +- assets/src/ba_data/python/ba/_profile.py | 2 +- assets/src/ba_data/python/ba/_server.py | 2 +- assets/src/ba_data/python/ba/_session.py | 2 +- assets/src/ba_data/python/ba/_stats.py | 2 +- assets/src/ba_data/python/ba/_store.py | 2 +- assets/src/ba_data/python/ba/_team.py | 2 +- .../src/ba_data/python/ba/_teambasesession.py | 2 +- assets/src/ba_data/python/ba/_teamgame.py | 2 +- assets/src/ba_data/python/ba/_teamssession.py | 2 +- assets/src/ba_data/python/ba/_tips.py | 2 +- assets/src/ba_data/python/ba/_tournament.py | 2 +- assets/src/ba_data/python/ba/deprecated.py | 2 +- assets/src/ba_data/python/ba/internal.py | 2 +- assets/src/ba_data/python/ba/ui/__init__.py | 2 +- .../src/ba_data/python/bacommon/__init__.py | 2 +- assets/src/ba_data/python/bacommon/assets.py | 2 +- assets/src/ba_data/python/bacommon/err.py | 2 +- assets/src/ba_data/python/bastd/__init__.py | 2 +- .../ba_data/python/bastd/activity/__init__.py | 2 +- .../python/bastd/activity/coopjoinscreen.py | 2 +- .../python/bastd/activity/coopscorescreen.py | 2 +- .../python/bastd/activity/drawscreen.py | 2 +- .../bastd/activity/dualteamscorescreen.py | 2 +- .../bastd/activity/freeforallendscreen.py | 2 +- .../bastd/activity/multiteamendscreen.py | 2 +- .../bastd/activity/multiteamjoinscreen.py | 2 +- .../python/bastd/activity/teamsscorescreen.py | 2 +- .../ba_data/python/bastd/actor/__init__.py | 2 +- .../ba_data/python/bastd/actor/background.py | 2 +- assets/src/ba_data/python/bastd/actor/bomb.py | 2 +- .../python/bastd/actor/controlsguide.py | 2 +- assets/src/ba_data/python/bastd/actor/flag.py | 2 +- .../src/ba_data/python/bastd/actor/image.py | 2 +- .../python/bastd/actor/onscreencountdown.py | 2 +- .../python/bastd/actor/onscreentimer.py | 2 +- .../ba_data/python/bastd/actor/playerspaz.py | 2 +- .../ba_data/python/bastd/actor/popuptext.py | 2 +- .../ba_data/python/bastd/actor/powerupbox.py | 2 +- .../ba_data/python/bastd/actor/respawnicon.py | 2 +- .../ba_data/python/bastd/actor/scoreboard.py | 2 +- .../src/ba_data/python/bastd/actor/spawner.py | 2 +- assets/src/ba_data/python/bastd/actor/spaz.py | 2 +- .../python/bastd/actor/spazappearance.py | 2 +- .../src/ba_data/python/bastd/actor/spazbot.py | 2 +- .../ba_data/python/bastd/actor/spazfactory.py | 2 +- assets/src/ba_data/python/bastd/actor/text.py | 2 +- .../ba_data/python/bastd/actor/tipstext.py | 2 +- .../ba_data/python/bastd/actor/zoomtext.py | 2 +- .../src/ba_data/python/bastd/appdelegate.py | 2 +- .../src/ba_data/python/bastd/game/__init__.py | 2 +- .../src/ba_data/python/bastd/game/assault.py | 2 +- .../python/bastd/game/capturetheflag.py | 2 +- .../ba_data/python/bastd/game/chosenone.py | 2 +- .../src/ba_data/python/bastd/game/conquest.py | 2 +- .../ba_data/python/bastd/game/deathmatch.py | 2 +- .../python/bastd/game/easteregghunt.py | 2 +- .../ba_data/python/bastd/game/elimination.py | 2 +- .../src/ba_data/python/bastd/game/football.py | 2 +- .../src/ba_data/python/bastd/game/hockey.py | 2 +- .../src/ba_data/python/bastd/game/keepaway.py | 2 +- .../python/bastd/game/kingofthehill.py | 2 +- .../ba_data/python/bastd/game/meteorshower.py | 2 +- .../ba_data/python/bastd/game/ninjafight.py | 2 +- .../ba_data/python/bastd/game/onslaught.py | 2 +- assets/src/ba_data/python/bastd/game/race.py | 2 +- .../ba_data/python/bastd/game/runaround.py | 2 +- .../python/bastd/game/targetpractice.py | 2 +- .../ba_data/python/bastd/game/thelaststand.py | 2 +- assets/src/ba_data/python/bastd/mainmenu.py | 2 +- .../ba_data/python/bastd/mapdata/__init__.py | 2 +- .../src/ba_data/python/bastd/mapdata/big_g.py | 2 +- .../ba_data/python/bastd/mapdata/bridgit.py | 2 +- .../ba_data/python/bastd/mapdata/courtyard.py | 2 +- .../python/bastd/mapdata/crag_castle.py | 2 +- .../python/bastd/mapdata/doom_shroom.py | 2 +- .../python/bastd/mapdata/football_stadium.py | 2 +- .../python/bastd/mapdata/happy_thoughts.py | 2 +- .../python/bastd/mapdata/hockey_stadium.py | 2 +- .../python/bastd/mapdata/lake_frigid.py | 2 +- .../python/bastd/mapdata/monkey_face.py | 2 +- .../ba_data/python/bastd/mapdata/rampage.py | 2 +- .../python/bastd/mapdata/roundabout.py | 2 +- .../python/bastd/mapdata/step_right_up.py | 2 +- .../ba_data/python/bastd/mapdata/the_pad.py | 2 +- .../ba_data/python/bastd/mapdata/tip_top.py | 2 +- .../ba_data/python/bastd/mapdata/tower_d.py | 2 +- .../ba_data/python/bastd/mapdata/zig_zag.py | 2 +- assets/src/ba_data/python/bastd/maps.py | 2 +- .../ba_data/python/bastd/session/__init__.py | 2 +- assets/src/ba_data/python/bastd/stdmap.py | 2 +- assets/src/ba_data/python/bastd/tutorial.py | 2 +- .../src/ba_data/python/bastd/ui/__init__.py | 2 +- .../python/bastd/ui/account/__init__.py | 2 +- .../ba_data/python/bastd/ui/account/link.py | 2 +- .../python/bastd/ui/account/settings.py | 2 +- .../ba_data/python/bastd/ui/account/unlink.py | 2 +- .../ba_data/python/bastd/ui/account/viewer.py | 2 +- .../ba_data/python/bastd/ui/achievements.py | 2 +- .../src/ba_data/python/bastd/ui/appinvite.py | 2 +- .../python/bastd/ui/characterpicker.py | 2 +- .../ba_data/python/bastd/ui/colorpicker.py | 2 +- assets/src/ba_data/python/bastd/ui/config.py | 2 +- .../ba_data/python/bastd/ui/configerror.py | 2 +- assets/src/ba_data/python/bastd/ui/confirm.py | 2 +- .../src/ba_data/python/bastd/ui/continues.py | 2 +- .../ba_data/python/bastd/ui/coop/__init__.py | 2 +- .../ba_data/python/bastd/ui/coop/browser.py | 2 +- .../python/bastd/ui/coop/gamebutton.py | 2 +- .../src/ba_data/python/bastd/ui/coop/level.py | 2 +- .../ba_data/python/bastd/ui/creditslist.py | 2 +- assets/src/ba_data/python/bastd/ui/debug.py | 2 +- .../src/ba_data/python/bastd/ui/feedback.py | 2 +- .../ba_data/python/bastd/ui/fileselector.py | 2 +- assets/src/ba_data/python/bastd/ui/gather.py | 2 +- .../ba_data/python/bastd/ui/getcurrency.py | 2 +- .../src/ba_data/python/bastd/ui/getremote.py | 2 +- assets/src/ba_data/python/bastd/ui/helpui.py | 2 +- .../src/ba_data/python/bastd/ui/iconpicker.py | 2 +- assets/src/ba_data/python/bastd/ui/kiosk.py | 2 +- .../python/bastd/ui/league/__init__.py | 2 +- .../python/bastd/ui/league/rankbutton.py | 2 +- .../python/bastd/ui/league/rankwindow.py | 2 +- .../src/ba_data/python/bastd/ui/mainmenu.py | 2 +- .../python/bastd/ui/onscreenkeyboard.py | 2 +- assets/src/ba_data/python/bastd/ui/party.py | 2 +- .../src/ba_data/python/bastd/ui/partyqueue.py | 2 +- assets/src/ba_data/python/bastd/ui/play.py | 2 +- .../python/bastd/ui/playlist/__init__.py | 2 +- .../python/bastd/ui/playlist/addgame.py | 2 +- .../python/bastd/ui/playlist/browser.py | 2 +- .../bastd/ui/playlist/customizebrowser.py | 2 +- .../ba_data/python/bastd/ui/playlist/edit.py | 2 +- .../bastd/ui/playlist/editcontroller.py | 2 +- .../python/bastd/ui/playlist/editgame.py | 2 +- .../python/bastd/ui/playlist/mapselect.py | 2 +- .../ba_data/python/bastd/ui/playlist/share.py | 2 +- .../ba_data/python/bastd/ui/playoptions.py | 2 +- assets/src/ba_data/python/bastd/ui/popup.py | 2 +- .../python/bastd/ui/profile/__init__.py | 2 +- .../python/bastd/ui/profile/browser.py | 2 +- .../ba_data/python/bastd/ui/profile/edit.py | 2 +- .../python/bastd/ui/profile/upgrade.py | 2 +- .../src/ba_data/python/bastd/ui/promocode.py | 2 +- .../src/ba_data/python/bastd/ui/purchase.py | 2 +- assets/src/ba_data/python/bastd/ui/qrcode.py | 2 +- .../src/ba_data/python/bastd/ui/radiogroup.py | 2 +- assets/src/ba_data/python/bastd/ui/report.py | 2 +- .../python/bastd/ui/resourcetypeinfo.py | 2 +- .../ba_data/python/bastd/ui/serverdialog.py | 2 +- .../python/bastd/ui/settings/__init__.py | 2 +- .../python/bastd/ui/settings/advanced.py | 2 +- .../python/bastd/ui/settings/allsettings.py | 2 +- .../ba_data/python/bastd/ui/settings/audio.py | 2 +- .../python/bastd/ui/settings/controls.py | 2 +- .../python/bastd/ui/settings/gamepad.py | 2 +- .../bastd/ui/settings/gamepadadvanced.py | 2 +- .../python/bastd/ui/settings/gamepadselect.py | 2 +- .../python/bastd/ui/settings/graphics.py | 2 +- .../python/bastd/ui/settings/keyboard.py | 2 +- .../python/bastd/ui/settings/nettesting.py | 2 +- .../python/bastd/ui/settings/ps3controller.py | 2 +- .../python/bastd/ui/settings/remoteapp.py | 2 +- .../python/bastd/ui/settings/testing.py | 2 +- .../python/bastd/ui/settings/touchscreen.py | 2 +- .../python/bastd/ui/settings/vrtesting.py | 2 +- .../python/bastd/ui/settings/wiimote.py | 2 +- .../bastd/ui/settings/xbox360controller.py | 2 +- .../python/bastd/ui/soundtrack/__init__.py | 2 +- .../python/bastd/ui/soundtrack/browser.py | 2 +- .../python/bastd/ui/soundtrack/edit.py | 2 +- .../bastd/ui/soundtrack/entrytypeselect.py | 2 +- .../python/bastd/ui/soundtrack/itunes.py | 2 +- .../ba_data/python/bastd/ui/specialoffer.py | 2 +- .../ba_data/python/bastd/ui/store/__init__.py | 2 +- .../ba_data/python/bastd/ui/store/browser.py | 2 +- .../ba_data/python/bastd/ui/store/button.py | 2 +- .../src/ba_data/python/bastd/ui/store/item.py | 2 +- assets/src/ba_data/python/bastd/ui/tabs.py | 2 +- .../python/bastd/ui/teamnamescolors.py | 2 +- assets/src/ba_data/python/bastd/ui/telnet.py | 2 +- .../python/bastd/ui/tournamententry.py | 2 +- .../python/bastd/ui/tournamentscores.py | 2 +- .../src/ba_data/python/bastd/ui/trophies.py | 2 +- assets/src/ba_data/python/bastd/ui/url.py | 2 +- assets/src/ba_data/python/bastd/ui/watch.py | 2 +- assets/src/ba_data/python/efro/__init__.py | 2 +- .../ba_data/python/efro/entity/__init__.py | 2 +- .../src/ba_data/python/efro/entity/_base.py | 2 +- .../src/ba_data/python/efro/entity/_entity.py | 2 +- .../src/ba_data/python/efro/entity/_field.py | 2 +- .../ba_data/python/efro/entity/_support.py | 2 +- .../src/ba_data/python/efro/entity/_value.py | 2 +- assets/src/ba_data/python/efro/entity/util.py | 2 +- assets/src/ba_data/python/efro/executils.py | 2 +- assets/src/ba_data/python/efro/jsonutils.py | 2 +- assets/src/ba_data/python/efro/util.py | 2 +- assets/src/server/config.py | 2 +- assets/src/server/server.py | 2 +- docs/ba_module.md | 2 +- tests/test_efro/__init__.py | 2 +- tests/test_efro/test_entities.py | 2 +- tools/bacloud | 2 +- tools/efrotools/__init__.py | 4 ++-- tools/efrotools/code.py | 2 +- tools/efrotools/efrocache.py | 2 +- tools/efrotools/filecache.py | 2 +- tools/efrotools/ios.py | 2 +- tools/efrotools/jsontools.py | 2 +- tools/efrotools/makefile.py | 2 +- tools/efrotools/pybuild.py | 2 +- tools/efrotools/pylintplugins.py | 2 +- tools/efrotools/snippets.py | 2 +- tools/efrotools/statictest.py | 2 +- tools/efrotools/sync.py | 2 +- tools/snippets | 4 ++-- tools/stage_assets | 2 +- tools/update_project | 21 +++++++++++-------- 256 files changed, 270 insertions(+), 267 deletions(-) diff --git a/Makefile b/Makefile index da39321e..661caf9c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/Makefile b/assets/Makefile index 2eb32386..38e847ec 100644 --- a/assets/Makefile +++ b/assets/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/_ba.py b/assets/src/ba_data/python/_ba.py index 86ffe458..2c5d2fda 100644 --- a/assets/src/ba_data/python/_ba.py +++ b/assets/src/ba_data/python/_ba.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -34,7 +34,7 @@ NOTE: This file was autogenerated by gendummymodule; do not edit by hand. """ # (hash we can use to see if this file is out of date) -# SOURCES_HASH=304236443403621036726358587516315537529 +# SOURCES_HASH=173278787862740619468200739407134121759 # I'm sorry Pylint. I know this file saddens you. Be strong. # pylint: disable=useless-suppression diff --git a/assets/src/ba_data/python/ba/__init__.py b/assets/src/ba_data/python/ba/__init__.py index 21b84b0a..cd490723 100644 --- a/assets/src/ba_data/python/ba/__init__.py +++ b/assets/src/ba_data/python/ba/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_account.py b/assets/src/ba_data/python/ba/_account.py index c51aad47..bad8a50a 100644 --- a/assets/src/ba_data/python/ba/_account.py +++ b/assets/src/ba_data/python/ba/_account.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_achievement.py b/assets/src/ba_data/python/ba/_achievement.py index 6f79b645..65a5246b 100644 --- a/assets/src/ba_data/python/ba/_achievement.py +++ b/assets/src/ba_data/python/ba/_achievement.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_activity.py b/assets/src/ba_data/python/ba/_activity.py index 6e0a1330..caffbc04 100644 --- a/assets/src/ba_data/python/ba/_activity.py +++ b/assets/src/ba_data/python/ba/_activity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_activitytypes.py b/assets/src/ba_data/python/ba/_activitytypes.py index eaa35b3a..2ddc4a0c 100644 --- a/assets/src/ba_data/python/ba/_activitytypes.py +++ b/assets/src/ba_data/python/ba/_activitytypes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_actor.py b/assets/src/ba_data/python/ba/_actor.py index 05811b6e..f784fde5 100644 --- a/assets/src/ba_data/python/ba/_actor.py +++ b/assets/src/ba_data/python/ba/_actor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_app.py b/assets/src/ba_data/python/ba/_app.py index 550322bb..d9a02ad8 100644 --- a/assets/src/ba_data/python/ba/_app.py +++ b/assets/src/ba_data/python/ba/_app.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_appconfig.py b/assets/src/ba_data/python/ba/_appconfig.py index cd4b3b63..8aece0e3 100644 --- a/assets/src/ba_data/python/ba/_appconfig.py +++ b/assets/src/ba_data/python/ba/_appconfig.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_appdelegate.py b/assets/src/ba_data/python/ba/_appdelegate.py index 12a8a13d..7fe4a436 100644 --- a/assets/src/ba_data/python/ba/_appdelegate.py +++ b/assets/src/ba_data/python/ba/_appdelegate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_apputils.py b/assets/src/ba_data/python/ba/_apputils.py index 77e5d109..8cb04826 100644 --- a/assets/src/ba_data/python/ba/_apputils.py +++ b/assets/src/ba_data/python/ba/_apputils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_benchmark.py b/assets/src/ba_data/python/ba/_benchmark.py index 1d9ba1e7..0a0c915e 100644 --- a/assets/src/ba_data/python/ba/_benchmark.py +++ b/assets/src/ba_data/python/ba/_benchmark.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_campaign.py b/assets/src/ba_data/python/ba/_campaign.py index 6273cd09..1cbfad10 100644 --- a/assets/src/ba_data/python/ba/_campaign.py +++ b/assets/src/ba_data/python/ba/_campaign.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_coopgame.py b/assets/src/ba_data/python/ba/_coopgame.py index 94ce11de..969ba719 100644 --- a/assets/src/ba_data/python/ba/_coopgame.py +++ b/assets/src/ba_data/python/ba/_coopgame.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_coopsession.py b/assets/src/ba_data/python/ba/_coopsession.py index a62d5b21..3ef4c817 100644 --- a/assets/src/ba_data/python/ba/_coopsession.py +++ b/assets/src/ba_data/python/ba/_coopsession.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_dependency.py b/assets/src/ba_data/python/ba/_dependency.py index f6e5f4e6..6fb414b4 100644 --- a/assets/src/ba_data/python/ba/_dependency.py +++ b/assets/src/ba_data/python/ba/_dependency.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_enums.py b/assets/src/ba_data/python/ba/_enums.py index f70efb4f..25b3c373 100644 --- a/assets/src/ba_data/python/ba/_enums.py +++ b/assets/src/ba_data/python/ba/_enums.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_error.py b/assets/src/ba_data/python/ba/_error.py index 0debef74..6f89a05e 100644 --- a/assets/src/ba_data/python/ba/_error.py +++ b/assets/src/ba_data/python/ba/_error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_freeforallsession.py b/assets/src/ba_data/python/ba/_freeforallsession.py index b55d11e4..31648583 100644 --- a/assets/src/ba_data/python/ba/_freeforallsession.py +++ b/assets/src/ba_data/python/ba/_freeforallsession.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_gameactivity.py b/assets/src/ba_data/python/ba/_gameactivity.py index 8cae41ec..438ab43b 100644 --- a/assets/src/ba_data/python/ba/_gameactivity.py +++ b/assets/src/ba_data/python/ba/_gameactivity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_gameresults.py b/assets/src/ba_data/python/ba/_gameresults.py index f71fde7b..47146043 100644 --- a/assets/src/ba_data/python/ba/_gameresults.py +++ b/assets/src/ba_data/python/ba/_gameresults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_gameutils.py b/assets/src/ba_data/python/ba/_gameutils.py index ce131fdc..2ffe8b63 100644 --- a/assets/src/ba_data/python/ba/_gameutils.py +++ b/assets/src/ba_data/python/ba/_gameutils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_general.py b/assets/src/ba_data/python/ba/_general.py index 4cfe11d0..9849b456 100644 --- a/assets/src/ba_data/python/ba/_general.py +++ b/assets/src/ba_data/python/ba/_general.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_hooks.py b/assets/src/ba_data/python/ba/_hooks.py index 8ad2d480..63c2d3ea 100644 --- a/assets/src/ba_data/python/ba/_hooks.py +++ b/assets/src/ba_data/python/ba/_hooks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_input.py b/assets/src/ba_data/python/ba/_input.py index 6116fedb..f5b5b314 100644 --- a/assets/src/ba_data/python/ba/_input.py +++ b/assets/src/ba_data/python/ba/_input.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_lang.py b/assets/src/ba_data/python/ba/_lang.py index 7747b775..745e713e 100644 --- a/assets/src/ba_data/python/ba/_lang.py +++ b/assets/src/ba_data/python/ba/_lang.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_level.py b/assets/src/ba_data/python/ba/_level.py index 7b95521b..d5271d9b 100644 --- a/assets/src/ba_data/python/ba/_level.py +++ b/assets/src/ba_data/python/ba/_level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_lobby.py b/assets/src/ba_data/python/ba/_lobby.py index 0fa8afd0..845d9e9c 100644 --- a/assets/src/ba_data/python/ba/_lobby.py +++ b/assets/src/ba_data/python/ba/_lobby.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_map.py b/assets/src/ba_data/python/ba/_map.py index 243d293e..f2c17cd7 100644 --- a/assets/src/ba_data/python/ba/_map.py +++ b/assets/src/ba_data/python/ba/_map.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_math.py b/assets/src/ba_data/python/ba/_math.py index ec66cdbc..38232480 100644 --- a/assets/src/ba_data/python/ba/_math.py +++ b/assets/src/ba_data/python/ba/_math.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_messages.py b/assets/src/ba_data/python/ba/_messages.py index e92e3ebd..ad06a1c9 100644 --- a/assets/src/ba_data/python/ba/_messages.py +++ b/assets/src/ba_data/python/ba/_messages.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_meta.py b/assets/src/ba_data/python/ba/_meta.py index c00064fc..bf946e19 100644 --- a/assets/src/ba_data/python/ba/_meta.py +++ b/assets/src/ba_data/python/ba/_meta.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_modutils.py b/assets/src/ba_data/python/ba/_modutils.py index c41e191c..b4d8cd2a 100644 --- a/assets/src/ba_data/python/ba/_modutils.py +++ b/assets/src/ba_data/python/ba/_modutils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_music.py b/assets/src/ba_data/python/ba/_music.py index 26ffa7ca..d696cb7e 100644 --- a/assets/src/ba_data/python/ba/_music.py +++ b/assets/src/ba_data/python/ba/_music.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_netutils.py b/assets/src/ba_data/python/ba/_netutils.py index 0871bdcf..ace052dd 100644 --- a/assets/src/ba_data/python/ba/_netutils.py +++ b/assets/src/ba_data/python/ba/_netutils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_playlist.py b/assets/src/ba_data/python/ba/_playlist.py index 33e84f32..3083cd3a 100644 --- a/assets/src/ba_data/python/ba/_playlist.py +++ b/assets/src/ba_data/python/ba/_playlist.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_powerup.py b/assets/src/ba_data/python/ba/_powerup.py index c0f97f17..7dc69357 100644 --- a/assets/src/ba_data/python/ba/_powerup.py +++ b/assets/src/ba_data/python/ba/_powerup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_profile.py b/assets/src/ba_data/python/ba/_profile.py index 18893c91..b49e04e7 100644 --- a/assets/src/ba_data/python/ba/_profile.py +++ b/assets/src/ba_data/python/ba/_profile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_server.py b/assets/src/ba_data/python/ba/_server.py index e7319303..b2c8f8f8 100644 --- a/assets/src/ba_data/python/ba/_server.py +++ b/assets/src/ba_data/python/ba/_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_session.py b/assets/src/ba_data/python/ba/_session.py index f48008bf..e49fa261 100644 --- a/assets/src/ba_data/python/ba/_session.py +++ b/assets/src/ba_data/python/ba/_session.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_stats.py b/assets/src/ba_data/python/ba/_stats.py index 3e17e183..54d5a1c7 100644 --- a/assets/src/ba_data/python/ba/_stats.py +++ b/assets/src/ba_data/python/ba/_stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_store.py b/assets/src/ba_data/python/ba/_store.py index c91d0a85..262ddeee 100644 --- a/assets/src/ba_data/python/ba/_store.py +++ b/assets/src/ba_data/python/ba/_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_team.py b/assets/src/ba_data/python/ba/_team.py index b75517ac..c9735dff 100644 --- a/assets/src/ba_data/python/ba/_team.py +++ b/assets/src/ba_data/python/ba/_team.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_teambasesession.py b/assets/src/ba_data/python/ba/_teambasesession.py index 82e805d0..11b3f91b 100644 --- a/assets/src/ba_data/python/ba/_teambasesession.py +++ b/assets/src/ba_data/python/ba/_teambasesession.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_teamgame.py b/assets/src/ba_data/python/ba/_teamgame.py index b57cad78..a098ccb8 100644 --- a/assets/src/ba_data/python/ba/_teamgame.py +++ b/assets/src/ba_data/python/ba/_teamgame.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_teamssession.py b/assets/src/ba_data/python/ba/_teamssession.py index 2079aa35..4b274e41 100644 --- a/assets/src/ba_data/python/ba/_teamssession.py +++ b/assets/src/ba_data/python/ba/_teamssession.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_tips.py b/assets/src/ba_data/python/ba/_tips.py index d03f78f7..8500c99f 100644 --- a/assets/src/ba_data/python/ba/_tips.py +++ b/assets/src/ba_data/python/ba/_tips.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/_tournament.py b/assets/src/ba_data/python/ba/_tournament.py index dc023d29..f5491a3a 100644 --- a/assets/src/ba_data/python/ba/_tournament.py +++ b/assets/src/ba_data/python/ba/_tournament.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/deprecated.py b/assets/src/ba_data/python/ba/deprecated.py index d8da159f..fe800053 100644 --- a/assets/src/ba_data/python/ba/deprecated.py +++ b/assets/src/ba_data/python/ba/deprecated.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/internal.py b/assets/src/ba_data/python/ba/internal.py index e4ac82ab..2559433c 100644 --- a/assets/src/ba_data/python/ba/internal.py +++ b/assets/src/ba_data/python/ba/internal.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/ba/ui/__init__.py b/assets/src/ba_data/python/ba/ui/__init__.py index b527650c..377847f6 100644 --- a/assets/src/ba_data/python/ba/ui/__init__.py +++ b/assets/src/ba_data/python/ba/ui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bacommon/__init__.py b/assets/src/ba_data/python/bacommon/__init__.py index f51032d9..3a138b81 100644 --- a/assets/src/ba_data/python/bacommon/__init__.py +++ b/assets/src/ba_data/python/bacommon/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bacommon/assets.py b/assets/src/ba_data/python/bacommon/assets.py index 642196c9..947ad94f 100644 --- a/assets/src/ba_data/python/bacommon/assets.py +++ b/assets/src/ba_data/python/bacommon/assets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bacommon/err.py b/assets/src/ba_data/python/bacommon/err.py index 47a94de6..b33036c4 100644 --- a/assets/src/ba_data/python/bacommon/err.py +++ b/assets/src/ba_data/python/bacommon/err.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/__init__.py b/assets/src/ba_data/python/bastd/__init__.py index aa429df8..ca8e8eea 100644 --- a/assets/src/ba_data/python/bastd/__init__.py +++ b/assets/src/ba_data/python/bastd/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/__init__.py b/assets/src/ba_data/python/bastd/activity/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/activity/__init__.py +++ b/assets/src/ba_data/python/bastd/activity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/coopjoinscreen.py b/assets/src/ba_data/python/bastd/activity/coopjoinscreen.py index 341f5e0b..bf84f62a 100644 --- a/assets/src/ba_data/python/bastd/activity/coopjoinscreen.py +++ b/assets/src/ba_data/python/bastd/activity/coopjoinscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/coopscorescreen.py b/assets/src/ba_data/python/bastd/activity/coopscorescreen.py index f5ccfe2b..01ca4dce 100644 --- a/assets/src/ba_data/python/bastd/activity/coopscorescreen.py +++ b/assets/src/ba_data/python/bastd/activity/coopscorescreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/drawscreen.py b/assets/src/ba_data/python/bastd/activity/drawscreen.py index 9d02aba2..71aea5c7 100644 --- a/assets/src/ba_data/python/bastd/activity/drawscreen.py +++ b/assets/src/ba_data/python/bastd/activity/drawscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/dualteamscorescreen.py b/assets/src/ba_data/python/bastd/activity/dualteamscorescreen.py index bd67d04c..038148d2 100644 --- a/assets/src/ba_data/python/bastd/activity/dualteamscorescreen.py +++ b/assets/src/ba_data/python/bastd/activity/dualteamscorescreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/freeforallendscreen.py b/assets/src/ba_data/python/bastd/activity/freeforallendscreen.py index d96f97b6..8df0578d 100644 --- a/assets/src/ba_data/python/bastd/activity/freeforallendscreen.py +++ b/assets/src/ba_data/python/bastd/activity/freeforallendscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/multiteamendscreen.py b/assets/src/ba_data/python/bastd/activity/multiteamendscreen.py index 16c4f0cc..6e6605a9 100644 --- a/assets/src/ba_data/python/bastd/activity/multiteamendscreen.py +++ b/assets/src/ba_data/python/bastd/activity/multiteamendscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/multiteamjoinscreen.py b/assets/src/ba_data/python/bastd/activity/multiteamjoinscreen.py index 9b8497ab..f7258c9f 100644 --- a/assets/src/ba_data/python/bastd/activity/multiteamjoinscreen.py +++ b/assets/src/ba_data/python/bastd/activity/multiteamjoinscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/activity/teamsscorescreen.py b/assets/src/ba_data/python/bastd/activity/teamsscorescreen.py index d03fda46..833aebca 100644 --- a/assets/src/ba_data/python/bastd/activity/teamsscorescreen.py +++ b/assets/src/ba_data/python/bastd/activity/teamsscorescreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/__init__.py b/assets/src/ba_data/python/bastd/actor/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/actor/__init__.py +++ b/assets/src/ba_data/python/bastd/actor/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/background.py b/assets/src/ba_data/python/bastd/actor/background.py index 466030ca..20558d1f 100644 --- a/assets/src/ba_data/python/bastd/actor/background.py +++ b/assets/src/ba_data/python/bastd/actor/background.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/bomb.py b/assets/src/ba_data/python/bastd/actor/bomb.py index 626b2926..30cf1b21 100644 --- a/assets/src/ba_data/python/bastd/actor/bomb.py +++ b/assets/src/ba_data/python/bastd/actor/bomb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/controlsguide.py b/assets/src/ba_data/python/bastd/actor/controlsguide.py index d8d085cb..e6916227 100644 --- a/assets/src/ba_data/python/bastd/actor/controlsguide.py +++ b/assets/src/ba_data/python/bastd/actor/controlsguide.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/flag.py b/assets/src/ba_data/python/bastd/actor/flag.py index 5cbeb2ca..b62055fd 100644 --- a/assets/src/ba_data/python/bastd/actor/flag.py +++ b/assets/src/ba_data/python/bastd/actor/flag.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/image.py b/assets/src/ba_data/python/bastd/actor/image.py index 49fd999a..07bffd73 100644 --- a/assets/src/ba_data/python/bastd/actor/image.py +++ b/assets/src/ba_data/python/bastd/actor/image.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/onscreencountdown.py b/assets/src/ba_data/python/bastd/actor/onscreencountdown.py index 2c4499e2..1a838da6 100644 --- a/assets/src/ba_data/python/bastd/actor/onscreencountdown.py +++ b/assets/src/ba_data/python/bastd/actor/onscreencountdown.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/onscreentimer.py b/assets/src/ba_data/python/bastd/actor/onscreentimer.py index 850c11c4..3137a537 100644 --- a/assets/src/ba_data/python/bastd/actor/onscreentimer.py +++ b/assets/src/ba_data/python/bastd/actor/onscreentimer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/playerspaz.py b/assets/src/ba_data/python/bastd/actor/playerspaz.py index ed57712d..1af781fc 100644 --- a/assets/src/ba_data/python/bastd/actor/playerspaz.py +++ b/assets/src/ba_data/python/bastd/actor/playerspaz.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/popuptext.py b/assets/src/ba_data/python/bastd/actor/popuptext.py index 50bbcab7..370f84b2 100644 --- a/assets/src/ba_data/python/bastd/actor/popuptext.py +++ b/assets/src/ba_data/python/bastd/actor/popuptext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/powerupbox.py b/assets/src/ba_data/python/bastd/actor/powerupbox.py index a4fd8827..ffd9ef4e 100644 --- a/assets/src/ba_data/python/bastd/actor/powerupbox.py +++ b/assets/src/ba_data/python/bastd/actor/powerupbox.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/respawnicon.py b/assets/src/ba_data/python/bastd/actor/respawnicon.py index 53bc7adb..9c11c998 100644 --- a/assets/src/ba_data/python/bastd/actor/respawnicon.py +++ b/assets/src/ba_data/python/bastd/actor/respawnicon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/scoreboard.py b/assets/src/ba_data/python/bastd/actor/scoreboard.py index 03447d1a..2c9d08fa 100644 --- a/assets/src/ba_data/python/bastd/actor/scoreboard.py +++ b/assets/src/ba_data/python/bastd/actor/scoreboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/spawner.py b/assets/src/ba_data/python/bastd/actor/spawner.py index f466865d..02b89fde 100644 --- a/assets/src/ba_data/python/bastd/actor/spawner.py +++ b/assets/src/ba_data/python/bastd/actor/spawner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/spaz.py b/assets/src/ba_data/python/bastd/actor/spaz.py index e7987b4a..a3c53076 100644 --- a/assets/src/ba_data/python/bastd/actor/spaz.py +++ b/assets/src/ba_data/python/bastd/actor/spaz.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/spazappearance.py b/assets/src/ba_data/python/bastd/actor/spazappearance.py index 2b5d927e..be4d0f66 100644 --- a/assets/src/ba_data/python/bastd/actor/spazappearance.py +++ b/assets/src/ba_data/python/bastd/actor/spazappearance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/spazbot.py b/assets/src/ba_data/python/bastd/actor/spazbot.py index 3ed515eb..cc5ea5fb 100644 --- a/assets/src/ba_data/python/bastd/actor/spazbot.py +++ b/assets/src/ba_data/python/bastd/actor/spazbot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/spazfactory.py b/assets/src/ba_data/python/bastd/actor/spazfactory.py index 516f2259..ac7e8983 100644 --- a/assets/src/ba_data/python/bastd/actor/spazfactory.py +++ b/assets/src/ba_data/python/bastd/actor/spazfactory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/text.py b/assets/src/ba_data/python/bastd/actor/text.py index df3b2eee..8e64e4d6 100644 --- a/assets/src/ba_data/python/bastd/actor/text.py +++ b/assets/src/ba_data/python/bastd/actor/text.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/tipstext.py b/assets/src/ba_data/python/bastd/actor/tipstext.py index 7f2dbb37..4a3883ca 100644 --- a/assets/src/ba_data/python/bastd/actor/tipstext.py +++ b/assets/src/ba_data/python/bastd/actor/tipstext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/actor/zoomtext.py b/assets/src/ba_data/python/bastd/actor/zoomtext.py index 0cfffcad..f2184b75 100644 --- a/assets/src/ba_data/python/bastd/actor/zoomtext.py +++ b/assets/src/ba_data/python/bastd/actor/zoomtext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/appdelegate.py b/assets/src/ba_data/python/bastd/appdelegate.py index 5899e49a..52ec2615 100644 --- a/assets/src/ba_data/python/bastd/appdelegate.py +++ b/assets/src/ba_data/python/bastd/appdelegate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/__init__.py b/assets/src/ba_data/python/bastd/game/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/game/__init__.py +++ b/assets/src/ba_data/python/bastd/game/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/assault.py b/assets/src/ba_data/python/bastd/game/assault.py index 5c58deb3..de53d940 100644 --- a/assets/src/ba_data/python/bastd/game/assault.py +++ b/assets/src/ba_data/python/bastd/game/assault.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/capturetheflag.py b/assets/src/ba_data/python/bastd/game/capturetheflag.py index 2396ffe1..bf7d0c4f 100644 --- a/assets/src/ba_data/python/bastd/game/capturetheflag.py +++ b/assets/src/ba_data/python/bastd/game/capturetheflag.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/chosenone.py b/assets/src/ba_data/python/bastd/game/chosenone.py index 385427e4..d37cfd7d 100644 --- a/assets/src/ba_data/python/bastd/game/chosenone.py +++ b/assets/src/ba_data/python/bastd/game/chosenone.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/conquest.py b/assets/src/ba_data/python/bastd/game/conquest.py index 7b716778..b50c6560 100644 --- a/assets/src/ba_data/python/bastd/game/conquest.py +++ b/assets/src/ba_data/python/bastd/game/conquest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/deathmatch.py b/assets/src/ba_data/python/bastd/game/deathmatch.py index cb225b89..f33caca6 100644 --- a/assets/src/ba_data/python/bastd/game/deathmatch.py +++ b/assets/src/ba_data/python/bastd/game/deathmatch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/easteregghunt.py b/assets/src/ba_data/python/bastd/game/easteregghunt.py index db2a330b..bed71560 100644 --- a/assets/src/ba_data/python/bastd/game/easteregghunt.py +++ b/assets/src/ba_data/python/bastd/game/easteregghunt.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/elimination.py b/assets/src/ba_data/python/bastd/game/elimination.py index dfcefc7d..cec0d2f8 100644 --- a/assets/src/ba_data/python/bastd/game/elimination.py +++ b/assets/src/ba_data/python/bastd/game/elimination.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/football.py b/assets/src/ba_data/python/bastd/game/football.py index ebe5690b..06793e82 100644 --- a/assets/src/ba_data/python/bastd/game/football.py +++ b/assets/src/ba_data/python/bastd/game/football.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/hockey.py b/assets/src/ba_data/python/bastd/game/hockey.py index 52c0ea48..0bea85e5 100644 --- a/assets/src/ba_data/python/bastd/game/hockey.py +++ b/assets/src/ba_data/python/bastd/game/hockey.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/keepaway.py b/assets/src/ba_data/python/bastd/game/keepaway.py index a6e39a1c..75bb1fbf 100644 --- a/assets/src/ba_data/python/bastd/game/keepaway.py +++ b/assets/src/ba_data/python/bastd/game/keepaway.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/kingofthehill.py b/assets/src/ba_data/python/bastd/game/kingofthehill.py index 8dc5b73f..a602a33e 100644 --- a/assets/src/ba_data/python/bastd/game/kingofthehill.py +++ b/assets/src/ba_data/python/bastd/game/kingofthehill.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/meteorshower.py b/assets/src/ba_data/python/bastd/game/meteorshower.py index 2f48e048..13bf7603 100644 --- a/assets/src/ba_data/python/bastd/game/meteorshower.py +++ b/assets/src/ba_data/python/bastd/game/meteorshower.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/ninjafight.py b/assets/src/ba_data/python/bastd/game/ninjafight.py index 1a47fcc4..300ec46d 100644 --- a/assets/src/ba_data/python/bastd/game/ninjafight.py +++ b/assets/src/ba_data/python/bastd/game/ninjafight.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/onslaught.py b/assets/src/ba_data/python/bastd/game/onslaught.py index f2ca1143..78b46bed 100644 --- a/assets/src/ba_data/python/bastd/game/onslaught.py +++ b/assets/src/ba_data/python/bastd/game/onslaught.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/race.py b/assets/src/ba_data/python/bastd/game/race.py index 4a9490f2..5429fd46 100644 --- a/assets/src/ba_data/python/bastd/game/race.py +++ b/assets/src/ba_data/python/bastd/game/race.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/runaround.py b/assets/src/ba_data/python/bastd/game/runaround.py index 629a28b9..71a08178 100644 --- a/assets/src/ba_data/python/bastd/game/runaround.py +++ b/assets/src/ba_data/python/bastd/game/runaround.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/targetpractice.py b/assets/src/ba_data/python/bastd/game/targetpractice.py index 50d0b045..d9d471d5 100644 --- a/assets/src/ba_data/python/bastd/game/targetpractice.py +++ b/assets/src/ba_data/python/bastd/game/targetpractice.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/game/thelaststand.py b/assets/src/ba_data/python/bastd/game/thelaststand.py index e9d77447..ad6ee2e4 100644 --- a/assets/src/ba_data/python/bastd/game/thelaststand.py +++ b/assets/src/ba_data/python/bastd/game/thelaststand.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mainmenu.py b/assets/src/ba_data/python/bastd/mainmenu.py index 441c1b46..32e88584 100644 --- a/assets/src/ba_data/python/bastd/mainmenu.py +++ b/assets/src/ba_data/python/bastd/mainmenu.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/__init__.py b/assets/src/ba_data/python/bastd/mapdata/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/mapdata/__init__.py +++ b/assets/src/ba_data/python/bastd/mapdata/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/big_g.py b/assets/src/ba_data/python/bastd/mapdata/big_g.py index 9a0f5d39..dc1bc60d 100644 --- a/assets/src/ba_data/python/bastd/mapdata/big_g.py +++ b/assets/src/ba_data/python/bastd/mapdata/big_g.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/bridgit.py b/assets/src/ba_data/python/bastd/mapdata/bridgit.py index ccae004c..9988ffd8 100644 --- a/assets/src/ba_data/python/bastd/mapdata/bridgit.py +++ b/assets/src/ba_data/python/bastd/mapdata/bridgit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/courtyard.py b/assets/src/ba_data/python/bastd/mapdata/courtyard.py index c429a111..710e81c1 100644 --- a/assets/src/ba_data/python/bastd/mapdata/courtyard.py +++ b/assets/src/ba_data/python/bastd/mapdata/courtyard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/crag_castle.py b/assets/src/ba_data/python/bastd/mapdata/crag_castle.py index e3211074..9b7676a5 100644 --- a/assets/src/ba_data/python/bastd/mapdata/crag_castle.py +++ b/assets/src/ba_data/python/bastd/mapdata/crag_castle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/doom_shroom.py b/assets/src/ba_data/python/bastd/mapdata/doom_shroom.py index 548da459..d62cc0ad 100644 --- a/assets/src/ba_data/python/bastd/mapdata/doom_shroom.py +++ b/assets/src/ba_data/python/bastd/mapdata/doom_shroom.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/football_stadium.py b/assets/src/ba_data/python/bastd/mapdata/football_stadium.py index a6d3abcd..18fcd14f 100644 --- a/assets/src/ba_data/python/bastd/mapdata/football_stadium.py +++ b/assets/src/ba_data/python/bastd/mapdata/football_stadium.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/happy_thoughts.py b/assets/src/ba_data/python/bastd/mapdata/happy_thoughts.py index db4fc026..9a65ac43 100644 --- a/assets/src/ba_data/python/bastd/mapdata/happy_thoughts.py +++ b/assets/src/ba_data/python/bastd/mapdata/happy_thoughts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/hockey_stadium.py b/assets/src/ba_data/python/bastd/mapdata/hockey_stadium.py index b3b9372d..c049a601 100644 --- a/assets/src/ba_data/python/bastd/mapdata/hockey_stadium.py +++ b/assets/src/ba_data/python/bastd/mapdata/hockey_stadium.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/lake_frigid.py b/assets/src/ba_data/python/bastd/mapdata/lake_frigid.py index 5895af63..6b5356f9 100644 --- a/assets/src/ba_data/python/bastd/mapdata/lake_frigid.py +++ b/assets/src/ba_data/python/bastd/mapdata/lake_frigid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/monkey_face.py b/assets/src/ba_data/python/bastd/mapdata/monkey_face.py index 686e3a9d..a87abeb2 100644 --- a/assets/src/ba_data/python/bastd/mapdata/monkey_face.py +++ b/assets/src/ba_data/python/bastd/mapdata/monkey_face.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/rampage.py b/assets/src/ba_data/python/bastd/mapdata/rampage.py index 75198a2e..101933ac 100644 --- a/assets/src/ba_data/python/bastd/mapdata/rampage.py +++ b/assets/src/ba_data/python/bastd/mapdata/rampage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/roundabout.py b/assets/src/ba_data/python/bastd/mapdata/roundabout.py index 3f492252..d41b9de6 100644 --- a/assets/src/ba_data/python/bastd/mapdata/roundabout.py +++ b/assets/src/ba_data/python/bastd/mapdata/roundabout.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/step_right_up.py b/assets/src/ba_data/python/bastd/mapdata/step_right_up.py index d0cc396d..f30c3dd8 100644 --- a/assets/src/ba_data/python/bastd/mapdata/step_right_up.py +++ b/assets/src/ba_data/python/bastd/mapdata/step_right_up.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/the_pad.py b/assets/src/ba_data/python/bastd/mapdata/the_pad.py index 43e099d4..3270d83a 100644 --- a/assets/src/ba_data/python/bastd/mapdata/the_pad.py +++ b/assets/src/ba_data/python/bastd/mapdata/the_pad.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/tip_top.py b/assets/src/ba_data/python/bastd/mapdata/tip_top.py index ac755cd2..75e33267 100644 --- a/assets/src/ba_data/python/bastd/mapdata/tip_top.py +++ b/assets/src/ba_data/python/bastd/mapdata/tip_top.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/tower_d.py b/assets/src/ba_data/python/bastd/mapdata/tower_d.py index f233c1ad..54043180 100644 --- a/assets/src/ba_data/python/bastd/mapdata/tower_d.py +++ b/assets/src/ba_data/python/bastd/mapdata/tower_d.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/mapdata/zig_zag.py b/assets/src/ba_data/python/bastd/mapdata/zig_zag.py index 4c2b2cfd..e425d549 100644 --- a/assets/src/ba_data/python/bastd/mapdata/zig_zag.py +++ b/assets/src/ba_data/python/bastd/mapdata/zig_zag.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/maps.py b/assets/src/ba_data/python/bastd/maps.py index 1db9c338..9d4ea0db 100644 --- a/assets/src/ba_data/python/bastd/maps.py +++ b/assets/src/ba_data/python/bastd/maps.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/session/__init__.py b/assets/src/ba_data/python/bastd/session/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/session/__init__.py +++ b/assets/src/ba_data/python/bastd/session/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/stdmap.py b/assets/src/ba_data/python/bastd/stdmap.py index fedcca7e..8f3b0580 100644 --- a/assets/src/ba_data/python/bastd/stdmap.py +++ b/assets/src/ba_data/python/bastd/stdmap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/tutorial.py b/assets/src/ba_data/python/bastd/tutorial.py index dddfb30f..1aa81925 100644 --- a/assets/src/ba_data/python/bastd/tutorial.py +++ b/assets/src/ba_data/python/bastd/tutorial.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/__init__.py b/assets/src/ba_data/python/bastd/ui/__init__.py index a86fee0d..00093b29 100644 --- a/assets/src/ba_data/python/bastd/ui/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/account/__init__.py b/assets/src/ba_data/python/bastd/ui/account/__init__.py index 84237015..cd1cd7f8 100644 --- a/assets/src/ba_data/python/bastd/ui/account/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/account/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/account/link.py b/assets/src/ba_data/python/bastd/ui/account/link.py index 9edb7984..47f7e3a0 100644 --- a/assets/src/ba_data/python/bastd/ui/account/link.py +++ b/assets/src/ba_data/python/bastd/ui/account/link.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/account/settings.py b/assets/src/ba_data/python/bastd/ui/account/settings.py index da90e9e8..cf1ef06c 100644 --- a/assets/src/ba_data/python/bastd/ui/account/settings.py +++ b/assets/src/ba_data/python/bastd/ui/account/settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/account/unlink.py b/assets/src/ba_data/python/bastd/ui/account/unlink.py index 11d17fee..aeddc72d 100644 --- a/assets/src/ba_data/python/bastd/ui/account/unlink.py +++ b/assets/src/ba_data/python/bastd/ui/account/unlink.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/account/viewer.py b/assets/src/ba_data/python/bastd/ui/account/viewer.py index e7713af3..1b89702d 100644 --- a/assets/src/ba_data/python/bastd/ui/account/viewer.py +++ b/assets/src/ba_data/python/bastd/ui/account/viewer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/achievements.py b/assets/src/ba_data/python/bastd/ui/achievements.py index 2ee806ca..2583a086 100644 --- a/assets/src/ba_data/python/bastd/ui/achievements.py +++ b/assets/src/ba_data/python/bastd/ui/achievements.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/appinvite.py b/assets/src/ba_data/python/bastd/ui/appinvite.py index f75041bc..e1c09871 100644 --- a/assets/src/ba_data/python/bastd/ui/appinvite.py +++ b/assets/src/ba_data/python/bastd/ui/appinvite.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/characterpicker.py b/assets/src/ba_data/python/bastd/ui/characterpicker.py index f923e76a..40cbe68d 100644 --- a/assets/src/ba_data/python/bastd/ui/characterpicker.py +++ b/assets/src/ba_data/python/bastd/ui/characterpicker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/colorpicker.py b/assets/src/ba_data/python/bastd/ui/colorpicker.py index f543412a..cd808fe6 100644 --- a/assets/src/ba_data/python/bastd/ui/colorpicker.py +++ b/assets/src/ba_data/python/bastd/ui/colorpicker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/config.py b/assets/src/ba_data/python/bastd/ui/config.py index 4701c48c..a55c5a95 100644 --- a/assets/src/ba_data/python/bastd/ui/config.py +++ b/assets/src/ba_data/python/bastd/ui/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/configerror.py b/assets/src/ba_data/python/bastd/ui/configerror.py index a323d367..87da6ab6 100644 --- a/assets/src/ba_data/python/bastd/ui/configerror.py +++ b/assets/src/ba_data/python/bastd/ui/configerror.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/confirm.py b/assets/src/ba_data/python/bastd/ui/confirm.py index c364c0b9..567ed9a3 100644 --- a/assets/src/ba_data/python/bastd/ui/confirm.py +++ b/assets/src/ba_data/python/bastd/ui/confirm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/continues.py b/assets/src/ba_data/python/bastd/ui/continues.py index 4e5b3e2b..82294322 100644 --- a/assets/src/ba_data/python/bastd/ui/continues.py +++ b/assets/src/ba_data/python/bastd/ui/continues.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/coop/__init__.py b/assets/src/ba_data/python/bastd/ui/coop/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/ui/coop/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/coop/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/coop/browser.py b/assets/src/ba_data/python/bastd/ui/coop/browser.py index 8bbe15d5..e7f2a459 100644 --- a/assets/src/ba_data/python/bastd/ui/coop/browser.py +++ b/assets/src/ba_data/python/bastd/ui/coop/browser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/coop/gamebutton.py b/assets/src/ba_data/python/bastd/ui/coop/gamebutton.py index 4bf8a68a..f7bd8b87 100644 --- a/assets/src/ba_data/python/bastd/ui/coop/gamebutton.py +++ b/assets/src/ba_data/python/bastd/ui/coop/gamebutton.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/coop/level.py b/assets/src/ba_data/python/bastd/ui/coop/level.py index c398cd06..c13600b8 100644 --- a/assets/src/ba_data/python/bastd/ui/coop/level.py +++ b/assets/src/ba_data/python/bastd/ui/coop/level.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/creditslist.py b/assets/src/ba_data/python/bastd/ui/creditslist.py index 5c7543e0..72cade95 100644 --- a/assets/src/ba_data/python/bastd/ui/creditslist.py +++ b/assets/src/ba_data/python/bastd/ui/creditslist.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/debug.py b/assets/src/ba_data/python/bastd/ui/debug.py index 5078deb1..c92a94f5 100644 --- a/assets/src/ba_data/python/bastd/ui/debug.py +++ b/assets/src/ba_data/python/bastd/ui/debug.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/feedback.py b/assets/src/ba_data/python/bastd/ui/feedback.py index 41ee51aa..3aa106bd 100644 --- a/assets/src/ba_data/python/bastd/ui/feedback.py +++ b/assets/src/ba_data/python/bastd/ui/feedback.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/fileselector.py b/assets/src/ba_data/python/bastd/ui/fileselector.py index ff9ac7e7..dbb8db87 100644 --- a/assets/src/ba_data/python/bastd/ui/fileselector.py +++ b/assets/src/ba_data/python/bastd/ui/fileselector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/gather.py b/assets/src/ba_data/python/bastd/ui/gather.py index 486188e4..c438b779 100644 --- a/assets/src/ba_data/python/bastd/ui/gather.py +++ b/assets/src/ba_data/python/bastd/ui/gather.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/getcurrency.py b/assets/src/ba_data/python/bastd/ui/getcurrency.py index 844acddc..b2b81906 100644 --- a/assets/src/ba_data/python/bastd/ui/getcurrency.py +++ b/assets/src/ba_data/python/bastd/ui/getcurrency.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/getremote.py b/assets/src/ba_data/python/bastd/ui/getremote.py index 815911d8..4474afe1 100644 --- a/assets/src/ba_data/python/bastd/ui/getremote.py +++ b/assets/src/ba_data/python/bastd/ui/getremote.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/helpui.py b/assets/src/ba_data/python/bastd/ui/helpui.py index 3b5fad91..b6cf22f4 100644 --- a/assets/src/ba_data/python/bastd/ui/helpui.py +++ b/assets/src/ba_data/python/bastd/ui/helpui.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/iconpicker.py b/assets/src/ba_data/python/bastd/ui/iconpicker.py index 3c7ab0ab..e80708bb 100644 --- a/assets/src/ba_data/python/bastd/ui/iconpicker.py +++ b/assets/src/ba_data/python/bastd/ui/iconpicker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/kiosk.py b/assets/src/ba_data/python/bastd/ui/kiosk.py index 7ed11fe0..0c97054c 100644 --- a/assets/src/ba_data/python/bastd/ui/kiosk.py +++ b/assets/src/ba_data/python/bastd/ui/kiosk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/league/__init__.py b/assets/src/ba_data/python/bastd/ui/league/__init__.py index 8df5c3d4..fcb92620 100644 --- a/assets/src/ba_data/python/bastd/ui/league/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/league/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/league/rankbutton.py b/assets/src/ba_data/python/bastd/ui/league/rankbutton.py index 1674f16b..0d21cc9e 100644 --- a/assets/src/ba_data/python/bastd/ui/league/rankbutton.py +++ b/assets/src/ba_data/python/bastd/ui/league/rankbutton.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/league/rankwindow.py b/assets/src/ba_data/python/bastd/ui/league/rankwindow.py index e968e25c..5fd20ec2 100644 --- a/assets/src/ba_data/python/bastd/ui/league/rankwindow.py +++ b/assets/src/ba_data/python/bastd/ui/league/rankwindow.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/mainmenu.py b/assets/src/ba_data/python/bastd/ui/mainmenu.py index 0eb34d9d..cd4e6c2f 100644 --- a/assets/src/ba_data/python/bastd/ui/mainmenu.py +++ b/assets/src/ba_data/python/bastd/ui/mainmenu.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/onscreenkeyboard.py b/assets/src/ba_data/python/bastd/ui/onscreenkeyboard.py index ab42586b..7343cc3c 100644 --- a/assets/src/ba_data/python/bastd/ui/onscreenkeyboard.py +++ b/assets/src/ba_data/python/bastd/ui/onscreenkeyboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/party.py b/assets/src/ba_data/python/bastd/ui/party.py index 32377fad..b15791b4 100644 --- a/assets/src/ba_data/python/bastd/ui/party.py +++ b/assets/src/ba_data/python/bastd/ui/party.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/partyqueue.py b/assets/src/ba_data/python/bastd/ui/partyqueue.py index c0c24b48..8e5778fc 100644 --- a/assets/src/ba_data/python/bastd/ui/partyqueue.py +++ b/assets/src/ba_data/python/bastd/ui/partyqueue.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/play.py b/assets/src/ba_data/python/bastd/ui/play.py index cbedc45b..2ed970cc 100644 --- a/assets/src/ba_data/python/bastd/ui/play.py +++ b/assets/src/ba_data/python/bastd/ui/play.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/__init__.py b/assets/src/ba_data/python/bastd/ui/playlist/__init__.py index e067011b..6bfe3c5a 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/addgame.py b/assets/src/ba_data/python/bastd/ui/playlist/addgame.py index 885cc32a..182ac1fe 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/addgame.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/addgame.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/browser.py b/assets/src/ba_data/python/bastd/ui/playlist/browser.py index 3ad4a07c..753fd1f8 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/browser.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/browser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/customizebrowser.py b/assets/src/ba_data/python/bastd/ui/playlist/customizebrowser.py index 77c92779..cac7ae99 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/customizebrowser.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/customizebrowser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/edit.py b/assets/src/ba_data/python/bastd/ui/playlist/edit.py index f56c740f..4eefcc14 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/edit.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/edit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/editcontroller.py b/assets/src/ba_data/python/bastd/ui/playlist/editcontroller.py index 26833e8a..ff03485c 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/editcontroller.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/editcontroller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/editgame.py b/assets/src/ba_data/python/bastd/ui/playlist/editgame.py index e4b469fb..ecf68843 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/editgame.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/editgame.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/mapselect.py b/assets/src/ba_data/python/bastd/ui/playlist/mapselect.py index 3c292d4e..ca3a1a65 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/mapselect.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/mapselect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playlist/share.py b/assets/src/ba_data/python/bastd/ui/playlist/share.py index 7f38e10c..c6112325 100644 --- a/assets/src/ba_data/python/bastd/ui/playlist/share.py +++ b/assets/src/ba_data/python/bastd/ui/playlist/share.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/playoptions.py b/assets/src/ba_data/python/bastd/ui/playoptions.py index 3e358462..2c3460cf 100644 --- a/assets/src/ba_data/python/bastd/ui/playoptions.py +++ b/assets/src/ba_data/python/bastd/ui/playoptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/popup.py b/assets/src/ba_data/python/bastd/ui/popup.py index 20f0c84c..e5091bbe 100644 --- a/assets/src/ba_data/python/bastd/ui/popup.py +++ b/assets/src/ba_data/python/bastd/ui/popup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/profile/__init__.py b/assets/src/ba_data/python/bastd/ui/profile/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/ui/profile/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/profile/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/profile/browser.py b/assets/src/ba_data/python/bastd/ui/profile/browser.py index 0179cf2d..2bc7d782 100644 --- a/assets/src/ba_data/python/bastd/ui/profile/browser.py +++ b/assets/src/ba_data/python/bastd/ui/profile/browser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/profile/edit.py b/assets/src/ba_data/python/bastd/ui/profile/edit.py index 1bf15491..2173e556 100644 --- a/assets/src/ba_data/python/bastd/ui/profile/edit.py +++ b/assets/src/ba_data/python/bastd/ui/profile/edit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/profile/upgrade.py b/assets/src/ba_data/python/bastd/ui/profile/upgrade.py index 4bfdf8ce..f2aaa03b 100644 --- a/assets/src/ba_data/python/bastd/ui/profile/upgrade.py +++ b/assets/src/ba_data/python/bastd/ui/profile/upgrade.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/promocode.py b/assets/src/ba_data/python/bastd/ui/promocode.py index b4ddce59..4c188e4f 100644 --- a/assets/src/ba_data/python/bastd/ui/promocode.py +++ b/assets/src/ba_data/python/bastd/ui/promocode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/purchase.py b/assets/src/ba_data/python/bastd/ui/purchase.py index c8b3fd6a..68cd6eb5 100644 --- a/assets/src/ba_data/python/bastd/ui/purchase.py +++ b/assets/src/ba_data/python/bastd/ui/purchase.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/qrcode.py b/assets/src/ba_data/python/bastd/ui/qrcode.py index 1dd36d22..c695103a 100644 --- a/assets/src/ba_data/python/bastd/ui/qrcode.py +++ b/assets/src/ba_data/python/bastd/ui/qrcode.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/radiogroup.py b/assets/src/ba_data/python/bastd/ui/radiogroup.py index 5a8142eb..38eb0fb7 100644 --- a/assets/src/ba_data/python/bastd/ui/radiogroup.py +++ b/assets/src/ba_data/python/bastd/ui/radiogroup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/report.py b/assets/src/ba_data/python/bastd/ui/report.py index 47e34dd2..47a32528 100644 --- a/assets/src/ba_data/python/bastd/ui/report.py +++ b/assets/src/ba_data/python/bastd/ui/report.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/resourcetypeinfo.py b/assets/src/ba_data/python/bastd/ui/resourcetypeinfo.py index e44d00fb..eed95a9f 100644 --- a/assets/src/ba_data/python/bastd/ui/resourcetypeinfo.py +++ b/assets/src/ba_data/python/bastd/ui/resourcetypeinfo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/serverdialog.py b/assets/src/ba_data/python/bastd/ui/serverdialog.py index f69b7fbc..db52e5c4 100644 --- a/assets/src/ba_data/python/bastd/ui/serverdialog.py +++ b/assets/src/ba_data/python/bastd/ui/serverdialog.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/__init__.py b/assets/src/ba_data/python/bastd/ui/settings/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/settings/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/advanced.py b/assets/src/ba_data/python/bastd/ui/settings/advanced.py index f74d539e..9edd8c86 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/advanced.py +++ b/assets/src/ba_data/python/bastd/ui/settings/advanced.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/allsettings.py b/assets/src/ba_data/python/bastd/ui/settings/allsettings.py index fb065212..fe07767e 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/allsettings.py +++ b/assets/src/ba_data/python/bastd/ui/settings/allsettings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/audio.py b/assets/src/ba_data/python/bastd/ui/settings/audio.py index 4df95e1e..2618cbb5 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/audio.py +++ b/assets/src/ba_data/python/bastd/ui/settings/audio.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/controls.py b/assets/src/ba_data/python/bastd/ui/settings/controls.py index 03dbcd84..027ae65f 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/controls.py +++ b/assets/src/ba_data/python/bastd/ui/settings/controls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/gamepad.py b/assets/src/ba_data/python/bastd/ui/settings/gamepad.py index a8db2d07..c83b9856 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/gamepad.py +++ b/assets/src/ba_data/python/bastd/ui/settings/gamepad.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/gamepadadvanced.py b/assets/src/ba_data/python/bastd/ui/settings/gamepadadvanced.py index cfb3e7c6..c74c7109 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/gamepadadvanced.py +++ b/assets/src/ba_data/python/bastd/ui/settings/gamepadadvanced.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/gamepadselect.py b/assets/src/ba_data/python/bastd/ui/settings/gamepadselect.py index 3e7cec26..a583882b 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/gamepadselect.py +++ b/assets/src/ba_data/python/bastd/ui/settings/gamepadselect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/graphics.py b/assets/src/ba_data/python/bastd/ui/settings/graphics.py index f2aa8fb9..fe70c09c 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/graphics.py +++ b/assets/src/ba_data/python/bastd/ui/settings/graphics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/keyboard.py b/assets/src/ba_data/python/bastd/ui/settings/keyboard.py index 5f5224d9..a25a882c 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/keyboard.py +++ b/assets/src/ba_data/python/bastd/ui/settings/keyboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/nettesting.py b/assets/src/ba_data/python/bastd/ui/settings/nettesting.py index 0db68e9e..d7ec72b0 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/nettesting.py +++ b/assets/src/ba_data/python/bastd/ui/settings/nettesting.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/ps3controller.py b/assets/src/ba_data/python/bastd/ui/settings/ps3controller.py index eecc1ecd..a6e85f5a 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/ps3controller.py +++ b/assets/src/ba_data/python/bastd/ui/settings/ps3controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/remoteapp.py b/assets/src/ba_data/python/bastd/ui/settings/remoteapp.py index 1a9748ec..5403d112 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/remoteapp.py +++ b/assets/src/ba_data/python/bastd/ui/settings/remoteapp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/testing.py b/assets/src/ba_data/python/bastd/ui/settings/testing.py index d2f285c6..58302942 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/testing.py +++ b/assets/src/ba_data/python/bastd/ui/settings/testing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/touchscreen.py b/assets/src/ba_data/python/bastd/ui/settings/touchscreen.py index ab25ac65..94d86467 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/touchscreen.py +++ b/assets/src/ba_data/python/bastd/ui/settings/touchscreen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/vrtesting.py b/assets/src/ba_data/python/bastd/ui/settings/vrtesting.py index d9e8f751..b06afe7e 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/vrtesting.py +++ b/assets/src/ba_data/python/bastd/ui/settings/vrtesting.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/wiimote.py b/assets/src/ba_data/python/bastd/ui/settings/wiimote.py index fb79744f..8dd482c3 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/wiimote.py +++ b/assets/src/ba_data/python/bastd/ui/settings/wiimote.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/settings/xbox360controller.py b/assets/src/ba_data/python/bastd/ui/settings/xbox360controller.py index ddb785e7..456daa3a 100644 --- a/assets/src/ba_data/python/bastd/ui/settings/xbox360controller.py +++ b/assets/src/ba_data/python/bastd/ui/settings/xbox360controller.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/soundtrack/__init__.py b/assets/src/ba_data/python/bastd/ui/soundtrack/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/ui/soundtrack/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/soundtrack/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/soundtrack/browser.py b/assets/src/ba_data/python/bastd/ui/soundtrack/browser.py index 3f7cbf41..f062fec4 100644 --- a/assets/src/ba_data/python/bastd/ui/soundtrack/browser.py +++ b/assets/src/ba_data/python/bastd/ui/soundtrack/browser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/soundtrack/edit.py b/assets/src/ba_data/python/bastd/ui/soundtrack/edit.py index 6a4ceb23..9a96de21 100644 --- a/assets/src/ba_data/python/bastd/ui/soundtrack/edit.py +++ b/assets/src/ba_data/python/bastd/ui/soundtrack/edit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/soundtrack/entrytypeselect.py b/assets/src/ba_data/python/bastd/ui/soundtrack/entrytypeselect.py index 58aed19a..6969b183 100644 --- a/assets/src/ba_data/python/bastd/ui/soundtrack/entrytypeselect.py +++ b/assets/src/ba_data/python/bastd/ui/soundtrack/entrytypeselect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/soundtrack/itunes.py b/assets/src/ba_data/python/bastd/ui/soundtrack/itunes.py index 36e0101c..79f33a92 100644 --- a/assets/src/ba_data/python/bastd/ui/soundtrack/itunes.py +++ b/assets/src/ba_data/python/bastd/ui/soundtrack/itunes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/specialoffer.py b/assets/src/ba_data/python/bastd/ui/specialoffer.py index cb27a06d..796b4557 100644 --- a/assets/src/ba_data/python/bastd/ui/specialoffer.py +++ b/assets/src/ba_data/python/bastd/ui/specialoffer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/store/__init__.py b/assets/src/ba_data/python/bastd/ui/store/__init__.py index 4c3cb0eb..32622553 100644 --- a/assets/src/ba_data/python/bastd/ui/store/__init__.py +++ b/assets/src/ba_data/python/bastd/ui/store/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/store/browser.py b/assets/src/ba_data/python/bastd/ui/store/browser.py index 67c1ed5f..9ea1a382 100644 --- a/assets/src/ba_data/python/bastd/ui/store/browser.py +++ b/assets/src/ba_data/python/bastd/ui/store/browser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/store/button.py b/assets/src/ba_data/python/bastd/ui/store/button.py index 4ab24168..53fda09f 100644 --- a/assets/src/ba_data/python/bastd/ui/store/button.py +++ b/assets/src/ba_data/python/bastd/ui/store/button.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/store/item.py b/assets/src/ba_data/python/bastd/ui/store/item.py index 4895eaa5..d7c506ed 100644 --- a/assets/src/ba_data/python/bastd/ui/store/item.py +++ b/assets/src/ba_data/python/bastd/ui/store/item.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/tabs.py b/assets/src/ba_data/python/bastd/ui/tabs.py index 71e045ff..c5894891 100644 --- a/assets/src/ba_data/python/bastd/ui/tabs.py +++ b/assets/src/ba_data/python/bastd/ui/tabs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/teamnamescolors.py b/assets/src/ba_data/python/bastd/ui/teamnamescolors.py index 59b62e9b..64bb08eb 100644 --- a/assets/src/ba_data/python/bastd/ui/teamnamescolors.py +++ b/assets/src/ba_data/python/bastd/ui/teamnamescolors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/telnet.py b/assets/src/ba_data/python/bastd/ui/telnet.py index f0dea31d..b1299fee 100644 --- a/assets/src/ba_data/python/bastd/ui/telnet.py +++ b/assets/src/ba_data/python/bastd/ui/telnet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/tournamententry.py b/assets/src/ba_data/python/bastd/ui/tournamententry.py index a30516c7..f7ef9175 100644 --- a/assets/src/ba_data/python/bastd/ui/tournamententry.py +++ b/assets/src/ba_data/python/bastd/ui/tournamententry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/tournamentscores.py b/assets/src/ba_data/python/bastd/ui/tournamentscores.py index 0a8f50e4..e4e6f622 100644 --- a/assets/src/ba_data/python/bastd/ui/tournamentscores.py +++ b/assets/src/ba_data/python/bastd/ui/tournamentscores.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/trophies.py b/assets/src/ba_data/python/bastd/ui/trophies.py index 9151891f..1bdfcea0 100644 --- a/assets/src/ba_data/python/bastd/ui/trophies.py +++ b/assets/src/ba_data/python/bastd/ui/trophies.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/url.py b/assets/src/ba_data/python/bastd/ui/url.py index 8afa1cc6..be6b4e03 100644 --- a/assets/src/ba_data/python/bastd/ui/url.py +++ b/assets/src/ba_data/python/bastd/ui/url.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/bastd/ui/watch.py b/assets/src/ba_data/python/bastd/ui/watch.py index 78527204..b15cfebc 100644 --- a/assets/src/ba_data/python/bastd/ui/watch.py +++ b/assets/src/ba_data/python/bastd/ui/watch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/__init__.py b/assets/src/ba_data/python/efro/__init__.py index 97e40d19..ec9d9060 100644 --- a/assets/src/ba_data/python/efro/__init__.py +++ b/assets/src/ba_data/python/efro/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/__init__.py b/assets/src/ba_data/python/efro/entity/__init__.py index 315546c9..91e6d3af 100644 --- a/assets/src/ba_data/python/efro/entity/__init__.py +++ b/assets/src/ba_data/python/efro/entity/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/_base.py b/assets/src/ba_data/python/efro/entity/_base.py index 170dd32f..356d379e 100644 --- a/assets/src/ba_data/python/efro/entity/_base.py +++ b/assets/src/ba_data/python/efro/entity/_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/_entity.py b/assets/src/ba_data/python/efro/entity/_entity.py index c7450cbf..6b04f113 100644 --- a/assets/src/ba_data/python/efro/entity/_entity.py +++ b/assets/src/ba_data/python/efro/entity/_entity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/_field.py b/assets/src/ba_data/python/efro/entity/_field.py index b0ad417e..1dc273c5 100644 --- a/assets/src/ba_data/python/efro/entity/_field.py +++ b/assets/src/ba_data/python/efro/entity/_field.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/_support.py b/assets/src/ba_data/python/efro/entity/_support.py index 46f2726e..0139f415 100644 --- a/assets/src/ba_data/python/efro/entity/_support.py +++ b/assets/src/ba_data/python/efro/entity/_support.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/_value.py b/assets/src/ba_data/python/efro/entity/_value.py index e468231b..592ec95d 100644 --- a/assets/src/ba_data/python/efro/entity/_value.py +++ b/assets/src/ba_data/python/efro/entity/_value.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/entity/util.py b/assets/src/ba_data/python/efro/entity/util.py index fe4e9b86..bbbefc83 100644 --- a/assets/src/ba_data/python/efro/entity/util.py +++ b/assets/src/ba_data/python/efro/entity/util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/executils.py b/assets/src/ba_data/python/efro/executils.py index 88ab1670..4859e3e7 100644 --- a/assets/src/ba_data/python/efro/executils.py +++ b/assets/src/ba_data/python/efro/executils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/jsonutils.py b/assets/src/ba_data/python/efro/jsonutils.py index e2fc44a5..f3a68fbf 100644 --- a/assets/src/ba_data/python/efro/jsonutils.py +++ b/assets/src/ba_data/python/efro/jsonutils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/ba_data/python/efro/util.py b/assets/src/ba_data/python/efro/util.py index a769d6d6..da424513 100644 --- a/assets/src/ba_data/python/efro/util.py +++ b/assets/src/ba_data/python/efro/util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/server/config.py b/assets/src/server/config.py index d9a40efe..93eea37a 100644 --- a/assets/src/server/config.py +++ b/assets/src/server/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/assets/src/server/server.py b/assets/src/server/server.py index e4e6d865..56b44146 100755 --- a/assets/src/server/server.py +++ b/assets/src/server/server.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3.7 -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/docs/ba_module.md b/docs/ba_module.md index 5a791621..dd9c923a 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -1,5 +1,5 @@ - +

last updated on 2020-02-04 for Ballistica version 1.5.0 build 20001

This page documents the Python classes and functions in the 'ba' module, which are the ones most relevant to modding in Ballistica. If you come across something you feel should be included here or could be better explained, please let me know. Happy modding!

diff --git a/tests/test_efro/__init__.py b/tests/test_efro/__init__.py index 4c3cb0eb..32622553 100644 --- a/tests/test_efro/__init__.py +++ b/tests/test_efro/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/test_efro/test_entities.py b/tests/test_efro/test_entities.py index da6c4f28..5a0d2dd4 100644 --- a/tests/test_efro/test_entities.py +++ b/tests/test_efro/test_entities.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/bacloud b/tools/bacloud index d5a3e500..0f165328 100755 --- a/tools/bacloud +++ b/tools/bacloud @@ -1,5 +1,5 @@ #!/usr/bin/env python3.7 -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/__init__.py b/tools/efrotools/__init__.py index daf67156..aaf0730a 100644 --- a/tools/efrotools/__init__.py +++ b/tools/efrotools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -39,7 +39,7 @@ if TYPE_CHECKING: # Python binary assumed by these tools. PYTHON_BIN = 'python3.7' -MIT_LICENSE = """Copyright (c) 2011-2019 Eric Froemling +MIT_LICENSE = """Copyright (c) 2011-2020 Eric Froemling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/code.py b/tools/efrotools/code.py index 86d4b343..a004a4d2 100644 --- a/tools/efrotools/code.py +++ b/tools/efrotools/code.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/efrocache.py b/tools/efrotools/efrocache.py index e1098d08..9d4622ce 100644 --- a/tools/efrotools/efrocache.py +++ b/tools/efrotools/efrocache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/filecache.py b/tools/efrotools/filecache.py index 98ef4aad..6d1fa12b 100644 --- a/tools/efrotools/filecache.py +++ b/tools/efrotools/filecache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/ios.py b/tools/efrotools/ios.py index 991c7f73..1fe328d3 100644 --- a/tools/efrotools/ios.py +++ b/tools/efrotools/ios.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/jsontools.py b/tools/efrotools/jsontools.py index b41d3914..fc91a2ab 100644 --- a/tools/efrotools/jsontools.py +++ b/tools/efrotools/jsontools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/makefile.py b/tools/efrotools/makefile.py index 9a917145..1ebd0f5d 100644 --- a/tools/efrotools/makefile.py +++ b/tools/efrotools/makefile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/pybuild.py b/tools/efrotools/pybuild.py index 23381a21..3d624248 100644 --- a/tools/efrotools/pybuild.py +++ b/tools/efrotools/pybuild.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/pylintplugins.py b/tools/efrotools/pylintplugins.py index ad8a04ca..d897ff38 100644 --- a/tools/efrotools/pylintplugins.py +++ b/tools/efrotools/pylintplugins.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/snippets.py b/tools/efrotools/snippets.py index 12f95b1c..406f0a49 100644 --- a/tools/efrotools/snippets.py +++ b/tools/efrotools/snippets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/statictest.py b/tools/efrotools/statictest.py index 5bc598dc..04092d6f 100644 --- a/tools/efrotools/statictest.py +++ b/tools/efrotools/statictest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/efrotools/sync.py b/tools/efrotools/sync.py index 978bf5b7..e6366523 100644 --- a/tools/efrotools/sync.py +++ b/tools/efrotools/sync.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/snippets b/tools/snippets index 052a65c3..02cf6227 100755 --- a/tools/snippets +++ b/tools/snippets @@ -1,5 +1,5 @@ #!/usr/bin/env python3.7 -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -77,7 +77,7 @@ DO_SPARSE_TEST_BUILDS = 'ballistica' + 'core' == 'ballisticacore' # (module name, required version, pip package (if it differs from module name)) REQUIRED_PYTHON_MODULES = [ ('pylint', [2, 4, 4], None), - ('mypy', [0, 740], None), + ('mypy', [0, 761], None), ('yapf', [0, 29, 0], None), ('typing_extensions', None, None), ('pytz', None, None), diff --git a/tools/stage_assets b/tools/stage_assets index 6dd4a61b..beba26a3 100755 --- a/tools/stage_assets +++ b/tools/stage_assets @@ -1,5 +1,5 @@ #!/usr/bin/env python3.7 -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tools/update_project b/tools/update_project index 49a70734..16387d33 100755 --- a/tools/update_project +++ b/tools/update_project @@ -1,5 +1,5 @@ #!/usr/bin/env python3.7 -# Copyright (c) 2011-2019 Eric Froemling +# Copyright (c) 2011-2020 Eric Froemling # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -45,10 +45,6 @@ from typing import TYPE_CHECKING if TYPE_CHECKING: from typing import Optional, Tuple, List, Dict, Set -# Minimal legal notice line required in our private files. -# (Though public ones also start with this line too) -LEGAL_NOTICE_PRIVATE = 'Copyright (c) 2011-2019 Eric Froemling' - CLRHDR = '\033[95m' # Header. CLRGRN = '\033[92m' # Green. CLRBLU = '\033[94m' # Glue. @@ -56,6 +52,13 @@ CLRRED = '\033[91m' # Red. CLREND = '\033[0m' # End. +def get_legal_notice_private() -> str: + """Return the one line legal notice we expect private files to have.""" + # We just use the first line of the mit license (just the copyright) + from efrotools import MIT_LICENSE + return MIT_LICENSE.splitlines()[0] + + @dataclass class LineChange: """A change applying to a particular line in a file.""" @@ -263,7 +266,7 @@ class App: lines = infile.read().splitlines() # Look for copyright/legal-notice line(s) - legal_notice = '// ' + LEGAL_NOTICE_PRIVATE + legal_notice = '// ' + get_legal_notice_private() lnum = 0 if lines[lnum] != legal_notice: # Allow auto-correcting if it looks close already @@ -301,7 +304,7 @@ class App: raise RuntimeError('FIXME: Check for full license.') # Look for copyright/legal-notice line(s) - line = '// ' + LEGAL_NOTICE_PRIVATE + line = '// ' + get_legal_notice_private() lnum = 0 if lines[lnum] != line: # Allow auto-correcting if it looks close already @@ -350,7 +353,7 @@ class App: for fname in fnames: with open(fname) as infile: makefile = infile.read() - if LEGAL_NOTICE_PRIVATE not in makefile: + if get_legal_notice_private() not in makefile: raise RuntimeError(f'Priv legal not found in {fname}') if self._public: public_license = get_public_license('makefile') @@ -388,7 +391,7 @@ class App: # In all cases, look for our one-line legal notice. # In the public case, look for the rest of our public license too. public_license = get_public_license('python') - line = '# ' + LEGAL_NOTICE_PRIVATE + line = '# ' + get_legal_notice_private() # (Sanity check: public license's first line should be same as priv) if line != public_license.splitlines()[0]: