Skip to content

Commit

Permalink
chore: update license
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 14, 2021
1 parent 7a5cca2 commit 529eae9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##

Expand Down
2 changes: 1 addition & 1 deletion .circleci/package_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
VERSION=$(echo $1 | sed "s/-develop./develop/g")
Expand Down
2 changes: 1 addition & 1 deletion .circleci/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
source .splunkbase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
name: REUSE Compliance Check
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
* SPDX-License-Identifier: LicenseRef-Apache-2.0
* SPDX-License-Identifier: Apache-2.0
*
*/
{
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
* SPDX-License-Identifier: LicenseRef-Apache-2.0
* SPDX-License-Identifier: Apache-2.0
*
*/
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion package/lib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
[pytest]
Expand Down
2 changes: 1 addition & 1 deletion requirements_addon_specific.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
## Requirements Specific to the Addon for Testing
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
## Addon Requirements for Testing
splunk-add-on-ucc-framework==4.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_py2_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
## Python2 Addon Requirements for Testing
lovely-pytest-docker==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/backend_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##

Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##

Expand Down
2 changes: 1 addition & 1 deletion tests/knowledge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
# SPDX-License-Identifier: LicenseRef-Apache-2.0
# SPDX-License-Identifier: Apache-2.0
#
#
2 changes: 1 addition & 1 deletion tests/knowledge/pytest-ci.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
## SPDX-License-Identifier: LicenseRef-Apache-2.0
## SPDX-License-Identifier: Apache-2.0
##
##
[pytest]
Expand Down
2 changes: 1 addition & 1 deletion tests/knowledge/test_addon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SPDX-FileCopyrightText: 2020 Splunk, Inc. <sales@splunk.com>
# SPDX-License-Identifier: LicenseRef-Apache-2.0
# SPDX-License-Identifier: Apache-2.0
#
#
import pytest
Expand Down

0 comments on commit 529eae9

Please # to comment.