diff --git a/Jenkinsfiles/ghaf_infra_hw_test_set b/Jenkinsfiles/ghaf_infra_hw_test_set index ea6b21f1..488c8329 100644 --- a/Jenkinsfiles/ghaf_infra_hw_test_set +++ b/Jenkinsfiles/ghaf_infra_hw_test_set @@ -1,5 +1,5 @@ #!groovy -// SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +// SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) // SPDX-License-Identifier: Apache-2.0 import groovy.json.* diff --git a/Jenkinsfiles/hw_test_set b/Jenkinsfiles/hw_test_set index e3529f7c..c457b408 100644 --- a/Jenkinsfiles/hw_test_set +++ b/Jenkinsfiles/hw_test_set @@ -1,5 +1,5 @@ #!groovy -// SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +// SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) // SPDX-License-Identifier: Apache-2.0 import groovy.json.* diff --git a/README.md b/README.md index af8de0f5..de0abeb2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/Robot-Framework/config/variables.robot b/Robot-Framework/config/variables.robot index 95313a10..f3a8320e 100644 --- a/Robot-Framework/config/variables.robot +++ b/Robot-Framework/config/variables.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/lib/PerformanceDataProcessing.py b/Robot-Framework/lib/PerformanceDataProcessing.py index aa40ceb3..8cbf6589 100644 --- a/Robot-Framework/lib/PerformanceDataProcessing.py +++ b/Robot-Framework/lib/PerformanceDataProcessing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/Robot-Framework/lib/PlugLibrary/KasaPlug.py b/Robot-Framework/lib/PlugLibrary/KasaPlug.py index 8decf56e..21a1937d 100644 --- a/Robot-Framework/lib/PlugLibrary/KasaPlug.py +++ b/Robot-Framework/lib/PlugLibrary/KasaPlug.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/Robot-Framework/lib/PlugLibrary/PlugLibrary.py b/Robot-Framework/lib/PlugLibrary/PlugLibrary.py index deff8a09..65acd155 100644 --- a/Robot-Framework/lib/PlugLibrary/PlugLibrary.py +++ b/Robot-Framework/lib/PlugLibrary/PlugLibrary.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/Robot-Framework/lib/PlugLibrary/TapoP100.py b/Robot-Framework/lib/PlugLibrary/TapoP100.py index 1841db84..cd3ee392 100644 --- a/Robot-Framework/lib/PlugLibrary/TapoP100.py +++ b/Robot-Framework/lib/PlugLibrary/TapoP100.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 from PyP100 import PyP100 diff --git a/Robot-Framework/lib/PlugLibrary/TapoP100v2.py b/Robot-Framework/lib/PlugLibrary/TapoP100v2.py index 9ad575d0..09d61510 100644 --- a/Robot-Framework/lib/PlugLibrary/TapoP100v2.py +++ b/Robot-Framework/lib/PlugLibrary/TapoP100v2.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 from robot.libraries.BuiltIn import BuiltIn diff --git a/Robot-Framework/lib/SwitchbotLibrary.py b/Robot-Framework/lib/SwitchbotLibrary.py index 84bf08e8..11d49df4 100644 --- a/Robot-Framework/lib/SwitchbotLibrary.py +++ b/Robot-Framework/lib/SwitchbotLibrary.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) +# SPDX-License-Identifier: Apache-2.0 + import time import hmac import hashlib diff --git a/Robot-Framework/lib/TimeLibrary.py b/Robot-Framework/lib/TimeLibrary.py index be6b7465..390b83d3 100644 --- a/Robot-Framework/lib/TimeLibrary.py +++ b/Robot-Framework/lib/TimeLibrary.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) +# SPDX-License-Identifier: Apache-2.0 + from datetime import datetime, timedelta from dateutil import parser import pytz diff --git a/Robot-Framework/lib/gui_testing.py b/Robot-Framework/lib/gui_testing.py index 325baa5b..848e46f1 100644 --- a/Robot-Framework/lib/gui_testing.py +++ b/Robot-Framework/lib/gui_testing.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 from pyscreeze import locate, center diff --git a/Robot-Framework/lib/output_parser.py b/Robot-Framework/lib/output_parser.py index 7bd7aaee..c292ee00 100644 --- a/Robot-Framework/lib/output_parser.py +++ b/Robot-Framework/lib/output_parser.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import re diff --git a/Robot-Framework/lib/parse_perfbench.py b/Robot-Framework/lib/parse_perfbench.py index 7374ba5e..737a0927 100644 --- a/Robot-Framework/lib/parse_perfbench.py +++ b/Robot-Framework/lib/parse_perfbench.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import os diff --git a/Robot-Framework/lib/performance_thresholds.py b/Robot-Framework/lib/performance_thresholds.py index e157d223..3f2db8f1 100644 --- a/Robot-Framework/lib/performance_thresholds.py +++ b/Robot-Framework/lib/performance_thresholds.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 thresholds = { diff --git a/Robot-Framework/resources/common_keywords.resource b/Robot-Framework/resources/common_keywords.resource index dfd529d9..32502651 100644 --- a/Robot-Framework/resources/common_keywords.resource +++ b/Robot-Framework/resources/common_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/connection_keywords.resource b/Robot-Framework/resources/connection_keywords.resource index 321f4d19..93b42b4b 100644 --- a/Robot-Framework/resources/connection_keywords.resource +++ b/Robot-Framework/resources/connection_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/device_control.resource b/Robot-Framework/resources/device_control.resource index 7bd75533..dc6d4ea7 100644 --- a/Robot-Framework/resources/device_control.resource +++ b/Robot-Framework/resources/device_control.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/gui_keywords.resource b/Robot-Framework/resources/gui_keywords.resource index 8d6b7645..6e28ede7 100644 --- a/Robot-Framework/resources/gui_keywords.resource +++ b/Robot-Framework/resources/gui_keywords.resource @@ -1,5 +1,5 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/performance_keywords.resource b/Robot-Framework/resources/performance_keywords.resource index d18aa1af..8856e048 100644 --- a/Robot-Framework/resources/performance_keywords.resource +++ b/Robot-Framework/resources/performance_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/serial_keywords.resource b/Robot-Framework/resources/serial_keywords.resource index 693771ab..9da0c030 100644 --- a/Robot-Framework/resources/serial_keywords.resource +++ b/Robot-Framework/resources/serial_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/ssh_keywords.resource b/Robot-Framework/resources/ssh_keywords.resource index 42c07b9c..8b1bc961 100644 --- a/Robot-Framework/resources/ssh_keywords.resource +++ b/Robot-Framework/resources/ssh_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/resources/virtualization_keywords.resource b/Robot-Framework/resources/virtualization_keywords.resource index 79d60f9e..455f8096 100644 --- a/Robot-Framework/resources/virtualization_keywords.resource +++ b/Robot-Framework/resources/virtualization_keywords.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/audio-tests/audio.robot b/Robot-Framework/test-suites/audio-tests/audio.robot index c40d5873..0cf35a93 100644 --- a/Robot-Framework/test-suites/audio-tests/audio.robot +++ b/Robot-Framework/test-suites/audio-tests/audio.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/__init__.robot b/Robot-Framework/test-suites/bat-tests/__init__.robot index 363fd47b..09ee95c6 100644 --- a/Robot-Framework/test-suites/bat-tests/__init__.robot +++ b/Robot-Framework/test-suites/bat-tests/__init__.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/apps.robot b/Robot-Framework/test-suites/bat-tests/apps.robot index 77aa49e8..45e9cede 100644 --- a/Robot-Framework/test-suites/bat-tests/apps.robot +++ b/Robot-Framework/test-suites/bat-tests/apps.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/business_vm.robot b/Robot-Framework/test-suites/bat-tests/business_vm.robot index 5b5c5f36..51d3f9e9 100644 --- a/Robot-Framework/test-suites/bat-tests/business_vm.robot +++ b/Robot-Framework/test-suites/bat-tests/business_vm.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/gui-vm.robot b/Robot-Framework/test-suites/bat-tests/gui-vm.robot index 13821d28..d45829ab 100644 --- a/Robot-Framework/test-suites/bat-tests/gui-vm.robot +++ b/Robot-Framework/test-suites/bat-tests/gui-vm.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/netvm.robot b/Robot-Framework/test-suites/bat-tests/netvm.robot index 834fb436..90299779 100644 --- a/Robot-Framework/test-suites/bat-tests/netvm.robot +++ b/Robot-Framework/test-suites/bat-tests/netvm.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/optee.robot b/Robot-Framework/test-suites/bat-tests/optee.robot index ba7015e2..4669304b 100644 --- a/Robot-Framework/test-suites/bat-tests/optee.robot +++ b/Robot-Framework/test-suites/bat-tests/optee.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/others.robot b/Robot-Framework/test-suites/bat-tests/others.robot index 9f9ae567..46c2418e 100644 --- a/Robot-Framework/test-suites/bat-tests/others.robot +++ b/Robot-Framework/test-suites/bat-tests/others.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/bat-tests/timesync.robot b/Robot-Framework/test-suites/bat-tests/timesync.robot index 92f4e44f..030b4287 100644 --- a/Robot-Framework/test-suites/bat-tests/timesync.robot +++ b/Robot-Framework/test-suites/bat-tests/timesync.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/boot-test/__init__.robot b/Robot-Framework/test-suites/boot-test/__init__.robot index a8ceb4d9..d12ee2df 100644 --- a/Robot-Framework/test-suites/boot-test/__init__.robot +++ b/Robot-Framework/test-suites/boot-test/__init__.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/boot-test/boot_test.robot b/Robot-Framework/test-suites/boot-test/boot_test.robot index 459c4f58..16ae7fcf 100644 --- a/Robot-Framework/test-suites/boot-test/boot_test.robot +++ b/Robot-Framework/test-suites/boot-test/boot_test.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/gui-tests/__init__.robot b/Robot-Framework/test-suites/gui-tests/__init__.robot index 5670979c..40a24f90 100644 --- a/Robot-Framework/test-suites/gui-tests/__init__.robot +++ b/Robot-Framework/test-suites/gui-tests/__init__.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/gui-tests/gui_apps.robot b/Robot-Framework/test-suites/gui-tests/gui_apps.robot index f8cf7340..7d28b0cb 100644 --- a/Robot-Framework/test-suites/gui-tests/gui_apps.robot +++ b/Robot-Framework/test-suites/gui-tests/gui_apps.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/gui-tests/gui_power_options.robot b/Robot-Framework/test-suites/gui-tests/gui_power_options.robot index e25f5d5a..14c7b57c 100644 --- a/Robot-Framework/test-suites/gui-tests/gui_power_options.robot +++ b/Robot-Framework/test-suites/gui-tests/gui_power_options.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/logging-tests/check_logs.robot b/Robot-Framework/test-suites/logging-tests/check_logs.robot index f4936066..3610ddeb 100644 --- a/Robot-Framework/test-suites/logging-tests/check_logs.robot +++ b/Robot-Framework/test-suites/logging-tests/check_logs.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/performance-tests/__init__.robot b/Robot-Framework/test-suites/performance-tests/__init__.robot index 4c3c271e..2bb05560 100644 --- a/Robot-Framework/test-suites/performance-tests/__init__.robot +++ b/Robot-Framework/test-suites/performance-tests/__init__.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/performance-tests/boot_time_test.robot b/Robot-Framework/test-suites/performance-tests/boot_time_test.robot index 31efe6aa..323bc7e8 100644 --- a/Robot-Framework/test-suites/performance-tests/boot_time_test.robot +++ b/Robot-Framework/test-suites/performance-tests/boot_time_test.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/performance-tests/fileio_test b/Robot-Framework/test-suites/performance-tests/fileio_test index a61ad4bb..b7c8b14e 100755 --- a/Robot-Framework/test-suites/performance-tests/fileio_test +++ b/Robot-Framework/test-suites/performance-tests/fileio_test @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) +# SPDX-License-Identifier: Apache-2.0 + # Test set to be run with sysbench # These variables need to be given on the command line. For example: ./fileio_test 20 diff --git a/Robot-Framework/test-suites/performance-tests/network.robot b/Robot-Framework/test-suites/performance-tests/network.robot index 6c2854b8..2a2bff76 100644 --- a/Robot-Framework/test-suites/performance-tests/network.robot +++ b/Robot-Framework/test-suites/performance-tests/network.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/performance-tests/performance.robot b/Robot-Framework/test-suites/performance-tests/performance.robot index 3d3e2cf4..bb5e4879 100644 --- a/Robot-Framework/test-suites/performance-tests/performance.robot +++ b/Robot-Framework/test-suites/performance-tests/performance.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/Robot-Framework/test-suites/performance-tests/sysbench_test b/Robot-Framework/test-suites/performance-tests/sysbench_test index a21e97e6..0c18f960 100755 --- a/Robot-Framework/test-suites/performance-tests/sysbench_test +++ b/Robot-Framework/test-suites/performance-tests/sysbench_test @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) +# SPDX-License-Identifier: Apache-2.0 + # Threads variable needs to be given on the command line. # For example: ./sysbench_simplified_test 20 THREADS="$1" diff --git a/Robot-Framework/test-suites/video-tests/video.robot b/Robot-Framework/test-suites/video-tests/video.robot index 7f355ec6..8bc8712f 100644 --- a/Robot-Framework/test-suites/video-tests/video.robot +++ b/Robot-Framework/test-suites/video-tests/video.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 *** Settings *** diff --git a/drcontrol/orin_recovery_mode.sh b/drcontrol/orin_recovery_mode.sh index 1f137853..14eab79e 100755 --- a/drcontrol/orin_recovery_mode.sh +++ b/drcontrol/orin_recovery_mode.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 ############################################################################################################################ diff --git a/edit_report.py b/edit_report.py index a438fb73..f298dc1d 100644 --- a/edit_report.py +++ b/edit_report.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2025 Technology Innovation Institute (TII) # SPDX-License-Identifier: Apache-2.0 import re