From e71c899fcd85cac235b9d24727d832ae9380c05e Mon Sep 17 00:00:00 2001 From: "maximilian.schubert@telekom.de" Date: Fri, 17 Jan 2025 16:22:47 +0100 Subject: [PATCH] chore: sw docs to CC-BY-4.0 license --- .github/dependabot.yml | 2 +- .gitignore | 2 +- CODEOWNERS | 2 +- NOTICE | 2 +- REUSE.toml | 13 ++++++++++--- chart/REUSE.toml | 13 +++++++++---- docs/sparrow.md | 2 +- docs/sparrow_completion.md | 2 +- docs/sparrow_completion_bash.md | 2 +- docs/sparrow_completion_fish.md | 2 +- docs/sparrow_completion_powershell.md | 2 +- docs/sparrow_completion_zsh.md | 2 +- docs/sparrow_run.md | 2 +- examples/dashboard.png.license | 2 +- 14 files changed, 31 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c743cc3..fe73e3de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH # -# SPDX-License-Identifier: CC-BY-4.0 +# SPDX-License-Identifier: Apache-2.0 version: 2 updates: diff --git a/.gitignore b/.gitignore index 553dcc89..07b36539 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH # -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: CC-BY-4.0 # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore diff --git a/CODEOWNERS b/CODEOWNERS index 9b1a7b00..180fc701 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH # -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: CC-BY-4.0 * @y-eight @NiklasTreml @puffitos @lvlcn-t \ No newline at end of file diff --git a/NOTICE b/NOTICE index e0f69fad..24232456 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH // -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: CC-BY-4.0 This project is licensed under Apache License, Version 2.0; you may not use them except in compliance with the License. diff --git a/REUSE.toml b/REUSE.toml index 877420a7..36365942 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,8 +1,7 @@ # SPDX-FileCopyrightText: 2024 Deutsche Telekom AG # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CC0-1.0 -# See https://reuse.software/spec-3.2/#reusetoml for specification version = 1 [[annotations]] @@ -15,4 +14,12 @@ path = [ ] precedence = "aggregate" SPDX-FileCopyrightText = "Deutsche Telekom IT GmbH" -SPDX-License-Identifier = "Apache-2.0" \ No newline at end of file +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = [ + "docs/**" +] +precedence = "aggregate" +SPDX-FileCopyrightText = "Deutsche Telekom IT GmbH" +SPDX-License-Identifier = "CC-BY-4.0" \ No newline at end of file diff --git a/chart/REUSE.toml b/chart/REUSE.toml index 8e03efb9..9fab385a 100644 --- a/chart/REUSE.toml +++ b/chart/REUSE.toml @@ -1,12 +1,17 @@ # SPDX-FileCopyrightText: 2024 Deutsche Telekom AG # -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CC0-1.0 -# See https://reuse.software/spec-3.2/#reusetoml for specification version = 1 [[annotations]] -path = ["templates/**", "README.md"] +path = ["templates/**"] precedence = "aggregate" SPDX-FileCopyrightText = "Deutsche Telekom IT GmbH" -SPDX-License-Identifier = "Apache-2.0" \ No newline at end of file +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = ["README.md"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Deutsche Telekom IT GmbH" +SPDX-License-Identifier = "CC-BY-4.0" \ No newline at end of file diff --git a/docs/sparrow.md b/docs/sparrow.md index f5aa5769..0dff7cd1 100644 --- a/docs/sparrow.md +++ b/docs/sparrow.md @@ -18,4 +18,4 @@ The check results are exposed via an API. * [sparrow run](sparrow_run.md) - Run sparrow -###### Auto generated by spf13/cobra on 13-Jan-2025 +###### Auto generated by spf13/cobra on 17-Jan-2025 diff --git a/docs/sparrow_completion.md b/docs/sparrow_completion.md index 32c1405b..4fd092f5 100644 --- a/docs/sparrow_completion.md +++ b/docs/sparrow_completion.md @@ -1,7 +1,7 @@ ## sparrow completion diff --git a/docs/sparrow_completion_bash.md b/docs/sparrow_completion_bash.md index 7618d6e2..36c004a3 100644 --- a/docs/sparrow_completion_bash.md +++ b/docs/sparrow_completion_bash.md @@ -1,7 +1,7 @@ ## sparrow completion bash diff --git a/docs/sparrow_completion_fish.md b/docs/sparrow_completion_fish.md index d42a7be8..73e82752 100644 --- a/docs/sparrow_completion_fish.md +++ b/docs/sparrow_completion_fish.md @@ -1,7 +1,7 @@ ## sparrow completion fish diff --git a/docs/sparrow_completion_powershell.md b/docs/sparrow_completion_powershell.md index d180ce03..867abab1 100644 --- a/docs/sparrow_completion_powershell.md +++ b/docs/sparrow_completion_powershell.md @@ -1,7 +1,7 @@ ## sparrow completion powershell diff --git a/docs/sparrow_completion_zsh.md b/docs/sparrow_completion_zsh.md index 41702c49..f5e7df68 100644 --- a/docs/sparrow_completion_zsh.md +++ b/docs/sparrow_completion_zsh.md @@ -1,7 +1,7 @@ ## sparrow completion zsh diff --git a/docs/sparrow_run.md b/docs/sparrow_run.md index 3752af28..b84269a5 100644 --- a/docs/sparrow_run.md +++ b/docs/sparrow_run.md @@ -36,4 +36,4 @@ sparrow run [flags] * [sparrow](sparrow.md) - Sparrow, the infrastructure monitoring agent -###### Auto generated by spf13/cobra on 13-Jan-2025 +###### Auto generated by spf13/cobra on 17-Jan-2025 diff --git a/examples/dashboard.png.license b/examples/dashboard.png.license index 991f9b51..8bef2c36 100644 --- a/examples/dashboard.png.license +++ b/examples/dashboard.png.license @@ -1,3 +1,3 @@ SPDX-FileCopyrightText: 2025 Deutsche Telekom IT GmbH -SPDX-License-Identifier: Apache-2.0 +SPDX-License-Identifier: CC-BY-4.0