Skip to content

Commit 6fc6534

Browse files
[COMPLIANCE] Add/Update Copyright Headers
1 parent 2bc0bff commit 6fc6534

108 files changed

Lines changed: 108 additions & 108 deletions

File tree

Some content is hidden

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

docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
// cap (collection of authentication packages) provides a collection of related

docs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package cap_test

jwt/algs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

jwt/algs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

jwt/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
/*

jwt/docs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt_test

jwt/jwt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

jwt/jwt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

jwt/keyset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

jwt/keyset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2020, 2025
1+
// Copyright IBM Corp. 2020, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package jwt

0 commit comments

Comments
 (0)