diff --git a/.reuse/dep5 b/.reuse/dep5 index 49734363..6453ec02 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -76,3 +76,7 @@ License: Apache-2.0 Files: package/bin/geoipupdate/linux_amd64/* Copyright: 2018 - 2020 by MaxMind, Inc. License: MIT + +Files: *.lock +Copyright: $YEAR $NAME <$CONTACT> +License: Apache-2.0 \ No newline at end of file diff --git a/.splunkbase b/.splunkbase index 8cca5fac..d1fa7e18 100755 --- a/.splunkbase +++ b/.splunkbase @@ -1,3 +1,3 @@ SPLUNKBASE_ID=3022 -SPLUNKBASE_SPLUNK_VERSION=8.0,8.1 +SPLUNKBASE_SPLUNK_VERSION=8.0,8.1,8.2 SPLUNKBASE_SPLUNK_CIM_VERSION=4.x \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 21a68f9a..83414885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,8 @@ +## +## SPDX-FileCopyrightText: 2021 Splunk, Inc. +## SPDX-License-Identifier: LicenseRef-Splunk-1-2020 +## +## [tool.poetry] name = "seckit_sa_geolocation" version = "0.1.0"