From bf906793480fe9ce9f2b36dfb44a730656063e0e Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Tue, 3 Feb 2026 08:50:58 +0100 Subject: [PATCH 1/2] debian: changelog for version 0.45 Signed-off-by: Cedric Hombourger --- debian/changelog | 15 +++++++++++++++ mtda/__version__.py | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dea667d3..a3ba3734 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +mtda (0.45-1) testing; urgency=medium + + [ Felix Moessbauer ] + * storage: handle missing CoW device cases + * www: allow to flash image with bmap file + + [ Badrikesh Prusty ] + * update dependencies (isar, cip-core and kas-container) + + [ Benedikt Niedermayr ] + * update dependencies (isar, cip-core) + * rpi4b-ebg: upgrade to trixie + + -- Cedric Hombourger Tue, 03 Feb 2026 09:00:00 +0200 + mtda (0.44-1) testing; urgency=medium [ Cedric Hombourger ] diff --git a/mtda/__version__.py b/mtda/__version__.py index 4856ddb9..db58db63 100644 --- a/mtda/__version__.py +++ b/mtda/__version__.py @@ -3,12 +3,12 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- __license__ = 'MIT' -__copyright__ = 'Copyright (C) 2025 Siemens AG' -__version__ = '0.44' +__copyright__ = 'Copyright (C) 2026 Siemens AG' +__version__ = '0.45' From f6b4ac62e35604165c73fcfa9394c138eb41f118 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Tue, 3 Feb 2026 08:57:29 +0100 Subject: [PATCH 2/2] chore: copyright updates for 2026 Signed-off-by: Cedric Hombourger --- .github/auto_assign.yml | 2 +- .github/spellcheck_config.yml | 2 +- .github/wordlist.txt | 2 +- .github/workflows/assign.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/spellcheck.yml | 2 +- MANIFEST.in | 2 +- REUSE.toml | 54 +++++++++---------- configs/10-www.conf | 2 +- configs/docker.ini | 2 +- configs/qemu.ini | 2 +- docs/Makefile | 2 +- docs/conf.py | 4 +- kas/ci/fast.yml | 2 +- kas/ci/full-bookworm.yml | 2 +- kas/ci/full-noble.yml | 2 +- kas/ci/full-trixie.yml | 2 +- kas/common/base.yml | 2 +- kas/debian/bookworm-base.yml | 2 +- kas/debian/mtda-beaglebone-black.yml | 2 +- kas/debian/mtda-nanopi-neo.yml | 2 +- kas/debian/mtda-qemu-amd64-ebg.yml | 2 +- kas/debian/mtda-qemu-amd64.yml | 2 +- kas/debian/trixie-base.yml | 2 +- kas/opt/ab-rootfs.yml | 2 +- kas/opt/lava.yml | 2 +- kas/ubuntu/mtda-qemu-amd64.yml | 2 +- meta-isar-extra/conf/layer.conf | 2 +- .../conf/machine/abrootfs-common.inc | 2 +- .../conf/machine/nanopi-neo-ebg.conf | 2 +- .../conf/machine/qemuamd64-ebg.conf | 2 +- meta-isar-extra/conf/machine/rpi4b-ebg.conf | 2 +- .../conf/multiconfig/nanopi-neo-ebg.conf | 2 +- .../conf/multiconfig/qemuamd64-ebg.conf | 2 +- .../conf/multiconfig/rpi4b-ebg.conf | 2 +- .../swupdate-config-wfx_0.1.bb | 2 +- .../images/mtda-image-immutable.bb | 2 +- .../wic/canned-wks/abrootfs-parts-mtda.inc | 2 +- .../lib/wic/canned-wks/nanopi-neo-ebg.wks.in | 2 +- .../lib/wic/canned-wks/qemuamd64-ebg.wks.in | 2 +- .../lib/wic/canned-wks/rpi4b-ebg.wks.in | 2 +- meta-isar/conf/distro/mtda-bookworm.conf | 2 +- meta-isar/conf/distro/mtda-trixie.conf | 2 +- meta-isar/conf/machine/beaglebone-black.conf | 2 +- .../conf/multiconfig/beaglebone-black.conf | 2 +- .../conf/multiconfig/debian-qemu-amd64.conf | 2 +- meta-isar/conf/multiconfig/nanopi-neo.conf | 2 +- meta-isar/conf/multiconfig/rpi4b-efi.conf | 2 +- meta-isar/conf/multiconfig/rpi4b.conf | 2 +- .../conf/multiconfig/ubuntu-qemu-amd64.conf | 2 +- .../u-boot-script/u-boot-script_%.bbappend | 2 +- .../recipes-conf/mtda-repo/mtda-repo_0.1.bb | 2 +- meta-isar/recipes-core/images/mtda-image.bb | 2 +- meta-isar/recipes-python/mtda/mtda_git.bb | 2 +- meta-isar/recipes-python/net/hap-python.bb | 2 +- .../recipes-www/pyodide/pyodide_0.29.0.bb | 2 +- .../pytest-whl/pytest-whl_8.4.1.bb | 2 +- .../wic/canned-wks/beaglebone-black.wks.in | 2 +- .../lib/wic/canned-wks/sdimage-efi.wks | 2 +- mtda-cli | 2 +- mtda-service | 2 +- mtda-systemd-helper | 2 +- mtda-www | 2 +- mtda/assets/asyncio.py | 2 +- mtda/assets/pytest.py | 2 +- mtda/assets/vnc.js | 2 +- mtda/assets/www.py | 2 +- mtda/assistant/homekit.py | 2 +- mtda/console/docker.py | 2 +- mtda/console/logger.py | 2 +- mtda/console/output.py | 2 +- mtda/console/qemu.py | 2 +- mtda/console/remote.py | 2 +- mtda/console/screen.py | 2 +- mtda/console/serial.py | 2 +- mtda/console/telnet.py | 2 +- mtda/console/usbf.py | 2 +- mtda/constants.py | 2 +- mtda/exceptions.py | 2 +- mtda/keyboard/hid.py | 2 +- mtda/keyboard/qemu.py | 2 +- mtda/main.py | 2 +- mtda/mouse/__init__.py | 2 +- mtda/mouse/controller.py | 2 +- mtda/mouse/hid.py | 2 +- mtda/network/__init__.py | 2 +- mtda/network/controller.py | 2 +- mtda/network/usbf.py | 2 +- mtda/power/aviosys_8800.py | 2 +- mtda/power/controller.py | 2 +- mtda/power/docker.py | 2 +- mtda/power/gpio.py | 2 +- mtda/power/pduclient.py | 2 +- mtda/power/qemu.py | 2 +- mtda/power/usbrelay.py | 2 +- mtda/pytest.py | 2 +- mtda/scripts/__init__.py | 2 +- mtda/scripts/ipc227e.py | 2 +- mtda/scripts/qemu.py | 2 +- mtda/storage/datastream.py | 2 +- mtda/storage/docker.py | 2 +- mtda/storage/helpers/image.py | 2 +- mtda/storage/qemu.py | 2 +- mtda/storage/samsung.py | 2 +- mtda/storage/usbf.py | 2 +- mtda/storage/writer.py | 2 +- mtda/support/__init__.py | 2 +- mtda/support/usb.py | 2 +- mtda/templates/index.html | 2 +- mtda/templates/swagger.html | 2 +- mtda/usb/gpio.py | 2 +- mtda/usb/qemu_mass_storage.py | 2 +- mtda/utils.py | 2 +- mtda/video/controller.py | 2 +- mtda/video/mjpg_streamer.py | 2 +- mtda/video/qemu.py | 2 +- scripts/build-using-ppa | 2 +- scripts/test-using-docker | 2 +- setup.py | 2 +- tests/common.py | 2 +- tests/conftest.py | 2 +- tests/test_config.py | 2 +- tests/test_console.py | 2 +- tests/test_storage.py | 2 +- tests/test_target.py | 2 +- tox.ini | 2 +- 126 files changed, 153 insertions(+), 153 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 062adb3f..c642b6b9 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/.github/spellcheck_config.yml b/.github/spellcheck_config.yml index 181ffd55..1eb4af4c 100644 --- a/.github/spellcheck_config.yml +++ b/.github/spellcheck_config.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/.github/wordlist.txt b/.github/wordlist.txt index 49a13b1f..836d4125 100644 --- a/.github/wordlist.txt +++ b/.github/wordlist.txt @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index 5adf84e6..94008d8e 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dec26b5..ecb620a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 5671ad8a..7bdbda81 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/MANIFEST.in b/MANIFEST.in index 89831f39..1cd0f1f2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/REUSE.toml b/REUSE.toml index 8cd29869..1f881980 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -6,13 +6,13 @@ SPDX-PackageDownloadLocation = "https://github.com/siemens/mtda" [[annotations]] path = ".gitignore" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "**.md" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] @@ -24,55 +24,55 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = "kas/**/**.lock.yml" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "configs/qemu-ovmf-vars.fd" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "docs/.gitignore" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "docs/**.png" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "docs/**.rst" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "docs/jqc3f-05vdc.jpg" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "docs/**_pinout.jpg" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-conf/hostname/files/postinst" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] @@ -84,85 +84,85 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-crypto/gnutls/files/changelog.tmpl" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/compression/python-zstandard/**.patch" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/crypto/files/curve25519-donna-1.3/debian/source/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/crypto/files/ed25519-1.5/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/crypto/files/ed25519-1.5/debian/source/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-multimedia/mjpg-streamer/files/git/mjpg-streamer-experimental/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/net/files/hap-python-**/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/net/files/hap-python-**/debian/source/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-bsp/rpi-firmware/files/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-bsp/u-boot-config-rpi4b/files/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/recipes-python/kconfiglib/files/kconfiglib-14.1.0/debian/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar/conf/distro/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] @@ -246,11 +246,11 @@ SPDX-License-Identifier = "MIT" [[annotations]] path = "meta-isar-extra/recipes-conf/swupdate-config-wfx/files/wfx.conf.tmpl" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" [[annotations]] path = "patches/cip-core/**" precedence = "aggregate" -SPDX-FileCopyrightText = "2025 Siemens AG" +SPDX-FileCopyrightText = "2026 Siemens AG" SPDX-License-Identifier = "MIT" diff --git a/configs/10-www.conf b/configs/10-www.conf index 73fce5d8..bba6d08a 100644 --- a/configs/10-www.conf +++ b/configs/10-www.conf @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/configs/docker.ini b/configs/docker.ini index 9c725bfb..930cd2f9 100644 --- a/configs/docker.ini +++ b/configs/docker.ini @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/configs/qemu.ini b/configs/qemu.ini index 375e4e50..902837bf 100644 --- a/configs/qemu.ini +++ b/configs/qemu.ini @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/docs/Makefile b/docs/Makefile index 69288e0e..b15218ae 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/docs/conf.py b/docs/conf.py index 190a3e05..e6dca581 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = 'MTDA' -copyright = '2025 Siemens AG' +copyright = '2026 Siemens AG' author = 'Cedric Hombourger' # The version info for the project you're documenting, acts as replacement for diff --git a/kas/ci/fast.yml b/kas/ci/fast.yml index 3f73b027..88efb3e6 100644 --- a/kas/ci/fast.yml +++ b/kas/ci/fast.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/ci/full-bookworm.yml b/kas/ci/full-bookworm.yml index ca1648ad..b306d586 100644 --- a/kas/ci/full-bookworm.yml +++ b/kas/ci/full-bookworm.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/ci/full-noble.yml b/kas/ci/full-noble.yml index 7f6c629d..4860639c 100644 --- a/kas/ci/full-noble.yml +++ b/kas/ci/full-noble.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/ci/full-trixie.yml b/kas/ci/full-trixie.yml index 09a9f14d..9ce99b72 100644 --- a/kas/ci/full-trixie.yml +++ b/kas/ci/full-trixie.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/common/base.yml b/kas/common/base.yml index f33cc9dd..77dc1012 100644 --- a/kas/common/base.yml +++ b/kas/common/base.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/bookworm-base.yml b/kas/debian/bookworm-base.yml index 786fbd0c..f1e3fa6e 100644 --- a/kas/debian/bookworm-base.yml +++ b/kas/debian/bookworm-base.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/mtda-beaglebone-black.yml b/kas/debian/mtda-beaglebone-black.yml index 664d84df..642add8e 100644 --- a/kas/debian/mtda-beaglebone-black.yml +++ b/kas/debian/mtda-beaglebone-black.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/mtda-nanopi-neo.yml b/kas/debian/mtda-nanopi-neo.yml index 953ca7f1..7651b89e 100644 --- a/kas/debian/mtda-nanopi-neo.yml +++ b/kas/debian/mtda-nanopi-neo.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/mtda-qemu-amd64-ebg.yml b/kas/debian/mtda-qemu-amd64-ebg.yml index 1325c5f9..f748505f 100644 --- a/kas/debian/mtda-qemu-amd64-ebg.yml +++ b/kas/debian/mtda-qemu-amd64-ebg.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/mtda-qemu-amd64.yml b/kas/debian/mtda-qemu-amd64.yml index 36c8cb5a..553fa057 100644 --- a/kas/debian/mtda-qemu-amd64.yml +++ b/kas/debian/mtda-qemu-amd64.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/debian/trixie-base.yml b/kas/debian/trixie-base.yml index 69abfafd..efb82a58 100644 --- a/kas/debian/trixie-base.yml +++ b/kas/debian/trixie-base.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/opt/ab-rootfs.yml b/kas/opt/ab-rootfs.yml index a892c64d..f784022a 100644 --- a/kas/opt/ab-rootfs.yml +++ b/kas/opt/ab-rootfs.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/opt/lava.yml b/kas/opt/lava.yml index 0cebe030..bb102718 100644 --- a/kas/opt/lava.yml +++ b/kas/opt/lava.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/kas/ubuntu/mtda-qemu-amd64.yml b/kas/ubuntu/mtda-qemu-amd64.yml index 981fc4b0..d2719e23 100644 --- a/kas/ubuntu/mtda-qemu-amd64.yml +++ b/kas/ubuntu/mtda-qemu-amd64.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/meta-isar-extra/conf/layer.conf b/meta-isar-extra/conf/layer.conf index 909e0326..6542da9f 100644 --- a/meta-isar-extra/conf/layer.conf +++ b/meta-isar-extra/conf/layer.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/machine/abrootfs-common.inc b/meta-isar-extra/conf/machine/abrootfs-common.inc index 8d4f9e46..dd960b52 100644 --- a/meta-isar-extra/conf/machine/abrootfs-common.inc +++ b/meta-isar-extra/conf/machine/abrootfs-common.inc @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/machine/nanopi-neo-ebg.conf b/meta-isar-extra/conf/machine/nanopi-neo-ebg.conf index 54701bae..cb60cdde 100644 --- a/meta-isar-extra/conf/machine/nanopi-neo-ebg.conf +++ b/meta-isar-extra/conf/machine/nanopi-neo-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/machine/qemuamd64-ebg.conf b/meta-isar-extra/conf/machine/qemuamd64-ebg.conf index 5210957c..ef86d675 100644 --- a/meta-isar-extra/conf/machine/qemuamd64-ebg.conf +++ b/meta-isar-extra/conf/machine/qemuamd64-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/machine/rpi4b-ebg.conf b/meta-isar-extra/conf/machine/rpi4b-ebg.conf index 482fd0eb..d814a351 100644 --- a/meta-isar-extra/conf/machine/rpi4b-ebg.conf +++ b/meta-isar-extra/conf/machine/rpi4b-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/multiconfig/nanopi-neo-ebg.conf b/meta-isar-extra/conf/multiconfig/nanopi-neo-ebg.conf index efe159c4..29ab7d4f 100644 --- a/meta-isar-extra/conf/multiconfig/nanopi-neo-ebg.conf +++ b/meta-isar-extra/conf/multiconfig/nanopi-neo-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/multiconfig/qemuamd64-ebg.conf b/meta-isar-extra/conf/multiconfig/qemuamd64-ebg.conf index 2fc8e48a..e7596b8c 100644 --- a/meta-isar-extra/conf/multiconfig/qemuamd64-ebg.conf +++ b/meta-isar-extra/conf/multiconfig/qemuamd64-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/conf/multiconfig/rpi4b-ebg.conf b/meta-isar-extra/conf/multiconfig/rpi4b-ebg.conf index 9017dfef..a48f26f0 100644 --- a/meta-isar-extra/conf/multiconfig/rpi4b-ebg.conf +++ b/meta-isar-extra/conf/multiconfig/rpi4b-ebg.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/recipes-conf/swupdate-config-wfx/swupdate-config-wfx_0.1.bb b/meta-isar-extra/recipes-conf/swupdate-config-wfx/swupdate-config-wfx_0.1.bb index 9fc17068..b6a43556 100644 --- a/meta-isar-extra/recipes-conf/swupdate-config-wfx/swupdate-config-wfx_0.1.bb +++ b/meta-isar-extra/recipes-conf/swupdate-config-wfx/swupdate-config-wfx_0.1.bb @@ -1,5 +1,5 @@ # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # SPDX-License-Identifier: MIT DESCRIPTION = "WFX backend configuration for swupdate" diff --git a/meta-isar-extra/recipes-core/images/mtda-image-immutable.bb b/meta-isar-extra/recipes-core/images/mtda-image-immutable.bb index c9cb8915..87b6cc4f 100644 --- a/meta-isar-extra/recipes-core/images/mtda-image-immutable.bb +++ b/meta-isar-extra/recipes-core/images/mtda-image-immutable.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/scripts/lib/wic/canned-wks/abrootfs-parts-mtda.inc b/meta-isar-extra/scripts/lib/wic/canned-wks/abrootfs-parts-mtda.inc index fa618fa8..cd9630ef 100644 --- a/meta-isar-extra/scripts/lib/wic/canned-wks/abrootfs-parts-mtda.inc +++ b/meta-isar-extra/scripts/lib/wic/canned-wks/abrootfs-parts-mtda.inc @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/scripts/lib/wic/canned-wks/nanopi-neo-ebg.wks.in b/meta-isar-extra/scripts/lib/wic/canned-wks/nanopi-neo-ebg.wks.in index 697eba9d..4ace562b 100644 --- a/meta-isar-extra/scripts/lib/wic/canned-wks/nanopi-neo-ebg.wks.in +++ b/meta-isar-extra/scripts/lib/wic/canned-wks/nanopi-neo-ebg.wks.in @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/scripts/lib/wic/canned-wks/qemuamd64-ebg.wks.in b/meta-isar-extra/scripts/lib/wic/canned-wks/qemuamd64-ebg.wks.in index ba092184..b9467cab 100644 --- a/meta-isar-extra/scripts/lib/wic/canned-wks/qemuamd64-ebg.wks.in +++ b/meta-isar-extra/scripts/lib/wic/canned-wks/qemuamd64-ebg.wks.in @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar-extra/scripts/lib/wic/canned-wks/rpi4b-ebg.wks.in b/meta-isar-extra/scripts/lib/wic/canned-wks/rpi4b-ebg.wks.in index b3e58e23..f8d073fc 100644 --- a/meta-isar-extra/scripts/lib/wic/canned-wks/rpi4b-ebg.wks.in +++ b/meta-isar-extra/scripts/lib/wic/canned-wks/rpi4b-ebg.wks.in @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/distro/mtda-bookworm.conf b/meta-isar/conf/distro/mtda-bookworm.conf index 62dcf910..69e017a8 100644 --- a/meta-isar/conf/distro/mtda-bookworm.conf +++ b/meta-isar/conf/distro/mtda-bookworm.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/distro/mtda-trixie.conf b/meta-isar/conf/distro/mtda-trixie.conf index 4f7ea362..19ad5f7c 100644 --- a/meta-isar/conf/distro/mtda-trixie.conf +++ b/meta-isar/conf/distro/mtda-trixie.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/machine/beaglebone-black.conf b/meta-isar/conf/machine/beaglebone-black.conf index aec44397..fd3bffb0 100644 --- a/meta-isar/conf/machine/beaglebone-black.conf +++ b/meta-isar/conf/machine/beaglebone-black.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/beaglebone-black.conf b/meta-isar/conf/multiconfig/beaglebone-black.conf index 972b9a85..5890854d 100644 --- a/meta-isar/conf/multiconfig/beaglebone-black.conf +++ b/meta-isar/conf/multiconfig/beaglebone-black.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/debian-qemu-amd64.conf b/meta-isar/conf/multiconfig/debian-qemu-amd64.conf index 712d3539..d8dac781 100644 --- a/meta-isar/conf/multiconfig/debian-qemu-amd64.conf +++ b/meta-isar/conf/multiconfig/debian-qemu-amd64.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/nanopi-neo.conf b/meta-isar/conf/multiconfig/nanopi-neo.conf index 308ac34b..3a8799e1 100644 --- a/meta-isar/conf/multiconfig/nanopi-neo.conf +++ b/meta-isar/conf/multiconfig/nanopi-neo.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/rpi4b-efi.conf b/meta-isar/conf/multiconfig/rpi4b-efi.conf index 9017dfef..a48f26f0 100644 --- a/meta-isar/conf/multiconfig/rpi4b-efi.conf +++ b/meta-isar/conf/multiconfig/rpi4b-efi.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/rpi4b.conf b/meta-isar/conf/multiconfig/rpi4b.conf index 8b80e5b5..8f8814a7 100644 --- a/meta-isar/conf/multiconfig/rpi4b.conf +++ b/meta-isar/conf/multiconfig/rpi4b.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf b/meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf index 8a308b94..a882279f 100644 --- a/meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf +++ b/meta-isar/conf/multiconfig/ubuntu-qemu-amd64.conf @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-bsp/u-boot-script/u-boot-script_%.bbappend b/meta-isar/recipes-bsp/u-boot-script/u-boot-script_%.bbappend index 64df5b02..9e50b5eb 100644 --- a/meta-isar/recipes-bsp/u-boot-script/u-boot-script_%.bbappend +++ b/meta-isar/recipes-bsp/u-boot-script/u-boot-script_%.bbappend @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-conf/mtda-repo/mtda-repo_0.1.bb b/meta-isar/recipes-conf/mtda-repo/mtda-repo_0.1.bb index c4edfe9e..3776942d 100644 --- a/meta-isar/recipes-conf/mtda-repo/mtda-repo_0.1.bb +++ b/meta-isar/recipes-conf/mtda-repo/mtda-repo_0.1.bb @@ -1,5 +1,5 @@ # This Isar layer is part of MTDA -# Copyright (c) 2025 Siemens AG +# Copyright (c) 2026 Siemens AG # SPDX-License-Identifier: MIT DESCRIPTION = "inject mtda binary package feeds into runtime image" diff --git a/meta-isar/recipes-core/images/mtda-image.bb b/meta-isar/recipes-core/images/mtda-image.bb index b74cdd4e..3b1164db 100644 --- a/meta-isar/recipes-core/images/mtda-image.bb +++ b/meta-isar/recipes-core/images/mtda-image.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-python/mtda/mtda_git.bb b/meta-isar/recipes-python/mtda/mtda_git.bb index 82daef22..dc0b4db2 100644 --- a/meta-isar/recipes-python/mtda/mtda_git.bb +++ b/meta-isar/recipes-python/mtda/mtda_git.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-python/net/hap-python.bb b/meta-isar/recipes-python/net/hap-python.bb index 2b47699b..bcbc2f76 100644 --- a/meta-isar/recipes-python/net/hap-python.bb +++ b/meta-isar/recipes-python/net/hap-python.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-www/pyodide/pyodide_0.29.0.bb b/meta-isar/recipes-www/pyodide/pyodide_0.29.0.bb index c70952c6..106edc80 100644 --- a/meta-isar/recipes-www/pyodide/pyodide_0.29.0.bb +++ b/meta-isar/recipes-www/pyodide/pyodide_0.29.0.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/recipes-www/pytest-whl/pytest-whl_8.4.1.bb b/meta-isar/recipes-www/pytest-whl/pytest-whl_8.4.1.bb index 549eb7b9..77b4d2a5 100644 --- a/meta-isar/recipes-www/pytest-whl/pytest-whl_8.4.1.bb +++ b/meta-isar/recipes-www/pytest-whl/pytest-whl_8.4.1.bb @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This Isar layer is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/scripts/lib/wic/canned-wks/beaglebone-black.wks.in b/meta-isar/scripts/lib/wic/canned-wks/beaglebone-black.wks.in index 56b69b9f..799b51e1 100644 --- a/meta-isar/scripts/lib/wic/canned-wks/beaglebone-black.wks.in +++ b/meta-isar/scripts/lib/wic/canned-wks/beaglebone-black.wks.in @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/meta-isar/scripts/lib/wic/canned-wks/sdimage-efi.wks b/meta-isar/scripts/lib/wic/canned-wks/sdimage-efi.wks index 354af144..970a4b3b 100644 --- a/meta-isar/scripts/lib/wic/canned-wks/sdimage-efi.wks +++ b/meta-isar/scripts/lib/wic/canned-wks/sdimage-efi.wks @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # This OpenEmbedded Kickstart file is part of MTDA -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT # --------------------------------------------------------------------------- diff --git a/mtda-cli b/mtda-cli index f2f73812..e383c269 100755 --- a/mtda-cli +++ b/mtda-cli @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda-service b/mtda-service index 96e46962..ba777f22 100755 --- a/mtda-service +++ b/mtda-service @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda-systemd-helper b/mtda-systemd-helper index 0043e186..96909612 100755 --- a/mtda-systemd-helper +++ b/mtda-systemd-helper @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda-www b/mtda-www index a828be0a..8fe9939b 100755 --- a/mtda-www +++ b/mtda-www @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/assets/asyncio.py b/mtda/assets/asyncio.py index 271bde5f..ff546754 100644 --- a/mtda/assets/asyncio.py +++ b/mtda/assets/asyncio.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/assets/pytest.py b/mtda/assets/pytest.py index 387590c2..46addb31 100644 --- a/mtda/assets/pytest.py +++ b/mtda/assets/pytest.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/assets/vnc.js b/mtda/assets/vnc.js index 8433a020..06f6d090 100644 --- a/mtda/assets/vnc.js +++ b/mtda/assets/vnc.js @@ -3,7 +3,7 @@ // -------------------------------------------------------------------------- // // This software is a part of MTDA. -// Copyright (C) 2025 Siemens AG +// Copyright (C) 2026 Siemens AG // // -------------------------------------------------------------------------- // SPDX-License-Identifier: MIT diff --git a/mtda/assets/www.py b/mtda/assets/www.py index 77905033..e77e4af5 100644 --- a/mtda/assets/www.py +++ b/mtda/assets/www.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/assistant/homekit.py b/mtda/assistant/homekit.py index 280fb767..9ae56fd5 100644 --- a/mtda/assistant/homekit.py +++ b/mtda/assistant/homekit.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/docker.py b/mtda/console/docker.py index 3f20cad7..0ee2fd50 100644 --- a/mtda/console/docker.py +++ b/mtda/console/docker.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/logger.py b/mtda/console/logger.py index f34ba3d9..296ff5a5 100644 --- a/mtda/console/logger.py +++ b/mtda/console/logger.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/output.py b/mtda/console/output.py index bc576829..3966da5c 100644 --- a/mtda/console/output.py +++ b/mtda/console/output.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/qemu.py b/mtda/console/qemu.py index 22f6fa0c..756a9b94 100644 --- a/mtda/console/qemu.py +++ b/mtda/console/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/remote.py b/mtda/console/remote.py index 4b61d24a..04ef5064 100644 --- a/mtda/console/remote.py +++ b/mtda/console/remote.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/screen.py b/mtda/console/screen.py index 8b50e13a..f913fdb0 100644 --- a/mtda/console/screen.py +++ b/mtda/console/screen.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/serial.py b/mtda/console/serial.py index ad18b8a0..ebb87b06 100644 --- a/mtda/console/serial.py +++ b/mtda/console/serial.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/telnet.py b/mtda/console/telnet.py index 8e1cf348..a4bc959a 100644 --- a/mtda/console/telnet.py +++ b/mtda/console/telnet.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/console/usbf.py b/mtda/console/usbf.py index d3d0f2d0..39764a17 100644 --- a/mtda/console/usbf.py +++ b/mtda/console/usbf.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/constants.py b/mtda/constants.py index e652e737..77893563 100644 --- a/mtda/constants.py +++ b/mtda/constants.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/exceptions.py b/mtda/exceptions.py index 2bfabe52..cace195e 100644 --- a/mtda/exceptions.py +++ b/mtda/exceptions.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/keyboard/hid.py b/mtda/keyboard/hid.py index 8f7c4d0b..9109c2e9 100644 --- a/mtda/keyboard/hid.py +++ b/mtda/keyboard/hid.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/keyboard/qemu.py b/mtda/keyboard/qemu.py index 3812cae5..398cccea 100644 --- a/mtda/keyboard/qemu.py +++ b/mtda/keyboard/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/main.py b/mtda/main.py index b6063fa5..faa37fc4 100644 --- a/mtda/main.py +++ b/mtda/main.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/mouse/__init__.py b/mtda/mouse/__init__.py index 71ae59e1..41dcc1d6 100644 --- a/mtda/mouse/__init__.py +++ b/mtda/mouse/__init__.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/mouse/controller.py b/mtda/mouse/controller.py index 54e7b8c3..d070d6aa 100644 --- a/mtda/mouse/controller.py +++ b/mtda/mouse/controller.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/mouse/hid.py b/mtda/mouse/hid.py index 424e6803..d6e106ac 100644 --- a/mtda/mouse/hid.py +++ b/mtda/mouse/hid.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/network/__init__.py b/mtda/network/__init__.py index b4bd081f..388c6598 100644 --- a/mtda/network/__init__.py +++ b/mtda/network/__init__.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/network/controller.py b/mtda/network/controller.py index e1f0834b..649e6c23 100644 --- a/mtda/network/controller.py +++ b/mtda/network/controller.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/network/usbf.py b/mtda/network/usbf.py index 093b096a..0a40c6ab 100644 --- a/mtda/network/usbf.py +++ b/mtda/network/usbf.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/aviosys_8800.py b/mtda/power/aviosys_8800.py index 13e7b073..074b6244 100644 --- a/mtda/power/aviosys_8800.py +++ b/mtda/power/aviosys_8800.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/controller.py b/mtda/power/controller.py index 26e97626..5ef8b504 100644 --- a/mtda/power/controller.py +++ b/mtda/power/controller.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/docker.py b/mtda/power/docker.py index 398aa9a8..a1f37cf0 100644 --- a/mtda/power/docker.py +++ b/mtda/power/docker.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/gpio.py b/mtda/power/gpio.py index 9681a4a1..b6c35804 100644 --- a/mtda/power/gpio.py +++ b/mtda/power/gpio.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/pduclient.py b/mtda/power/pduclient.py index 5ae2299c..fec72720 100644 --- a/mtda/power/pduclient.py +++ b/mtda/power/pduclient.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/qemu.py b/mtda/power/qemu.py index 39acbc52..19b19a38 100644 --- a/mtda/power/qemu.py +++ b/mtda/power/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/power/usbrelay.py b/mtda/power/usbrelay.py index 1452158b..0ea10992 100644 --- a/mtda/power/usbrelay.py +++ b/mtda/power/usbrelay.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/pytest.py b/mtda/pytest.py index 17c0a483..7ced7fbe 100644 --- a/mtda/pytest.py +++ b/mtda/pytest.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/scripts/__init__.py b/mtda/scripts/__init__.py index 4c842771..cbdc1465 100644 --- a/mtda/scripts/__init__.py +++ b/mtda/scripts/__init__.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/scripts/ipc227e.py b/mtda/scripts/ipc227e.py index 3073c9a5..4720cc9a 100644 --- a/mtda/scripts/ipc227e.py +++ b/mtda/scripts/ipc227e.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/scripts/qemu.py b/mtda/scripts/qemu.py index 83e94f35..a494cad7 100644 --- a/mtda/scripts/qemu.py +++ b/mtda/scripts/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/datastream.py b/mtda/storage/datastream.py index 81804d5d..84d8bbd5 100644 --- a/mtda/storage/datastream.py +++ b/mtda/storage/datastream.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/docker.py b/mtda/storage/docker.py index 63ea1c75..ba34f046 100644 --- a/mtda/storage/docker.py +++ b/mtda/storage/docker.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/helpers/image.py b/mtda/storage/helpers/image.py index b8c9660f..bd17422a 100644 --- a/mtda/storage/helpers/image.py +++ b/mtda/storage/helpers/image.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/qemu.py b/mtda/storage/qemu.py index c8be77a8..2115fa51 100644 --- a/mtda/storage/qemu.py +++ b/mtda/storage/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/samsung.py b/mtda/storage/samsung.py index 39803e25..75348a8c 100644 --- a/mtda/storage/samsung.py +++ b/mtda/storage/samsung.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/usbf.py b/mtda/storage/usbf.py index a4355f00..33b23a4c 100644 --- a/mtda/storage/usbf.py +++ b/mtda/storage/usbf.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/storage/writer.py b/mtda/storage/writer.py index 332110ba..9b549d7a 100644 --- a/mtda/storage/writer.py +++ b/mtda/storage/writer.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/support/__init__.py b/mtda/support/__init__.py index e22d34af..f1f9bada 100644 --- a/mtda/support/__init__.py +++ b/mtda/support/__init__.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/support/usb.py b/mtda/support/usb.py index 98368e77..bd7a7721 100644 --- a/mtda/support/usb.py +++ b/mtda/support/usb.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/templates/index.html b/mtda/templates/index.html index d15b7654..b5b17850 100644 --- a/mtda/templates/index.html +++ b/mtda/templates/index.html @@ -1,5 +1,5 @@ diff --git a/mtda/templates/swagger.html b/mtda/templates/swagger.html index 0ed828a5..e3acc6b5 100644 --- a/mtda/templates/swagger.html +++ b/mtda/templates/swagger.html @@ -1,6 +1,6 @@ diff --git a/mtda/usb/gpio.py b/mtda/usb/gpio.py index bf09bfd6..2d1852ba 100644 --- a/mtda/usb/gpio.py +++ b/mtda/usb/gpio.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/usb/qemu_mass_storage.py b/mtda/usb/qemu_mass_storage.py index df279b89..fea8c531 100644 --- a/mtda/usb/qemu_mass_storage.py +++ b/mtda/usb/qemu_mass_storage.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/utils.py b/mtda/utils.py index 2e11a90c..230fc824 100644 --- a/mtda/utils.py +++ b/mtda/utils.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/video/controller.py b/mtda/video/controller.py index 30258864..a259395d 100644 --- a/mtda/video/controller.py +++ b/mtda/video/controller.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/video/mjpg_streamer.py b/mtda/video/mjpg_streamer.py index f304f320..dfd8db00 100644 --- a/mtda/video/mjpg_streamer.py +++ b/mtda/video/mjpg_streamer.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/mtda/video/qemu.py b/mtda/video/qemu.py index 022f4344..28c0997b 100644 --- a/mtda/video/qemu.py +++ b/mtda/video/qemu.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/scripts/build-using-ppa b/scripts/build-using-ppa index b8b5cd18..5a466162 100755 --- a/scripts/build-using-ppa +++ b/scripts/build-using-ppa @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/scripts/test-using-docker b/scripts/test-using-docker index 06524ab6..8d5be199 100644 --- a/scripts/test-using-docker +++ b/scripts/test-using-docker @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/setup.py b/setup.py index 19844a32..ef0403bc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/common.py b/tests/common.py index 436dd0e0..84ce2017 100644 --- a/tests/common.py +++ b/tests/common.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/conftest.py b/tests/conftest.py index b91ddb1a..f904a927 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/test_config.py b/tests/test_config.py index ecc2a265..caaf8768 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/test_console.py b/tests/test_console.py index 01c748c0..24196190 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/test_storage.py b/tests/test_storage.py index 0e249865..3c99fda3 100644 --- a/tests/test_storage.py +++ b/tests/test_storage.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tests/test_target.py b/tests/test_target.py index f43c523d..41fc8a55 100644 --- a/tests/test_target.py +++ b/tests/test_target.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/tox.ini b/tox.ini index b91f589e..1fbfe931 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2025 Siemens AG +# Copyright (C) 2026 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT