From f38faf011ea0d6201acf6de2635a3938d49b3348 Mon Sep 17 00:00:00 2001 From: sgoral-splunk <138458044+sgoral-splunk@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:10:42 +0100 Subject: [PATCH] chore: update licence headers to 2024 (#269) (#270) update copyright license headers for 2024 --- .licenserc.yaml | 2 +- .releaserc | 2 +- pyproject.toml | 2 +- splunktaucclib/__init__.py | 2 +- splunktaucclib/alert_actions_base.py | 2 +- splunktaucclib/cim_actions.py | 2 +- splunktaucclib/common/__init__.py | 2 +- splunktaucclib/common/log.py | 2 +- splunktaucclib/config.py | 2 +- splunktaucclib/data_collection/__init__.py | 2 +- splunktaucclib/data_collection/ta_checkpoint_manager.py | 2 +- splunktaucclib/data_collection/ta_config.py | 2 +- splunktaucclib/data_collection/ta_consts.py | 2 +- splunktaucclib/data_collection/ta_data_client.py | 2 +- splunktaucclib/data_collection/ta_data_collector.py | 2 +- splunktaucclib/data_collection/ta_data_loader.py | 2 +- splunktaucclib/data_collection/ta_helper.py | 2 +- splunktaucclib/data_collection/ta_mod_input.py | 2 +- splunktaucclib/global_config/__init__.py | 2 +- splunktaucclib/global_config/configuration.py | 2 +- splunktaucclib/global_config/schema.py | 2 +- splunktaucclib/modinput_wrapper/__init__.py | 2 +- splunktaucclib/modinput_wrapper/base_modinput.py | 2 +- splunktaucclib/rest_handler/__init__.py | 2 +- splunktaucclib/rest_handler/admin_external.py | 2 +- splunktaucclib/rest_handler/base.py | 2 +- splunktaucclib/rest_handler/base_hook_mixin.py | 2 +- splunktaucclib/rest_handler/cred_mgmt.py | 2 +- splunktaucclib/rest_handler/credentials.py | 2 +- splunktaucclib/rest_handler/datainput.py | 2 +- splunktaucclib/rest_handler/eai.py | 2 +- splunktaucclib/rest_handler/endpoint/__init__.py | 2 +- splunktaucclib/rest_handler/endpoint/converter.py | 2 +- splunktaucclib/rest_handler/endpoint/field.py | 2 +- splunktaucclib/rest_handler/endpoint/validator.py | 2 +- splunktaucclib/rest_handler/entity.py | 2 +- splunktaucclib/rest_handler/error.py | 2 +- splunktaucclib/rest_handler/error_ctl.py | 2 +- splunktaucclib/rest_handler/handler.py | 2 +- splunktaucclib/rest_handler/multimodel.py | 2 +- splunktaucclib/rest_handler/normaliser.py | 2 +- splunktaucclib/rest_handler/poster.py | 2 +- splunktaucclib/rest_handler/schema.py | 2 +- splunktaucclib/rest_handler/teardown.py | 2 +- splunktaucclib/rest_handler/util.py | 2 +- splunktaucclib/rest_handler/validator.py | 2 +- splunktaucclib/splunk_aoblib/__init__.py | 2 +- splunktaucclib/splunk_aoblib/rest_helper.py | 2 +- splunktaucclib/splunk_aoblib/rest_migration.py | 2 +- splunktaucclib/splunk_aoblib/setup_util.py | 2 +- splunktaucclib/splunk_aoblib/utility.py | 2 +- tests/integration/test_rest_handler_handler.py | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 3655fe1..c97c17c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/.releaserc b/.releaserc index e1a9216..6d02fd9 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/pyproject.toml b/pyproject.toml index 4e622ed..b96d113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/__init__.py b/splunktaucclib/__init__.py index 581d6b4..154a622 100644 --- a/splunktaucclib/__init__.py +++ b/splunktaucclib/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/alert_actions_base.py b/splunktaucclib/alert_actions_base.py index 6fa17b2..bef7479 100644 --- a/splunktaucclib/alert_actions_base.py +++ b/splunktaucclib/alert_actions_base.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/cim_actions.py b/splunktaucclib/cim_actions.py index b17b660..4822ddb 100644 --- a/splunktaucclib/cim_actions.py +++ b/splunktaucclib/cim_actions.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/common/__init__.py b/splunktaucclib/common/__init__.py index 32f4614..dcbbe41 100644 --- a/splunktaucclib/common/__init__.py +++ b/splunktaucclib/common/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/common/log.py b/splunktaucclib/common/log.py index f600f9b..1c9108f 100644 --- a/splunktaucclib/common/log.py +++ b/splunktaucclib/common/log.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/config.py b/splunktaucclib/config.py index 5247d9a..a612508 100644 --- a/splunktaucclib/config.py +++ b/splunktaucclib/config.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/__init__.py b/splunktaucclib/data_collection/__init__.py index 32f4385..b34a799 100644 --- a/splunktaucclib/data_collection/__init__.py +++ b/splunktaucclib/data_collection/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_checkpoint_manager.py b/splunktaucclib/data_collection/ta_checkpoint_manager.py index b3b22d6..4b34165 100644 --- a/splunktaucclib/data_collection/ta_checkpoint_manager.py +++ b/splunktaucclib/data_collection/ta_checkpoint_manager.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_config.py b/splunktaucclib/data_collection/ta_config.py index ffefd4b..171120e 100644 --- a/splunktaucclib/data_collection/ta_config.py +++ b/splunktaucclib/data_collection/ta_config.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_consts.py b/splunktaucclib/data_collection/ta_consts.py index 8346cd8..0d9dfb7 100644 --- a/splunktaucclib/data_collection/ta_consts.py +++ b/splunktaucclib/data_collection/ta_consts.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_data_client.py b/splunktaucclib/data_collection/ta_data_client.py index 4dedd76..1ca6550 100644 --- a/splunktaucclib/data_collection/ta_data_client.py +++ b/splunktaucclib/data_collection/ta_data_client.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_data_collector.py b/splunktaucclib/data_collection/ta_data_collector.py index c767d3d..1dcc0fd 100644 --- a/splunktaucclib/data_collection/ta_data_collector.py +++ b/splunktaucclib/data_collection/ta_data_collector.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_data_loader.py b/splunktaucclib/data_collection/ta_data_loader.py index 32f1673..05fe3c5 100644 --- a/splunktaucclib/data_collection/ta_data_loader.py +++ b/splunktaucclib/data_collection/ta_data_loader.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_helper.py b/splunktaucclib/data_collection/ta_helper.py index 1e2167c..5ad4f8f 100644 --- a/splunktaucclib/data_collection/ta_helper.py +++ b/splunktaucclib/data_collection/ta_helper.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/data_collection/ta_mod_input.py b/splunktaucclib/data_collection/ta_mod_input.py index 656263a..af20018 100644 --- a/splunktaucclib/data_collection/ta_mod_input.py +++ b/splunktaucclib/data_collection/ta_mod_input.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/global_config/__init__.py b/splunktaucclib/global_config/__init__.py index 34c9c3d..40f67f1 100644 --- a/splunktaucclib/global_config/__init__.py +++ b/splunktaucclib/global_config/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/global_config/configuration.py b/splunktaucclib/global_config/configuration.py index 9ffd30a..26850fb 100644 --- a/splunktaucclib/global_config/configuration.py +++ b/splunktaucclib/global_config/configuration.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/global_config/schema.py b/splunktaucclib/global_config/schema.py index 7a479f7..2b48e42 100644 --- a/splunktaucclib/global_config/schema.py +++ b/splunktaucclib/global_config/schema.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/modinput_wrapper/__init__.py b/splunktaucclib/modinput_wrapper/__init__.py index 32f4385..b34a799 100644 --- a/splunktaucclib/modinput_wrapper/__init__.py +++ b/splunktaucclib/modinput_wrapper/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/modinput_wrapper/base_modinput.py b/splunktaucclib/modinput_wrapper/base_modinput.py index da44ead..19d9ddc 100644 --- a/splunktaucclib/modinput_wrapper/base_modinput.py +++ b/splunktaucclib/modinput_wrapper/base_modinput.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/__init__.py b/splunktaucclib/rest_handler/__init__.py index 05c2fe8..baedc30 100644 --- a/splunktaucclib/rest_handler/__init__.py +++ b/splunktaucclib/rest_handler/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/admin_external.py b/splunktaucclib/rest_handler/admin_external.py index 53f1db6..68ae69b 100644 --- a/splunktaucclib/rest_handler/admin_external.py +++ b/splunktaucclib/rest_handler/admin_external.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/base.py b/splunktaucclib/rest_handler/base.py index c045336..2be3aab 100644 --- a/splunktaucclib/rest_handler/base.py +++ b/splunktaucclib/rest_handler/base.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/base_hook_mixin.py b/splunktaucclib/rest_handler/base_hook_mixin.py index 90ef532..54d0c07 100644 --- a/splunktaucclib/rest_handler/base_hook_mixin.py +++ b/splunktaucclib/rest_handler/base_hook_mixin.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/cred_mgmt.py b/splunktaucclib/rest_handler/cred_mgmt.py index 6981318..198c408 100644 --- a/splunktaucclib/rest_handler/cred_mgmt.py +++ b/splunktaucclib/rest_handler/cred_mgmt.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/credentials.py b/splunktaucclib/rest_handler/credentials.py index 24a2a72..d9b31ef 100644 --- a/splunktaucclib/rest_handler/credentials.py +++ b/splunktaucclib/rest_handler/credentials.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/datainput.py b/splunktaucclib/rest_handler/datainput.py index ded790f..47d359b 100644 --- a/splunktaucclib/rest_handler/datainput.py +++ b/splunktaucclib/rest_handler/datainput.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/eai.py b/splunktaucclib/rest_handler/eai.py index 2c5e966..2c50143 100644 --- a/splunktaucclib/rest_handler/eai.py +++ b/splunktaucclib/rest_handler/eai.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/endpoint/__init__.py b/splunktaucclib/rest_handler/endpoint/__init__.py index 5289a63..a5eb2b5 100644 --- a/splunktaucclib/rest_handler/endpoint/__init__.py +++ b/splunktaucclib/rest_handler/endpoint/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/endpoint/converter.py b/splunktaucclib/rest_handler/endpoint/converter.py index 39a14f4..37fb509 100644 --- a/splunktaucclib/rest_handler/endpoint/converter.py +++ b/splunktaucclib/rest_handler/endpoint/converter.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/endpoint/field.py b/splunktaucclib/rest_handler/endpoint/field.py index 467d33b..c6a8915 100644 --- a/splunktaucclib/rest_handler/endpoint/field.py +++ b/splunktaucclib/rest_handler/endpoint/field.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/endpoint/validator.py b/splunktaucclib/rest_handler/endpoint/validator.py index 6b2c093..70a41b3 100644 --- a/splunktaucclib/rest_handler/endpoint/validator.py +++ b/splunktaucclib/rest_handler/endpoint/validator.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/entity.py b/splunktaucclib/rest_handler/entity.py index 547499e..41d1c7e 100644 --- a/splunktaucclib/rest_handler/entity.py +++ b/splunktaucclib/rest_handler/entity.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/error.py b/splunktaucclib/rest_handler/error.py index 92d95be..23ef1f4 100644 --- a/splunktaucclib/rest_handler/error.py +++ b/splunktaucclib/rest_handler/error.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/error_ctl.py b/splunktaucclib/rest_handler/error_ctl.py index 061a530..34dc94f 100644 --- a/splunktaucclib/rest_handler/error_ctl.py +++ b/splunktaucclib/rest_handler/error_ctl.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/handler.py b/splunktaucclib/rest_handler/handler.py index 3eda27d..4990282 100644 --- a/splunktaucclib/rest_handler/handler.py +++ b/splunktaucclib/rest_handler/handler.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/multimodel.py b/splunktaucclib/rest_handler/multimodel.py index b07d336..9d73287 100644 --- a/splunktaucclib/rest_handler/multimodel.py +++ b/splunktaucclib/rest_handler/multimodel.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/normaliser.py b/splunktaucclib/rest_handler/normaliser.py index 4af2300..b9b2393 100644 --- a/splunktaucclib/rest_handler/normaliser.py +++ b/splunktaucclib/rest_handler/normaliser.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/poster.py b/splunktaucclib/rest_handler/poster.py index 9ce207b..ee3c943 100644 --- a/splunktaucclib/rest_handler/poster.py +++ b/splunktaucclib/rest_handler/poster.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/schema.py b/splunktaucclib/rest_handler/schema.py index e672239..4791991 100644 --- a/splunktaucclib/rest_handler/schema.py +++ b/splunktaucclib/rest_handler/schema.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/teardown.py b/splunktaucclib/rest_handler/teardown.py index cb6db94..48b5c4b 100644 --- a/splunktaucclib/rest_handler/teardown.py +++ b/splunktaucclib/rest_handler/teardown.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/util.py b/splunktaucclib/rest_handler/util.py index 13d8147..a825e39 100644 --- a/splunktaucclib/rest_handler/util.py +++ b/splunktaucclib/rest_handler/util.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/rest_handler/validator.py b/splunktaucclib/rest_handler/validator.py index 19ac1f5..b13dcb8 100644 --- a/splunktaucclib/rest_handler/validator.py +++ b/splunktaucclib/rest_handler/validator.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/splunk_aoblib/__init__.py b/splunktaucclib/splunk_aoblib/__init__.py index 32f4385..b34a799 100644 --- a/splunktaucclib/splunk_aoblib/__init__.py +++ b/splunktaucclib/splunk_aoblib/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/splunk_aoblib/rest_helper.py b/splunktaucclib/splunk_aoblib/rest_helper.py index 618803b..2a4ae03 100644 --- a/splunktaucclib/splunk_aoblib/rest_helper.py +++ b/splunktaucclib/splunk_aoblib/rest_helper.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/splunk_aoblib/rest_migration.py b/splunktaucclib/splunk_aoblib/rest_migration.py index b1c9e86..684788f 100644 --- a/splunktaucclib/splunk_aoblib/rest_migration.py +++ b/splunktaucclib/splunk_aoblib/rest_migration.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/splunk_aoblib/setup_util.py b/splunktaucclib/splunk_aoblib/setup_util.py index b6fc343..670c5c8 100644 --- a/splunktaucclib/splunk_aoblib/setup_util.py +++ b/splunktaucclib/splunk_aoblib/setup_util.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/splunktaucclib/splunk_aoblib/utility.py b/splunktaucclib/splunk_aoblib/utility.py index 5d7f9d1..3e2dbe8 100644 --- a/splunktaucclib/splunk_aoblib/utility.py +++ b/splunktaucclib/splunk_aoblib/utility.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 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/tests/integration/test_rest_handler_handler.py b/tests/integration/test_rest_handler_handler.py index ec3bce6..e0b4c99 100644 --- a/tests/integration/test_rest_handler_handler.py +++ b/tests/integration/test_rest_handler_handler.py @@ -1,5 +1,5 @@ # -# Copyright 2023 Splunk Inc. +# Copyright 2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.