diff --git a/pyproject.toml b/pyproject.toml index 36979172f..d5b37791d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytest.ini b/pytest.ini index 7a6a6afeb..41bf65cb2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ # you may not use this file except in compliance with the License. # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/build_ui.sh b/scripts/build_ui.sh index 8f73de3c1..de76b3a1d 100755 --- a/scripts/build_ui.sh +++ b/scripts/build_ui.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/compare_different_ucc_versions_output.sh b/scripts/compare_different_ucc_versions_output.sh index 98be3fd81..c71acf0af 100755 --- a/scripts/compare_different_ucc_versions_output.sh +++ b/scripts/compare_different_ucc_versions_output.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/include-rum.sh b/scripts/include-rum.sh index 412bb6024..b1829eb3e 100755 --- a/scripts/include-rum.sh +++ b/scripts/include-rum.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/quick_start_ui.sh b/scripts/quick_start_ui.sh index 2ade29f01..c732a5a81 100755 --- a/scripts/quick_start_ui.sh +++ b/scripts/quick_start_ui.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/run_splunk.sh b/scripts/run_splunk.sh index 52c06a34d..51038ff19 100755 --- a/scripts/run_splunk.sh +++ b/scripts/run_splunk.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index bc0b2d864..a29da9223 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/__main__.py b/splunk_add_on_ucc_framework/__main__.py index 52a5dcf4a..fced452a9 100644 --- a/splunk_add_on_ucc_framework/__main__.py +++ b/splunk_add_on_ucc_framework/__main__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/app_manifest.py b/splunk_add_on_ucc_framework/app_manifest.py index 2a543ac0e..8f74c95dd 100644 --- a/splunk_add_on_ucc_framework/app_manifest.py +++ b/splunk_add_on_ucc_framework/app_manifest.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/__init__.py b/splunk_add_on_ucc_framework/commands/__init__.py index b34a79900..cb8e7bbdd 100644 --- a/splunk_add_on_ucc_framework/commands/__init__.py +++ b/splunk_add_on_ucc_framework/commands/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/build.py b/splunk_add_on_ucc_framework/commands/build.py index 2f547c638..0340171f4 100644 --- a/splunk_add_on_ucc_framework/commands/build.py +++ b/splunk_add_on_ucc_framework/commands/build.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/import_from_aob.py b/splunk_add_on_ucc_framework/commands/import_from_aob.py index 96c705212..5cae89739 100644 --- a/splunk_add_on_ucc_framework/commands/import_from_aob.py +++ b/splunk_add_on_ucc_framework/commands/import_from_aob.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/init.py b/splunk_add_on_ucc_framework/commands/init.py index 20b7f2258..19e104518 100644 --- a/splunk_add_on_ucc_framework/commands/init.py +++ b/splunk_add_on_ucc_framework/commands/init.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/__init__.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/__init__.py index b34a79900..cb8e7bbdd 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/__init__.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_exceptions.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_exceptions.py index 0f8b11878..826a4287b 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_exceptions.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_exceptions.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_merge.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_merge.py index 9c1ac2454..e36c697b1 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_merge.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_merge.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_py_gen.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_py_gen.py index 01b2c6602..90d72c7af 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_py_gen.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/alert_actions_py_gen.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/arf_consts.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/arf_consts.py index 5ab91027e..d45edc61d 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/arf_consts.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/arf_consts.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/builder.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/builder.py index 4bf09d4c1..d242085ce 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/builder.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/builder.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/modular_alert_builder/normalize.py b/splunk_add_on_ucc_framework/commands/modular_alert_builder/normalize.py index ef8c9aee8..9c0628fcc 100644 --- a/splunk_add_on_ucc_framework/commands/modular_alert_builder/normalize.py +++ b/splunk_add_on_ucc_framework/commands/modular_alert_builder/normalize.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/openapi_generator/__init__.py b/splunk_add_on_ucc_framework/commands/openapi_generator/__init__.py index b34a79900..cb8e7bbdd 100644 --- a/splunk_add_on_ucc_framework/commands/openapi_generator/__init__.py +++ b/splunk_add_on_ucc_framework/commands/openapi_generator/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/openapi_generator/json_to_object.py b/splunk_add_on_ucc_framework/commands/openapi_generator/json_to_object.py index db43fbf13..2230a1a28 100644 --- a/splunk_add_on_ucc_framework/commands/openapi_generator/json_to_object.py +++ b/splunk_add_on_ucc_framework/commands/openapi_generator/json_to_object.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/openapi_generator/oas.py b/splunk_add_on_ucc_framework/commands/openapi_generator/oas.py index 7b65ee685..bb673cbc2 100644 --- a/splunk_add_on_ucc_framework/commands/openapi_generator/oas.py +++ b/splunk_add_on_ucc_framework/commands/openapi_generator/oas.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/openapi_generator/object_to_json.py b/splunk_add_on_ucc_framework/commands/openapi_generator/object_to_json.py index b63275fda..032362fd2 100644 --- a/splunk_add_on_ucc_framework/commands/openapi_generator/object_to_json.py +++ b/splunk_add_on_ucc_framework/commands/openapi_generator/object_to_json.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/openapi_generator/ucc_to_oas.py b/splunk_add_on_ucc_framework/commands/openapi_generator/ucc_to_oas.py index b2cdeaa76..b030ce547 100644 --- a/splunk_add_on_ucc_framework/commands/openapi_generator/ucc_to_oas.py +++ b/splunk_add_on_ucc_framework/commands/openapi_generator/ucc_to_oas.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/package.py b/splunk_add_on_ucc_framework/commands/package.py index 63a56c790..598102fb4 100644 --- a/splunk_add_on_ucc_framework/commands/package.py +++ b/splunk_add_on_ucc_framework/commands/package.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/__init__.py b/splunk_add_on_ucc_framework/commands/rest_builder/__init__.py index b34a79900..cb8e7bbdd 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/__init__.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/builder.py b/splunk_add_on_ucc_framework/commands/rest_builder/builder.py index 9d534f09f..0fcbc5cd0 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/builder.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/builder.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/__init__.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/__init__.py index 622dd790d..d99957cae 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/__init__.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/base.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/base.py index 7ce48a318..0d620cd92 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/base.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/base.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/datainput.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/datainput.py index f7dbc3f4a..88d5798e0 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/datainput.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/datainput.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/field.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/field.py index 2bffb4cc0..28cb1248c 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/field.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/field.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/multiple_model.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/multiple_model.py index f2daeab26..ff4aa8061 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/multiple_model.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/multiple_model.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/oauth_model.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/oauth_model.py index 7c8b6eb1a..37dab27ed 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/oauth_model.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/oauth_model.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/single_model.py b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/single_model.py index 774768d4d..24e2c560d 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/single_model.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/endpoint/single_model.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/global_config_builder_schema.py b/splunk_add_on_ucc_framework/commands/rest_builder/global_config_builder_schema.py index 8f5d071b3..4d9ef94ef 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/global_config_builder_schema.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/global_config_builder_schema.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/commands/rest_builder/validator_builder.py b/splunk_add_on_ucc_framework/commands/rest_builder/validator_builder.py index 498fe8417..0c94e6e37 100644 --- a/splunk_add_on_ucc_framework/commands/rest_builder/validator_builder.py +++ b/splunk_add_on_ucc_framework/commands/rest_builder/validator_builder.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/dashboard.py b/splunk_add_on_ucc_framework/dashboard.py index 083b34063..076429f63 100644 --- a/splunk_add_on_ucc_framework/dashboard.py +++ b/splunk_add_on_ucc_framework/dashboard.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/data_ui_generator.py b/splunk_add_on_ucc_framework/data_ui_generator.py index b397aee48..315c88fa6 100644 --- a/splunk_add_on_ucc_framework/data_ui_generator.py +++ b/splunk_add_on_ucc_framework/data_ui_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/entity/__init__.py b/splunk_add_on_ucc_framework/entity/__init__.py index 67e614780..de8c7cb5e 100644 --- a/splunk_add_on_ucc_framework/entity/__init__.py +++ b/splunk_add_on_ucc_framework/entity/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/entity/entity.py b/splunk_add_on_ucc_framework/entity/entity.py index d1d87e39c..f4bc89efc 100644 --- a/splunk_add_on_ucc_framework/entity/entity.py +++ b/splunk_add_on_ucc_framework/entity/entity.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/entity/index_entity.py b/splunk_add_on_ucc_framework/entity/index_entity.py index 41bbd6699..894da46f9 100644 --- a/splunk_add_on_ucc_framework/entity/index_entity.py +++ b/splunk_add_on_ucc_framework/entity/index_entity.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/entity/interval_entity.py b/splunk_add_on_ucc_framework/entity/interval_entity.py index f4a77e1c8..7ccd38031 100644 --- a/splunk_add_on_ucc_framework/entity/interval_entity.py +++ b/splunk_add_on_ucc_framework/entity/interval_entity.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/exceptions.py b/splunk_add_on_ucc_framework/exceptions.py index 824576604..d7b5e3c56 100644 --- a/splunk_add_on_ucc_framework/exceptions.py +++ b/splunk_add_on_ucc_framework/exceptions.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/__init__.py b/splunk_add_on_ucc_framework/generators/__init__.py index bde4755e8..c1388a929 100644 --- a/splunk_add_on_ucc_framework/generators/__init__.py +++ b/splunk_add_on_ucc_framework/generators/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/__init__.py b/splunk_add_on_ucc_framework/generators/conf_files/__init__.py index 07d3fd346..adaa1e4fd 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/__init__.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/conf_generator.py b/splunk_add_on_ucc_framework/generators/conf_files/conf_generator.py index 8468cf94d..e4ab54a7d 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/conf_generator.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/conf_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_account_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_account_conf.py index 5f220dc58..b68a5f497 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_account_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_account_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_alert_actions_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_alert_actions_conf.py index de448ab95..3d0d87d3b 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_alert_actions_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_alert_actions_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_app_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_app_conf.py index 0b1251018..ddf6131f0 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_app_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_app_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_eventtypes_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_eventtypes_conf.py index 517468e04..621a05a4c 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_eventtypes_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_eventtypes_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_inputs_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_inputs_conf.py index e5ec4f47e..18b91af45 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_inputs_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_inputs_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_restmap_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_restmap_conf.py index 6e0b5ca39..617849bb8 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_restmap_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_restmap_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_server_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_server_conf.py index e49a3c100..52221c9e8 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_server_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_server_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_settings_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_settings_conf.py index 01a09e98b..d497616b2 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_settings_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_settings_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_tags_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_tags_conf.py index 7306c864b..cbd5f8134 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_tags_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_tags_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/conf_files/create_web_conf.py b/splunk_add_on_ucc_framework/generators/conf_files/create_web_conf.py index 477d0803c..22a59d6a6 100644 --- a/splunk_add_on_ucc_framework/generators/conf_files/create_web_conf.py +++ b/splunk_add_on_ucc_framework/generators/conf_files/create_web_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/doc_generator.py b/splunk_add_on_ucc_framework/generators/doc_generator.py index e322554f2..d51c8db03 100644 --- a/splunk_add_on_ucc_framework/generators/doc_generator.py +++ b/splunk_add_on_ucc_framework/generators/doc_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/file_const.py b/splunk_add_on_ucc_framework/generators/file_const.py index b843b915c..9526ea3be 100644 --- a/splunk_add_on_ucc_framework/generators/file_const.py +++ b/splunk_add_on_ucc_framework/generators/file_const.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/file_generator.py b/splunk_add_on_ucc_framework/generators/file_generator.py index 011d78fb2..5cf417498 100644 --- a/splunk_add_on_ucc_framework/generators/file_generator.py +++ b/splunk_add_on_ucc_framework/generators/file_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/html_files/__init__.py b/splunk_add_on_ucc_framework/generators/html_files/__init__.py index f30fac8d3..96160b65a 100644 --- a/splunk_add_on_ucc_framework/generators/html_files/__init__.py +++ b/splunk_add_on_ucc_framework/generators/html_files/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/html_files/create_alert_actions_html.py b/splunk_add_on_ucc_framework/generators/html_files/create_alert_actions_html.py index f7c3888db..78cafbbd7 100644 --- a/splunk_add_on_ucc_framework/generators/html_files/create_alert_actions_html.py +++ b/splunk_add_on_ucc_framework/generators/html_files/create_alert_actions_html.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/html_files/html_generator.py b/splunk_add_on_ucc_framework/generators/html_files/html_generator.py index 1eb229982..6a397a542 100644 --- a/splunk_add_on_ucc_framework/generators/html_files/html_generator.py +++ b/splunk_add_on_ucc_framework/generators/html_files/html_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/__init__.py b/splunk_add_on_ucc_framework/generators/xml_files/__init__.py index 8d5c66708..25301cdba 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/__init__.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/create_configuration_xml.py b/splunk_add_on_ucc_framework/generators/xml_files/create_configuration_xml.py index e41f72928..41dc4c86f 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/create_configuration_xml.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/create_configuration_xml.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/create_dashboard_xml.py b/splunk_add_on_ucc_framework/generators/xml_files/create_dashboard_xml.py index 2f0f0c4c8..14381523c 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/create_dashboard_xml.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/create_dashboard_xml.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/create_default_xml.py b/splunk_add_on_ucc_framework/generators/xml_files/create_default_xml.py index bb5b47bfb..a9e9b57d5 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/create_default_xml.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/create_default_xml.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/create_inputs_xml.py b/splunk_add_on_ucc_framework/generators/xml_files/create_inputs_xml.py index 9c0692381..6f7bb095d 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/create_inputs_xml.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/create_inputs_xml.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/create_redirect_xml.py b/splunk_add_on_ucc_framework/generators/xml_files/create_redirect_xml.py index 1d3c6ea95..dd27640c8 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/create_redirect_xml.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/create_redirect_xml.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/generators/xml_files/xml_generator.py b/splunk_add_on_ucc_framework/generators/xml_files/xml_generator.py index 1b2a0b20e..713696acd 100644 --- a/splunk_add_on_ucc_framework/generators/xml_files/xml_generator.py +++ b/splunk_add_on_ucc_framework/generators/xml_files/xml_generator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/global_config.py b/splunk_add_on_ucc_framework/global_config.py index 43fe2b8fa..80193dc1e 100644 --- a/splunk_add_on_ucc_framework/global_config.py +++ b/splunk_add_on_ucc_framework/global_config.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/global_config_update.py b/splunk_add_on_ucc_framework/global_config_update.py index a972dfeb6..9c59c6243 100644 --- a/splunk_add_on_ucc_framework/global_config_update.py +++ b/splunk_add_on_ucc_framework/global_config_update.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/global_config_validator.py b/splunk_add_on_ucc_framework/global_config_validator.py index b6ca1d87a..c09ceb9c0 100644 --- a/splunk_add_on_ucc_framework/global_config_validator.py +++ b/splunk_add_on_ucc_framework/global_config_validator.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/install_python_libraries.py b/splunk_add_on_ucc_framework/install_python_libraries.py index 40ae0baea..e82ab4056 100644 --- a/splunk_add_on_ucc_framework/install_python_libraries.py +++ b/splunk_add_on_ucc_framework/install_python_libraries.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/main.py b/splunk_add_on_ucc_framework/main.py index 6ea50c034..048f0f380 100644 --- a/splunk_add_on_ucc_framework/main.py +++ b/splunk_add_on_ucc_framework/main.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/meta_conf.py b/splunk_add_on_ucc_framework/meta_conf.py index 6a7533820..e21acd7cd 100644 --- a/splunk_add_on_ucc_framework/meta_conf.py +++ b/splunk_add_on_ucc_framework/meta_conf.py @@ -1,5 +1,5 @@ # -# Copyright 2024 Splunk Inc. +# Copyright 2025 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/splunk_add_on_ucc_framework/package/appserver/templates/base.html b/splunk_add_on_ucc_framework/package/appserver/templates/base.html index 59ab9bcc4..4110436fd 100644 --- a/splunk_add_on_ucc_framework/package/appserver/templates/base.html +++ b/splunk_add_on_ucc_framework/package/appserver/templates/base.html @@ -1,5 +1,5 @@