diff --git a/LICENSE b/LICENSE index 7e2b641..12536c5 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) 2016-2022 Splunk Inc. + Copyright (c) 2016-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 adf3e53..2fdf36c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Splunk SOAR MaxMind -Copyright (c) 2016-2022 Splunk Inc. +Copyright (c) 2016-2024 Splunk Inc. Third-party Software Attributions: diff --git a/README.md b/README.md index 60a8fbb..34edfd2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Minimum Product Version: 5.2.0 This app provides IP geolocation with the included MaxMind database [comment]: # " File: README.md" -[comment]: # "Copyright (c) 2016-2022 Splunk Inc." +[comment]: # "Copyright (c) 2016-2024 Splunk Inc." [comment]: # "" [comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');" [comment]: # "you may not use this file except in compliance with the License." diff --git a/__init__.py b/__init__.py index 156a533..d7d82bb 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2016-2022 Splunk Inc. +# Copyright (c) 2016-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/maxmind.json b/maxmind.json index 7c34268..447985f 100644 --- a/maxmind.json +++ b/maxmind.json @@ -32,7 +32,7 @@ "consolidate_widgets": false, "logo": "logo_maxmind.svg", "logo_dark": "logo_maxmind_dark.svg", - "license": "Copyright (c) 2016-2022 Splunk Inc.", + "license": "Copyright (c) 2016-2024 Splunk Inc.", "pip_dependencies": { "wheel": [ { diff --git a/maxmind_connector.py b/maxmind_connector.py index ec25279..a88b80f 100644 --- a/maxmind_connector.py +++ b/maxmind_connector.py @@ -1,6 +1,6 @@ # File: maxmind_connector.py # -# Copyright (c) 2016-2022 Splunk Inc. +# Copyright (c) 2016-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/maxmind_consts.py b/maxmind_consts.py index 9d7683d..f38c628 100644 --- a/maxmind_consts.py +++ b/maxmind_consts.py @@ -1,6 +1,6 @@ # File: maxmind_consts.py # -# Copyright (c) 2016-2022 Splunk Inc. +# Copyright (c) 2016-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/readme.html b/readme.html index aa25741..511f51f 100644 --- a/readme.html +++ b/readme.html @@ -1,5 +1,5 @@