diff --git a/internal/mock/config_cookie.go b/internal/mock/config_cookie.go index d6898a7b8d8..d146e10cd6e 100644 --- a/internal/mock/config_cookie.go +++ b/internal/mock/config_cookie.go @@ -1,3 +1,6 @@ +// Copyright © 2024 Ory Corp +// SPDX-License-Identifier: Apache-2.0 + // Code generated by MockGen. DO NOT EDIT. // Source: github.com/ory/hydra/v2/x (interfaces: CookieConfigProvider) diff --git a/jwk/registry_mock_test.go b/jwk/registry_mock_test.go index 68de41ca30b..f9624dc2b75 100644 --- a/jwk/registry_mock_test.go +++ b/jwk/registry_mock_test.go @@ -1,3 +1,6 @@ +// Copyright © 2024 Ory Corp +// SPDX-License-Identifier: Apache-2.0 + // Code generated by MockGen. DO NOT EDIT. // Source: jwk/registry.go @@ -8,6 +11,7 @@ import ( reflect "reflect" gomock "github.com/golang/mock/gomock" + herodot "github.com/ory/herodot" aead "github.com/ory/hydra/v2/aead" config "github.com/ory/hydra/v2/driver/config" diff --git a/oauth2/oauth2_provider_mock_test.go b/oauth2/oauth2_provider_mock_test.go index 8149e206b28..7dd35e6a157 100644 --- a/oauth2/oauth2_provider_mock_test.go +++ b/oauth2/oauth2_provider_mock_test.go @@ -1,3 +1,6 @@ +// Copyright © 2024 Ory Corp +// SPDX-License-Identifier: Apache-2.0 + // Code generated by MockGen. DO NOT EDIT. // Source: github.com/ory/fosite (interfaces: OAuth2Provider) @@ -10,6 +13,7 @@ import ( reflect "reflect" gomock "github.com/golang/mock/gomock" + fosite "github.com/ory/fosite" )