Skip to content

Commit 85ab9b7

Browse files
authored
REUSE: Convert DEP5 to REUSE.toml (gardener#287)
* reuse convert-dep5 * Update SPDX-FileCopyrightText
1 parent 1a066c1 commit 85ab9b7

41 files changed

Lines changed: 55 additions & 70 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.reuse/dep5

Lines changed: 0 additions & 31 deletions
This file was deleted.

REUSE.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version = 1
2+
SPDX-PackageName = "Gardener machine-controller-manager-provider-openstack"
3+
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
4+
SPDX-PackageDownloadLocation = "https://github.com/gardener/machine-controller-manager-provider-openstack"
5+
6+
[[annotations]]
7+
path = "**"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2017-2025 SAP SE or an SAP affiliate company and Gardener contributors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = "**.md"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2017-2025 SAP SE or an SAP affiliate company and Gardener contributors"
16+
SPDX-License-Identifier = "CC-BY-4.0"

hack/LICENSE_BOILERPLATE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// SPDX-FileCopyrightText: 2021 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0

hack/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/cloudprovider/cloudprovider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/openstack/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/openstack/install/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/openstack/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/openstack/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

pkg/apis/openstack/v1alpha1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020 SAP SE or an SAP affiliate company and Gardener contributors
1+
// SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

0 commit comments

Comments
 (0)