diff --git a/docs.go b/docs.go index da177028..a35837e5 100644 --- a/docs.go +++ b/docs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 // cap (collection of authentication packages) provides a collection of related diff --git a/docs_test.go b/docs_test.go index e9b4a8b6..6ffb9f2c 100644 --- a/docs_test.go +++ b/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package cap_test diff --git a/jwt/algs.go b/jwt/algs.go index 86dff356..4d410ea2 100644 --- a/jwt/algs.go +++ b/jwt/algs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/jwt/algs_test.go b/jwt/algs_test.go index 25a9dcb7..d92927c5 100644 --- a/jwt/algs_test.go +++ b/jwt/algs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/jwt/docs.go b/jwt/docs.go index 8b0c4855..43990929 100644 --- a/jwt/docs.go +++ b/jwt/docs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/jwt/docs_test.go b/jwt/docs_test.go index ee5cecc6..a76d818a 100644 --- a/jwt/docs_test.go +++ b/jwt/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt_test diff --git a/jwt/jwt.go b/jwt/jwt.go index 452df2ec..8424284b 100644 --- a/jwt/jwt.go +++ b/jwt/jwt.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/jwt/jwt_test.go b/jwt/jwt_test.go index 84ea347f..4265de36 100644 --- a/jwt/jwt_test.go +++ b/jwt/jwt_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/jwt/keyset.go b/jwt/keyset.go index eb48ed67..28d2b5ea 100644 --- a/jwt/keyset.go +++ b/jwt/keyset.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/jwt/keyset_test.go b/jwt/keyset_test.go index 0d386550..9e0fea34 100644 --- a/jwt/keyset_test.go +++ b/jwt/keyset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package jwt diff --git a/ldap/client.go b/ldap/client.go index 25ac38fc..674297c9 100644 --- a/ldap/client.go +++ b/ldap/client.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/ldap/client_exported_test.go b/ldap/client_exported_test.go index 9fdcf1ad..ced50e06 100644 --- a/ldap/client_exported_test.go +++ b/ldap/client_exported_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap_test diff --git a/ldap/client_test.go b/ldap/client_test.go index 7b14b8d4..aa088ebd 100644 --- a/ldap/client_test.go +++ b/ldap/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/ldap/config.go b/ldap/config.go index 8f05d519..fb658fd6 100644 --- a/ldap/config.go +++ b/ldap/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/ldap/conn_test.go b/ldap/conn_test.go index e22be8a2..4be2bebc 100644 --- a/ldap/conn_test.go +++ b/ldap/conn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/ldap/error.go b/ldap/error.go index 5fa149c5..e9f11848 100644 --- a/ldap/error.go +++ b/ldap/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/ldap/examples/cli/main.go b/ldap/examples/cli/main.go index 59b324b3..01a8016d 100644 --- a/ldap/examples/cli/main.go +++ b/ldap/examples/cli/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/ldap/examples/cli/start-local-ldap.sh b/ldap/examples/cli/start-local-ldap.sh index 864a743e..ccb9b021 100755 --- a/ldap/examples/cli/start-local-ldap.sh +++ b/ldap/examples/cli/start-local-ldap.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) HashiCorp, Inc. +# Copyright IBM Corp. 2020, 2025 # SPDX-License-Identifier: MPL-2.0 diff --git a/ldap/options.go b/ldap/options.go index 94f4342c..9da8fd48 100644 --- a/ldap/options.go +++ b/ldap/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package ldap diff --git a/oidc/access_token.go b/oidc/access_token.go index bb017036..3a5e280e 100644 --- a/oidc/access_token.go +++ b/oidc/access_token.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/access_token_test.go b/oidc/access_token_test.go index bc2b734e..1c4d31cc 100644 --- a/oidc/access_token_test.go +++ b/oidc/access_token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/algs.go b/oidc/algs.go index 7f66ccaa..9b84ea37 100644 --- a/oidc/algs.go +++ b/oidc/algs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/callback/authcode.go b/oidc/callback/authcode.go index c10eee43..d4d23150 100644 --- a/oidc/callback/authcode.go +++ b/oidc/callback/authcode.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/authcode_test.go b/oidc/callback/authcode_test.go index e18afb97..42ffe190 100644 --- a/oidc/callback/authcode_test.go +++ b/oidc/callback/authcode_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/docs.go b/oidc/callback/docs.go index bba49fe9..aa3f5722 100644 --- a/oidc/callback/docs.go +++ b/oidc/callback/docs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/oidc/callback/docs_test.go b/oidc/callback/docs_test.go index 93e13b71..3171c3c3 100644 --- a/oidc/callback/docs_test.go +++ b/oidc/callback/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/implicit.go b/oidc/callback/implicit.go index 35ba4e28..3f5730e2 100644 --- a/oidc/callback/implicit.go +++ b/oidc/callback/implicit.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/implicit_test.go b/oidc/callback/implicit_test.go index e6f0f7a9..5e74f563 100644 --- a/oidc/callback/implicit_test.go +++ b/oidc/callback/implicit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/request_reader.go b/oidc/callback/request_reader.go index 2f416428..136a0de4 100644 --- a/oidc/callback/request_reader.go +++ b/oidc/callback/request_reader.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/request_reader_test.go b/oidc/callback/request_reader_test.go index dd30b2e6..ee408eab 100644 --- a/oidc/callback/request_reader_test.go +++ b/oidc/callback/request_reader_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/response_func.go b/oidc/callback/response_func.go index 98bd980c..06fb0333 100644 --- a/oidc/callback/response_func.go +++ b/oidc/callback/response_func.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/callback/testing.go b/oidc/callback/testing.go index 4269d776..1dec7b75 100644 --- a/oidc/callback/testing.go +++ b/oidc/callback/testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package callback diff --git a/oidc/clientassertion/algorithms.go b/oidc/clientassertion/algorithms.go index 19d46a13..1456bd0a 100644 --- a/oidc/clientassertion/algorithms.go +++ b/oidc/clientassertion/algorithms.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package clientassertion diff --git a/oidc/clientassertion/client_assertion.go b/oidc/clientassertion/client_assertion.go index 2f669d54..83155af8 100644 --- a/oidc/clientassertion/client_assertion.go +++ b/oidc/clientassertion/client_assertion.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 // Package clientassertion signs JWTs with a Private Key or Client Secret diff --git a/oidc/clientassertion/client_assertion_test.go b/oidc/clientassertion/client_assertion_test.go index 4ba65ea1..3f5c5151 100644 --- a/oidc/clientassertion/client_assertion_test.go +++ b/oidc/clientassertion/client_assertion_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package clientassertion diff --git a/oidc/clientassertion/error.go b/oidc/clientassertion/error.go index 9f9c2409..7e4c4c98 100644 --- a/oidc/clientassertion/error.go +++ b/oidc/clientassertion/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package clientassertion diff --git a/oidc/clientassertion/example_test.go b/oidc/clientassertion/example_test.go index fe62d499..dbd2b173 100644 --- a/oidc/clientassertion/example_test.go +++ b/oidc/clientassertion/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package clientassertion diff --git a/oidc/clientassertion/options.go b/oidc/clientassertion/options.go index 30b25290..5b8b3dd0 100644 --- a/oidc/clientassertion/options.go +++ b/oidc/clientassertion/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package clientassertion diff --git a/oidc/config.go b/oidc/config.go index 4f24b379..ac271b29 100644 --- a/oidc/config.go +++ b/oidc/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/config_test.go b/oidc/config_test.go index 85b576f7..bdd855be 100644 --- a/oidc/config_test.go +++ b/oidc/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/display.go b/oidc/display.go index 897dd34f..4b86b2be 100644 --- a/oidc/display.go +++ b/oidc/display.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/docs.go b/oidc/docs.go index d768105b..0d23eefa 100644 --- a/oidc/docs.go +++ b/oidc/docs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/oidc/docs_test.go b/oidc/docs_test.go index 4b84ec5a..7d6e0fe6 100644 --- a/oidc/docs_test.go +++ b/oidc/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc_test diff --git a/oidc/error.go b/oidc/error.go index fe7249e7..76c3422f 100644 --- a/oidc/error.go +++ b/oidc/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/examples/cli/main.go b/oidc/examples/cli/main.go index 0bba9be8..46d77670 100644 --- a/oidc/examples/cli/main.go +++ b/oidc/examples/cli/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/cli/responses.go b/oidc/examples/cli/responses.go index 89658b93..cb739b28 100644 --- a/oidc/examples/cli/responses.go +++ b/oidc/examples/cli/responses.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/spa/main.go b/oidc/examples/spa/main.go index 294513df..87097298 100644 --- a/oidc/examples/spa/main.go +++ b/oidc/examples/spa/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/spa/request_cache.go b/oidc/examples/spa/request_cache.go index 4c2169e6..d0227a59 100644 --- a/oidc/examples/spa/request_cache.go +++ b/oidc/examples/spa/request_cache.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/spa/route_callback.go b/oidc/examples/spa/route_callback.go index e2c55228..ca240388 100644 --- a/oidc/examples/spa/route_callback.go +++ b/oidc/examples/spa/route_callback.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/spa/route_login.go b/oidc/examples/spa/route_login.go index e4c34681..a49e9c5d 100644 --- a/oidc/examples/spa/route_login.go +++ b/oidc/examples/spa/route_login.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/examples/spa/route_success.go b/oidc/examples/spa/route_success.go index f9904822..d05431a1 100644 --- a/oidc/examples/spa/route_success.go +++ b/oidc/examples/spa/route_success.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/oidc/id.go b/oidc/id.go index f25951c1..bef47066 100644 --- a/oidc/id.go +++ b/oidc/id.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/id_test.go b/oidc/id_test.go index bc100a1e..75265bda 100644 --- a/oidc/id_test.go +++ b/oidc/id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/id_token.go b/oidc/id_token.go index 7e8ea4b7..6bc17a7f 100644 --- a/oidc/id_token.go +++ b/oidc/id_token.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/id_token_test.go b/oidc/id_token_test.go index 4203d682..e53450e9 100644 --- a/oidc/id_token_test.go +++ b/oidc/id_token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/internal/base62/base62.go b/oidc/internal/base62/base62.go index 348a0405..519ac7f0 100644 --- a/oidc/internal/base62/base62.go +++ b/oidc/internal/base62/base62.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 // Package base62 provides utilities for working with base62 strings. diff --git a/oidc/internal/base62/base62_test.go b/oidc/internal/base62/base62_test.go index 915d349f..04c69216 100644 --- a/oidc/internal/base62/base62_test.go +++ b/oidc/internal/base62/base62_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package base62 diff --git a/oidc/internal/strutils/strutils.go b/oidc/internal/strutils/strutils.go index 91ad03a4..9418db34 100644 --- a/oidc/internal/strutils/strutils.go +++ b/oidc/internal/strutils/strutils.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package strutils diff --git a/oidc/internal/strutils/strutils_test.go b/oidc/internal/strutils/strutils_test.go index 0f7f96eb..1deee064 100644 --- a/oidc/internal/strutils/strutils_test.go +++ b/oidc/internal/strutils/strutils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package strutils diff --git a/oidc/options.go b/oidc/options.go index af6060c9..388cc6ce 100644 --- a/oidc/options.go +++ b/oidc/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/options_test.go b/oidc/options_test.go index 3308fab3..d02cacd4 100644 --- a/oidc/options_test.go +++ b/oidc/options_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/pkce_verifier.go b/oidc/pkce_verifier.go index bf203419..db586737 100644 --- a/oidc/pkce_verifier.go +++ b/oidc/pkce_verifier.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/pkce_verifier_test.go b/oidc/pkce_verifier_test.go index e8e2853f..a7077bd8 100644 --- a/oidc/pkce_verifier_test.go +++ b/oidc/pkce_verifier_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/prompt.go b/oidc/prompt.go index f2d9fb0e..5fb121ff 100644 --- a/oidc/prompt.go +++ b/oidc/prompt.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/provider.go b/oidc/provider.go index 30a31959..11b582ce 100644 --- a/oidc/provider.go +++ b/oidc/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/provider_test.go b/oidc/provider_test.go index 48069747..5cfdf17e 100644 --- a/oidc/provider_test.go +++ b/oidc/provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/refresh_token.go b/oidc/refresh_token.go index 310ad408..86620d25 100644 --- a/oidc/refresh_token.go +++ b/oidc/refresh_token.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/refresh_token_test.go b/oidc/refresh_token_test.go index d1f00a84..ded234d7 100644 --- a/oidc/refresh_token_test.go +++ b/oidc/refresh_token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/request.go b/oidc/request.go index f1919975..7c7e037a 100644 --- a/oidc/request.go +++ b/oidc/request.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/request_test.go b/oidc/request_test.go index 0d3efa3b..6f330850 100644 --- a/oidc/request_test.go +++ b/oidc/request_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/testing.go b/oidc/testing.go index 841f28ed..20dfc2b9 100644 --- a/oidc/testing.go +++ b/oidc/testing.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/testing_provider.go b/oidc/testing_provider.go index 97056bc5..ff2388c5 100644 --- a/oidc/testing_provider.go +++ b/oidc/testing_provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/testing_provider_test.go b/oidc/testing_provider_test.go index aa062046..ae803cd3 100644 --- a/oidc/testing_provider_test.go +++ b/oidc/testing_provider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/token.go b/oidc/token.go index b141e7db..a736d40b 100644 --- a/oidc/token.go +++ b/oidc/token.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/oidc/token_test.go b/oidc/token_test.go index f95fc543..0963d949 100644 --- a/oidc/token_test.go +++ b/oidc/token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package oidc diff --git a/saml/authn_request.go b/saml/authn_request.go index cd309282..c8fbc278 100644 --- a/saml/authn_request.go +++ b/saml/authn_request.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/authn_request_test.go b/saml/authn_request_test.go index 1a367358..b67e0b85 100644 --- a/saml/authn_request_test.go +++ b/saml/authn_request_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml_test diff --git a/saml/config.go b/saml/config.go index 4f8afb0a..89324b20 100644 --- a/saml/config.go +++ b/saml/config.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/config_test.go b/saml/config_test.go index ddac8040..e5d3836b 100644 --- a/saml/config_test.go +++ b/saml/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml_test diff --git a/saml/demo/main.go b/saml/demo/main.go index 839ce85e..e8de882c 100644 --- a/saml/demo/main.go +++ b/saml/demo/main.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/saml/error.go b/saml/error.go index ae4d06b6..36b267bb 100644 --- a/saml/error.go +++ b/saml/error.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/handler/acs.go b/saml/handler/acs.go index 81db2f67..d5ff7ca4 100644 --- a/saml/handler/acs.go +++ b/saml/handler/acs.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package handler diff --git a/saml/handler/metadata.go b/saml/handler/metadata.go index 4f9c0f39..00afd217 100644 --- a/saml/handler/metadata.go +++ b/saml/handler/metadata.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package handler diff --git a/saml/handler/post_binding.go b/saml/handler/post_binding.go index 189e2ac9..83a45b0c 100644 --- a/saml/handler/post_binding.go +++ b/saml/handler/post_binding.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package handler diff --git a/saml/handler/redirect_binding.go b/saml/handler/redirect_binding.go index 86c3b9e9..07d16c6d 100644 --- a/saml/handler/redirect_binding.go +++ b/saml/handler/redirect_binding.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package handler diff --git a/saml/is_nil.go b/saml/is_nil.go index 0bc17a20..7c090ca5 100644 --- a/saml/is_nil.go +++ b/saml/is_nil.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/is_nil_test.go b/saml/is_nil_test.go index 4bed7193..75204c48 100644 --- a/saml/is_nil_test.go +++ b/saml/is_nil_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/models/core/common.go b/saml/models/core/common.go index a2f22c70..7848ab17 100644 --- a/saml/models/core/common.go +++ b/saml/models/core/common.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package core diff --git a/saml/models/core/fixtures/response.xml.go b/saml/models/core/fixtures/response.xml.go index 9bc7b01d..8ce72e4e 100644 --- a/saml/models/core/fixtures/response.xml.go +++ b/saml/models/core/fixtures/response.xml.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package fixtures diff --git a/saml/models/core/request.go b/saml/models/core/request.go index 4216131e..6e25fabf 100644 --- a/saml/models/core/request.go +++ b/saml/models/core/request.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package core diff --git a/saml/models/core/response.go b/saml/models/core/response.go index 40404b3b..6480f0dc 100644 --- a/saml/models/core/response.go +++ b/saml/models/core/response.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package core diff --git a/saml/models/core/response_test.go b/saml/models/core/response_test.go index 5d0bd9cc..3e994e52 100644 --- a/saml/models/core/response_test.go +++ b/saml/models/core/response_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package core_test diff --git a/saml/models/metadata/common.go b/saml/models/metadata/common.go index 8544b2c9..68e1008b 100644 --- a/saml/models/metadata/common.go +++ b/saml/models/metadata/common.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/duration.go b/saml/models/metadata/duration.go index e020cd11..b174678d 100644 --- a/saml/models/metadata/duration.go +++ b/saml/models/metadata/duration.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/duration_test.go b/saml/models/metadata/duration_test.go index ff1409ff..108d0d42 100644 --- a/saml/models/metadata/duration_test.go +++ b/saml/models/metadata/duration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/entity_descriptor.go b/saml/models/metadata/entity_descriptor.go index dc1fe2c8..7dbb9d5d 100644 --- a/saml/models/metadata/entity_descriptor.go +++ b/saml/models/metadata/entity_descriptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/idp_sso_descriptor.go b/saml/models/metadata/idp_sso_descriptor.go index 74b4dbb1..1d47388e 100644 --- a/saml/models/metadata/idp_sso_descriptor.go +++ b/saml/models/metadata/idp_sso_descriptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/idp_sso_descriptor_test.go b/saml/models/metadata/idp_sso_descriptor_test.go index e3ce3a78..3396ddf0 100644 --- a/saml/models/metadata/idp_sso_descriptor_test.go +++ b/saml/models/metadata/idp_sso_descriptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata_test diff --git a/saml/models/metadata/sp_sso_descriptor.go b/saml/models/metadata/sp_sso_descriptor.go index 61395541..eb566550 100644 --- a/saml/models/metadata/sp_sso_descriptor.go +++ b/saml/models/metadata/sp_sso_descriptor.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata diff --git a/saml/models/metadata/sp_sso_descriptor_test.go b/saml/models/metadata/sp_sso_descriptor_test.go index 0bab852c..f118a023 100644 --- a/saml/models/metadata/sp_sso_descriptor_test.go +++ b/saml/models/metadata/sp_sso_descriptor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package metadata_test diff --git a/saml/options.go b/saml/options.go index 64838313..3c6283f3 100644 --- a/saml/options.go +++ b/saml/options.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/response.go b/saml/response.go index 7f68a773..a1d70d71 100644 --- a/saml/response.go +++ b/saml/response.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/response_test.go b/saml/response_test.go index b40f64b6..f5c83972 100644 --- a/saml/response_test.go +++ b/saml/response_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml_test diff --git a/saml/sp.go b/saml/sp.go index b4c828d4..e8c7a9e6 100644 --- a/saml/sp.go +++ b/saml/sp.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml diff --git a/saml/sp_test.go b/saml/sp_test.go index 77aabb4b..ce22ecbe 100644 --- a/saml/sp_test.go +++ b/saml/sp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package saml_test diff --git a/saml/test/provider.go b/saml/test/provider.go index 453f344a..5a7ea7f1 100644 --- a/saml/test/provider.go +++ b/saml/test/provider.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package testprovider diff --git a/tools/tools.go b/tools/tools.go index 5446130d..fbb1395f 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 //go:build tools diff --git a/util/util.go b/util/util.go index 0097e500..1d9cafcd 100644 --- a/util/util.go +++ b/util/util.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2025 // SPDX-License-Identifier: MPL-2.0 package util