diff --git a/LICENSE.md b/LICENSE.md index 5a11139..b88f291 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2020 Ian Burgwin +Copyright (c) 2017-2021 Ian Burgwin 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/ninfs/__init__.py b/ninfs/__init__.py index 72fb8cd..aac470a 100644 --- a/ninfs/__init__.py +++ b/ninfs/__init__.py @@ -1,10 +1,10 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. __author__ = 'ihaveamac' -__copyright__ = 'Copyright (c) 2017-2020 Ian Burgwin' +__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin' __license__ = 'MIT' __version__ = '2.0a3' diff --git a/ninfs/__main__.py b/ninfs/__main__.py index 492e6e4..3a864af 100755 --- a/ninfs/__main__.py +++ b/ninfs/__main__.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/_frozen_main.py b/ninfs/_frozen_main.py index 971d987..0f80bec 100644 --- a/ninfs/_frozen_main.py +++ b/ninfs/_frozen_main.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/fmt_detect.py b/ninfs/fmt_detect.py index 42be71f..541a093 100644 --- a/ninfs/fmt_detect.py +++ b/ninfs/fmt_detect.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/__init__.py b/ninfs/gui/__init__.py index c42c881..d4e6a70 100644 --- a/ninfs/gui/__init__.py +++ b/ninfs/gui/__init__.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/about.py b/ninfs/gui/about.py index df94cec..2ee40a5 100644 --- a/ninfs/gui/about.py +++ b/ninfs/gui/about.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. @@ -77,15 +77,15 @@ class NinfsAbout(tk.Toplevel): # tab name, license file name, url info = [ (f'ninfs {ninfs_version}', 'ninfs.md', 'https://github.com/ihaveamac/ninfs', - 'ninfs - Copyright (c) 2017-2020 Ian Burgwin'), + 'ninfs - Copyright (c) 2017-2021 Ian Burgwin'), (f'WinFsp 2020.1', 'winfsp.txt', 'https://github.com/billziss-gh/winfsp', 'WinFsp - Windows File System Proxy, Copyright (C) Bill Zissimopoulos'), (f'pycryptodomex {pycryptodomex_version}', 'pycryptodome.rst', 'https://github.com/Legrandin/pycryptodome', 'PyCryptodome - multiple licenses'), ('pyctr 0.4.3', 'pyctr', 'https://github.com/ihaveamac/pyctr', - 'pyctr - Copyright (c) 2017-2020 Ian Burgwin'), + 'pyctr - Copyright (c) 2017-2021 Ian Burgwin'), ('haccrypto 0.1.0', 'haccrypto.md', 'https://github.com/luigoalma/haccrypto', - 'haccrypto - Copyright (c) 2017-2020 Ian Burgwin & Copyright (c) 2020 Luis Marques') + 'haccrypto - Copyright (c) 2017-2021 Ian Burgwin & Copyright (c) 2020-2021 Luis Marques') ] license_notebook = ttk.Notebook(container) diff --git a/ninfs/gui/confighandler.py b/ninfs/gui/confighandler.py index 684c7ff..f33b727 100644 --- a/ninfs/gui/confighandler.py +++ b/ninfs/gui/confighandler.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/opendir.py b/ninfs/gui/opendir.py index 83de6e9..ec6f62a 100644 --- a/ninfs/gui/opendir.py +++ b/ninfs/gui/opendir.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/optionsframes.py b/ninfs/gui/optionsframes.py index 120f6e4..b30e3c0 100644 --- a/ninfs/gui/optionsframes.py +++ b/ninfs/gui/optionsframes.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/osver.py b/ninfs/gui/osver.py index bd61229..dfefde6 100644 --- a/ninfs/gui/osver.py +++ b/ninfs/gui/osver.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/outputviewer.py b/ninfs/gui/outputviewer.py index a4b5b5b..56231a9 100644 --- a/ninfs/gui/outputviewer.py +++ b/ninfs/gui/outputviewer.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/settings.py b/ninfs/gui/settings.py index 1f072c9..e575f0c 100644 --- a/ninfs/gui/settings.py +++ b/ninfs/gui/settings.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/__init__.py b/ninfs/gui/setupwizard/__init__.py index 89eef07..d7417e7 100644 --- a/ninfs/gui/setupwizard/__init__.py +++ b/ninfs/gui/setupwizard/__init__.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/base.py b/ninfs/gui/setupwizard/base.py index 471407b..009fe3f 100644 --- a/ninfs/gui/setupwizard/base.py +++ b/ninfs/gui/setupwizard/base.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/cci.py b/ninfs/gui/setupwizard/cci.py index 77dd1e2..3a3d04a 100644 --- a/ninfs/gui/setupwizard/cci.py +++ b/ninfs/gui/setupwizard/cci.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/cdn.py b/ninfs/gui/setupwizard/cdn.py index 719f01f..24d82b2 100644 --- a/ninfs/gui/setupwizard/cdn.py +++ b/ninfs/gui/setupwizard/cdn.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/cia.py b/ninfs/gui/setupwizard/cia.py index 71b64b9..0c4a398 100644 --- a/ninfs/gui/setupwizard/cia.py +++ b/ninfs/gui/setupwizard/cia.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/exefs.py b/ninfs/gui/setupwizard/exefs.py index adc3012..7c1965e 100644 --- a/ninfs/gui/setupwizard/exefs.py +++ b/ninfs/gui/setupwizard/exefs.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/nandctr.py b/ninfs/gui/setupwizard/nandctr.py index a82cd2d..33e4ecc 100644 --- a/ninfs/gui/setupwizard/nandctr.py +++ b/ninfs/gui/setupwizard/nandctr.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/nandhac.py b/ninfs/gui/setupwizard/nandhac.py index 5dec54e..8759186 100644 --- a/ninfs/gui/setupwizard/nandhac.py +++ b/ninfs/gui/setupwizard/nandhac.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/nandtwl.py b/ninfs/gui/setupwizard/nandtwl.py index 9854534..5e11273 100644 --- a/ninfs/gui/setupwizard/nandtwl.py +++ b/ninfs/gui/setupwizard/nandtwl.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/ncch.py b/ninfs/gui/setupwizard/ncch.py index 8dea3bf..1b67e02 100644 --- a/ninfs/gui/setupwizard/ncch.py +++ b/ninfs/gui/setupwizard/ncch.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/romfs.py b/ninfs/gui/setupwizard/romfs.py index 06ecfef..1294547 100644 --- a/ninfs/gui/setupwizard/romfs.py +++ b/ninfs/gui/setupwizard/romfs.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/sd.py b/ninfs/gui/setupwizard/sd.py index 5babbb2..72192ea 100644 --- a/ninfs/gui/setupwizard/sd.py +++ b/ninfs/gui/setupwizard/sd.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/srl.py b/ninfs/gui/setupwizard/srl.py index c3f1ee0..51d0fea 100644 --- a/ninfs/gui/setupwizard/srl.py +++ b/ninfs/gui/setupwizard/srl.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/setupwizard/threedsx.py b/ninfs/gui/setupwizard/threedsx.py index 7226de2..3c70863 100644 --- a/ninfs/gui/setupwizard/threedsx.py +++ b/ninfs/gui/setupwizard/threedsx.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/supportfiles.py b/ninfs/gui/supportfiles.py index c14c4ea..1f584e2 100644 --- a/ninfs/gui/supportfiles.py +++ b/ninfs/gui/supportfiles.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/updatecheck.py b/ninfs/gui/updatecheck.py index e7dd18d..ab8f4de 100644 --- a/ninfs/gui/updatecheck.py +++ b/ninfs/gui/updatecheck.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/gui/wizardcontainer.py b/ninfs/gui/wizardcontainer.py index 8467f09..768d401 100644 --- a/ninfs/gui/wizardcontainer.py +++ b/ninfs/gui/wizardcontainer.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/main.py b/ninfs/main.py index 1fc120a..b4d41d9 100755 --- a/ninfs/main.py +++ b/ninfs/main.py @@ -2,7 +2,7 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/_common.py b/ninfs/mount/_common.py index 3fff263..7918fc2 100644 --- a/ninfs/mount/_common.py +++ b/ninfs/mount/_common.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/cci.py b/ninfs/mount/cci.py index b014800..0b8ba87 100644 --- a/ninfs/mount/cci.py +++ b/ninfs/mount/cci.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/cdn.py b/ninfs/mount/cdn.py index bd5b3d4..ed6474d 100644 --- a/ninfs/mount/cdn.py +++ b/ninfs/mount/cdn.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/cia.py b/ninfs/mount/cia.py index b8d9188..c9bfca2 100644 --- a/ninfs/mount/cia.py +++ b/ninfs/mount/cia.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/exefs.py b/ninfs/mount/exefs.py index 6409ad2..ac01bd4 100644 --- a/ninfs/mount/exefs.py +++ b/ninfs/mount/exefs.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/nandctr.py b/ninfs/mount/nandctr.py index 9909cdb..f90c209 100644 --- a/ninfs/mount/nandctr.py +++ b/ninfs/mount/nandctr.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/nandhac.py b/ninfs/mount/nandhac.py index dd08aa0..b967668 100644 --- a/ninfs/mount/nandhac.py +++ b/ninfs/mount/nandhac.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/nandtwl.py b/ninfs/mount/nandtwl.py index f11e68b..d8905c0 100644 --- a/ninfs/mount/nandtwl.py +++ b/ninfs/mount/nandtwl.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/ncch.py b/ninfs/mount/ncch.py index 71441bd..f2ca768 100644 --- a/ninfs/mount/ncch.py +++ b/ninfs/mount/ncch.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/romfs.py b/ninfs/mount/romfs.py index 9ec0278..07ca418 100644 --- a/ninfs/mount/romfs.py +++ b/ninfs/mount/romfs.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/sd.py b/ninfs/mount/sd.py index bfb8580..bde5494 100644 --- a/ninfs/mount/sd.py +++ b/ninfs/mount/sd.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/srl.py b/ninfs/mount/srl.py index 8f152c3..44bdcdc 100644 --- a/ninfs/mount/srl.py +++ b/ninfs/mount/srl.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/mount/threedsx.py b/ninfs/mount/threedsx.py index beb2841..6f6dd91 100644 --- a/ninfs/mount/threedsx.py +++ b/ninfs/mount/threedsx.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/reg_shell.py b/ninfs/reg_shell.py index 7055964..7403005 100755 --- a/ninfs/reg_shell.py +++ b/ninfs/reg_shell.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project. diff --git a/ninfs/winpathmodify.py b/ninfs/winpathmodify.py index 56df68c..b328fe1 100644 --- a/ninfs/winpathmodify.py +++ b/ninfs/winpathmodify.py @@ -1,6 +1,6 @@ # This file is a part of ninfs. # -# Copyright (c) 2017-2020 Ian Burgwin +# Copyright (c) 2017-2021 Ian Burgwin # This file is licensed under The MIT License (MIT). # You can find the full license text in LICENSE.md in the root of this project.