Skip to content

Commit e0a2966

Browse files
authored
update copyright year to 2024 in various files (#36)
1 parent 8282343 commit e0a2966

11 files changed

+11
-11
lines changed

.reuse/dep5

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of
2525
parties the right to use of access any SAP External Product, through API Calls.
2626

2727
Files: **
28-
Copyright: 2023 SAP SE or an SAP affiliate company and go-generics contributors
28+
Copyright: 2024 SAP SE or an SAP affiliate company and go-generics contributors
2929
License: Apache-2.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ We as members, contributors, and leaders pledge to make participation in our com
1818

1919
## Licensing
2020

21-
Copyright 2023 SAP SE or an SAP affiliate company and go-generics contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/go-generics).
21+
Copyright 2024 SAP SE or an SAP affiliate company and go-generics contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/go-generics).

hack/boilerplate.go.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/

maps/maps.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

maps/maps_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

pairs/pairs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

sets/sets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

sets/sets_internal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

sets/sets_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

slices/slices.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

slices/slices_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and go-generics contributors
2+
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and go-generics contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

0 commit comments

Comments
 (0)