From 120da1d0f27022f883ed83f93a45b1c12f13419d Mon Sep 17 00:00:00 2001 From: Odudex Date: Tue, 12 Sep 2023 16:10:10 -0300 Subject: [PATCH 1/3] update release version --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/krux/metadata.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e964f4e..56da45efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 23.08.0 - August, 2023 +# Version 23.09.0 - September 12, 2023 After a long year, new features are finally coming out of beta and making their way into a stable release. Also @jreesun appointed @odudex as the new lead maintainer of the project. ## Changes diff --git a/pyproject.toml b/pyproject.toml index eb550d698..05bd1c1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ [tool.poetry] name = "krux" -version = "23.09" +version = "23.09.0" description = "Open-source signing device firmware for Bitcoin" authors = ["Jeff S "] diff --git a/src/krux/metadata.py b/src/krux/metadata.py index 222d24f50..8e0ce3eb8 100644 --- a/src/krux/metadata.py +++ b/src/krux/metadata.py @@ -19,5 +19,5 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -VERSION = "23.09" +VERSION = "23.09.0" SIGNER_PUBKEY = "03339e883157e45891e61ca9df4cd3bb895ef32d475b8e793559ea10a36766689b" From 4ee8db7f9d5c04ae675f55e2b53322b708282d58 Mon Sep 17 00:00:00 2001 From: Eduardo Schoenknecht Date: Tue, 12 Sep 2023 22:23:26 -0300 Subject: [PATCH 2/3] update copyright to 2023 --- Dockerfile | 2 +- LICENSE.md | 2 +- Vagrantfile | 2 +- firmware/font/bdftohex.py | 2 +- firmware/font/bdftokff.sh | 2 +- firmware/font/hexfill.py | 2 +- firmware/font/hexmerge.py | 2 +- firmware/font/hextokff.py | 2 +- firmware/scripts/krux_colors.py | 2 +- firmware/scripts/minify.py | 2 +- i18n/i18n.py | 4 ++-- krux | 2 +- pyproject.toml | 2 +- simulator/generate-all-screenshots.sh | 2 +- simulator/generate-device-screenshots.sh | 2 +- simulator/kruxsim/__init__.py | 2 +- simulator/kruxsim/devices.py | 2 +- simulator/kruxsim/events.py | 2 +- simulator/kruxsim/mocks/Maix.py | 2 +- simulator/kruxsim/mocks/__init__.py | 2 +- simulator/kruxsim/mocks/board.py | 2 +- simulator/kruxsim/mocks/flash.py | 2 +- simulator/kruxsim/mocks/fpioa_manager.py | 2 +- simulator/kruxsim/mocks/ft6x36.py | 2 +- simulator/kruxsim/mocks/lcd.py | 2 +- simulator/kruxsim/mocks/machine.py | 2 +- simulator/kruxsim/mocks/pmu.py | 2 +- simulator/kruxsim/mocks/qrcode.py | 2 +- simulator/kruxsim/mocks/rotary.py | 2 +- simulator/kruxsim/mocks/sd_card.py | 2 +- simulator/kruxsim/mocks/secp256k1.py | 2 +- simulator/kruxsim/mocks/sensor.py | 2 +- simulator/kruxsim/mocks/uopen.py | 2 +- simulator/kruxsim/mocks/uos.py | 2 +- simulator/kruxsim/mocks/usys.py | 2 +- simulator/kruxsim/mocks/utime.py | 2 +- simulator/kruxsim/sequence.py | 2 +- simulator/simulator.py | 2 +- src/boot.py | 2 +- src/krux/baseconv.py | 2 +- src/krux/camera.py | 2 +- src/krux/context.py | 2 +- src/krux/display.py | 2 +- src/krux/firmware.py | 2 +- src/krux/format.py | 2 +- src/krux/input.py | 2 +- src/krux/key.py | 2 +- src/krux/krux_settings.py | 2 +- src/krux/light.py | 2 +- src/krux/logging.py | 2 +- src/krux/metadata.py | 2 +- src/krux/pages/__init__.py | 2 +- src/krux/pages/home.py | 2 +- src/krux/pages/login.py | 2 +- src/krux/pages/stack_1248.py | 2 +- src/krux/power.py | 2 +- src/krux/printers/__init__.py | 2 +- src/krux/printers/cnc.py | 2 +- src/krux/printers/thermal.py | 2 +- src/krux/psbt.py | 2 +- src/krux/qr.py | 2 +- src/krux/rotary.py | 2 +- src/krux/sd_card.py | 2 +- src/krux/settings.py | 2 +- src/krux/themes.py | 2 +- src/krux/touch.py | 2 +- src/krux/touchscreens/__init__.py | 2 +- src/krux/touchscreens/ft6x36.py | 2 +- src/krux/translations.py | 2 +- src/krux/wallet.py | 2 +- src/krux/wdt.py | 2 +- 71 files changed, 72 insertions(+), 72 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdfe75792..4f7527a7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/LICENSE.md b/LICENSE.md index bd3a6c34e..acdd5f37d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -17,7 +17,7 @@ The source code for this project created and modified by the repository owner is ``` The MIT License (MIT) -Copyright (c) 2021-2022 Krux contributors +Copyright (c) 2021-2023 Krux contributors 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/Vagrantfile b/Vagrantfile index bdad593fc..d5c872ede 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/font/bdftohex.py b/firmware/font/bdftohex.py index 5c1c6a19e..c2179187c 100644 --- a/firmware/font/bdftohex.py +++ b/firmware/font/bdftohex.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/font/bdftokff.sh b/firmware/font/bdftokff.sh index b49854fbf..7fde141a5 100755 --- a/firmware/font/bdftokff.sh +++ b/firmware/font/bdftokff.sh @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/font/hexfill.py b/firmware/font/hexfill.py index dc267936d..85c395d57 100644 --- a/firmware/font/hexfill.py +++ b/firmware/font/hexfill.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/font/hexmerge.py b/firmware/font/hexmerge.py index 58ab10927..1d36c4c4f 100644 --- a/firmware/font/hexmerge.py +++ b/firmware/font/hexmerge.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/font/hextokff.py b/firmware/font/hextokff.py index 2a0f52b27..e0789094b 100644 --- a/firmware/font/hextokff.py +++ b/firmware/font/hextokff.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/scripts/krux_colors.py b/firmware/scripts/krux_colors.py index 1d9268b55..589477368 100644 --- a/firmware/scripts/krux_colors.py +++ b/firmware/scripts/krux_colors.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/firmware/scripts/minify.py b/firmware/scripts/minify.py index fe2c1025e..dcb0d4c8d 100644 --- a/firmware/scripts/minify.py +++ b/firmware/scripts/minify.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/i18n/i18n.py b/i18n/i18n.py index 6df617fff..7e24941ec 100644 --- a/i18n/i18n.py +++ b/i18n/i18n.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -193,7 +193,7 @@ def bake_translations(): translations.write( """# The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/krux b/krux index dc20cf259..950aee6ba 100755 --- a/krux +++ b/krux @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/pyproject.toml b/pyproject.toml index 05bd1c1b7..e22425855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/generate-all-screenshots.sh b/simulator/generate-all-screenshots.sh index e3b40afad..32ebffc14 100755 --- a/simulator/generate-all-screenshots.sh +++ b/simulator/generate-all-screenshots.sh @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/generate-device-screenshots.sh b/simulator/generate-device-screenshots.sh index 70f44183e..0d7e29888 100755 --- a/simulator/generate-device-screenshots.sh +++ b/simulator/generate-device-screenshots.sh @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/__init__.py b/simulator/kruxsim/__init__.py index 4f991c922..181abdfd2 100644 --- a/simulator/kruxsim/__init__.py +++ b/simulator/kruxsim/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/devices.py b/simulator/kruxsim/devices.py index 2a4f5d826..6df384c20 100644 --- a/simulator/kruxsim/devices.py +++ b/simulator/kruxsim/devices.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/events.py b/simulator/kruxsim/events.py index 887b1c119..a64097501 100644 --- a/simulator/kruxsim/events.py +++ b/simulator/kruxsim/events.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/Maix.py b/simulator/kruxsim/mocks/Maix.py index 822ffb1bb..1ba92e2ea 100644 --- a/simulator/kruxsim/mocks/Maix.py +++ b/simulator/kruxsim/mocks/Maix.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/__init__.py b/simulator/kruxsim/mocks/__init__.py index 4f991c922..181abdfd2 100644 --- a/simulator/kruxsim/mocks/__init__.py +++ b/simulator/kruxsim/mocks/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/board.py b/simulator/kruxsim/mocks/board.py index 170fb6fe6..0666ca3e2 100644 --- a/simulator/kruxsim/mocks/board.py +++ b/simulator/kruxsim/mocks/board.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/flash.py b/simulator/kruxsim/mocks/flash.py index 747260095..19d24b747 100644 --- a/simulator/kruxsim/mocks/flash.py +++ b/simulator/kruxsim/mocks/flash.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/fpioa_manager.py b/simulator/kruxsim/mocks/fpioa_manager.py index 299eaf333..e7274b234 100644 --- a/simulator/kruxsim/mocks/fpioa_manager.py +++ b/simulator/kruxsim/mocks/fpioa_manager.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/ft6x36.py b/simulator/kruxsim/mocks/ft6x36.py index af0aaa363..21dc08d9f 100644 --- a/simulator/kruxsim/mocks/ft6x36.py +++ b/simulator/kruxsim/mocks/ft6x36.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/lcd.py b/simulator/kruxsim/mocks/lcd.py index 5b9062549..555ff5436 100644 --- a/simulator/kruxsim/mocks/lcd.py +++ b/simulator/kruxsim/mocks/lcd.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/machine.py b/simulator/kruxsim/mocks/machine.py index 75ea47be5..f5197128f 100644 --- a/simulator/kruxsim/mocks/machine.py +++ b/simulator/kruxsim/mocks/machine.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/pmu.py b/simulator/kruxsim/mocks/pmu.py index d47803a10..183245ebc 100644 --- a/simulator/kruxsim/mocks/pmu.py +++ b/simulator/kruxsim/mocks/pmu.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/qrcode.py b/simulator/kruxsim/mocks/qrcode.py index 8321070a3..b727de39e 100644 --- a/simulator/kruxsim/mocks/qrcode.py +++ b/simulator/kruxsim/mocks/qrcode.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/rotary.py b/simulator/kruxsim/mocks/rotary.py index f83ed88f9..00ff8e383 100644 --- a/simulator/kruxsim/mocks/rotary.py +++ b/simulator/kruxsim/mocks/rotary.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/sd_card.py b/simulator/kruxsim/mocks/sd_card.py index da7acf4be..beba11b27 100644 --- a/simulator/kruxsim/mocks/sd_card.py +++ b/simulator/kruxsim/mocks/sd_card.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/secp256k1.py b/simulator/kruxsim/mocks/secp256k1.py index fc58641e5..55bad6d41 100644 --- a/simulator/kruxsim/mocks/secp256k1.py +++ b/simulator/kruxsim/mocks/secp256k1.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/sensor.py b/simulator/kruxsim/mocks/sensor.py index e9504c309..a427c9357 100644 --- a/simulator/kruxsim/mocks/sensor.py +++ b/simulator/kruxsim/mocks/sensor.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/uopen.py b/simulator/kruxsim/mocks/uopen.py index 562aeb14d..b718ccb8c 100644 --- a/simulator/kruxsim/mocks/uopen.py +++ b/simulator/kruxsim/mocks/uopen.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/uos.py b/simulator/kruxsim/mocks/uos.py index 7b10dd50e..f3da26a89 100644 --- a/simulator/kruxsim/mocks/uos.py +++ b/simulator/kruxsim/mocks/uos.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/usys.py b/simulator/kruxsim/mocks/usys.py index 167e43ce2..5b44fb617 100644 --- a/simulator/kruxsim/mocks/usys.py +++ b/simulator/kruxsim/mocks/usys.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/mocks/utime.py b/simulator/kruxsim/mocks/utime.py index 17b3e177e..b27dc8252 100644 --- a/simulator/kruxsim/mocks/utime.py +++ b/simulator/kruxsim/mocks/utime.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/kruxsim/sequence.py b/simulator/kruxsim/sequence.py index 5e9bc50bf..f6187bb81 100644 --- a/simulator/kruxsim/sequence.py +++ b/simulator/kruxsim/sequence.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/simulator/simulator.py b/simulator/simulator.py index c5c34ffc4..fa607c595 100644 --- a/simulator/simulator.py +++ b/simulator/simulator.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/boot.py b/src/boot.py index ccf17c68c..0d8071c4c 100644 --- a/src/boot.py +++ b/src/boot.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/baseconv.py b/src/krux/baseconv.py index 2067e4a69..d8b2df954 100644 --- a/src/krux/baseconv.py +++ b/src/krux/baseconv.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/camera.py b/src/krux/camera.py index d23a14772..722efdd9e 100644 --- a/src/krux/camera.py +++ b/src/krux/camera.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/context.py b/src/krux/context.py index 537572797..ac9c030af 100644 --- a/src/krux/context.py +++ b/src/krux/context.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/display.py b/src/krux/display.py index 6714e45d0..83d81f616 100644 --- a/src/krux/display.py +++ b/src/krux/display.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/firmware.py b/src/krux/firmware.py index 677b66f63..383a4e676 100644 --- a/src/krux/firmware.py +++ b/src/krux/firmware.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/format.py b/src/krux/format.py index f019f9ef0..9ccc48465 100644 --- a/src/krux/format.py +++ b/src/krux/format.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/input.py b/src/krux/input.py index 19d95eb1b..d9846bb6f 100644 --- a/src/krux/input.py +++ b/src/krux/input.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/key.py b/src/krux/key.py index 1be2b7d71..bb986fd02 100644 --- a/src/krux/key.py +++ b/src/krux/key.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/krux_settings.py b/src/krux/krux_settings.py index b10ff5729..10ea25fa3 100644 --- a/src/krux/krux_settings.py +++ b/src/krux/krux_settings.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/light.py b/src/krux/light.py index d4a5552b1..47d2d1841 100644 --- a/src/krux/light.py +++ b/src/krux/light.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/logging.py b/src/krux/logging.py index e209a0c08..f8ccb2bb7 100644 --- a/src/krux/logging.py +++ b/src/krux/logging.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/metadata.py b/src/krux/metadata.py index 8e0ce3eb8..01a82139a 100644 --- a/src/krux/metadata.py +++ b/src/krux/metadata.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/pages/__init__.py b/src/krux/pages/__init__.py index a93179b73..0726dec27 100644 --- a/src/krux/pages/__init__.py +++ b/src/krux/pages/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/pages/home.py b/src/krux/pages/home.py index d420655b0..05ed46fb2 100644 --- a/src/krux/pages/home.py +++ b/src/krux/pages/home.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/pages/login.py b/src/krux/pages/login.py index 14adafb1d..0d5a86ff6 100644 --- a/src/krux/pages/login.py +++ b/src/krux/pages/login.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/pages/stack_1248.py b/src/krux/pages/stack_1248.py index 1284eb578..787b5b6df 100644 --- a/src/krux/pages/stack_1248.py +++ b/src/krux/pages/stack_1248.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/power.py b/src/krux/power.py index e3fd81f8a..59cbb93f9 100644 --- a/src/krux/power.py +++ b/src/krux/power.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/printers/__init__.py b/src/krux/printers/__init__.py index bc38c27ae..4d61c9812 100644 --- a/src/krux/printers/__init__.py +++ b/src/krux/printers/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/printers/cnc.py b/src/krux/printers/cnc.py index 3dadf1173..cb460d31a 100644 --- a/src/krux/printers/cnc.py +++ b/src/krux/printers/cnc.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/printers/thermal.py b/src/krux/printers/thermal.py index 3c8fc4e1f..74a012633 100644 --- a/src/krux/printers/thermal.py +++ b/src/krux/printers/thermal.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/psbt.py b/src/krux/psbt.py index 84e24d52f..ee08f3f2a 100644 --- a/src/krux/psbt.py +++ b/src/krux/psbt.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/qr.py b/src/krux/qr.py index 5e9934bd8..9ad82e515 100644 --- a/src/krux/qr.py +++ b/src/krux/qr.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/rotary.py b/src/krux/rotary.py index e8b50d35d..e75fb6a01 100644 --- a/src/krux/rotary.py +++ b/src/krux/rotary.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/sd_card.py b/src/krux/sd_card.py index 6e133c92b..d877e2617 100644 --- a/src/krux/sd_card.py +++ b/src/krux/sd_card.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/settings.py b/src/krux/settings.py index 358ab2274..fe7f49200 100644 --- a/src/krux/settings.py +++ b/src/krux/settings.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/themes.py b/src/krux/themes.py index bc5abc9c0..b098946d6 100644 --- a/src/krux/themes.py +++ b/src/krux/themes.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/touch.py b/src/krux/touch.py index 52627b8a0..1ddffe761 100644 --- a/src/krux/touch.py +++ b/src/krux/touch.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/touchscreens/__init__.py b/src/krux/touchscreens/__init__.py index 85f543a9b..ac5869fe3 100644 --- a/src/krux/touchscreens/__init__.py +++ b/src/krux/touchscreens/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/touchscreens/ft6x36.py b/src/krux/touchscreens/ft6x36.py index c18a30bb7..323387403 100644 --- a/src/krux/touchscreens/ft6x36.py +++ b/src/krux/touchscreens/ft6x36.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/translations.py b/src/krux/translations.py index 12c09472d..df72c8451 100644 --- a/src/krux/translations.py +++ b/src/krux/translations.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/wallet.py b/src/krux/wallet.py index 5b4b4466d..1d9e71c2e 100644 --- a/src/krux/wallet.py +++ b/src/krux/wallet.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # 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/src/krux/wdt.py b/src/krux/wdt.py index fa5c7d181..0b6ee0fc1 100644 --- a/src/krux/wdt.py +++ b/src/krux/wdt.py @@ -1,6 +1,6 @@ # The MIT License (MIT) -# Copyright (c) 2021-2022 Krux contributors +# Copyright (c) 2021-2023 Krux contributors # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal From 1273da79c8b17d9c4d9a89224aa4dbec786ba250 Mon Sep 17 00:00:00 2001 From: Eduardo Schoenknecht Date: Tue, 12 Sep 2023 22:26:19 -0300 Subject: [PATCH 3/3] restore workflow standards --- .github/workflows/build.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f38e6cb20..3d94f0b60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - develop_rc + - develop pull_request: jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12313ddfc..9423d2f77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - develop_rc + - develop pull_request: jobs: