From d88869243b89b67000ec0cbab6c306ef9d897264 Mon Sep 17 00:00:00 2001 From: Ishan Shah Date: Wed, 14 Feb 2024 15:23:18 +0530 Subject: [PATCH] Change Min Phantom Version and copyright year --- LICENSE | 2 +- NOTICE | 2 +- README.md | 2 +- __init__.py | 2 +- ciscoise.json | 4 ++-- ciscoise_connector.py | 2 +- ciscoise_consts.py | 2 +- manual_readme_content.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index c9694ca..f477717 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2014-2023 Splunk Inc. + Copyright (c) 2014-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/NOTICE b/NOTICE index 734fbd3..96d5351 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Splunk SOAR Cisco ISE -Copyright (c) 2014-2023 Splunk Inc. +Copyright (c) 2014-2024 Splunk Inc. Third-party Software Attributions: diff --git a/README.md b/README.md index 4265cc7..c5766e2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Minimum Product Version: 5.1.0 This app implements investigative and containment actions on a Cisco ISE device [comment]: # " File: README.md" -[comment]: # " Copyright (c) 2014-2023 Splunk Inc." +[comment]: # " Copyright (c) 2014-2024 Splunk Inc." [comment]: # "" [comment]: # " SPLUNK CONFIDENTIAL - Use or disclosure of this material in whole or in part" [comment]: # " without a valid written license from Splunk Inc. is PROHIBITED." diff --git a/__init__.py b/__init__.py index 445e59b..3a49875 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2014-2023 Splunk Inc. +# Copyright (c) 2014-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/ciscoise.json b/ciscoise.json index 1616284..64f54cd 100644 --- a/ciscoise.json +++ b/ciscoise.json @@ -11,10 +11,10 @@ "product_vendor": "Cisco Systems", "product_name": "Cisco ISE", "product_version_regex": "/([2].[67])|([3].[01])/", - "min_phantom_version": "5.1.0", + "min_phantom_version": "6.1.1", "logo": "logo_cisco.svg", "logo_dark": "logo_cisco_dark.svg", - "license": "Copyright (c) 2014-2023 Splunk Inc.", + "license": "Copyright (c) 2014-2024 Splunk Inc.", "python_version": "3", "fips_compliant": true, "latest_tested_version": [ diff --git a/ciscoise_connector.py b/ciscoise_connector.py index 9259dfa..b177002 100644 --- a/ciscoise_connector.py +++ b/ciscoise_connector.py @@ -1,6 +1,6 @@ # File: ciscoise_connector.py # -# Copyright (c) 2014-2023 Splunk Inc. +# Copyright (c) 2014-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/ciscoise_consts.py b/ciscoise_consts.py index 007e004..9a17487 100644 --- a/ciscoise_consts.py +++ b/ciscoise_consts.py @@ -1,6 +1,6 @@ # File: ciscoise_consts.py # -# Copyright (c) 2014-2023 Splunk Inc. +# Copyright (c) 2014-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/manual_readme_content.md b/manual_readme_content.md index 4cc9e20..bfa3641 100644 --- a/manual_readme_content.md +++ b/manual_readme_content.md @@ -1,5 +1,5 @@ [comment]: # " File: README.md" -[comment]: # " Copyright (c) 2014-2023 Splunk Inc." +[comment]: # " Copyright (c) 2014-2024 Splunk Inc." [comment]: # "" [comment]: # " SPLUNK CONFIDENTIAL - Use or disclosure of this material in whole or in part" [comment]: # " without a valid written license from Splunk Inc. is PROHIBITED."