diff --git a/api/credential.go b/api/credential.go index 6b3a12e75b..7ef76b81f1 100644 --- a/api/credential.go +++ b/api/credential.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/credential_doc.go b/api/credential_doc.go index f6d1ea7b01..fe93c2ec03 100644 --- a/api/credential_doc.go +++ b/api/credential_doc.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/credential_test.go b/api/credential_test.go index 81fa40046b..0b0edffa36 100644 --- a/api/credential_test.go +++ b/api/credential_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api_test diff --git a/api/decision.go b/api/decision.go index 72cb9b50ac..d1cfbb37dd 100644 --- a/api/decision.go +++ b/api/decision.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/decision_test.go b/api/decision_test.go index 0609d74b63..d4c6d07236 100644 --- a/api/decision_test.go +++ b/api/decision_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api_test diff --git a/api/health.go b/api/health.go index e7122f14ce..da49e1a9e4 100644 --- a/api/health.go +++ b/api/health.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/health_test.go b/api/health_test.go index fe718ddd80..70d6ce9ba5 100644 --- a/api/health_test.go +++ b/api/health_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api_test diff --git a/api/rule.go b/api/rule.go index 28a4cd1947..aa4e3e15cc 100644 --- a/api/rule.go +++ b/api/rule.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/rule_doc.go b/api/rule_doc.go index 5c77fe0374..a51de1a101 100644 --- a/api/rule_doc.go +++ b/api/rule_doc.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api diff --git a/api/rule_test.go b/api/rule_test.go index 1ba3a810db..e0df37de65 100644 --- a/api/rule_test.go +++ b/api/rule_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package api_test diff --git a/cmd/clidoc/generate.go b/cmd/clidoc/generate.go index 9c289be05e..cc472b418d 100644 --- a/cmd/clidoc/generate.go +++ b/cmd/clidoc/generate.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/clidoc/main.go b/cmd/clidoc/main.go index 9776d3251e..6ae04e7625 100644 --- a/cmd/clidoc/main.go +++ b/cmd/clidoc/main.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/credentials.go b/cmd/credentials.go index 11c1b0eaf2..dd5a95d007 100644 --- a/cmd/credentials.go +++ b/cmd/credentials.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/credentials_generate.go b/cmd/credentials_generate.go index d9f0e1371d..440ee5cbaa 100644 --- a/cmd/credentials_generate.go +++ b/cmd/credentials_generate.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/health.go b/cmd/health.go index c9ca1fb84a..31f4736d04 100644 --- a/cmd/health.go +++ b/cmd/health.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/health_alive.go b/cmd/health_alive.go index ca48cff47f..8ad045140f 100644 --- a/cmd/health_alive.go +++ b/cmd/health_alive.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/health_ready.go b/cmd/health_ready.go index cd7f7075f1..95e6c01a04 100644 --- a/cmd/health_ready.go +++ b/cmd/health_ready.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/helpers.go b/cmd/helpers.go index 6351e18901..dbee1ee1d3 100644 --- a/cmd/helpers.go +++ b/cmd/helpers.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/root.go b/cmd/root.go index 6496eb7987..fe36db93f0 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/root_test.go b/cmd/root_test.go index 9f5dbb5b81..123c43040d 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/rules.go b/cmd/rules.go index fe2e140281..504f1c7027 100644 --- a/cmd/rules.go +++ b/cmd/rules.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/rules_get.go b/cmd/rules_get.go index 94ed12cc4a..796b7e4675 100644 --- a/cmd/rules_get.go +++ b/cmd/rules_get.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/rules_list.go b/cmd/rules_list.go index 7c7014f2eb..7b3e9ea341 100644 --- a/cmd/rules_list.go +++ b/cmd/rules_list.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/serve.go b/cmd/serve.go index 8ad3548d64..fb93bcab89 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/cmd/server/banner.go b/cmd/server/banner.go index 020c52e946..51abea935f 100644 --- a/cmd/server/banner.go +++ b/cmd/server/banner.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package server diff --git a/cmd/server/server.go b/cmd/server/server.go index 357f27dde0..e462ea6d72 100644 --- a/cmd/server/server.go +++ b/cmd/server/server.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package server diff --git a/cmd/version.go b/cmd/version.go index 131e9067c9..bab1252fe7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/credentials/fetcher.go b/credentials/fetcher.go index 593d40c8b3..6c73a5d674 100644 --- a/credentials/fetcher.go +++ b/credentials/fetcher.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/fetcher_default.go b/credentials/fetcher_default.go index 233b3ef316..f954f4cd7d 100644 --- a/credentials/fetcher_default.go +++ b/credentials/fetcher_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/fetcher_default_test.go b/credentials/fetcher_default_test.go index 3f87bf6b44..b370c2c94d 100644 --- a/credentials/fetcher_default_test.go +++ b/credentials/fetcher_default_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/signer.go b/credentials/signer.go index e5e2359ee0..b5451376a3 100644 --- a/credentials/signer.go +++ b/credentials/signer.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/signer_default.go b/credentials/signer_default.go index 78d83541f0..9d8573ad2b 100644 --- a/credentials/signer_default.go +++ b/credentials/signer_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/signer_default_integration_test.go b/credentials/signer_default_integration_test.go index 872942cf6e..0dedea2eb1 100644 --- a/credentials/signer_default_integration_test.go +++ b/credentials/signer_default_integration_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials_test diff --git a/credentials/signer_default_test.go b/credentials/signer_default_test.go index 8bca73d4d4..10e7b4b95b 100644 --- a/credentials/signer_default_test.go +++ b/credentials/signer_default_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/verifier.go b/credentials/verifier.go index 21f543e0ab..f644821f6d 100644 --- a/credentials/verifier.go +++ b/credentials/verifier.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/verifier_default.go b/credentials/verifier_default.go index 12efff4b4a..c80a8ac70b 100644 --- a/credentials/verifier_default.go +++ b/credentials/verifier_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/credentials/verifier_default_test.go b/credentials/verifier_default_test.go index 260eedf604..6701923877 100644 --- a/credentials/verifier_default_test.go +++ b/credentials/verifier_default_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package credentials diff --git a/doc.go b/doc.go index b42c23a24a..39f66c4ad6 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 // Package main ORY Oathkeeper diff --git a/doc_swagger.go b/doc_swagger.go index 41c04669da..df30e7bc84 100644 --- a/doc_swagger.go +++ b/doc_swagger.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/driver/configuration/config_keys.go b/driver/configuration/config_keys.go index 9ab36431f7..456480b9b3 100644 --- a/driver/configuration/config_keys.go +++ b/driver/configuration/config_keys.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/driver/configuration/provider.go b/driver/configuration/provider.go index 13c3c637bd..cd27d16d94 100644 --- a/driver/configuration/provider.go +++ b/driver/configuration/provider.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/driver/configuration/provider_koanf.go b/driver/configuration/provider_koanf.go index ebc2f00d77..7123d274f4 100644 --- a/driver/configuration/provider_koanf.go +++ b/driver/configuration/provider_koanf.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/driver/configuration/provider_koanf_private_test.go b/driver/configuration/provider_koanf_private_test.go index 840b94a967..f012b52ca6 100644 --- a/driver/configuration/provider_koanf_private_test.go +++ b/driver/configuration/provider_koanf_private_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/driver/configuration/provider_koanf_public_test.go b/driver/configuration/provider_koanf_public_test.go index c671ac4ae9..f326a4bc55 100644 --- a/driver/configuration/provider_koanf_public_test.go +++ b/driver/configuration/provider_koanf_public_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package configuration_test diff --git a/driver/driver.go b/driver/driver.go index e19758283d..a1914cee8c 100644 --- a/driver/driver.go +++ b/driver/driver.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package driver diff --git a/driver/driver_default.go b/driver/driver_default.go index f91d2ad5b8..bf7e43665e 100644 --- a/driver/driver_default.go +++ b/driver/driver_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package driver diff --git a/driver/health/event_manager.go b/driver/health/event_manager.go index dfc3c4bd8b..5eaf2f8ab7 100644 --- a/driver/health/event_manager.go +++ b/driver/health/event_manager.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package health diff --git a/driver/health/event_manager_default.go b/driver/health/event_manager_default.go index 3b0f4278c5..d4162ac9ed 100644 --- a/driver/health/event_manager_default.go +++ b/driver/health/event_manager_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package health diff --git a/driver/health/event_manager_default_test.go b/driver/health/event_manager_default_test.go index 3f15e0580f..84db3d50aa 100644 --- a/driver/health/event_manager_default_test.go +++ b/driver/health/event_manager_default_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package health diff --git a/driver/health/readiness.go b/driver/health/readiness.go index 4fe401d645..a00e9edae8 100644 --- a/driver/health/readiness.go +++ b/driver/health/readiness.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package health diff --git a/driver/registry.go b/driver/registry.go index 986c213676..e6021e5e7d 100644 --- a/driver/registry.go +++ b/driver/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package driver diff --git a/driver/registry_memory.go b/driver/registry_memory.go index 259271dd42..baf5e74039 100644 --- a/driver/registry_memory.go +++ b/driver/registry_memory.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package driver diff --git a/driver/registry_memory_test.go b/driver/registry_memory_test.go index 75b22e796d..3d4ede8134 100644 --- a/driver/registry_memory_test.go +++ b/driver/registry_memory_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package driver diff --git a/go_mod_shadow.go b/go_mod_shadow.go index da4b59d8f3..b2c65bac51 100644 --- a/go_mod_shadow.go +++ b/go_mod_shadow.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 //go:build tools diff --git a/helper/bearer.go b/helper/bearer.go index ae1edad467..70fc0e2377 100644 --- a/helper/bearer.go +++ b/helper/bearer.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package helper diff --git a/helper/bearer_test.go b/helper/bearer_test.go index 4a66131c4d..9c14f63dfe 100644 --- a/helper/bearer_test.go +++ b/helper/bearer_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package helper_test diff --git a/helper/errors.go b/helper/errors.go index bf92659274..dbd1db25f9 100644 --- a/helper/errors.go +++ b/helper/errors.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package helper diff --git a/internal/cloudstorage/setup.go b/internal/cloudstorage/setup.go index a4d1189eaa..2f6f53f156 100644 --- a/internal/cloudstorage/setup.go +++ b/internal/cloudstorage/setup.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cloudstorage diff --git a/internal/cloudstorage/useragent.go b/internal/cloudstorage/useragent.go index 3f056614e4..60338497f0 100644 --- a/internal/cloudstorage/useragent.go +++ b/internal/cloudstorage/useragent.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package cloudstorage diff --git a/internal/driver.go b/internal/driver.go index acd19b6f1c..97a003ac27 100644 --- a/internal/driver.go +++ b/internal/driver.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/main.go b/main.go index 5c67d2bb3c..4812d517cc 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/metrics/middleware.go b/metrics/middleware.go index 309aa97384..a8c1695fcd 100644 --- a/metrics/middleware.go +++ b/metrics/middleware.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package metrics diff --git a/metrics/middleware_test.go b/metrics/middleware_test.go index 7bb4250721..b41ddcb618 100644 --- a/metrics/middleware_test.go +++ b/metrics/middleware_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package metrics diff --git a/metrics/prometheus.go b/metrics/prometheus.go index 78bffe4107..f91db51b7e 100644 --- a/metrics/prometheus.go +++ b/metrics/prometheus.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 // Package contains the collection of prometheus meters/counters diff --git a/middleware/definitions.go b/middleware/definitions.go index 3dcd7aec49..9809499619 100644 --- a/middleware/definitions.go +++ b/middleware/definitions.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package middleware diff --git a/middleware/grpc_middleware.go b/middleware/grpc_middleware.go index 7e560365b1..99380a5cdf 100644 --- a/middleware/grpc_middleware.go +++ b/middleware/grpc_middleware.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package middleware diff --git a/middleware/grpc_middleware_test.go b/middleware/grpc_middleware_test.go index d5ea3d5ade..9184d7dd22 100644 --- a/middleware/grpc_middleware_test.go +++ b/middleware/grpc_middleware_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package middleware_test diff --git a/middleware/grpc_mock_server_test.go b/middleware/grpc_mock_server_test.go index f01d74aee4..eacb19bd07 100644 --- a/middleware/grpc_mock_server_test.go +++ b/middleware/grpc_mock_server_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 // Code generated by MockGen. DO NOT EDIT. diff --git a/middleware/helpers_test.go b/middleware/helpers_test.go index 942018a96a..a1b800c2e4 100644 --- a/middleware/helpers_test.go +++ b/middleware/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package middleware diff --git a/pipeline/authn/authenticator.go b/pipeline/authn/authenticator.go index b70fc92c91..fa07eb1daf 100644 --- a/pipeline/authn/authenticator.go +++ b/pipeline/authn/authenticator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_anonymous.go b/pipeline/authn/authenticator_anonymous.go index f924227690..6bab8eff84 100644 --- a/pipeline/authn/authenticator_anonymous.go +++ b/pipeline/authn/authenticator_anonymous.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_anonymous_test.go b/pipeline/authn/authenticator_anonymous_test.go index 4e44682df4..76b24a79f5 100644 --- a/pipeline/authn/authenticator_anonymous_test.go +++ b/pipeline/authn/authenticator_anonymous_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_bearer_token.go b/pipeline/authn/authenticator_bearer_token.go index d127e17fa1..f99c7efff7 100644 --- a/pipeline/authn/authenticator_bearer_token.go +++ b/pipeline/authn/authenticator_bearer_token.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_bearer_token_test.go b/pipeline/authn/authenticator_bearer_token_test.go index b412de20ef..e7b5026edd 100644 --- a/pipeline/authn/authenticator_bearer_token_test.go +++ b/pipeline/authn/authenticator_bearer_token_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_cookie_session.go b/pipeline/authn/authenticator_cookie_session.go index 51df5e460e..fb94b829fd 100644 --- a/pipeline/authn/authenticator_cookie_session.go +++ b/pipeline/authn/authenticator_cookie_session.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_cookie_session_test.go b/pipeline/authn/authenticator_cookie_session_test.go index d654d485ad..812fb5d0f2 100644 --- a/pipeline/authn/authenticator_cookie_session_test.go +++ b/pipeline/authn/authenticator_cookie_session_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_jwt.go b/pipeline/authn/authenticator_jwt.go index d4f0a272ce..6c4125182b 100644 --- a/pipeline/authn/authenticator_jwt.go +++ b/pipeline/authn/authenticator_jwt.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_jwt_test.go b/pipeline/authn/authenticator_jwt_test.go index bfd920fc04..cda9abdf42 100644 --- a/pipeline/authn/authenticator_jwt_test.go +++ b/pipeline/authn/authenticator_jwt_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_noop.go b/pipeline/authn/authenticator_noop.go index 95cd0ee97f..ba912a2faf 100644 --- a/pipeline/authn/authenticator_noop.go +++ b/pipeline/authn/authenticator_noop.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_noop_test.go b/pipeline/authn/authenticator_noop_test.go index 8fac451bae..08b22ce6c1 100644 --- a/pipeline/authn/authenticator_noop_test.go +++ b/pipeline/authn/authenticator_noop_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_oauth2_client_credentials.go b/pipeline/authn/authenticator_oauth2_client_credentials.go index 5eda02555f..a8226b42b6 100644 --- a/pipeline/authn/authenticator_oauth2_client_credentials.go +++ b/pipeline/authn/authenticator_oauth2_client_credentials.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_oauth2_client_credentials_cache_test.go b/pipeline/authn/authenticator_oauth2_client_credentials_cache_test.go index c4d1282511..88f5aba5ed 100644 --- a/pipeline/authn/authenticator_oauth2_client_credentials_cache_test.go +++ b/pipeline/authn/authenticator_oauth2_client_credentials_cache_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_oauth2_client_credentials_test.go b/pipeline/authn/authenticator_oauth2_client_credentials_test.go index e3fef72062..ce4a96f9e6 100644 --- a/pipeline/authn/authenticator_oauth2_client_credentials_test.go +++ b/pipeline/authn/authenticator_oauth2_client_credentials_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_oauth2_introspection.go b/pipeline/authn/authenticator_oauth2_introspection.go index 62d7ef16f5..834038ae37 100644 --- a/pipeline/authn/authenticator_oauth2_introspection.go +++ b/pipeline/authn/authenticator_oauth2_introspection.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_oauth2_introspection_cache_test.go b/pipeline/authn/authenticator_oauth2_introspection_cache_test.go index 959d6a6b82..b0c600580e 100644 --- a/pipeline/authn/authenticator_oauth2_introspection_cache_test.go +++ b/pipeline/authn/authenticator_oauth2_introspection_cache_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_oauth2_introspection_test.go b/pipeline/authn/authenticator_oauth2_introspection_test.go index 2e320eee95..417c08635f 100644 --- a/pipeline/authn/authenticator_oauth2_introspection_test.go +++ b/pipeline/authn/authenticator_oauth2_introspection_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_test.go b/pipeline/authn/authenticator_test.go index 56fd8d6971..ddb65c9ebb 100644 --- a/pipeline/authn/authenticator_test.go +++ b/pipeline/authn/authenticator_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/authenticator_unauthorized.go b/pipeline/authn/authenticator_unauthorized.go index 5053b7a0a8..c2255ad1c9 100644 --- a/pipeline/authn/authenticator_unauthorized.go +++ b/pipeline/authn/authenticator_unauthorized.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authn/authenticator_unauthorized_test.go b/pipeline/authn/authenticator_unauthorized_test.go index bbe659bcde..13ebd15f8c 100644 --- a/pipeline/authn/authenticator_unauthorized_test.go +++ b/pipeline/authn/authenticator_unauthorized_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn_test diff --git a/pipeline/authn/registry.go b/pipeline/authn/registry.go index 55ad4b1fa2..d78cdb8c45 100644 --- a/pipeline/authn/registry.go +++ b/pipeline/authn/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authn diff --git a/pipeline/authz/authorizer.go b/pipeline/authz/authorizer.go index 992dacbe94..3a41f01e9f 100644 --- a/pipeline/authz/authorizer.go +++ b/pipeline/authz/authorizer.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/authorizer_allow.go b/pipeline/authz/authorizer_allow.go index 5f646dc19c..349917928c 100644 --- a/pipeline/authz/authorizer_allow.go +++ b/pipeline/authz/authorizer_allow.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/authorizer_allow_test.go b/pipeline/authz/authorizer_allow_test.go index 70abdadb60..33b160d71a 100644 --- a/pipeline/authz/authorizer_allow_test.go +++ b/pipeline/authz/authorizer_allow_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz_test diff --git a/pipeline/authz/authorizer_deny.go b/pipeline/authz/authorizer_deny.go index e99f00206e..077ebb90ef 100644 --- a/pipeline/authz/authorizer_deny.go +++ b/pipeline/authz/authorizer_deny.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/authorizer_deny_test.go b/pipeline/authz/authorizer_deny_test.go index d2a39913a1..bec60a9a80 100644 --- a/pipeline/authz/authorizer_deny_test.go +++ b/pipeline/authz/authorizer_deny_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz_test diff --git a/pipeline/authz/keto_engine_acp_ory.go b/pipeline/authz/keto_engine_acp_ory.go index 2b6ba4c491..eefc290e07 100644 --- a/pipeline/authz/keto_engine_acp_ory.go +++ b/pipeline/authz/keto_engine_acp_ory.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/keto_engine_acp_ory_test.go b/pipeline/authz/keto_engine_acp_ory_test.go index f7459a7f35..115028fd37 100644 --- a/pipeline/authz/keto_engine_acp_ory_test.go +++ b/pipeline/authz/keto_engine_acp_ory_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz_test diff --git a/pipeline/authz/registry.go b/pipeline/authz/registry.go index 22e6a5b854..804b2b3a39 100644 --- a/pipeline/authz/registry.go +++ b/pipeline/authz/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/remote.go b/pipeline/authz/remote.go index 86e96176bc..f1b1fca850 100644 --- a/pipeline/authz/remote.go +++ b/pipeline/authz/remote.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/remote_json.go b/pipeline/authz/remote_json.go index bc64805ab5..724f6aeab7 100644 --- a/pipeline/authz/remote_json.go +++ b/pipeline/authz/remote_json.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/authz/remote_json_test.go b/pipeline/authz/remote_json_test.go index 2c97a6a06d..e3fff8c12f 100644 --- a/pipeline/authz/remote_json_test.go +++ b/pipeline/authz/remote_json_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz_test diff --git a/pipeline/authz/remote_test.go b/pipeline/authz/remote_test.go index 9969d61979..aeffa14153 100644 --- a/pipeline/authz/remote_test.go +++ b/pipeline/authz/remote_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz_test diff --git a/pipeline/authz/utils.go b/pipeline/authz/utils.go index 0febff9584..ef621779da 100644 --- a/pipeline/authz/utils.go +++ b/pipeline/authz/utils.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package authz diff --git a/pipeline/context.go b/pipeline/context.go index 9b60811611..bce151adff 100644 --- a/pipeline/context.go +++ b/pipeline/context.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package pipeline diff --git a/pipeline/error.go b/pipeline/error.go index f84c1690cc..850b2a60b4 100644 --- a/pipeline/error.go +++ b/pipeline/error.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package pipeline diff --git a/pipeline/errors/error.go b/pipeline/errors/error.go index acf2e13198..a2d8ff22b6 100644 --- a/pipeline/errors/error.go +++ b/pipeline/errors/error.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/error_json.go b/pipeline/errors/error_json.go index c7b097114a..1b9d8e5aee 100644 --- a/pipeline/errors/error_json.go +++ b/pipeline/errors/error_json.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/error_json_test.go b/pipeline/errors/error_json_test.go index f6a666a587..7e2e0177fb 100644 --- a/pipeline/errors/error_json_test.go +++ b/pipeline/errors/error_json_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors_test diff --git a/pipeline/errors/error_redirect.go b/pipeline/errors/error_redirect.go index 355a28bc35..f1c00064ee 100644 --- a/pipeline/errors/error_redirect.go +++ b/pipeline/errors/error_redirect.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/error_redirect_test.go b/pipeline/errors/error_redirect_test.go index 012fdcb65d..5f2e5d9fae 100644 --- a/pipeline/errors/error_redirect_test.go +++ b/pipeline/errors/error_redirect_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors_test diff --git a/pipeline/errors/error_www_authenticate.go b/pipeline/errors/error_www_authenticate.go index a005d0e106..c2c959597e 100644 --- a/pipeline/errors/error_www_authenticate.go +++ b/pipeline/errors/error_www_authenticate.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/error_www_authenticate_test.go b/pipeline/errors/error_www_authenticate_test.go index 6f8067b2ab..dc9b8036ca 100644 --- a/pipeline/errors/error_www_authenticate_test.go +++ b/pipeline/errors/error_www_authenticate_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors_test diff --git a/pipeline/errors/registry.go b/pipeline/errors/registry.go index 4cea3b9955..201d0a5314 100644 --- a/pipeline/errors/registry.go +++ b/pipeline/errors/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/when.go b/pipeline/errors/when.go index 88bd4a3c80..e02dd6457b 100644 --- a/pipeline/errors/when.go +++ b/pipeline/errors/when.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/errors/when_test.go b/pipeline/errors/when_test.go index 8f0ba98a35..d77754481e 100644 --- a/pipeline/errors/when_test.go +++ b/pipeline/errors/when_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package errors diff --git a/pipeline/mutate/mutator.go b/pipeline/mutate/mutator.go index 3945a02208..6cce374383 100644 --- a/pipeline/mutate/mutator.go +++ b/pipeline/mutate/mutator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_broken.go b/pipeline/mutate/mutator_broken.go index 124fca87e8..33b1d4e3e0 100644 --- a/pipeline/mutate/mutator_broken.go +++ b/pipeline/mutate/mutator_broken.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_broken_test.go b/pipeline/mutate/mutator_broken_test.go index e2f1f6bfb1..fdd99c189c 100644 --- a/pipeline/mutate/mutator_broken_test.go +++ b/pipeline/mutate/mutator_broken_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/mutator_cookie.go b/pipeline/mutate/mutator_cookie.go index 5d1b9bde2a..a843f1d23c 100644 --- a/pipeline/mutate/mutator_cookie.go +++ b/pipeline/mutate/mutator_cookie.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_cookie_test.go b/pipeline/mutate/mutator_cookie_test.go index 01e8e1d5ac..4dc7699ca6 100644 --- a/pipeline/mutate/mutator_cookie_test.go +++ b/pipeline/mutate/mutator_cookie_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/mutator_header.go b/pipeline/mutate/mutator_header.go index 7ad0d9197b..b0618850f1 100644 --- a/pipeline/mutate/mutator_header.go +++ b/pipeline/mutate/mutator_header.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_header_test.go b/pipeline/mutate/mutator_header_test.go index 63152eabed..cbba6d877e 100644 --- a/pipeline/mutate/mutator_header_test.go +++ b/pipeline/mutate/mutator_header_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/mutator_hydrator.go b/pipeline/mutate/mutator_hydrator.go index f9dcfdd7c3..8b2be781bd 100644 --- a/pipeline/mutate/mutator_hydrator.go +++ b/pipeline/mutate/mutator_hydrator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_hydrator_test.go b/pipeline/mutate/mutator_hydrator_test.go index d8e31ea202..326cfad991 100644 --- a/pipeline/mutate/mutator_hydrator_test.go +++ b/pipeline/mutate/mutator_hydrator_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/mutator_id_token.go b/pipeline/mutate/mutator_id_token.go index dd022917f8..476e9a4c63 100644 --- a/pipeline/mutate/mutator_id_token.go +++ b/pipeline/mutate/mutator_id_token.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_id_token_test.go b/pipeline/mutate/mutator_id_token_test.go index ef81a407f3..2666961307 100644 --- a/pipeline/mutate/mutator_id_token_test.go +++ b/pipeline/mutate/mutator_id_token_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/mutator_noop.go b/pipeline/mutate/mutator_noop.go index 581f545d78..6cab227bb3 100644 --- a/pipeline/mutate/mutator_noop.go +++ b/pipeline/mutate/mutator_noop.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/mutate/mutator_noop_test.go b/pipeline/mutate/mutator_noop_test.go index fdb027e758..ad1f5c1336 100644 --- a/pipeline/mutate/mutator_noop_test.go +++ b/pipeline/mutate/mutator_noop_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate_test diff --git a/pipeline/mutate/registry.go b/pipeline/mutate/registry.go index 0b75a25452..fd4d4e9d6c 100644 --- a/pipeline/mutate/registry.go +++ b/pipeline/mutate/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package mutate diff --git a/pipeline/rule.go b/pipeline/rule.go index aebdfd02cc..1e54e260bf 100644 --- a/pipeline/rule.go +++ b/pipeline/rule.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package pipeline diff --git a/proxy/proxy.go b/proxy/proxy.go index 88377b1b59..63912fb9d7 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package proxy diff --git a/proxy/proxy_test.go b/proxy/proxy_test.go index 1bcda8cc3f..106b66a83b 100644 --- a/proxy/proxy_test.go +++ b/proxy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package proxy_test diff --git a/proxy/request_handler.go b/proxy/request_handler.go index 463cf5dc38..7c2aaae9f3 100644 --- a/proxy/request_handler.go +++ b/proxy/request_handler.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package proxy diff --git a/proxy/request_handler_test.go b/proxy/request_handler_test.go index 9f6604b87b..8f8d3f4830 100644 --- a/proxy/request_handler_test.go +++ b/proxy/request_handler_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package proxy_test diff --git a/proxy/response_writer.go b/proxy/response_writer.go index 98a7ed5ef9..bc48cd7826 100644 --- a/proxy/response_writer.go +++ b/proxy/response_writer.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package proxy diff --git a/rule/doc.go b/rule/doc.go index 8fe82139d9..14a25d559e 100644 --- a/rule/doc.go +++ b/rule/doc.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 // Package rule implements management capabilities for rules diff --git a/rule/engine_glob.go b/rule/engine_glob.go index a670026d57..2f370440c1 100644 --- a/rule/engine_glob.go +++ b/rule/engine_glob.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/engine_glob_test.go b/rule/engine_glob_test.go index 0a0eeb318e..bec25db806 100644 --- a/rule/engine_glob_test.go +++ b/rule/engine_glob_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/engine_regexp.go b/rule/engine_regexp.go index 58d00ec490..9635249c5f 100644 --- a/rule/engine_regexp.go +++ b/rule/engine_regexp.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/engine_regexp_test.go b/rule/engine_regexp_test.go index a37a63ae8c..0b3e3985e9 100644 --- a/rule/engine_regexp_test.go +++ b/rule/engine_regexp_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/fetcher.go b/rule/fetcher.go index 01338e17f7..98ff3b70e8 100644 --- a/rule/fetcher.go +++ b/rule/fetcher.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/fetcher_default.go b/rule/fetcher_default.go index 3052e32408..797e9f50b1 100644 --- a/rule/fetcher_default.go +++ b/rule/fetcher_default.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/fetcher_default_test.go b/rule/fetcher_default_test.go index a9a80f3a42..d4f3810a95 100644 --- a/rule/fetcher_default_test.go +++ b/rule/fetcher_default_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule_test diff --git a/rule/matcher.go b/rule/matcher.go index 116bf578c3..69d7b2e75e 100644 --- a/rule/matcher.go +++ b/rule/matcher.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/matcher_test.go b/rule/matcher_test.go index 8399934b1f..2a18ee6a44 100644 --- a/rule/matcher_test.go +++ b/rule/matcher_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/matching_engine.go b/rule/matching_engine.go index d3be372802..e8610aaa3e 100644 --- a/rule/matching_engine.go +++ b/rule/matching_engine.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/readiness/rule_readiness.go b/rule/readiness/rule_readiness.go index 57776c8f96..0fb6c7e877 100644 --- a/rule/readiness/rule_readiness.go +++ b/rule/readiness/rule_readiness.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package readiness diff --git a/rule/readiness/rule_readiness_test.go b/rule/readiness/rule_readiness_test.go index 7147ab140b..79a4f39d34 100644 --- a/rule/readiness/rule_readiness_test.go +++ b/rule/readiness/rule_readiness_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package readiness diff --git a/rule/registry.go b/rule/registry.go index 0355693f5f..073c48f1c8 100644 --- a/rule/registry.go +++ b/rule/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/repository.go b/rule/repository.go index 188e837dfb..e0434b19dc 100644 --- a/rule/repository.go +++ b/rule/repository.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/repository_memory.go b/rule/repository_memory.go index 6e6a7648a6..51f51cbf70 100644 --- a/rule/repository_memory.go +++ b/rule/repository_memory.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/repository_test.go b/rule/repository_test.go index 4ebf0b4184..d2570e4aa4 100644 --- a/rule/repository_test.go +++ b/rule/repository_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/rule.go b/rule/rule.go index 3410264292..6a4b851e66 100644 --- a/rule/rule.go +++ b/rule/rule.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/rule_migrator.go b/rule/rule_migrator.go index 7e3ec4d7c4..ff40b90a6c 100644 --- a/rule/rule_migrator.go +++ b/rule/rule_migrator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/rule_migrator_test.go b/rule/rule_migrator_test.go index ae0dff171e..50c82e1c5e 100644 --- a/rule/rule_migrator_test.go +++ b/rule/rule_migrator_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/rule_test.go b/rule/rule_test.go index 4318ad78da..568fb6f83d 100644 --- a/rule/rule_test.go +++ b/rule/rule_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/validator.go b/rule/validator.go index 9ce390ef90..51c81135a6 100644 --- a/rule/validator.go +++ b/rule/validator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule diff --git a/rule/validator_test.go b/rule/validator_test.go index b22b0ee1a5..cf70902759 100644 --- a/rule/validator_test.go +++ b/rule/validator_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package rule_test diff --git a/spec/embed.go b/spec/embed.go index c6d75e26a4..54e7d2c454 100644 --- a/spec/embed.go +++ b/spec/embed.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package spec diff --git a/test/e2e/okapi/main.go b/test/e2e/okapi/main.go index 5fc94f2864..4fe5683a7e 100644 --- a/test/e2e/okapi/main.go +++ b/test/e2e/okapi/main.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/test/e2e/okclient/main.go b/test/e2e/okclient/main.go index f376440036..a2c9613eba 100644 --- a/test/e2e/okclient/main.go +++ b/test/e2e/okclient/main.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package main diff --git a/x/compare.go b/x/compare.go index 5edd560788..2430b065e1 100644 --- a/x/compare.go +++ b/x/compare.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/deepcopy.go b/x/deepcopy.go index ddd0af576c..657e3ae53f 100644 --- a/x/deepcopy.go +++ b/x/deepcopy.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/deepcopy_test.go b/x/deepcopy_test.go index 682bb38501..dead8ba560 100644 --- a/x/deepcopy_test.go +++ b/x/deepcopy_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/header/header.go b/x/header/header.go index b9480e890a..5b435fa85e 100644 --- a/x/header/header.go +++ b/x/header/header.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package header diff --git a/x/registry.go b/x/registry.go index 16ff0b6c0e..22ba0b9007 100644 --- a/x/registry.go +++ b/x/registry.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/router.go b/x/router.go index 857ea1b688..90dac01d65 100644 --- a/x/router.go +++ b/x/router.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/template.go b/x/template.go index 7a56c38f86..135b4a61b2 100644 --- a/x/template.go +++ b/x/template.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/testhelper.go b/x/testhelper.go index b39a15f03d..edd18d202f 100644 --- a/x/testhelper.go +++ b/x/testhelper.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/trace.go b/x/trace.go index 6e6d7e5dbd..2d5d8152a2 100644 --- a/x/trace.go +++ b/x/trace.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/url.go b/x/url.go index 7975c180f6..9981f72004 100644 --- a/x/url.go +++ b/x/url.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x diff --git a/x/version.go b/x/version.go index 9750f3933b..1a89340384 100644 --- a/x/version.go +++ b/x/version.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Ory Corp +// Copyright © 2023 Ory Corp // SPDX-License-Identifier: Apache-2.0 package x