Skip to content

Commit 2d7ee16

Browse files
authored
Remove year from license headers (#500)
Signed-off-by: Felix Riegger <felix.riegger@sap.com>
1 parent cdadc06 commit 2d7ee16

53 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

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

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ path = [
2222
"REUSE.toml"
2323
]
2424
precedence = "aggregate"
25-
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
25+
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company and IronCore contributors"
2626
SPDX-License-Identifier = "Apache-2.0"
2727

2828
[[annotations]]
2929
path = "README.md"
3030
precedence = "aggregate"
31-
SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors"
31+
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company and IronCore contributors"
3232
SPDX-License-Identifier = "Apache-2.0"

buildutils/alias.go

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

44
package buildutils

buildutils/buildutils.go

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

44
package buildutils

buildutils/buildutils_suite_test.go

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

44
package buildutils_test

buildutils/buildutils_test.go

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

44
package buildutils_test

clientutils/clientutils.go

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

44
// Package clientutils provides utilities for working with the client package of

clientutils/clientutils_suite_test.go

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

44
package clientutils_test

clientutils/clientutils_test.go

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

44
package clientutils_test

clientutils/fieldindexer.go

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

44
package clientutils

clientutils/fieldindexer_test.go

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

44
package clientutils

0 commit comments

Comments
 (0)