diff --git a/crates/axum-utils/src/client_authorization.rs b/crates/axum-utils/src/client_authorization.rs index 3b94e8348..e1f953887 100644 --- a/crates/axum-utils/src/client_authorization.rs +++ b/crates/axum-utils/src/client_authorization.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/cookies.rs b/crates/axum-utils/src/cookies.rs index cac4570ed..9371d5422 100644 --- a/crates/axum-utils/src/cookies.rs +++ b/crates/axum-utils/src/cookies.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/csrf.rs b/crates/axum-utils/src/csrf.rs index 2b90e3c3e..70373cb1e 100644 --- a/crates/axum-utils/src/csrf.rs +++ b/crates/axum-utils/src/csrf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/error_wrapper.rs b/crates/axum-utils/src/error_wrapper.rs index 7684b36bd..40baf520a 100644 --- a/crates/axum-utils/src/error_wrapper.rs +++ b/crates/axum-utils/src/error_wrapper.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/fancy_error.rs b/crates/axum-utils/src/fancy_error.rs index 48cc787fc..27fe20f45 100644 --- a/crates/axum-utils/src/fancy_error.rs +++ b/crates/axum-utils/src/fancy_error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/http_client_factory.rs b/crates/axum-utils/src/http_client_factory.rs index e4b733980..584dba499 100644 --- a/crates/axum-utils/src/http_client_factory.rs +++ b/crates/axum-utils/src/http_client_factory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/jwt.rs b/crates/axum-utils/src/jwt.rs index 0822eb245..14e966c0d 100644 --- a/crates/axum-utils/src/jwt.rs +++ b/crates/axum-utils/src/jwt.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/language_detection.rs b/crates/axum-utils/src/language_detection.rs index 62fd2dacb..9b986dff3 100644 --- a/crates/axum-utils/src/language_detection.rs +++ b/crates/axum-utils/src/language_detection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/lib.rs b/crates/axum-utils/src/lib.rs index d3e941b70..db26454d2 100644 --- a/crates/axum-utils/src/lib.rs +++ b/crates/axum-utils/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/sentry.rs b/crates/axum-utils/src/sentry.rs index 4e091e3c6..ffa8fac17 100644 --- a/crates/axum-utils/src/sentry.rs +++ b/crates/axum-utils/src/sentry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/session.rs b/crates/axum-utils/src/session.rs index 3f012069b..7b12d80e9 100644 --- a/crates/axum-utils/src/session.rs +++ b/crates/axum-utils/src/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/axum-utils/src/user_authorization.rs b/crates/axum-utils/src/user_authorization.rs index 6743883ec..66ec7cd3d 100644 --- a/crates/axum-utils/src/user_authorization.rs +++ b/crates/axum-utils/src/user_authorization.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/app_state.rs b/crates/cli/src/app_state.rs index 8a5f1d427..b688b6fe3 100644 --- a/crates/cli/src/app_state.rs +++ b/crates/cli/src/app_state.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/config.rs b/crates/cli/src/commands/config.rs index 638936ba3..e3ba7c166 100644 --- a/crates/cli/src/commands/config.rs +++ b/crates/cli/src/commands/config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/database.rs b/crates/cli/src/commands/database.rs index c5cc104c9..2afebacfc 100644 --- a/crates/cli/src/commands/database.rs +++ b/crates/cli/src/commands/database.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/debug.rs b/crates/cli/src/commands/debug.rs index f0e46decb..74ad0d3c4 100644 --- a/crates/cli/src/commands/debug.rs +++ b/crates/cli/src/commands/debug.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/doctor.rs b/crates/cli/src/commands/doctor.rs index b677d5d1e..c63da9aea 100644 --- a/crates/cli/src/commands/doctor.rs +++ b/crates/cli/src/commands/doctor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/manage.rs b/crates/cli/src/commands/manage.rs index 4ab7c3a35..b073a1ea3 100644 --- a/crates/cli/src/commands/manage.rs +++ b/crates/cli/src/commands/manage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/mod.rs b/crates/cli/src/commands/mod.rs index 9249de51a..3835ae664 100644 --- a/crates/cli/src/commands/mod.rs +++ b/crates/cli/src/commands/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/server.rs b/crates/cli/src/commands/server.rs index ea136feae..2f96b2e6f 100644 --- a/crates/cli/src/commands/server.rs +++ b/crates/cli/src/commands/server.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/templates.rs b/crates/cli/src/commands/templates.rs index 5df45fd27..153565df7 100644 --- a/crates/cli/src/commands/templates.rs +++ b/crates/cli/src/commands/templates.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/commands/worker.rs b/crates/cli/src/commands/worker.rs index e1bed1824..7a797fc16 100644 --- a/crates/cli/src/commands/worker.rs +++ b/crates/cli/src/commands/worker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index e9aeec0be..e1d037ffb 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/sentry_transport/mod.rs b/crates/cli/src/sentry_transport/mod.rs index a122e5283..8eb8dad35 100644 --- a/crates/cli/src/sentry_transport/mod.rs +++ b/crates/cli/src/sentry_transport/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/server.rs b/crates/cli/src/server.rs index fa0dd18cf..23b6d61de 100644 --- a/crates/cli/src/server.rs +++ b/crates/cli/src/server.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/sync.rs b/crates/cli/src/sync.rs index 4267d630b..0a0e01ddc 100644 --- a/crates/cli/src/sync.rs +++ b/crates/cli/src/sync.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/telemetry.rs b/crates/cli/src/telemetry.rs index 849d152b1..18406be8d 100644 --- a/crates/cli/src/telemetry.rs +++ b/crates/cli/src/telemetry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/cli/src/util.rs b/crates/cli/src/util.rs index 4f7f35101..dee93caeb 100644 --- a/crates/cli/src/util.rs +++ b/crates/cli/src/util.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/bin/schema.rs b/crates/config/src/bin/schema.rs index 873945de4..5e3429071 100644 --- a/crates/config/src/bin/schema.rs +++ b/crates/config/src/bin/schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 8787ac338..d8230a9fb 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/schema.rs b/crates/config/src/schema.rs index 31daf3d64..be5c80b5f 100644 --- a/crates/config/src/schema.rs +++ b/crates/config/src/schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/account.rs b/crates/config/src/sections/account.rs index 2d4471423..7be79e357 100644 --- a/crates/config/src/sections/account.rs +++ b/crates/config/src/sections/account.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/branding.rs b/crates/config/src/sections/branding.rs index 8959fd0f9..91bba2cf9 100644 --- a/crates/config/src/sections/branding.rs +++ b/crates/config/src/sections/branding.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/captcha.rs b/crates/config/src/sections/captcha.rs index e06d33bf6..ce3d11c01 100644 --- a/crates/config/src/sections/captcha.rs +++ b/crates/config/src/sections/captcha.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/clients.rs b/crates/config/src/sections/clients.rs index ec45df006..4b106e7ff 100644 --- a/crates/config/src/sections/clients.rs +++ b/crates/config/src/sections/clients.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/database.rs b/crates/config/src/sections/database.rs index 64b561249..cdf7ec940 100644 --- a/crates/config/src/sections/database.rs +++ b/crates/config/src/sections/database.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/email.rs b/crates/config/src/sections/email.rs index a6e196b7d..24fdabd5c 100644 --- a/crates/config/src/sections/email.rs +++ b/crates/config/src/sections/email.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/experimental.rs b/crates/config/src/sections/experimental.rs index faf1619b3..2c86772a3 100644 --- a/crates/config/src/sections/experimental.rs +++ b/crates/config/src/sections/experimental.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/http.rs b/crates/config/src/sections/http.rs index 3521d5811..8bf4a7588 100644 --- a/crates/config/src/sections/http.rs +++ b/crates/config/src/sections/http.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/matrix.rs b/crates/config/src/sections/matrix.rs index 068686f1e..fa52de97b 100644 --- a/crates/config/src/sections/matrix.rs +++ b/crates/config/src/sections/matrix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/mod.rs b/crates/config/src/sections/mod.rs index 06938e784..b21957aac 100644 --- a/crates/config/src/sections/mod.rs +++ b/crates/config/src/sections/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/passwords.rs b/crates/config/src/sections/passwords.rs index ccad03ce3..01da7a694 100644 --- a/crates/config/src/sections/passwords.rs +++ b/crates/config/src/sections/passwords.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/policy.rs b/crates/config/src/sections/policy.rs index f969ce494..03ec09e44 100644 --- a/crates/config/src/sections/policy.rs +++ b/crates/config/src/sections/policy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/rate_limiting.rs b/crates/config/src/sections/rate_limiting.rs index 5d5dd07e4..e2be8c057 100644 --- a/crates/config/src/sections/rate_limiting.rs +++ b/crates/config/src/sections/rate_limiting.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/secrets.rs b/crates/config/src/sections/secrets.rs index e2d83e2a9..90b9180d4 100644 --- a/crates/config/src/sections/secrets.rs +++ b/crates/config/src/sections/secrets.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/telemetry.rs b/crates/config/src/sections/telemetry.rs index 41e0a2773..e170347aa 100644 --- a/crates/config/src/sections/telemetry.rs +++ b/crates/config/src/sections/telemetry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/templates.rs b/crates/config/src/sections/templates.rs index d1e66700b..dca53f0e7 100644 --- a/crates/config/src/sections/templates.rs +++ b/crates/config/src/sections/templates.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/sections/upstream_oauth2.rs b/crates/config/src/sections/upstream_oauth2.rs index 23e1d0ac1..4742b2775 100644 --- a/crates/config/src/sections/upstream_oauth2.rs +++ b/crates/config/src/sections/upstream_oauth2.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/config/src/util.rs b/crates/config/src/util.rs index 6220cc98c..cf9b218c5 100644 --- a/crates/config/src/util.rs +++ b/crates/config/src/util.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/examples/ua-parser.rs b/crates/data-model/examples/ua-parser.rs index af5dbd349..af2ec9179 100644 --- a/crates/data-model/examples/ua-parser.rs +++ b/crates/data-model/examples/ua-parser.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/compat/device.rs b/crates/data-model/src/compat/device.rs index 81aff2f6f..49bdc8960 100644 --- a/crates/data-model/src/compat/device.rs +++ b/crates/data-model/src/compat/device.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/compat/mod.rs b/crates/data-model/src/compat/mod.rs index d8cebc02d..c3f7142d1 100644 --- a/crates/data-model/src/compat/mod.rs +++ b/crates/data-model/src/compat/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/compat/session.rs b/crates/data-model/src/compat/session.rs index 46109d15a..f3d311a5a 100644 --- a/crates/data-model/src/compat/session.rs +++ b/crates/data-model/src/compat/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/compat/sso_login.rs b/crates/data-model/src/compat/sso_login.rs index fdf64a1f7..fa894146d 100644 --- a/crates/data-model/src/compat/sso_login.rs +++ b/crates/data-model/src/compat/sso_login.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/lib.rs b/crates/data-model/src/lib.rs index a2585c83a..939e904f3 100644 --- a/crates/data-model/src/lib.rs +++ b/crates/data-model/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/oauth2/authorization_grant.rs b/crates/data-model/src/oauth2/authorization_grant.rs index 0b0c202bd..c995a3623 100644 --- a/crates/data-model/src/oauth2/authorization_grant.rs +++ b/crates/data-model/src/oauth2/authorization_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/oauth2/client.rs b/crates/data-model/src/oauth2/client.rs index 42c5e9e59..b8340f311 100644 --- a/crates/data-model/src/oauth2/client.rs +++ b/crates/data-model/src/oauth2/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/oauth2/device_code_grant.rs b/crates/data-model/src/oauth2/device_code_grant.rs index 46d0f4c22..bf230b850 100644 --- a/crates/data-model/src/oauth2/device_code_grant.rs +++ b/crates/data-model/src/oauth2/device_code_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/oauth2/mod.rs b/crates/data-model/src/oauth2/mod.rs index 261d09af0..75fd04126 100644 --- a/crates/data-model/src/oauth2/mod.rs +++ b/crates/data-model/src/oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/oauth2/session.rs b/crates/data-model/src/oauth2/session.rs index c85a4e1fa..675701619 100644 --- a/crates/data-model/src/oauth2/session.rs +++ b/crates/data-model/src/oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/site_config.rs b/crates/data-model/src/site_config.rs index 72bc149c0..5aba98a9c 100644 --- a/crates/data-model/src/site_config.rs +++ b/crates/data-model/src/site_config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/tokens.rs b/crates/data-model/src/tokens.rs index ed5dc63c8..e992f59b0 100644 --- a/crates/data-model/src/tokens.rs +++ b/crates/data-model/src/tokens.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/upstream_oauth2/link.rs b/crates/data-model/src/upstream_oauth2/link.rs index ddae2a13c..b1b010968 100644 --- a/crates/data-model/src/upstream_oauth2/link.rs +++ b/crates/data-model/src/upstream_oauth2/link.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/upstream_oauth2/mod.rs b/crates/data-model/src/upstream_oauth2/mod.rs index 0b462c1f7..cfa21ea1a 100644 --- a/crates/data-model/src/upstream_oauth2/mod.rs +++ b/crates/data-model/src/upstream_oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/upstream_oauth2/provider.rs b/crates/data-model/src/upstream_oauth2/provider.rs index 5307aa3a2..0cb976a73 100644 --- a/crates/data-model/src/upstream_oauth2/provider.rs +++ b/crates/data-model/src/upstream_oauth2/provider.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/upstream_oauth2/session.rs b/crates/data-model/src/upstream_oauth2/session.rs index ccb6ba609..eb59000a0 100644 --- a/crates/data-model/src/upstream_oauth2/session.rs +++ b/crates/data-model/src/upstream_oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/user_agent.rs b/crates/data-model/src/user_agent.rs index 1623d4f06..2b02ebd48 100644 --- a/crates/data-model/src/user_agent.rs +++ b/crates/data-model/src/user_agent.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/data-model/src/users.rs b/crates/data-model/src/users.rs index 470a83849..fe277d775 100644 --- a/crates/data-model/src/users.rs +++ b/crates/data-model/src/users.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/email/src/lib.rs b/crates/email/src/lib.rs index 394827e73..b493f46d1 100644 --- a/crates/email/src/lib.rs +++ b/crates/email/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/email/src/mailer.rs b/crates/email/src/mailer.rs index fecb5f458..7d2fd43c4 100644 --- a/crates/email/src/mailer.rs +++ b/crates/email/src/mailer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/email/src/transport.rs b/crates/email/src/transport.rs index a47fafb79..03bb54257 100644 --- a/crates/email/src/transport.rs +++ b/crates/email/src/transport.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/activity_tracker/bound.rs b/crates/handlers/src/activity_tracker/bound.rs index 81928a2b4..c4e2f7cce 100644 --- a/crates/handlers/src/activity_tracker/bound.rs +++ b/crates/handlers/src/activity_tracker/bound.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/activity_tracker/mod.rs b/crates/handlers/src/activity_tracker/mod.rs index d96a58f97..d2d1e683a 100644 --- a/crates/handlers/src/activity_tracker/mod.rs +++ b/crates/handlers/src/activity_tracker/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/activity_tracker/worker.rs b/crates/handlers/src/activity_tracker/worker.rs index eb9bb05c6..ad77fe2f7 100644 --- a/crates/handlers/src/activity_tracker/worker.rs +++ b/crates/handlers/src/activity_tracker/worker.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/call_context.rs b/crates/handlers/src/admin/call_context.rs index d68601e60..956395cce 100644 --- a/crates/handlers/src/admin/call_context.rs +++ b/crates/handlers/src/admin/call_context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/mod.rs b/crates/handlers/src/admin/mod.rs index c3cac5845..56b8ed11a 100644 --- a/crates/handlers/src/admin/mod.rs +++ b/crates/handlers/src/admin/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/model.rs b/crates/handlers/src/admin/model.rs index 0411d0d61..497881596 100644 --- a/crates/handlers/src/admin/model.rs +++ b/crates/handlers/src/admin/model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/params.rs b/crates/handlers/src/admin/params.rs index c32a6ff64..0c8cab0b9 100644 --- a/crates/handlers/src/admin/params.rs +++ b/crates/handlers/src/admin/params.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/response.rs b/crates/handlers/src/admin/response.rs index e6cecbc93..17e11936f 100644 --- a/crates/handlers/src/admin/response.rs +++ b/crates/handlers/src/admin/response.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/schema.rs b/crates/handlers/src/admin/schema.rs index ae9f34506..4f14f5346 100644 --- a/crates/handlers/src/admin/schema.rs +++ b/crates/handlers/src/admin/schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/mod.rs b/crates/handlers/src/admin/v1/mod.rs index bd8625a02..2a497ce8c 100644 --- a/crates/handlers/src/admin/v1/mod.rs +++ b/crates/handlers/src/admin/v1/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/oauth2_sessions/get.rs b/crates/handlers/src/admin/v1/oauth2_sessions/get.rs index fe7a820ec..371cbe065 100644 --- a/crates/handlers/src/admin/v1/oauth2_sessions/get.rs +++ b/crates/handlers/src/admin/v1/oauth2_sessions/get.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/oauth2_sessions/list.rs b/crates/handlers/src/admin/v1/oauth2_sessions/list.rs index ca9c1520f..596361e0d 100644 --- a/crates/handlers/src/admin/v1/oauth2_sessions/list.rs +++ b/crates/handlers/src/admin/v1/oauth2_sessions/list.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/oauth2_sessions/mod.rs b/crates/handlers/src/admin/v1/oauth2_sessions/mod.rs index e96f49f2e..84a9efde5 100644 --- a/crates/handlers/src/admin/v1/oauth2_sessions/mod.rs +++ b/crates/handlers/src/admin/v1/oauth2_sessions/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/add.rs b/crates/handlers/src/admin/v1/users/add.rs index 3ff352d33..d45e184bc 100644 --- a/crates/handlers/src/admin/v1/users/add.rs +++ b/crates/handlers/src/admin/v1/users/add.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/by_username.rs b/crates/handlers/src/admin/v1/users/by_username.rs index 3b5db3830..b21b56c78 100644 --- a/crates/handlers/src/admin/v1/users/by_username.rs +++ b/crates/handlers/src/admin/v1/users/by_username.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/deactivate.rs b/crates/handlers/src/admin/v1/users/deactivate.rs index 32dd77049..61afcc3a7 100644 --- a/crates/handlers/src/admin/v1/users/deactivate.rs +++ b/crates/handlers/src/admin/v1/users/deactivate.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/get.rs b/crates/handlers/src/admin/v1/users/get.rs index 5e22af69e..0f3be0867 100644 --- a/crates/handlers/src/admin/v1/users/get.rs +++ b/crates/handlers/src/admin/v1/users/get.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/list.rs b/crates/handlers/src/admin/v1/users/list.rs index 57f515d5b..f142a30ff 100644 --- a/crates/handlers/src/admin/v1/users/list.rs +++ b/crates/handlers/src/admin/v1/users/list.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/lock.rs b/crates/handlers/src/admin/v1/users/lock.rs index 1f4465e4c..877deb63a 100644 --- a/crates/handlers/src/admin/v1/users/lock.rs +++ b/crates/handlers/src/admin/v1/users/lock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/mod.rs b/crates/handlers/src/admin/v1/users/mod.rs index e871e1afa..ff610f167 100644 --- a/crates/handlers/src/admin/v1/users/mod.rs +++ b/crates/handlers/src/admin/v1/users/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/set_admin.rs b/crates/handlers/src/admin/v1/users/set_admin.rs index 54e26b63b..956d5e101 100644 --- a/crates/handlers/src/admin/v1/users/set_admin.rs +++ b/crates/handlers/src/admin/v1/users/set_admin.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/set_password.rs b/crates/handlers/src/admin/v1/users/set_password.rs index b05a9c7ee..f99d44dd3 100644 --- a/crates/handlers/src/admin/v1/users/set_password.rs +++ b/crates/handlers/src/admin/v1/users/set_password.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/admin/v1/users/unlock.rs b/crates/handlers/src/admin/v1/users/unlock.rs index 607975da9..685f2ad28 100644 --- a/crates/handlers/src/admin/v1/users/unlock.rs +++ b/crates/handlers/src/admin/v1/users/unlock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/bin/api-schema.rs b/crates/handlers/src/bin/api-schema.rs index abeb2000b..5d7a32147 100644 --- a/crates/handlers/src/bin/api-schema.rs +++ b/crates/handlers/src/bin/api-schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/bin/graphql-schema.rs b/crates/handlers/src/bin/graphql-schema.rs index e98085efc..d2ac8a642 100644 --- a/crates/handlers/src/bin/graphql-schema.rs +++ b/crates/handlers/src/bin/graphql-schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/captcha.rs b/crates/handlers/src/captcha.rs index 8ea0f2988..e39e3639d 100644 --- a/crates/handlers/src/captcha.rs +++ b/crates/handlers/src/captcha.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/login.rs b/crates/handlers/src/compat/login.rs index 34e1dd180..4c92f6226 100644 --- a/crates/handlers/src/compat/login.rs +++ b/crates/handlers/src/compat/login.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/login_sso_complete.rs b/crates/handlers/src/compat/login_sso_complete.rs index 284c75bf4..c344614a6 100644 --- a/crates/handlers/src/compat/login_sso_complete.rs +++ b/crates/handlers/src/compat/login_sso_complete.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/login_sso_redirect.rs b/crates/handlers/src/compat/login_sso_redirect.rs index 64eea2469..0f004053f 100644 --- a/crates/handlers/src/compat/login_sso_redirect.rs +++ b/crates/handlers/src/compat/login_sso_redirect.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/logout.rs b/crates/handlers/src/compat/logout.rs index fdea9cc00..59826f0ba 100644 --- a/crates/handlers/src/compat/logout.rs +++ b/crates/handlers/src/compat/logout.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/mod.rs b/crates/handlers/src/compat/mod.rs index c90ac0941..c36cd16bb 100644 --- a/crates/handlers/src/compat/mod.rs +++ b/crates/handlers/src/compat/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/compat/refresh.rs b/crates/handlers/src/compat/refresh.rs index c7c1e472d..14d71f1b7 100644 --- a/crates/handlers/src/compat/refresh.rs +++ b/crates/handlers/src/compat/refresh.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mod.rs b/crates/handlers/src/graphql/mod.rs index b1278d7e7..56de6c692 100644 --- a/crates/handlers/src/graphql/mod.rs +++ b/crates/handlers/src/graphql/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/browser_sessions.rs b/crates/handlers/src/graphql/model/browser_sessions.rs index 6e974704f..4630b2fc6 100644 --- a/crates/handlers/src/graphql/model/browser_sessions.rs +++ b/crates/handlers/src/graphql/model/browser_sessions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/compat_sessions.rs b/crates/handlers/src/graphql/model/compat_sessions.rs index d5a0de47f..ec67b7030 100644 --- a/crates/handlers/src/graphql/model/compat_sessions.rs +++ b/crates/handlers/src/graphql/model/compat_sessions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/cursor.rs b/crates/handlers/src/graphql/model/cursor.rs index 08798625e..6dba9f4db 100644 --- a/crates/handlers/src/graphql/model/cursor.rs +++ b/crates/handlers/src/graphql/model/cursor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/matrix.rs b/crates/handlers/src/graphql/model/matrix.rs index 1045bcefb..b79d9b0b4 100644 --- a/crates/handlers/src/graphql/model/matrix.rs +++ b/crates/handlers/src/graphql/model/matrix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/mod.rs b/crates/handlers/src/graphql/model/mod.rs index 969177439..988593121 100644 --- a/crates/handlers/src/graphql/model/mod.rs +++ b/crates/handlers/src/graphql/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/node.rs b/crates/handlers/src/graphql/model/node.rs index 980dde8af..b5d666fa7 100644 --- a/crates/handlers/src/graphql/model/node.rs +++ b/crates/handlers/src/graphql/model/node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/oauth.rs b/crates/handlers/src/graphql/model/oauth.rs index d8b64175e..4158a2416 100644 --- a/crates/handlers/src/graphql/model/oauth.rs +++ b/crates/handlers/src/graphql/model/oauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/site_config.rs b/crates/handlers/src/graphql/model/site_config.rs index 53b416e8c..765ca7547 100644 --- a/crates/handlers/src/graphql/model/site_config.rs +++ b/crates/handlers/src/graphql/model/site_config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/upstream_oauth.rs b/crates/handlers/src/graphql/model/upstream_oauth.rs index 249d58618..85013a916 100644 --- a/crates/handlers/src/graphql/model/upstream_oauth.rs +++ b/crates/handlers/src/graphql/model/upstream_oauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/users.rs b/crates/handlers/src/graphql/model/users.rs index 846efa3c2..84b159338 100644 --- a/crates/handlers/src/graphql/model/users.rs +++ b/crates/handlers/src/graphql/model/users.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/viewer/anonymous.rs b/crates/handlers/src/graphql/model/viewer/anonymous.rs index 41102556f..61f6524c1 100644 --- a/crates/handlers/src/graphql/model/viewer/anonymous.rs +++ b/crates/handlers/src/graphql/model/viewer/anonymous.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/model/viewer/mod.rs b/crates/handlers/src/graphql/model/viewer/mod.rs index 89e081a93..4623f8a3e 100644 --- a/crates/handlers/src/graphql/model/viewer/mod.rs +++ b/crates/handlers/src/graphql/model/viewer/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/browser_session.rs b/crates/handlers/src/graphql/mutations/browser_session.rs index e1b7bb2e0..5c3f6f553 100644 --- a/crates/handlers/src/graphql/mutations/browser_session.rs +++ b/crates/handlers/src/graphql/mutations/browser_session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/compat_session.rs b/crates/handlers/src/graphql/mutations/compat_session.rs index a92928675..baf385994 100644 --- a/crates/handlers/src/graphql/mutations/compat_session.rs +++ b/crates/handlers/src/graphql/mutations/compat_session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/matrix.rs b/crates/handlers/src/graphql/mutations/matrix.rs index 27ddade62..93983b523 100644 --- a/crates/handlers/src/graphql/mutations/matrix.rs +++ b/crates/handlers/src/graphql/mutations/matrix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/mod.rs b/crates/handlers/src/graphql/mutations/mod.rs index 04df46142..dbc56a518 100644 --- a/crates/handlers/src/graphql/mutations/mod.rs +++ b/crates/handlers/src/graphql/mutations/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/oauth2_session.rs b/crates/handlers/src/graphql/mutations/oauth2_session.rs index 893f99d0d..a0595e695 100644 --- a/crates/handlers/src/graphql/mutations/oauth2_session.rs +++ b/crates/handlers/src/graphql/mutations/oauth2_session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/user.rs b/crates/handlers/src/graphql/mutations/user.rs index d547c7448..3fd4a10d5 100644 --- a/crates/handlers/src/graphql/mutations/user.rs +++ b/crates/handlers/src/graphql/mutations/user.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/mutations/user_email.rs b/crates/handlers/src/graphql/mutations/user_email.rs index 7cbb79aa7..91a963dc7 100644 --- a/crates/handlers/src/graphql/mutations/user_email.rs +++ b/crates/handlers/src/graphql/mutations/user_email.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/query/mod.rs b/crates/handlers/src/graphql/query/mod.rs index e45ff221c..fd17417ea 100644 --- a/crates/handlers/src/graphql/query/mod.rs +++ b/crates/handlers/src/graphql/query/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/query/session.rs b/crates/handlers/src/graphql/query/session.rs index bfba0a640..dba916dff 100644 --- a/crates/handlers/src/graphql/query/session.rs +++ b/crates/handlers/src/graphql/query/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/query/upstream_oauth.rs b/crates/handlers/src/graphql/query/upstream_oauth.rs index a7f6af8a8..94f12be59 100644 --- a/crates/handlers/src/graphql/query/upstream_oauth.rs +++ b/crates/handlers/src/graphql/query/upstream_oauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/query/user.rs b/crates/handlers/src/graphql/query/user.rs index f96b9a8ad..07ff83646 100644 --- a/crates/handlers/src/graphql/query/user.rs +++ b/crates/handlers/src/graphql/query/user.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/query/viewer.rs b/crates/handlers/src/graphql/query/viewer.rs index 7abaf95c0..60f884357 100644 --- a/crates/handlers/src/graphql/query/viewer.rs +++ b/crates/handlers/src/graphql/query/viewer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/state.rs b/crates/handlers/src/graphql/state.rs index a468d6ce8..fefb3f0e5 100644 --- a/crates/handlers/src/graphql/state.rs +++ b/crates/handlers/src/graphql/state.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/graphql/tests.rs b/crates/handlers/src/graphql/tests.rs index a57d09891..6c5bb9395 100644 --- a/crates/handlers/src/graphql/tests.rs +++ b/crates/handlers/src/graphql/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/health.rs b/crates/handlers/src/health.rs index 157bc7242..be7f2a0f1 100644 --- a/crates/handlers/src/health.rs +++ b/crates/handlers/src/health.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/lib.rs b/crates/handlers/src/lib.rs index 97579f6dc..1c90edff8 100644 --- a/crates/handlers/src/lib.rs +++ b/crates/handlers/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/authorization/callback.rs b/crates/handlers/src/oauth2/authorization/callback.rs index 50b869514..ba35e3c52 100644 --- a/crates/handlers/src/oauth2/authorization/callback.rs +++ b/crates/handlers/src/oauth2/authorization/callback.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/authorization/complete.rs b/crates/handlers/src/oauth2/authorization/complete.rs index aedec427e..3eedf71e6 100644 --- a/crates/handlers/src/oauth2/authorization/complete.rs +++ b/crates/handlers/src/oauth2/authorization/complete.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/authorization/mod.rs b/crates/handlers/src/oauth2/authorization/mod.rs index bf9433d47..fc7b477c9 100644 --- a/crates/handlers/src/oauth2/authorization/mod.rs +++ b/crates/handlers/src/oauth2/authorization/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/consent.rs b/crates/handlers/src/oauth2/consent.rs index 2a27ed621..c5a479e41 100644 --- a/crates/handlers/src/oauth2/consent.rs +++ b/crates/handlers/src/oauth2/consent.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/device/authorize.rs b/crates/handlers/src/oauth2/device/authorize.rs index 24cc3ae75..2c5d859c6 100644 --- a/crates/handlers/src/oauth2/device/authorize.rs +++ b/crates/handlers/src/oauth2/device/authorize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/device/consent.rs b/crates/handlers/src/oauth2/device/consent.rs index 0b351c6cc..421802606 100644 --- a/crates/handlers/src/oauth2/device/consent.rs +++ b/crates/handlers/src/oauth2/device/consent.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/device/link.rs b/crates/handlers/src/oauth2/device/link.rs index cf4bb558c..db19bb18e 100644 --- a/crates/handlers/src/oauth2/device/link.rs +++ b/crates/handlers/src/oauth2/device/link.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/device/mod.rs b/crates/handlers/src/oauth2/device/mod.rs index c43164b46..d874cf19b 100644 --- a/crates/handlers/src/oauth2/device/mod.rs +++ b/crates/handlers/src/oauth2/device/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/discovery.rs b/crates/handlers/src/oauth2/discovery.rs index 084d77382..a3a48208e 100644 --- a/crates/handlers/src/oauth2/discovery.rs +++ b/crates/handlers/src/oauth2/discovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/introspection.rs b/crates/handlers/src/oauth2/introspection.rs index 1a03de794..633575ab0 100644 --- a/crates/handlers/src/oauth2/introspection.rs +++ b/crates/handlers/src/oauth2/introspection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/keys.rs b/crates/handlers/src/oauth2/keys.rs index e1cdc0671..6c6946476 100644 --- a/crates/handlers/src/oauth2/keys.rs +++ b/crates/handlers/src/oauth2/keys.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/mod.rs b/crates/handlers/src/oauth2/mod.rs index 9185889a7..c80d7212b 100644 --- a/crates/handlers/src/oauth2/mod.rs +++ b/crates/handlers/src/oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/registration.rs b/crates/handlers/src/oauth2/registration.rs index a9cabf9b4..31cdf5c46 100644 --- a/crates/handlers/src/oauth2/registration.rs +++ b/crates/handlers/src/oauth2/registration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/revoke.rs b/crates/handlers/src/oauth2/revoke.rs index 8117f40db..eb232e31e 100644 --- a/crates/handlers/src/oauth2/revoke.rs +++ b/crates/handlers/src/oauth2/revoke.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/token.rs b/crates/handlers/src/oauth2/token.rs index 0a7db7309..f9035ce76 100644 --- a/crates/handlers/src/oauth2/token.rs +++ b/crates/handlers/src/oauth2/token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/userinfo.rs b/crates/handlers/src/oauth2/userinfo.rs index d25498987..6618f063b 100644 --- a/crates/handlers/src/oauth2/userinfo.rs +++ b/crates/handlers/src/oauth2/userinfo.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/oauth2/webfinger.rs b/crates/handlers/src/oauth2/webfinger.rs index bd16065e6..39e4eaf34 100644 --- a/crates/handlers/src/oauth2/webfinger.rs +++ b/crates/handlers/src/oauth2/webfinger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/passwords.rs b/crates/handlers/src/passwords.rs index 4a138987c..1d9b71d1f 100644 --- a/crates/handlers/src/passwords.rs +++ b/crates/handlers/src/passwords.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/preferred_language.rs b/crates/handlers/src/preferred_language.rs index ba869e052..afee0a70e 100644 --- a/crates/handlers/src/preferred_language.rs +++ b/crates/handlers/src/preferred_language.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/rate_limit.rs b/crates/handlers/src/rate_limit.rs index 3559e0a54..18e4cdccf 100644 --- a/crates/handlers/src/rate_limit.rs +++ b/crates/handlers/src/rate_limit.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/test_utils.rs b/crates/handlers/src/test_utils.rs index 54cfc4a10..a9f682581 100644 --- a/crates/handlers/src/test_utils.rs +++ b/crates/handlers/src/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/authorize.rs b/crates/handlers/src/upstream_oauth2/authorize.rs index d4128454d..720004649 100644 --- a/crates/handlers/src/upstream_oauth2/authorize.rs +++ b/crates/handlers/src/upstream_oauth2/authorize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/cache.rs b/crates/handlers/src/upstream_oauth2/cache.rs index eef6e4d91..d1530fdaf 100644 --- a/crates/handlers/src/upstream_oauth2/cache.rs +++ b/crates/handlers/src/upstream_oauth2/cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/callback.rs b/crates/handlers/src/upstream_oauth2/callback.rs index 41b2f768e..ce4b89607 100644 --- a/crates/handlers/src/upstream_oauth2/callback.rs +++ b/crates/handlers/src/upstream_oauth2/callback.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/cookie.rs b/crates/handlers/src/upstream_oauth2/cookie.rs index ed8cc1ba5..6a9769865 100644 --- a/crates/handlers/src/upstream_oauth2/cookie.rs +++ b/crates/handlers/src/upstream_oauth2/cookie.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/link.rs b/crates/handlers/src/upstream_oauth2/link.rs index 959a989ba..3f7407e72 100644 --- a/crates/handlers/src/upstream_oauth2/link.rs +++ b/crates/handlers/src/upstream_oauth2/link.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/mod.rs b/crates/handlers/src/upstream_oauth2/mod.rs index f3f5322a3..45f3f5728 100644 --- a/crates/handlers/src/upstream_oauth2/mod.rs +++ b/crates/handlers/src/upstream_oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/upstream_oauth2/template.rs b/crates/handlers/src/upstream_oauth2/template.rs index bc06bf2f3..747afb882 100644 --- a/crates/handlers/src/upstream_oauth2/template.rs +++ b/crates/handlers/src/upstream_oauth2/template.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/account/emails/add.rs b/crates/handlers/src/views/account/emails/add.rs index e799dc8d3..8ea14474d 100644 --- a/crates/handlers/src/views/account/emails/add.rs +++ b/crates/handlers/src/views/account/emails/add.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/account/emails/mod.rs b/crates/handlers/src/views/account/emails/mod.rs index a5894064a..935562d04 100644 --- a/crates/handlers/src/views/account/emails/mod.rs +++ b/crates/handlers/src/views/account/emails/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/account/emails/verify.rs b/crates/handlers/src/views/account/emails/verify.rs index a490d9d00..a358f6d0a 100644 --- a/crates/handlers/src/views/account/emails/verify.rs +++ b/crates/handlers/src/views/account/emails/verify.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/account/mod.rs b/crates/handlers/src/views/account/mod.rs index 93e5b31d7..f85da5266 100644 --- a/crates/handlers/src/views/account/mod.rs +++ b/crates/handlers/src/views/account/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/app.rs b/crates/handlers/src/views/app.rs index 06f878822..3f887ba3b 100644 --- a/crates/handlers/src/views/app.rs +++ b/crates/handlers/src/views/app.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/index.rs b/crates/handlers/src/views/index.rs index 6a82ea062..3b3fe43f1 100644 --- a/crates/handlers/src/views/index.rs +++ b/crates/handlers/src/views/index.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/login.rs b/crates/handlers/src/views/login.rs index a03998601..3a65c3284 100644 --- a/crates/handlers/src/views/login.rs +++ b/crates/handlers/src/views/login.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/logout.rs b/crates/handlers/src/views/logout.rs index c4ee33b0e..aadb7a534 100644 --- a/crates/handlers/src/views/logout.rs +++ b/crates/handlers/src/views/logout.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/mod.rs b/crates/handlers/src/views/mod.rs index 282dd7ba9..1ce31f3cf 100644 --- a/crates/handlers/src/views/mod.rs +++ b/crates/handlers/src/views/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/reauth.rs b/crates/handlers/src/views/reauth.rs index 7f7ba62d6..55b48960b 100644 --- a/crates/handlers/src/views/reauth.rs +++ b/crates/handlers/src/views/reauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/recovery/mod.rs b/crates/handlers/src/views/recovery/mod.rs index 29805eab8..fefae9890 100644 --- a/crates/handlers/src/views/recovery/mod.rs +++ b/crates/handlers/src/views/recovery/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/recovery/progress.rs b/crates/handlers/src/views/recovery/progress.rs index f284d50df..e4d416691 100644 --- a/crates/handlers/src/views/recovery/progress.rs +++ b/crates/handlers/src/views/recovery/progress.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/recovery/start.rs b/crates/handlers/src/views/recovery/start.rs index 8be14378b..53896a427 100644 --- a/crates/handlers/src/views/recovery/start.rs +++ b/crates/handlers/src/views/recovery/start.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/register.rs b/crates/handlers/src/views/register.rs index 03722012b..dac17699b 100644 --- a/crates/handlers/src/views/register.rs +++ b/crates/handlers/src/views/register.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/handlers/src/views/shared.rs b/crates/handlers/src/views/shared.rs index 809658e7b..6a92a950a 100644 --- a/crates/handlers/src/views/shared.rs +++ b/crates/handlers/src/views/shared.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/client.rs b/crates/http/src/client.rs index bd18dbc21..8fb2bac1b 100644 --- a/crates/http/src/client.rs +++ b/crates/http/src/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/ext.rs b/crates/http/src/ext.rs index 311e3af3d..d5a22f5f9 100644 --- a/crates/http/src/ext.rs +++ b/crates/http/src/ext.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/body_to_bytes_response.rs b/crates/http/src/layers/body_to_bytes_response.rs index f89c48856..eb887a558 100644 --- a/crates/http/src/layers/body_to_bytes_response.rs +++ b/crates/http/src/layers/body_to_bytes_response.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/bytes_to_body_request.rs b/crates/http/src/layers/bytes_to_body_request.rs index fc6343d07..45830aebd 100644 --- a/crates/http/src/layers/bytes_to_body_request.rs +++ b/crates/http/src/layers/bytes_to_body_request.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/catch_http_codes.rs b/crates/http/src/layers/catch_http_codes.rs index 96fde15d5..853344dcd 100644 --- a/crates/http/src/layers/catch_http_codes.rs +++ b/crates/http/src/layers/catch_http_codes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/client.rs b/crates/http/src/layers/client.rs index aef3bdefd..f7ddb98f5 100644 --- a/crates/http/src/layers/client.rs +++ b/crates/http/src/layers/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/form_urlencoded_request.rs b/crates/http/src/layers/form_urlencoded_request.rs index 149d56173..05ab29053 100644 --- a/crates/http/src/layers/form_urlencoded_request.rs +++ b/crates/http/src/layers/form_urlencoded_request.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/json_request.rs b/crates/http/src/layers/json_request.rs index d1a091eca..df663a265 100644 --- a/crates/http/src/layers/json_request.rs +++ b/crates/http/src/layers/json_request.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/json_response.rs b/crates/http/src/layers/json_response.rs index 0df41000e..541c7ac75 100644 --- a/crates/http/src/layers/json_response.rs +++ b/crates/http/src/layers/json_response.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/layers/mod.rs b/crates/http/src/layers/mod.rs index 9baadc3ce..cbf67db31 100644 --- a/crates/http/src/layers/mod.rs +++ b/crates/http/src/layers/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/lib.rs b/crates/http/src/lib.rs index 05df3ea18..afc9d4bcc 100644 --- a/crates/http/src/lib.rs +++ b/crates/http/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/src/service.rs b/crates/http/src/service.rs index 647279663..dc3f9c32b 100644 --- a/crates/http/src/service.rs +++ b/crates/http/src/service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/http/tests/client_layers.rs b/crates/http/tests/client_layers.rs index 85f417461..48c6e952c 100644 --- a/crates/http/tests/client_layers.rs +++ b/crates/http/tests/client_layers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n-scan/src/key.rs b/crates/i18n-scan/src/key.rs index abe89870b..1617dc4a2 100644 --- a/crates/i18n-scan/src/key.rs +++ b/crates/i18n-scan/src/key.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n-scan/src/main.rs b/crates/i18n-scan/src/main.rs index 5cd934cf8..059289ea9 100644 --- a/crates/i18n-scan/src/main.rs +++ b/crates/i18n-scan/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n-scan/src/minijinja.rs b/crates/i18n-scan/src/minijinja.rs index 04ae9aabd..1a305dce7 100644 --- a/crates/i18n-scan/src/minijinja.rs +++ b/crates/i18n-scan/src/minijinja.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/lib.rs b/crates/i18n/src/lib.rs index ac7ad2653..200b5e1ff 100644 --- a/crates/i18n/src/lib.rs +++ b/crates/i18n/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/sprintf/argument.rs b/crates/i18n/src/sprintf/argument.rs index a0b187986..486aee58f 100644 --- a/crates/i18n/src/sprintf/argument.rs +++ b/crates/i18n/src/sprintf/argument.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/sprintf/formatter.rs b/crates/i18n/src/sprintf/formatter.rs index 9927f1946..05d446a67 100644 --- a/crates/i18n/src/sprintf/formatter.rs +++ b/crates/i18n/src/sprintf/formatter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/sprintf/message.rs b/crates/i18n/src/sprintf/message.rs index f1ed2a66c..e78e4f908 100644 --- a/crates/i18n/src/sprintf/message.rs +++ b/crates/i18n/src/sprintf/message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/sprintf/mod.rs b/crates/i18n/src/sprintf/mod.rs index 21e69acbf..7fd062204 100644 --- a/crates/i18n/src/sprintf/mod.rs +++ b/crates/i18n/src/sprintf/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/sprintf/parser.rs b/crates/i18n/src/sprintf/parser.rs index b67d4002c..7031f9f55 100644 --- a/crates/i18n/src/sprintf/parser.rs +++ b/crates/i18n/src/sprintf/parser.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/translations.rs b/crates/i18n/src/translations.rs index f868d8096..edbc3bda6 100644 --- a/crates/i18n/src/translations.rs +++ b/crates/i18n/src/translations.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/i18n/src/translator.rs b/crates/i18n/src/translator.rs index abaae0bd8..02ea8e713 100644 --- a/crates/i18n/src/translator.rs +++ b/crates/i18n/src/translator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana-codegen/src/gen.rs b/crates/iana-codegen/src/gen.rs index b0ccdc684..32b03a629 100644 --- a/crates/iana-codegen/src/gen.rs +++ b/crates/iana-codegen/src/gen.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana-codegen/src/jose.rs b/crates/iana-codegen/src/jose.rs index 93c5b829a..96397fa70 100644 --- a/crates/iana-codegen/src/jose.rs +++ b/crates/iana-codegen/src/jose.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana-codegen/src/main.rs b/crates/iana-codegen/src/main.rs index 62b10bbfc..c19b574f9 100644 --- a/crates/iana-codegen/src/main.rs +++ b/crates/iana-codegen/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana-codegen/src/oauth.rs b/crates/iana-codegen/src/oauth.rs index 84dfd201c..2ccf266e8 100644 --- a/crates/iana-codegen/src/oauth.rs +++ b/crates/iana-codegen/src/oauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana-codegen/src/traits.rs b/crates/iana-codegen/src/traits.rs index 6bcdabacc..2e6790c3a 100644 --- a/crates/iana-codegen/src/traits.rs +++ b/crates/iana-codegen/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana/src/jose.rs b/crates/iana/src/jose.rs index bad20ee20..270b430de 100644 --- a/crates/iana/src/jose.rs +++ b/crates/iana/src/jose.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana/src/lib.rs b/crates/iana/src/lib.rs index 5549e2dfd..59f8b3bf1 100644 --- a/crates/iana/src/lib.rs +++ b/crates/iana/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/iana/src/oauth.rs b/crates/iana/src/oauth.rs index 40b9d3fe7..0125081fa 100644 --- a/crates/iana/src/oauth.rs +++ b/crates/iana/src/oauth.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/claims.rs b/crates/jose/src/claims.rs index 80be7610c..1c7d8d904 100644 --- a/crates/jose/src/claims.rs +++ b/crates/jose/src/claims.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/constraints.rs b/crates/jose/src/constraints.rs index 6b5078af6..c9a521d8c 100644 --- a/crates/jose/src/constraints.rs +++ b/crates/jose/src/constraints.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwa/asymmetric.rs b/crates/jose/src/jwa/asymmetric.rs index 2fbea277d..15bd1e805 100644 --- a/crates/jose/src/jwa/asymmetric.rs +++ b/crates/jose/src/jwa/asymmetric.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwa/hmac.rs b/crates/jose/src/jwa/hmac.rs index 659e0e734..ca3d799c3 100644 --- a/crates/jose/src/jwa/hmac.rs +++ b/crates/jose/src/jwa/hmac.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwa/mod.rs b/crates/jose/src/jwa/mod.rs index 1ddf43dbd..690b57993 100644 --- a/crates/jose/src/jwa/mod.rs +++ b/crates/jose/src/jwa/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwa/signature.rs b/crates/jose/src/jwa/signature.rs index 4ccd6dcf6..af72f3fcc 100644 --- a/crates/jose/src/jwa/signature.rs +++ b/crates/jose/src/jwa/signature.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwa/symmetric.rs b/crates/jose/src/jwa/symmetric.rs index 4faa41193..b5d821dbc 100644 --- a/crates/jose/src/jwa/symmetric.rs +++ b/crates/jose/src/jwa/symmetric.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwk/mod.rs b/crates/jose/src/jwk/mod.rs index 8c74f79e5..8c397239c 100644 --- a/crates/jose/src/jwk/mod.rs +++ b/crates/jose/src/jwk/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwk/private_parameters.rs b/crates/jose/src/jwk/private_parameters.rs index e55186e20..4067b7f91 100644 --- a/crates/jose/src/jwk/private_parameters.rs +++ b/crates/jose/src/jwk/private_parameters.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwk/public_parameters.rs b/crates/jose/src/jwk/public_parameters.rs index 6bd686c94..3d545d5ef 100644 --- a/crates/jose/src/jwk/public_parameters.rs +++ b/crates/jose/src/jwk/public_parameters.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwt/header.rs b/crates/jose/src/jwt/header.rs index 44f1b28f7..db1c3fbca 100644 --- a/crates/jose/src/jwt/header.rs +++ b/crates/jose/src/jwt/header.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwt/mod.rs b/crates/jose/src/jwt/mod.rs index b3720fa08..15cf20f2f 100644 --- a/crates/jose/src/jwt/mod.rs +++ b/crates/jose/src/jwt/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwt/raw.rs b/crates/jose/src/jwt/raw.rs index 4fe34ce67..54e43b7e6 100644 --- a/crates/jose/src/jwt/raw.rs +++ b/crates/jose/src/jwt/raw.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/jwt/signed.rs b/crates/jose/src/jwt/signed.rs index 1210aabe1..291fcf7cc 100644 --- a/crates/jose/src/jwt/signed.rs +++ b/crates/jose/src/jwt/signed.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/src/lib.rs b/crates/jose/src/lib.rs index e627e03d3..9f9bf2348 100644 --- a/crates/jose/src/lib.rs +++ b/crates/jose/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/jose/tests/jws.rs b/crates/jose/tests/jws.rs index 71c44c332..e6947d5a0 100644 --- a/crates/jose/tests/jws.rs +++ b/crates/jose/tests/jws.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/keystore/src/encrypter.rs b/crates/keystore/src/encrypter.rs index f1ea41a15..d4d61154d 100644 --- a/crates/keystore/src/encrypter.rs +++ b/crates/keystore/src/encrypter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/keystore/src/lib.rs b/crates/keystore/src/lib.rs index 0d10c4df3..0c11e4928 100644 --- a/crates/keystore/src/lib.rs +++ b/crates/keystore/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/keystore/tests/keystore.rs b/crates/keystore/tests/keystore.rs index 311777d37..a644252e2 100644 --- a/crates/keystore/tests/keystore.rs +++ b/crates/keystore/tests/keystore.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/examples/demo/main.rs b/crates/listener/examples/demo/main.rs index 2e9cd6e61..3012701fc 100644 --- a/crates/listener/examples/demo/main.rs +++ b/crates/listener/examples/demo/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/lib.rs b/crates/listener/src/lib.rs index 8a1da689b..106319915 100644 --- a/crates/listener/src/lib.rs +++ b/crates/listener/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/maybe_tls.rs b/crates/listener/src/maybe_tls.rs index 64e97682a..ad2db89a9 100644 --- a/crates/listener/src/maybe_tls.rs +++ b/crates/listener/src/maybe_tls.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/proxy_protocol/acceptor.rs b/crates/listener/src/proxy_protocol/acceptor.rs index 64ab32962..7ca24bd56 100644 --- a/crates/listener/src/proxy_protocol/acceptor.rs +++ b/crates/listener/src/proxy_protocol/acceptor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/proxy_protocol/maybe.rs b/crates/listener/src/proxy_protocol/maybe.rs index 4967a8154..e396c053a 100644 --- a/crates/listener/src/proxy_protocol/maybe.rs +++ b/crates/listener/src/proxy_protocol/maybe.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/proxy_protocol/mod.rs b/crates/listener/src/proxy_protocol/mod.rs index 2c3b7bf62..820ef428a 100644 --- a/crates/listener/src/proxy_protocol/mod.rs +++ b/crates/listener/src/proxy_protocol/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/proxy_protocol/v1.rs b/crates/listener/src/proxy_protocol/v1.rs index 7d717c578..93a5dabd1 100644 --- a/crates/listener/src/proxy_protocol/v1.rs +++ b/crates/listener/src/proxy_protocol/v1.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/server.rs b/crates/listener/src/server.rs index 2a8137cf8..84000835f 100644 --- a/crates/listener/src/server.rs +++ b/crates/listener/src/server.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/shutdown.rs b/crates/listener/src/shutdown.rs index e16ea4766..54775e439 100644 --- a/crates/listener/src/shutdown.rs +++ b/crates/listener/src/shutdown.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/listener/src/unix_or_tcp.rs b/crates/listener/src/unix_or_tcp.rs index 08711e587..7b675f1d0 100644 --- a/crates/listener/src/unix_or_tcp.rs +++ b/crates/listener/src/unix_or_tcp.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/matrix-synapse/src/lib.rs b/crates/matrix-synapse/src/lib.rs index 612de9183..b77da2b89 100644 --- a/crates/matrix-synapse/src/lib.rs +++ b/crates/matrix-synapse/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/matrix/src/lib.rs b/crates/matrix/src/lib.rs index d74c7940a..700bb15d8 100644 --- a/crates/matrix/src/lib.rs +++ b/crates/matrix/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/matrix/src/mock.rs b/crates/matrix/src/mock.rs index d7b517e7b..50805ee12 100644 --- a/crates/matrix/src/mock.rs +++ b/crates/matrix/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/errors.rs b/crates/oauth2-types/src/errors.rs index ce2fceb99..e8ac2eff8 100644 --- a/crates/oauth2-types/src/errors.rs +++ b/crates/oauth2-types/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/lib.rs b/crates/oauth2-types/src/lib.rs index 033ef541b..2c69ef200 100644 --- a/crates/oauth2-types/src/lib.rs +++ b/crates/oauth2-types/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/oidc.rs b/crates/oauth2-types/src/oidc.rs index 00aa5adc8..011caaa9c 100644 --- a/crates/oauth2-types/src/oidc.rs +++ b/crates/oauth2-types/src/oidc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/pkce.rs b/crates/oauth2-types/src/pkce.rs index 788b70176..0be9baf9a 100644 --- a/crates/oauth2-types/src/pkce.rs +++ b/crates/oauth2-types/src/pkce.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/registration/client_metadata_serde.rs b/crates/oauth2-types/src/registration/client_metadata_serde.rs index d05b1f92f..369c53651 100644 --- a/crates/oauth2-types/src/registration/client_metadata_serde.rs +++ b/crates/oauth2-types/src/registration/client_metadata_serde.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/registration/mod.rs b/crates/oauth2-types/src/registration/mod.rs index 640671331..88ba869aa 100644 --- a/crates/oauth2-types/src/registration/mod.rs +++ b/crates/oauth2-types/src/registration/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/requests.rs b/crates/oauth2-types/src/requests.rs index 7ebb41238..dedf6e31e 100644 --- a/crates/oauth2-types/src/requests.rs +++ b/crates/oauth2-types/src/requests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/response_type.rs b/crates/oauth2-types/src/response_type.rs index 1f769ac3e..fb6a0fb5d 100644 --- a/crates/oauth2-types/src/response_type.rs +++ b/crates/oauth2-types/src/response_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/scope.rs b/crates/oauth2-types/src/scope.rs index d06008032..a13719e54 100644 --- a/crates/oauth2-types/src/scope.rs +++ b/crates/oauth2-types/src/scope.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/test_utils.rs b/crates/oauth2-types/src/test_utils.rs index eb6803fac..0310748f7 100644 --- a/crates/oauth2-types/src/test_utils.rs +++ b/crates/oauth2-types/src/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oauth2-types/src/webfinger.rs b/crates/oauth2-types/src/webfinger.rs index 28527451b..17d7557c4 100644 --- a/crates/oauth2-types/src/webfinger.rs +++ b/crates/oauth2-types/src/webfinger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/error.rs b/crates/oidc-client/src/error.rs index 2aff23758..a0bedbb53 100644 --- a/crates/oidc-client/src/error.rs +++ b/crates/oidc-client/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/http_service.rs b/crates/oidc-client/src/http_service.rs index 620f1f0da..b5d3e41b6 100644 --- a/crates/oidc-client/src/http_service.rs +++ b/crates/oidc-client/src/http_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/lib.rs b/crates/oidc-client/src/lib.rs index 31c603f2e..28d86e770 100644 --- a/crates/oidc-client/src/lib.rs +++ b/crates/oidc-client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/account_management.rs b/crates/oidc-client/src/requests/account_management.rs index 89865fad8..2a0158c43 100644 --- a/crates/oidc-client/src/requests/account_management.rs +++ b/crates/oidc-client/src/requests/account_management.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/authorization_code.rs b/crates/oidc-client/src/requests/authorization_code.rs index 171bb2310..e1bccf0a4 100644 --- a/crates/oidc-client/src/requests/authorization_code.rs +++ b/crates/oidc-client/src/requests/authorization_code.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/client_credentials.rs b/crates/oidc-client/src/requests/client_credentials.rs index 15d030c0c..f87779682 100644 --- a/crates/oidc-client/src/requests/client_credentials.rs +++ b/crates/oidc-client/src/requests/client_credentials.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/discovery.rs b/crates/oidc-client/src/requests/discovery.rs index c2d55d590..c8761a371 100644 --- a/crates/oidc-client/src/requests/discovery.rs +++ b/crates/oidc-client/src/requests/discovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/introspection.rs b/crates/oidc-client/src/requests/introspection.rs index 6f9ceb993..e82f2bcb1 100644 --- a/crates/oidc-client/src/requests/introspection.rs +++ b/crates/oidc-client/src/requests/introspection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/jose.rs b/crates/oidc-client/src/requests/jose.rs index e0c8bec00..cce6e1193 100644 --- a/crates/oidc-client/src/requests/jose.rs +++ b/crates/oidc-client/src/requests/jose.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/mod.rs b/crates/oidc-client/src/requests/mod.rs index 2cfe1cb52..5bc1c71ed 100644 --- a/crates/oidc-client/src/requests/mod.rs +++ b/crates/oidc-client/src/requests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/refresh_token.rs b/crates/oidc-client/src/requests/refresh_token.rs index 671ad6d6e..036f94a6b 100644 --- a/crates/oidc-client/src/requests/refresh_token.rs +++ b/crates/oidc-client/src/requests/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/registration.rs b/crates/oidc-client/src/requests/registration.rs index fde2ae53b..3f22f65f6 100644 --- a/crates/oidc-client/src/requests/registration.rs +++ b/crates/oidc-client/src/requests/registration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/revocation.rs b/crates/oidc-client/src/requests/revocation.rs index 0357555ee..290e7c711 100644 --- a/crates/oidc-client/src/requests/revocation.rs +++ b/crates/oidc-client/src/requests/revocation.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/rp_initiated_logout.rs b/crates/oidc-client/src/requests/rp_initiated_logout.rs index 0ad8abda0..5b424e64d 100644 --- a/crates/oidc-client/src/requests/rp_initiated_logout.rs +++ b/crates/oidc-client/src/requests/rp_initiated_logout.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/token.rs b/crates/oidc-client/src/requests/token.rs index 0f15d1190..196b2bec5 100644 --- a/crates/oidc-client/src/requests/token.rs +++ b/crates/oidc-client/src/requests/token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/requests/userinfo.rs b/crates/oidc-client/src/requests/userinfo.rs index b233a24b0..053c6c99b 100644 --- a/crates/oidc-client/src/requests/userinfo.rs +++ b/crates/oidc-client/src/requests/userinfo.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/types/client_credentials.rs b/crates/oidc-client/src/types/client_credentials.rs index ab56365a1..140fb44cb 100644 --- a/crates/oidc-client/src/types/client_credentials.rs +++ b/crates/oidc-client/src/types/client_credentials.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/types/mod.rs b/crates/oidc-client/src/types/mod.rs index c3d3dca2e..0c533d3d9 100644 --- a/crates/oidc-client/src/types/mod.rs +++ b/crates/oidc-client/src/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/types/scope.rs b/crates/oidc-client/src/types/scope.rs index 9857f1067..fbbb20e0f 100644 --- a/crates/oidc-client/src/types/scope.rs +++ b/crates/oidc-client/src/types/scope.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/src/utils/mod.rs b/crates/oidc-client/src/utils/mod.rs index e0e98f1de..e2b701e1f 100644 --- a/crates/oidc-client/src/utils/mod.rs +++ b/crates/oidc-client/src/utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/main.rs b/crates/oidc-client/tests/it/main.rs index 96a25905c..1c9db7eaf 100644 --- a/crates/oidc-client/tests/it/main.rs +++ b/crates/oidc-client/tests/it/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/account_management.rs b/crates/oidc-client/tests/it/requests/account_management.rs index b25f1b3c7..83eb78bb8 100644 --- a/crates/oidc-client/tests/it/requests/account_management.rs +++ b/crates/oidc-client/tests/it/requests/account_management.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/authorization_code.rs b/crates/oidc-client/tests/it/requests/authorization_code.rs index f8bf9716f..a22d9f2bc 100644 --- a/crates/oidc-client/tests/it/requests/authorization_code.rs +++ b/crates/oidc-client/tests/it/requests/authorization_code.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/client_credentials.rs b/crates/oidc-client/tests/it/requests/client_credentials.rs index 86157357c..b9e3ac132 100644 --- a/crates/oidc-client/tests/it/requests/client_credentials.rs +++ b/crates/oidc-client/tests/it/requests/client_credentials.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/discovery.rs b/crates/oidc-client/tests/it/requests/discovery.rs index 08d50b5e1..1cefce892 100644 --- a/crates/oidc-client/tests/it/requests/discovery.rs +++ b/crates/oidc-client/tests/it/requests/discovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/introspection.rs b/crates/oidc-client/tests/it/requests/introspection.rs index 08515d962..8b5ea70fd 100644 --- a/crates/oidc-client/tests/it/requests/introspection.rs +++ b/crates/oidc-client/tests/it/requests/introspection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/jose.rs b/crates/oidc-client/tests/it/requests/jose.rs index 5f385d122..3344ee99a 100644 --- a/crates/oidc-client/tests/it/requests/jose.rs +++ b/crates/oidc-client/tests/it/requests/jose.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/mod.rs b/crates/oidc-client/tests/it/requests/mod.rs index c767a9535..ffd50286a 100644 --- a/crates/oidc-client/tests/it/requests/mod.rs +++ b/crates/oidc-client/tests/it/requests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/refresh_token.rs b/crates/oidc-client/tests/it/requests/refresh_token.rs index 6c84bd288..a44ee4041 100644 --- a/crates/oidc-client/tests/it/requests/refresh_token.rs +++ b/crates/oidc-client/tests/it/requests/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/registration.rs b/crates/oidc-client/tests/it/requests/registration.rs index e9331084b..d15604830 100644 --- a/crates/oidc-client/tests/it/requests/registration.rs +++ b/crates/oidc-client/tests/it/requests/registration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/revocation.rs b/crates/oidc-client/tests/it/requests/revocation.rs index 7b8d220f6..bcea2642f 100644 --- a/crates/oidc-client/tests/it/requests/revocation.rs +++ b/crates/oidc-client/tests/it/requests/revocation.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/rp_initiated_logout.rs b/crates/oidc-client/tests/it/requests/rp_initiated_logout.rs index 1f83b2e19..4c944ae0c 100644 --- a/crates/oidc-client/tests/it/requests/rp_initiated_logout.rs +++ b/crates/oidc-client/tests/it/requests/rp_initiated_logout.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/requests/userinfo.rs b/crates/oidc-client/tests/it/requests/userinfo.rs index 3d08fb8ba..7a12c1919 100644 --- a/crates/oidc-client/tests/it/requests/userinfo.rs +++ b/crates/oidc-client/tests/it/requests/userinfo.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/types/client_credentials.rs b/crates/oidc-client/tests/it/types/client_credentials.rs index 86755ae50..d6d8413a1 100644 --- a/crates/oidc-client/tests/it/types/client_credentials.rs +++ b/crates/oidc-client/tests/it/types/client_credentials.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/oidc-client/tests/it/types/mod.rs b/crates/oidc-client/tests/it/types/mod.rs index ca97dd3ba..a45ac15bd 100644 --- a/crates/oidc-client/tests/it/types/mod.rs +++ b/crates/oidc-client/tests/it/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 Kévin Commaille. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/policy/src/bin/schema.rs b/crates/policy/src/bin/schema.rs index b9049c972..2b49b7955 100644 --- a/crates/policy/src/bin/schema.rs +++ b/crates/policy/src/bin/schema.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/policy/src/lib.rs b/crates/policy/src/lib.rs index 112751154..9db450fca 100644 --- a/crates/policy/src/lib.rs +++ b/crates/policy/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/policy/src/model.rs b/crates/policy/src/model.rs index 2133ae3b1..02eef65a2 100644 --- a/crates/policy/src/model.rs +++ b/crates/policy/src/model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/router/src/endpoints.rs b/crates/router/src/endpoints.rs index 9c38fea2b..131315219 100644 --- a/crates/router/src/endpoints.rs +++ b/crates/router/src/endpoints.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/router/src/lib.rs b/crates/router/src/lib.rs index b811d15e8..5a06f1891 100644 --- a/crates/router/src/lib.rs +++ b/crates/router/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/router/src/traits.rs b/crates/router/src/traits.rs index 4e9e0a4a4..53bb40678 100644 --- a/crates/router/src/traits.rs +++ b/crates/router/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/router/src/url_builder.rs b/crates/router/src/url_builder.rs index c21b98eb1..d3a2f6f64 100644 --- a/crates/router/src/url_builder.rs +++ b/crates/router/src/url_builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/spa/src/lib.rs b/crates/spa/src/lib.rs index d210a840b..91fc183d0 100644 --- a/crates/spa/src/lib.rs +++ b/crates/spa/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/spa/src/vite.rs b/crates/spa/src/vite.rs index 95b90a672..278dd31ad 100644 --- a/crates/spa/src/vite.rs +++ b/crates/spa/src/vite.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/build.rs b/crates/storage-pg/build.rs index 12e91a12c..d13fb1c76 100644 --- a/crates/storage-pg/build.rs +++ b/crates/storage-pg/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/app_session.rs b/crates/storage-pg/src/app_session.rs index ab72c1764..242b15395 100644 --- a/crates/storage-pg/src/app_session.rs +++ b/crates/storage-pg/src/app_session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/compat/access_token.rs b/crates/storage-pg/src/compat/access_token.rs index bcb196303..211c699fd 100644 --- a/crates/storage-pg/src/compat/access_token.rs +++ b/crates/storage-pg/src/compat/access_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/compat/mod.rs b/crates/storage-pg/src/compat/mod.rs index 7da366638..e58fa9071 100644 --- a/crates/storage-pg/src/compat/mod.rs +++ b/crates/storage-pg/src/compat/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/compat/refresh_token.rs b/crates/storage-pg/src/compat/refresh_token.rs index 37430935d..c191c4776 100644 --- a/crates/storage-pg/src/compat/refresh_token.rs +++ b/crates/storage-pg/src/compat/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/compat/session.rs b/crates/storage-pg/src/compat/session.rs index caf821b57..913a60d67 100644 --- a/crates/storage-pg/src/compat/session.rs +++ b/crates/storage-pg/src/compat/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/compat/sso_login.rs b/crates/storage-pg/src/compat/sso_login.rs index 379714bbf..c05d58df1 100644 --- a/crates/storage-pg/src/compat/sso_login.rs +++ b/crates/storage-pg/src/compat/sso_login.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/errors.rs b/crates/storage-pg/src/errors.rs index eb2490ccf..80fb9fa66 100644 --- a/crates/storage-pg/src/errors.rs +++ b/crates/storage-pg/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/filter.rs b/crates/storage-pg/src/filter.rs index b5ed1a578..e0771fc4e 100644 --- a/crates/storage-pg/src/filter.rs +++ b/crates/storage-pg/src/filter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/iden.rs b/crates/storage-pg/src/iden.rs index 4acdb1437..a87bef0db 100644 --- a/crates/storage-pg/src/iden.rs +++ b/crates/storage-pg/src/iden.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/job.rs b/crates/storage-pg/src/job.rs index 83035356d..2a12cde7e 100644 --- a/crates/storage-pg/src/job.rs +++ b/crates/storage-pg/src/job.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/lib.rs b/crates/storage-pg/src/lib.rs index 7c781a49a..aa7fadd55 100644 --- a/crates/storage-pg/src/lib.rs +++ b/crates/storage-pg/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/access_token.rs b/crates/storage-pg/src/oauth2/access_token.rs index 05be1853e..6bc45299b 100644 --- a/crates/storage-pg/src/oauth2/access_token.rs +++ b/crates/storage-pg/src/oauth2/access_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/authorization_grant.rs b/crates/storage-pg/src/oauth2/authorization_grant.rs index b38020c03..9034a042d 100644 --- a/crates/storage-pg/src/oauth2/authorization_grant.rs +++ b/crates/storage-pg/src/oauth2/authorization_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/client.rs b/crates/storage-pg/src/oauth2/client.rs index f98fc3ff6..08d948409 100644 --- a/crates/storage-pg/src/oauth2/client.rs +++ b/crates/storage-pg/src/oauth2/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/device_code_grant.rs b/crates/storage-pg/src/oauth2/device_code_grant.rs index 91ebf02b4..e0bb5bcd0 100644 --- a/crates/storage-pg/src/oauth2/device_code_grant.rs +++ b/crates/storage-pg/src/oauth2/device_code_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/mod.rs b/crates/storage-pg/src/oauth2/mod.rs index 3af98d3b2..6bd0b1c93 100644 --- a/crates/storage-pg/src/oauth2/mod.rs +++ b/crates/storage-pg/src/oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/refresh_token.rs b/crates/storage-pg/src/oauth2/refresh_token.rs index 906f21a2c..d45574918 100644 --- a/crates/storage-pg/src/oauth2/refresh_token.rs +++ b/crates/storage-pg/src/oauth2/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/oauth2/session.rs b/crates/storage-pg/src/oauth2/session.rs index 6b09f70a4..5993596bc 100644 --- a/crates/storage-pg/src/oauth2/session.rs +++ b/crates/storage-pg/src/oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/pagination.rs b/crates/storage-pg/src/pagination.rs index 7f8f4a171..68e95577c 100644 --- a/crates/storage-pg/src/pagination.rs +++ b/crates/storage-pg/src/pagination.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/repository.rs b/crates/storage-pg/src/repository.rs index 7200af175..284f5e2dc 100644 --- a/crates/storage-pg/src/repository.rs +++ b/crates/storage-pg/src/repository.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/tracing.rs b/crates/storage-pg/src/tracing.rs index b5fd44096..137bf036c 100644 --- a/crates/storage-pg/src/tracing.rs +++ b/crates/storage-pg/src/tracing.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/upstream_oauth2/link.rs b/crates/storage-pg/src/upstream_oauth2/link.rs index 0204c42bf..02ae4ca62 100644 --- a/crates/storage-pg/src/upstream_oauth2/link.rs +++ b/crates/storage-pg/src/upstream_oauth2/link.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/upstream_oauth2/mod.rs b/crates/storage-pg/src/upstream_oauth2/mod.rs index fe3b3944e..c9ca8afdc 100644 --- a/crates/storage-pg/src/upstream_oauth2/mod.rs +++ b/crates/storage-pg/src/upstream_oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/upstream_oauth2/provider.rs b/crates/storage-pg/src/upstream_oauth2/provider.rs index 6e7470111..0c54992c3 100644 --- a/crates/storage-pg/src/upstream_oauth2/provider.rs +++ b/crates/storage-pg/src/upstream_oauth2/provider.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/upstream_oauth2/session.rs b/crates/storage-pg/src/upstream_oauth2/session.rs index 6ef11c71a..fb27da5f8 100644 --- a/crates/storage-pg/src/upstream_oauth2/session.rs +++ b/crates/storage-pg/src/upstream_oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/email.rs b/crates/storage-pg/src/user/email.rs index 2b263b728..93a07aa61 100644 --- a/crates/storage-pg/src/user/email.rs +++ b/crates/storage-pg/src/user/email.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/mod.rs b/crates/storage-pg/src/user/mod.rs index ee1d51950..2d99fadf1 100644 --- a/crates/storage-pg/src/user/mod.rs +++ b/crates/storage-pg/src/user/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/password.rs b/crates/storage-pg/src/user/password.rs index d09aa78c9..96b42572e 100644 --- a/crates/storage-pg/src/user/password.rs +++ b/crates/storage-pg/src/user/password.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/recovery.rs b/crates/storage-pg/src/user/recovery.rs index a70742892..3a171c482 100644 --- a/crates/storage-pg/src/user/recovery.rs +++ b/crates/storage-pg/src/user/recovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/session.rs b/crates/storage-pg/src/user/session.rs index 4239128ff..4e19bbe4e 100644 --- a/crates/storage-pg/src/user/session.rs +++ b/crates/storage-pg/src/user/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/terms.rs b/crates/storage-pg/src/user/terms.rs index c86e35c78..7cfb385d5 100644 --- a/crates/storage-pg/src/user/terms.rs +++ b/crates/storage-pg/src/user/terms.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage-pg/src/user/tests.rs b/crates/storage-pg/src/user/tests.rs index 00115a1b0..55976cb18 100644 --- a/crates/storage-pg/src/user/tests.rs +++ b/crates/storage-pg/src/user/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/app_session.rs b/crates/storage/src/app_session.rs index 8cca24fb0..0a9bdfa2b 100644 --- a/crates/storage/src/app_session.rs +++ b/crates/storage/src/app_session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/clock.rs b/crates/storage/src/clock.rs index 762d471c9..c7fc235e0 100644 --- a/crates/storage/src/clock.rs +++ b/crates/storage/src/clock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/compat/access_token.rs b/crates/storage/src/compat/access_token.rs index cd994c552..4cd804e6d 100644 --- a/crates/storage/src/compat/access_token.rs +++ b/crates/storage/src/compat/access_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/compat/mod.rs b/crates/storage/src/compat/mod.rs index 77fa346e4..3bb11717b 100644 --- a/crates/storage/src/compat/mod.rs +++ b/crates/storage/src/compat/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/compat/refresh_token.rs b/crates/storage/src/compat/refresh_token.rs index 6b59007d0..c0b3029c0 100644 --- a/crates/storage/src/compat/refresh_token.rs +++ b/crates/storage/src/compat/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/compat/session.rs b/crates/storage/src/compat/session.rs index b9d36a26b..092b12f69 100644 --- a/crates/storage/src/compat/session.rs +++ b/crates/storage/src/compat/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/compat/sso_login.rs b/crates/storage/src/compat/sso_login.rs index c15b43982..133ae9db6 100644 --- a/crates/storage/src/compat/sso_login.rs +++ b/crates/storage/src/compat/sso_login.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/job.rs b/crates/storage/src/job.rs index b824cab9c..7b64c8f0b 100644 --- a/crates/storage/src/job.rs +++ b/crates/storage/src/job.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/lib.rs b/crates/storage/src/lib.rs index 7b1dd1619..129e48b06 100644 --- a/crates/storage/src/lib.rs +++ b/crates/storage/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/access_token.rs b/crates/storage/src/oauth2/access_token.rs index 28490cfbd..79354ef6b 100644 --- a/crates/storage/src/oauth2/access_token.rs +++ b/crates/storage/src/oauth2/access_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/authorization_grant.rs b/crates/storage/src/oauth2/authorization_grant.rs index cfaa21dd0..3313c7bcd 100644 --- a/crates/storage/src/oauth2/authorization_grant.rs +++ b/crates/storage/src/oauth2/authorization_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/client.rs b/crates/storage/src/oauth2/client.rs index 5a35aea31..d0455dc50 100644 --- a/crates/storage/src/oauth2/client.rs +++ b/crates/storage/src/oauth2/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/device_code_grant.rs b/crates/storage/src/oauth2/device_code_grant.rs index fb754fd70..7e6c85944 100644 --- a/crates/storage/src/oauth2/device_code_grant.rs +++ b/crates/storage/src/oauth2/device_code_grant.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/mod.rs b/crates/storage/src/oauth2/mod.rs index 80f153c27..8f6b86056 100644 --- a/crates/storage/src/oauth2/mod.rs +++ b/crates/storage/src/oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/refresh_token.rs b/crates/storage/src/oauth2/refresh_token.rs index 531d925ff..c003e9270 100644 --- a/crates/storage/src/oauth2/refresh_token.rs +++ b/crates/storage/src/oauth2/refresh_token.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/oauth2/session.rs b/crates/storage/src/oauth2/session.rs index 68f8d3aa8..231ca3138 100644 --- a/crates/storage/src/oauth2/session.rs +++ b/crates/storage/src/oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/pagination.rs b/crates/storage/src/pagination.rs index 63c7c04f0..318caff70 100644 --- a/crates/storage/src/pagination.rs +++ b/crates/storage/src/pagination.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/repository.rs b/crates/storage/src/repository.rs index 84896ad79..a78d51d1d 100644 --- a/crates/storage/src/repository.rs +++ b/crates/storage/src/repository.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/upstream_oauth2/link.rs b/crates/storage/src/upstream_oauth2/link.rs index d6d99028f..3088fbab0 100644 --- a/crates/storage/src/upstream_oauth2/link.rs +++ b/crates/storage/src/upstream_oauth2/link.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/upstream_oauth2/mod.rs b/crates/storage/src/upstream_oauth2/mod.rs index b3f0c9b17..c2f72f278 100644 --- a/crates/storage/src/upstream_oauth2/mod.rs +++ b/crates/storage/src/upstream_oauth2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/upstream_oauth2/provider.rs b/crates/storage/src/upstream_oauth2/provider.rs index ffd1326e9..7d7d4dbb0 100644 --- a/crates/storage/src/upstream_oauth2/provider.rs +++ b/crates/storage/src/upstream_oauth2/provider.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/upstream_oauth2/session.rs b/crates/storage/src/upstream_oauth2/session.rs index 15612c223..80da6135a 100644 --- a/crates/storage/src/upstream_oauth2/session.rs +++ b/crates/storage/src/upstream_oauth2/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/email.rs b/crates/storage/src/user/email.rs index 3d4e69241..16f87d035 100644 --- a/crates/storage/src/user/email.rs +++ b/crates/storage/src/user/email.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/mod.rs b/crates/storage/src/user/mod.rs index 7d7b06199..0b25b841c 100644 --- a/crates/storage/src/user/mod.rs +++ b/crates/storage/src/user/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/password.rs b/crates/storage/src/user/password.rs index 01280ae28..5f221743d 100644 --- a/crates/storage/src/user/password.rs +++ b/crates/storage/src/user/password.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/recovery.rs b/crates/storage/src/user/recovery.rs index bfe6dcbf0..b91731cc8 100644 --- a/crates/storage/src/user/recovery.rs +++ b/crates/storage/src/user/recovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/session.rs b/crates/storage/src/user/session.rs index ba80f97aa..491c1da8b 100644 --- a/crates/storage/src/user/session.rs +++ b/crates/storage/src/user/session.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/user/terms.rs b/crates/storage/src/user/terms.rs index 6de01232b..5813af433 100644 --- a/crates/storage/src/user/terms.rs +++ b/crates/storage/src/user/terms.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/storage/src/utils.rs b/crates/storage/src/utils.rs index 058addc2e..9f5d7ab98 100644 --- a/crates/storage/src/utils.rs +++ b/crates/storage/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/database.rs b/crates/tasks/src/database.rs index 1d098d359..5b80abfd8 100644 --- a/crates/tasks/src/database.rs +++ b/crates/tasks/src/database.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/email.rs b/crates/tasks/src/email.rs index 3690459b8..90d0aac35 100644 --- a/crates/tasks/src/email.rs +++ b/crates/tasks/src/email.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/lib.rs b/crates/tasks/src/lib.rs index 308cf35bc..8d012bdae 100644 --- a/crates/tasks/src/lib.rs +++ b/crates/tasks/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/matrix.rs b/crates/tasks/src/matrix.rs index 8829ae8af..ad1cb591e 100644 --- a/crates/tasks/src/matrix.rs +++ b/crates/tasks/src/matrix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/recovery.rs b/crates/tasks/src/recovery.rs index f89a2f94d..142f9f165 100644 --- a/crates/tasks/src/recovery.rs +++ b/crates/tasks/src/recovery.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/storage/from_row.rs b/crates/tasks/src/storage/from_row.rs index f82d0f986..5acf6848a 100644 --- a/crates/tasks/src/storage/from_row.rs +++ b/crates/tasks/src/storage/from_row.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/storage/mod.rs b/crates/tasks/src/storage/mod.rs index e5966bfe7..5f6e77e31 100644 --- a/crates/tasks/src/storage/mod.rs +++ b/crates/tasks/src/storage/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/storage/postgres.rs b/crates/tasks/src/storage/postgres.rs index f8c2e11db..f709579ed 100644 --- a/crates/tasks/src/storage/postgres.rs +++ b/crates/tasks/src/storage/postgres.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/user.rs b/crates/tasks/src/user.rs index 56dd83288..76f81d20e 100644 --- a/crates/tasks/src/user.rs +++ b/crates/tasks/src/user.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tasks/src/utils.rs b/crates/tasks/src/utils.rs index 591f1ce95..c5862f9cf 100644 --- a/crates/tasks/src/utils.rs +++ b/crates/tasks/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/context.rs b/crates/templates/src/context.rs index 1a939da65..045450373 100644 --- a/crates/templates/src/context.rs +++ b/crates/templates/src/context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/context/branding.rs b/crates/templates/src/context/branding.rs index 0a40740ed..8a6833548 100644 --- a/crates/templates/src/context/branding.rs +++ b/crates/templates/src/context/branding.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/context/captcha.rs b/crates/templates/src/context/captcha.rs index fbd66f0de..ba225dbf3 100644 --- a/crates/templates/src/context/captcha.rs +++ b/crates/templates/src/context/captcha.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/context/ext.rs b/crates/templates/src/context/ext.rs index 2a1b45f13..3686c3bab 100644 --- a/crates/templates/src/context/ext.rs +++ b/crates/templates/src/context/ext.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/context/features.rs b/crates/templates/src/context/features.rs index 7f7156026..13e452811 100644 --- a/crates/templates/src/context/features.rs +++ b/crates/templates/src/context/features.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/forms.rs b/crates/templates/src/forms.rs index a872551ca..2fcb7e3e9 100644 --- a/crates/templates/src/forms.rs +++ b/crates/templates/src/forms.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/functions.rs b/crates/templates/src/functions.rs index 39b4e97df..564b8670b 100644 --- a/crates/templates/src/functions.rs +++ b/crates/templates/src/functions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/lib.rs b/crates/templates/src/lib.rs index 1ff4cdc5d..7d668a5ee 100644 --- a/crates/templates/src/lib.rs +++ b/crates/templates/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/templates/src/macros.rs b/crates/templates/src/macros.rs index 2d0909307..b3ed9d60a 100644 --- a/crates/templates/src/macros.rs +++ b/crates/templates/src/macros.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2021-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/lib.rs b/crates/tower/src/lib.rs index 53e2f7268..518f3109f 100644 --- a/crates/tower/src/lib.rs +++ b/crates/tower/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/metrics/duration.rs b/crates/tower/src/metrics/duration.rs index 6473290f4..1f9cb4cc7 100644 --- a/crates/tower/src/metrics/duration.rs +++ b/crates/tower/src/metrics/duration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/metrics/in_flight.rs b/crates/tower/src/metrics/in_flight.rs index 37ce08a4b..f9b5b0dae 100644 --- a/crates/tower/src/metrics/in_flight.rs +++ b/crates/tower/src/metrics/in_flight.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/metrics/make_attributes.rs b/crates/tower/src/metrics/make_attributes.rs index 5fa937b94..a57636b4b 100644 --- a/crates/tower/src/metrics/make_attributes.rs +++ b/crates/tower/src/metrics/make_attributes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/metrics/mod.rs b/crates/tower/src/metrics/mod.rs index 3dcac23f7..0b384a895 100644 --- a/crates/tower/src/metrics/mod.rs +++ b/crates/tower/src/metrics/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/trace_context.rs b/crates/tower/src/trace_context.rs index a2aaad557..1de7594ed 100644 --- a/crates/tower/src/trace_context.rs +++ b/crates/tower/src/trace_context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/enrich_span.rs b/crates/tower/src/tracing/enrich_span.rs index aa266cc83..9d2b83c84 100644 --- a/crates/tower/src/tracing/enrich_span.rs +++ b/crates/tower/src/tracing/enrich_span.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/future.rs b/crates/tower/src/tracing/future.rs index bce09de89..f116388ef 100644 --- a/crates/tower/src/tracing/future.rs +++ b/crates/tower/src/tracing/future.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/layer.rs b/crates/tower/src/tracing/layer.rs index a0f6358a1..70ad27954 100644 --- a/crates/tower/src/tracing/layer.rs +++ b/crates/tower/src/tracing/layer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/make_span.rs b/crates/tower/src/tracing/make_span.rs index 4de2add13..f84cab73e 100644 --- a/crates/tower/src/tracing/make_span.rs +++ b/crates/tower/src/tracing/make_span.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/mod.rs b/crates/tower/src/tracing/mod.rs index 8d10573ff..8555119d3 100644 --- a/crates/tower/src/tracing/mod.rs +++ b/crates/tower/src/tracing/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/tracing/service.rs b/crates/tower/src/tracing/service.rs index 28d48968d..8a292ad83 100644 --- a/crates/tower/src/tracing/service.rs +++ b/crates/tower/src/tracing/service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/crates/tower/src/utils.rs b/crates/tower/src/utils.rs index 4024a6c62..b0c7a5b18 100644 --- a/crates/tower/src/utils.rs +++ b/crates/tower/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs index 3b067b613..ae073ae44 100644 --- a/frontend/.eslintrc.cjs +++ b/frontend/.eslintrc.cjs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/.storybook/main.ts b/frontend/.storybook/main.ts index fcaf7f61c..934f41032 100644 --- a/frontend/.storybook/main.ts +++ b/frontend/.storybook/main.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/.storybook/preview.tsx b/frontend/.storybook/preview.tsx index f74ed098b..169380ef2 100644 --- a/frontend/.storybook/preview.tsx +++ b/frontend/.storybook/preview.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/codegen.ts b/frontend/codegen.ts index 4c6e0ee29..df6e05e8b 100644 --- a/frontend/codegen.ts +++ b/frontend/codegen.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/i18next-parser.config.ts b/frontend/i18next-parser.config.ts index 4b183c530..2f0170dfe 100644 --- a/frontend/i18next-parser.config.ts +++ b/frontend/i18next-parser.config.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/@types/i18next.d.ts b/frontend/src/@types/i18next.d.ts index 756c48af6..127b3670f 100644 --- a/frontend/src/@types/i18next.d.ts +++ b/frontend/src/@types/i18next.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.module.css b/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.module.css index 997df0373..51a12c9b5 100644 --- a/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.module.css +++ b/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.tsx b/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.tsx index 742cd32df..86fdd4dd1 100644 --- a/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.tsx +++ b/frontend/src/components/AccountManagementPasswordPreview/AccountManagementPasswordPreview.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/AccountManagementPasswordPreview/index.ts b/frontend/src/components/AccountManagementPasswordPreview/index.ts index a46f68323..8597fdffa 100644 --- a/frontend/src/components/AccountManagementPasswordPreview/index.ts +++ b/frontend/src/components/AccountManagementPasswordPreview/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Block/Block.module.css b/frontend/src/components/Block/Block.module.css index 28e9b98b6..5399077ae 100644 --- a/frontend/src/components/Block/Block.module.css +++ b/frontend/src/components/Block/Block.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Block/Block.stories.tsx b/frontend/src/components/Block/Block.stories.tsx index e23f6b279..0caaac099 100644 --- a/frontend/src/components/Block/Block.stories.tsx +++ b/frontend/src/components/Block/Block.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Block/Block.test.tsx b/frontend/src/components/Block/Block.test.tsx index 15f58beab..ffaa7b544 100644 --- a/frontend/src/components/Block/Block.test.tsx +++ b/frontend/src/components/Block/Block.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Block/Block.tsx b/frontend/src/components/Block/Block.tsx index a5bddfe13..157d62a83 100644 --- a/frontend/src/components/Block/Block.tsx +++ b/frontend/src/components/Block/Block.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Block/index.ts b/frontend/src/components/Block/index.ts index 1f6d2719b..8cf98ec84 100644 --- a/frontend/src/components/Block/index.ts +++ b/frontend/src/components/Block/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BlockList/BlockList.module.css b/frontend/src/components/BlockList/BlockList.module.css index ed482d7d0..e9fe11643 100644 --- a/frontend/src/components/BlockList/BlockList.module.css +++ b/frontend/src/components/BlockList/BlockList.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BlockList/BlockList.stories.tsx b/frontend/src/components/BlockList/BlockList.stories.tsx index ef540dbfe..59987771c 100644 --- a/frontend/src/components/BlockList/BlockList.stories.tsx +++ b/frontend/src/components/BlockList/BlockList.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BlockList/BlockList.test.tsx b/frontend/src/components/BlockList/BlockList.test.tsx index 1dba0847c..4a54dcd47 100644 --- a/frontend/src/components/BlockList/BlockList.test.tsx +++ b/frontend/src/components/BlockList/BlockList.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BlockList/BlockList.tsx b/frontend/src/components/BlockList/BlockList.tsx index bf5d90496..cac68d945 100644 --- a/frontend/src/components/BlockList/BlockList.tsx +++ b/frontend/src/components/BlockList/BlockList.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BlockList/index.ts b/frontend/src/components/BlockList/index.ts index d843e8b35..46df82ca5 100644 --- a/frontend/src/components/BlockList/index.ts +++ b/frontend/src/components/BlockList/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/BrowserSession.tsx b/frontend/src/components/BrowserSession.tsx index d939a7493..69b9f32e4 100644 --- a/frontend/src/components/BrowserSession.tsx +++ b/frontend/src/components/BrowserSession.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/ButtonLink.tsx b/frontend/src/components/ButtonLink.tsx index e7e0230f5..41c9bdb19 100644 --- a/frontend/src/components/ButtonLink.tsx +++ b/frontend/src/components/ButtonLink.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Client/OAuth2ClientDetail.module.css b/frontend/src/components/Client/OAuth2ClientDetail.module.css index f7cb69798..52af4eeb4 100644 --- a/frontend/src/components/Client/OAuth2ClientDetail.module.css +++ b/frontend/src/components/Client/OAuth2ClientDetail.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Client/OAuth2ClientDetail.test.tsx b/frontend/src/components/Client/OAuth2ClientDetail.test.tsx index c46e7dbbf..f7497f043 100644 --- a/frontend/src/components/Client/OAuth2ClientDetail.test.tsx +++ b/frontend/src/components/Client/OAuth2ClientDetail.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Client/OAuth2ClientDetail.tsx b/frontend/src/components/Client/OAuth2ClientDetail.tsx index 3adb56d9d..00a2fe926 100644 --- a/frontend/src/components/Client/OAuth2ClientDetail.tsx +++ b/frontend/src/components/Client/OAuth2ClientDetail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Collapsible/Collapsible.module.css b/frontend/src/components/Collapsible/Collapsible.module.css index fc8d85ccd..4c9560964 100644 --- a/frontend/src/components/Collapsible/Collapsible.module.css +++ b/frontend/src/components/Collapsible/Collapsible.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Collapsible/Collapsible.tsx b/frontend/src/components/Collapsible/Collapsible.tsx index 637d9f25e..9c9dab359 100644 --- a/frontend/src/components/Collapsible/Collapsible.tsx +++ b/frontend/src/components/Collapsible/Collapsible.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Collapsible/index.ts b/frontend/src/components/Collapsible/index.ts index 68fcef50a..70e50b537 100644 --- a/frontend/src/components/Collapsible/index.ts +++ b/frontend/src/components/Collapsible/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/CompatSession.test.tsx b/frontend/src/components/CompatSession.test.tsx index 7e2d15010..776bebf23 100644 --- a/frontend/src/components/CompatSession.test.tsx +++ b/frontend/src/components/CompatSession.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/CompatSession.tsx b/frontend/src/components/CompatSession.tsx index 832cd38bb..61c67c184 100644 --- a/frontend/src/components/CompatSession.tsx +++ b/frontend/src/components/CompatSession.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/DateTime.stories.tsx b/frontend/src/components/DateTime.stories.tsx index cde37057e..eda1fc110 100644 --- a/frontend/src/components/DateTime.stories.tsx +++ b/frontend/src/components/DateTime.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/DateTime.tsx b/frontend/src/components/DateTime.tsx index 69bf03247..b14d19fad 100644 --- a/frontend/src/components/DateTime.tsx +++ b/frontend/src/components/DateTime.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Dialog/Dialog.module.css b/frontend/src/components/Dialog/Dialog.module.css index 0bd3660f1..a388d7f78 100644 --- a/frontend/src/components/Dialog/Dialog.module.css +++ b/frontend/src/components/Dialog/Dialog.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Dialog/Dialog.stories.tsx b/frontend/src/components/Dialog/Dialog.stories.tsx index 51a1beb82..3fcfa41ff 100644 --- a/frontend/src/components/Dialog/Dialog.stories.tsx +++ b/frontend/src/components/Dialog/Dialog.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Dialog/Dialog.tsx b/frontend/src/components/Dialog/Dialog.tsx index 079e9fcf8..7b0ee724b 100644 --- a/frontend/src/components/Dialog/Dialog.tsx +++ b/frontend/src/components/Dialog/Dialog.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Dialog/index.ts b/frontend/src/components/Dialog/index.ts index d7b533c61..8ce19f439 100644 --- a/frontend/src/components/Dialog/index.ts +++ b/frontend/src/components/Dialog/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/EmptyState/EmptyState.module.css b/frontend/src/components/EmptyState/EmptyState.module.css index 57e678428..7a882aab1 100644 --- a/frontend/src/components/EmptyState/EmptyState.module.css +++ b/frontend/src/components/EmptyState/EmptyState.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/EmptyState/EmptyState.stories.tsx b/frontend/src/components/EmptyState/EmptyState.stories.tsx index cb36659c9..60ef08806 100644 --- a/frontend/src/components/EmptyState/EmptyState.stories.tsx +++ b/frontend/src/components/EmptyState/EmptyState.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/EmptyState/EmptyState.tsx b/frontend/src/components/EmptyState/EmptyState.tsx index 60d0eab40..dbeae0d75 100644 --- a/frontend/src/components/EmptyState/EmptyState.tsx +++ b/frontend/src/components/EmptyState/EmptyState.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/EmptyState/index.ts b/frontend/src/components/EmptyState/index.ts index bca8c2acf..dde4804fe 100644 --- a/frontend/src/components/EmptyState/index.ts +++ b/frontend/src/components/EmptyState/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/ErrorBoundary.tsx b/frontend/src/components/ErrorBoundary.tsx index c7e6719b2..1d25f592e 100644 --- a/frontend/src/components/ErrorBoundary.tsx +++ b/frontend/src/components/ErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/ExternalLink/ExternalLink.module.css b/frontend/src/components/ExternalLink/ExternalLink.module.css index 138e30fef..0555143e0 100644 --- a/frontend/src/components/ExternalLink/ExternalLink.module.css +++ b/frontend/src/components/ExternalLink/ExternalLink.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/ExternalLink/ExternalLink.tsx b/frontend/src/components/ExternalLink/ExternalLink.tsx index 182ef7460..98865667e 100644 --- a/frontend/src/components/ExternalLink/ExternalLink.tsx +++ b/frontend/src/components/ExternalLink/ExternalLink.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Filter/Filter.module.css b/frontend/src/components/Filter/Filter.module.css index bef2b1264..e9c8561e9 100644 --- a/frontend/src/components/Filter/Filter.module.css +++ b/frontend/src/components/Filter/Filter.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Filter/Filter.stories.tsx b/frontend/src/components/Filter/Filter.stories.tsx index 0cb168009..5cf6fcbaa 100644 --- a/frontend/src/components/Filter/Filter.stories.tsx +++ b/frontend/src/components/Filter/Filter.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Filter/Filter.tsx b/frontend/src/components/Filter/Filter.tsx index d989aa499..187c75d5d 100644 --- a/frontend/src/components/Filter/Filter.tsx +++ b/frontend/src/components/Filter/Filter.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Filter/index.ts b/frontend/src/components/Filter/index.ts index 4731a1c8c..521f0b4b4 100644 --- a/frontend/src/components/Filter/index.ts +++ b/frontend/src/components/Filter/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Footer/Footer.module.css b/frontend/src/components/Footer/Footer.module.css index 7068e5ec2..43f80286c 100644 --- a/frontend/src/components/Footer/Footer.module.css +++ b/frontend/src/components/Footer/Footer.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Footer/Footer.stories.tsx b/frontend/src/components/Footer/Footer.stories.tsx index b6175411b..8824fa7e1 100644 --- a/frontend/src/components/Footer/Footer.stories.tsx +++ b/frontend/src/components/Footer/Footer.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index bf78cb695..bf6559bf4 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Footer/index.ts b/frontend/src/components/Footer/index.ts index 8f2354703..eb0958197 100644 --- a/frontend/src/components/Footer/index.ts +++ b/frontend/src/components/Footer/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/GenericError.module.css b/frontend/src/components/GenericError.module.css index d6dc9216d..7d7d417b6 100644 --- a/frontend/src/components/GenericError.module.css +++ b/frontend/src/components/GenericError.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/GenericError.tsx b/frontend/src/components/GenericError.tsx index 333fd7c69..815477761 100644 --- a/frontend/src/components/GenericError.tsx +++ b/frontend/src/components/GenericError.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Layout/Layout.module.css b/frontend/src/components/Layout/Layout.module.css index 1ec0b0bc7..7c589b52f 100644 --- a/frontend/src/components/Layout/Layout.module.css +++ b/frontend/src/components/Layout/Layout.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Layout/Layout.tsx b/frontend/src/components/Layout/Layout.tsx index dbcb869f6..cf9316f65 100644 --- a/frontend/src/components/Layout/Layout.tsx +++ b/frontend/src/components/Layout/Layout.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Layout/index.ts b/frontend/src/components/Layout/index.ts index 692282a1d..9fff7e5a3 100644 --- a/frontend/src/components/Layout/index.ts +++ b/frontend/src/components/Layout/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Link.tsx b/frontend/src/components/Link.tsx index 9d4ee664b..d9b791ae3 100644 --- a/frontend/src/components/Link.tsx +++ b/frontend/src/components/Link.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingScreen/LoadingScreen.module.css b/frontend/src/components/LoadingScreen/LoadingScreen.module.css index 0e3b43291..b3be023a1 100644 --- a/frontend/src/components/LoadingScreen/LoadingScreen.module.css +++ b/frontend/src/components/LoadingScreen/LoadingScreen.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingScreen/LoadingScreen.stories.tsx b/frontend/src/components/LoadingScreen/LoadingScreen.stories.tsx index 613752cae..e94e0ae8c 100644 --- a/frontend/src/components/LoadingScreen/LoadingScreen.stories.tsx +++ b/frontend/src/components/LoadingScreen/LoadingScreen.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingScreen/LoadingScreen.test.tsx b/frontend/src/components/LoadingScreen/LoadingScreen.test.tsx index c02a73bc9..a8c438d20 100644 --- a/frontend/src/components/LoadingScreen/LoadingScreen.test.tsx +++ b/frontend/src/components/LoadingScreen/LoadingScreen.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingScreen/LoadingScreen.tsx b/frontend/src/components/LoadingScreen/LoadingScreen.tsx index feb5da94c..6195ce4b8 100644 --- a/frontend/src/components/LoadingScreen/LoadingScreen.tsx +++ b/frontend/src/components/LoadingScreen/LoadingScreen.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingScreen/index.ts b/frontend/src/components/LoadingScreen/index.ts index a04e22be3..31f80223f 100644 --- a/frontend/src/components/LoadingScreen/index.ts +++ b/frontend/src/components/LoadingScreen/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingSpinner/LoadingSpinner.module.css b/frontend/src/components/LoadingSpinner/LoadingSpinner.module.css index 410264a74..cb15b455a 100644 --- a/frontend/src/components/LoadingSpinner/LoadingSpinner.module.css +++ b/frontend/src/components/LoadingSpinner/LoadingSpinner.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingSpinner/LoadingSpinner.stories.tsx b/frontend/src/components/LoadingSpinner/LoadingSpinner.stories.tsx index 0418a8223..755ef4784 100644 --- a/frontend/src/components/LoadingSpinner/LoadingSpinner.stories.tsx +++ b/frontend/src/components/LoadingSpinner/LoadingSpinner.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingSpinner/LoadingSpinner.tsx b/frontend/src/components/LoadingSpinner/LoadingSpinner.tsx index 120b0fe3b..d9b98911a 100644 --- a/frontend/src/components/LoadingSpinner/LoadingSpinner.tsx +++ b/frontend/src/components/LoadingSpinner/LoadingSpinner.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/LoadingSpinner/index.ts b/frontend/src/components/LoadingSpinner/index.ts index 78b6fd13a..cbc3a1932 100644 --- a/frontend/src/components/LoadingSpinner/index.ts +++ b/frontend/src/components/LoadingSpinner/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavBar/NavBar.module.css b/frontend/src/components/NavBar/NavBar.module.css index 3afd7f47c..dc4309efa 100644 --- a/frontend/src/components/NavBar/NavBar.module.css +++ b/frontend/src/components/NavBar/NavBar.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavBar/NavBar.stories.tsx b/frontend/src/components/NavBar/NavBar.stories.tsx index 0f2c19d86..ea1e8b01d 100644 --- a/frontend/src/components/NavBar/NavBar.stories.tsx +++ b/frontend/src/components/NavBar/NavBar.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavBar/NavBar.tsx b/frontend/src/components/NavBar/NavBar.tsx index e936043c5..2999333ed 100644 --- a/frontend/src/components/NavBar/NavBar.tsx +++ b/frontend/src/components/NavBar/NavBar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavBar/index.ts b/frontend/src/components/NavBar/index.ts index 4785d5f3d..98b14f2c1 100644 --- a/frontend/src/components/NavBar/index.ts +++ b/frontend/src/components/NavBar/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavItem/NavItem.module.css b/frontend/src/components/NavItem/NavItem.module.css index 142d49c8e..45f354ca7 100644 --- a/frontend/src/components/NavItem/NavItem.module.css +++ b/frontend/src/components/NavItem/NavItem.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavItem/NavItem.tsx b/frontend/src/components/NavItem/NavItem.tsx index 1ff38207f..404425227 100644 --- a/frontend/src/components/NavItem/NavItem.tsx +++ b/frontend/src/components/NavItem/NavItem.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NavItem/index.ts b/frontend/src/components/NavItem/index.ts index c9781b5c1..653f04a4f 100644 --- a/frontend/src/components/NavItem/index.ts +++ b/frontend/src/components/NavItem/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NotFound.tsx b/frontend/src/components/NotFound.tsx index 3e98fcbfb..612a7255b 100644 --- a/frontend/src/components/NotFound.tsx +++ b/frontend/src/components/NotFound.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/NotLoggedIn.tsx b/frontend/src/components/NotLoggedIn.tsx index 7460c3a81..2fbf56fa0 100644 --- a/frontend/src/components/NotLoggedIn.tsx +++ b/frontend/src/components/NotLoggedIn.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/OAuth2Session.test.tsx b/frontend/src/components/OAuth2Session.test.tsx index b3c00d0e8..29c177a11 100644 --- a/frontend/src/components/OAuth2Session.test.tsx +++ b/frontend/src/components/OAuth2Session.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/OAuth2Session.tsx b/frontend/src/components/OAuth2Session.tsx index bc4b0af92..1e1e1dd16 100644 --- a/frontend/src/components/OAuth2Session.tsx +++ b/frontend/src/components/OAuth2Session.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/PageHeading/PageHeading.module.css b/frontend/src/components/PageHeading/PageHeading.module.css index 9ce874b9e..36f61dd40 100644 --- a/frontend/src/components/PageHeading/PageHeading.module.css +++ b/frontend/src/components/PageHeading/PageHeading.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/PageHeading/PageHeading.tsx b/frontend/src/components/PageHeading/PageHeading.tsx index 0d76f10dd..ef3a94cd4 100644 --- a/frontend/src/components/PageHeading/PageHeading.tsx +++ b/frontend/src/components/PageHeading/PageHeading.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/PageHeading/index.ts b/frontend/src/components/PageHeading/index.ts index 682fed596..0c481b4a2 100644 --- a/frontend/src/components/PageHeading/index.ts +++ b/frontend/src/components/PageHeading/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/PaginationControls.tsx b/frontend/src/components/PaginationControls.tsx index a22816aaa..dc198152e 100644 --- a/frontend/src/components/PaginationControls.tsx +++ b/frontend/src/components/PaginationControls.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/PasswordCreationDoubleInput.tsx b/frontend/src/components/PasswordCreationDoubleInput.tsx index f1c973411..a9179e328 100644 --- a/frontend/src/components/PasswordCreationDoubleInput.tsx +++ b/frontend/src/components/PasswordCreationDoubleInput.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/ClientAvatar.module.css b/frontend/src/components/Session/ClientAvatar.module.css index a8627b21f..c209a5ad4 100644 --- a/frontend/src/components/Session/ClientAvatar.module.css +++ b/frontend/src/components/Session/ClientAvatar.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/ClientAvatar.test.tsx b/frontend/src/components/Session/ClientAvatar.test.tsx index a287ee197..e403417ba 100644 --- a/frontend/src/components/Session/ClientAvatar.test.tsx +++ b/frontend/src/components/Session/ClientAvatar.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/ClientAvatar.tsx b/frontend/src/components/Session/ClientAvatar.tsx index 1bf303342..1985ae2d8 100644 --- a/frontend/src/components/Session/ClientAvatar.tsx +++ b/frontend/src/components/Session/ClientAvatar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/DeviceTypeIcon.module.css b/frontend/src/components/Session/DeviceTypeIcon.module.css index b7685a9ed..5bf772c26 100644 --- a/frontend/src/components/Session/DeviceTypeIcon.module.css +++ b/frontend/src/components/Session/DeviceTypeIcon.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/DeviceTypeIcon.stories.tsx b/frontend/src/components/Session/DeviceTypeIcon.stories.tsx index c9e8e15a8..f3ba539d7 100644 --- a/frontend/src/components/Session/DeviceTypeIcon.stories.tsx +++ b/frontend/src/components/Session/DeviceTypeIcon.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/DeviceTypeIcon.test.tsx b/frontend/src/components/Session/DeviceTypeIcon.test.tsx index a899f35c0..85150e7a4 100644 --- a/frontend/src/components/Session/DeviceTypeIcon.test.tsx +++ b/frontend/src/components/Session/DeviceTypeIcon.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/DeviceTypeIcon.tsx b/frontend/src/components/Session/DeviceTypeIcon.tsx index 23eec7303..1fe8ed7a9 100644 --- a/frontend/src/components/Session/DeviceTypeIcon.tsx +++ b/frontend/src/components/Session/DeviceTypeIcon.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/EndSessionButton.stories.tsx b/frontend/src/components/Session/EndSessionButton.stories.tsx index 4d14a3017..838f51a27 100644 --- a/frontend/src/components/Session/EndSessionButton.stories.tsx +++ b/frontend/src/components/Session/EndSessionButton.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/EndSessionButton.tsx b/frontend/src/components/Session/EndSessionButton.tsx index 678cd0d16..54a54853c 100644 --- a/frontend/src/components/Session/EndSessionButton.tsx +++ b/frontend/src/components/Session/EndSessionButton.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/LastActive.module.css b/frontend/src/components/Session/LastActive.module.css index 91d6483a4..58864ae08 100644 --- a/frontend/src/components/Session/LastActive.module.css +++ b/frontend/src/components/Session/LastActive.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/LastActive.stories.tsx b/frontend/src/components/Session/LastActive.stories.tsx index 44f4de4ce..0ff098e49 100644 --- a/frontend/src/components/Session/LastActive.stories.tsx +++ b/frontend/src/components/Session/LastActive.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/LastActive.test.tsx b/frontend/src/components/Session/LastActive.test.tsx index 90fee6713..3eaeaad2c 100644 --- a/frontend/src/components/Session/LastActive.test.tsx +++ b/frontend/src/components/Session/LastActive.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Session/LastActive.tsx b/frontend/src/components/Session/LastActive.tsx index 3db5336bb..b6d81df53 100644 --- a/frontend/src/components/Session/LastActive.tsx +++ b/frontend/src/components/Session/LastActive.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionCard/SessionCard.module.css b/frontend/src/components/SessionCard/SessionCard.module.css index d525f05a5..4af95ae0b 100644 --- a/frontend/src/components/SessionCard/SessionCard.module.css +++ b/frontend/src/components/SessionCard/SessionCard.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionCard/SessionCard.stories.tsx b/frontend/src/components/SessionCard/SessionCard.stories.tsx index 92072d034..715966835 100644 --- a/frontend/src/components/SessionCard/SessionCard.stories.tsx +++ b/frontend/src/components/SessionCard/SessionCard.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionCard/SessionCard.tsx b/frontend/src/components/SessionCard/SessionCard.tsx index e926ea7ee..2676f629e 100644 --- a/frontend/src/components/SessionCard/SessionCard.tsx +++ b/frontend/src/components/SessionCard/SessionCard.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionCard/index.ts b/frontend/src/components/SessionCard/index.ts index 901f7af8c..8d0c1940e 100644 --- a/frontend/src/components/SessionCard/index.ts +++ b/frontend/src/components/SessionCard/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/BrowserSessionDetail.module.css b/frontend/src/components/SessionDetail/BrowserSessionDetail.module.css index 54a598bef..d14155405 100644 --- a/frontend/src/components/SessionDetail/BrowserSessionDetail.module.css +++ b/frontend/src/components/SessionDetail/BrowserSessionDetail.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/BrowserSessionDetail.tsx b/frontend/src/components/SessionDetail/BrowserSessionDetail.tsx index 6e0b7bb6b..cc9168bbc 100644 --- a/frontend/src/components/SessionDetail/BrowserSessionDetail.tsx +++ b/frontend/src/components/SessionDetail/BrowserSessionDetail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/CompatSessionDetail.test.tsx b/frontend/src/components/SessionDetail/CompatSessionDetail.test.tsx index 9718a2fd5..ca6c79cb2 100644 --- a/frontend/src/components/SessionDetail/CompatSessionDetail.test.tsx +++ b/frontend/src/components/SessionDetail/CompatSessionDetail.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/CompatSessionDetail.tsx b/frontend/src/components/SessionDetail/CompatSessionDetail.tsx index f6f981e47..62156c43e 100644 --- a/frontend/src/components/SessionDetail/CompatSessionDetail.tsx +++ b/frontend/src/components/SessionDetail/CompatSessionDetail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/OAuth2SessionDetail.test.tsx b/frontend/src/components/SessionDetail/OAuth2SessionDetail.test.tsx index 7d1074f5f..166570052 100644 --- a/frontend/src/components/SessionDetail/OAuth2SessionDetail.test.tsx +++ b/frontend/src/components/SessionDetail/OAuth2SessionDetail.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/OAuth2SessionDetail.tsx b/frontend/src/components/SessionDetail/OAuth2SessionDetail.tsx index 49f7379f1..c0c32f178 100644 --- a/frontend/src/components/SessionDetail/OAuth2SessionDetail.tsx +++ b/frontend/src/components/SessionDetail/OAuth2SessionDetail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionDetails.module.css b/frontend/src/components/SessionDetail/SessionDetails.module.css index d8a06cd55..5b3275a0d 100644 --- a/frontend/src/components/SessionDetail/SessionDetails.module.css +++ b/frontend/src/components/SessionDetail/SessionDetails.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionDetails.tsx b/frontend/src/components/SessionDetail/SessionDetails.tsx index fef5e2d45..bbd867ef8 100644 --- a/frontend/src/components/SessionDetail/SessionDetails.tsx +++ b/frontend/src/components/SessionDetail/SessionDetails.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionHeader.module.css b/frontend/src/components/SessionDetail/SessionHeader.module.css index f21e11073..c727e3de5 100644 --- a/frontend/src/components/SessionDetail/SessionHeader.module.css +++ b/frontend/src/components/SessionDetail/SessionHeader.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionHeader.stories.tsx b/frontend/src/components/SessionDetail/SessionHeader.stories.tsx index 161f2d8a6..fad6f79d2 100644 --- a/frontend/src/components/SessionDetail/SessionHeader.stories.tsx +++ b/frontend/src/components/SessionDetail/SessionHeader.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionHeader.test.tsx b/frontend/src/components/SessionDetail/SessionHeader.test.tsx index e22cd70a3..44c00d9d1 100644 --- a/frontend/src/components/SessionDetail/SessionHeader.test.tsx +++ b/frontend/src/components/SessionDetail/SessionHeader.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/SessionDetail/SessionHeader.tsx b/frontend/src/components/SessionDetail/SessionHeader.tsx index b527f18c0..4f714b19c 100644 --- a/frontend/src/components/SessionDetail/SessionHeader.tsx +++ b/frontend/src/components/SessionDetail/SessionHeader.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Typography.stories.tsx b/frontend/src/components/Typography.stories.tsx index 64264b7ed..5f711251e 100644 --- a/frontend/src/components/Typography.stories.tsx +++ b/frontend/src/components/Typography.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/Typography.tsx b/frontend/src/components/Typography.tsx index d79ecd254..26688713e 100644 --- a/frontend/src/components/Typography.tsx +++ b/frontend/src/components/Typography.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.module.css b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.module.css index 0e54822d7..89636451a 100644 --- a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.module.css +++ b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.test.tsx b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.test.tsx index 510b2471a..4a5aaedbb 100644 --- a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.test.tsx +++ b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.tsx b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.tsx index ce65664c1..9bce00dd1 100644 --- a/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.tsx +++ b/frontend/src/components/UnverifiedEmailAlert/UnverifiedEmailAlert.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UnverifiedEmailAlert/index.ts b/frontend/src/components/UnverifiedEmailAlert/index.ts index 8762c75dc..47176edfd 100644 --- a/frontend/src/components/UnverifiedEmailAlert/index.ts +++ b/frontend/src/components/UnverifiedEmailAlert/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserEmail/UserEmail.module.css b/frontend/src/components/UserEmail/UserEmail.module.css index 48f7a726d..a59c48717 100644 --- a/frontend/src/components/UserEmail/UserEmail.module.css +++ b/frontend/src/components/UserEmail/UserEmail.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserEmail/UserEmail.tsx b/frontend/src/components/UserEmail/UserEmail.tsx index 6b8fe5703..19f805865 100644 --- a/frontend/src/components/UserEmail/UserEmail.tsx +++ b/frontend/src/components/UserEmail/UserEmail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserEmail/index.ts b/frontend/src/components/UserEmail/index.ts index ee2163322..96a9b6799 100644 --- a/frontend/src/components/UserEmail/index.ts +++ b/frontend/src/components/UserEmail/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserGreeting/UserGreeting.module.css b/frontend/src/components/UserGreeting/UserGreeting.module.css index 73472280c..d8cd123d2 100644 --- a/frontend/src/components/UserGreeting/UserGreeting.module.css +++ b/frontend/src/components/UserGreeting/UserGreeting.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserGreeting/UserGreeting.stories.tsx b/frontend/src/components/UserGreeting/UserGreeting.stories.tsx index 08259f11e..4cc65856b 100644 --- a/frontend/src/components/UserGreeting/UserGreeting.stories.tsx +++ b/frontend/src/components/UserGreeting/UserGreeting.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserGreeting/UserGreeting.tsx b/frontend/src/components/UserGreeting/UserGreeting.tsx index 02dd04fed..3ebe7c3dc 100644 --- a/frontend/src/components/UserGreeting/UserGreeting.tsx +++ b/frontend/src/components/UserGreeting/UserGreeting.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserGreeting/index.ts b/frontend/src/components/UserGreeting/index.ts index d0e5e146b..38108f200 100644 --- a/frontend/src/components/UserGreeting/index.ts +++ b/frontend/src/components/UserGreeting/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserProfile/AddEmailForm.tsx b/frontend/src/components/UserProfile/AddEmailForm.tsx index 657369247..3fdcb379d 100644 --- a/frontend/src/components/UserProfile/AddEmailForm.tsx +++ b/frontend/src/components/UserProfile/AddEmailForm.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserProfile/UserEmailList.tsx b/frontend/src/components/UserProfile/UserEmailList.tsx index a2ae1bbea..ce0419e26 100644 --- a/frontend/src/components/UserProfile/UserEmailList.tsx +++ b/frontend/src/components/UserProfile/UserEmailList.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.module.css b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.module.css index b84871cba..3759d8dbf 100644 --- a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.module.css +++ b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.stories.tsx b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.stories.tsx index b94273082..4840563b2 100644 --- a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.stories.tsx +++ b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.stories.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.test.tsx b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.test.tsx index a7ca14b30..6a1e67768 100644 --- a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.test.tsx +++ b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.test.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.tsx b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.tsx index 7dcdcfc79..16c3e8e54 100644 --- a/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.tsx +++ b/frontend/src/components/UserSessionsOverview/BrowserSessionsOverview.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/VerifyEmail/VerifyEmail.module.css b/frontend/src/components/VerifyEmail/VerifyEmail.module.css index 6b110e390..a13de89ab 100644 --- a/frontend/src/components/VerifyEmail/VerifyEmail.module.css +++ b/frontend/src/components/VerifyEmail/VerifyEmail.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/VerifyEmail/VerifyEmail.tsx b/frontend/src/components/VerifyEmail/VerifyEmail.tsx index ad403a53d..963f04d28 100644 --- a/frontend/src/components/VerifyEmail/VerifyEmail.tsx +++ b/frontend/src/components/VerifyEmail/VerifyEmail.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/VerifyEmail/index.ts b/frontend/src/components/VerifyEmail/index.ts index 9f4840e2b..6b4461f11 100644 --- a/frontend/src/components/VerifyEmail/index.ts +++ b/frontend/src/components/VerifyEmail/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/VisualList/VisualList.module.css b/frontend/src/components/VisualList/VisualList.module.css index 5031b664b..ff7df0e4c 100644 --- a/frontend/src/components/VisualList/VisualList.module.css +++ b/frontend/src/components/VisualList/VisualList.module.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/components/VisualList/VisualList.tsx b/frontend/src/components/VisualList/VisualList.tsx index 5842f2c0e..7d8e5b718 100644 --- a/frontend/src/components/VisualList/VisualList.tsx +++ b/frontend/src/components/VisualList/VisualList.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/config.ts b/frontend/src/config.ts index 6d0de87d3..1b26c7f55 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/graphql.ts b/frontend/src/graphql.ts index b55300267..978a8029c 100644 --- a/frontend/src/graphql.ts +++ b/frontend/src/graphql.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/i18n.ts b/frontend/src/i18n.ts index f22005653..08997fe41 100644 --- a/frontend/src/i18n.ts +++ b/frontend/src/i18n.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/i18n/password_changes.ts b/frontend/src/i18n/password_changes.ts index 9cfc32511..fe847dae1 100644 --- a/frontend/src/i18n/password_changes.ts +++ b/frontend/src/i18n/password_changes.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 872d6d82e..c3df27cd0 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/pagination.ts b/frontend/src/pagination.ts index a82fb9137..924a77497 100644 --- a/frontend/src/pagination.ts +++ b/frontend/src/pagination.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/result.ts b/frontend/src/result.ts index b683a7d31..3b3523489 100644 --- a/frontend/src/result.ts +++ b/frontend/src/result.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/__root.tsx b/frontend/src/routes/__root.tsx index a3ed41482..aa5ea2efb 100644 --- a/frontend/src/routes/__root.tsx +++ b/frontend/src/routes/__root.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.index.lazy.tsx b/frontend/src/routes/_account.index.lazy.tsx index 72d7322c6..4ea1649ee 100644 --- a/frontend/src/routes/_account.index.lazy.tsx +++ b/frontend/src/routes/_account.index.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.index.tsx b/frontend/src/routes/_account.index.tsx index c3e11456e..e979994d2 100644 --- a/frontend/src/routes/_account.index.tsx +++ b/frontend/src/routes/_account.index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.lazy.tsx b/frontend/src/routes/_account.lazy.tsx index 86d844dfa..4c765d8b4 100644 --- a/frontend/src/routes/_account.lazy.tsx +++ b/frontend/src/routes/_account.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.$id.lazy.tsx b/frontend/src/routes/_account.sessions.$id.lazy.tsx index e3842193c..2796c6cc4 100644 --- a/frontend/src/routes/_account.sessions.$id.lazy.tsx +++ b/frontend/src/routes/_account.sessions.$id.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.$id.tsx b/frontend/src/routes/_account.sessions.$id.tsx index 6ea3a1402..51e624825 100644 --- a/frontend/src/routes/_account.sessions.$id.tsx +++ b/frontend/src/routes/_account.sessions.$id.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.browsers.lazy.tsx b/frontend/src/routes/_account.sessions.browsers.lazy.tsx index a9dc64e5e..c9732afb5 100644 --- a/frontend/src/routes/_account.sessions.browsers.lazy.tsx +++ b/frontend/src/routes/_account.sessions.browsers.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.browsers.tsx b/frontend/src/routes/_account.sessions.browsers.tsx index 9894138a4..670af9d2f 100644 --- a/frontend/src/routes/_account.sessions.browsers.tsx +++ b/frontend/src/routes/_account.sessions.browsers.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.index.lazy.tsx b/frontend/src/routes/_account.sessions.index.lazy.tsx index 85fd6a26d..7f72aa377 100644 --- a/frontend/src/routes/_account.sessions.index.lazy.tsx +++ b/frontend/src/routes/_account.sessions.index.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.sessions.index.tsx b/frontend/src/routes/_account.sessions.index.tsx index 4962d1344..79bf8e820 100644 --- a/frontend/src/routes/_account.sessions.index.tsx +++ b/frontend/src/routes/_account.sessions.index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/_account.tsx b/frontend/src/routes/_account.tsx index 8e605edf3..d135b5a32 100644 --- a/frontend/src/routes/_account.tsx +++ b/frontend/src/routes/_account.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/clients.$id.lazy.tsx b/frontend/src/routes/clients.$id.lazy.tsx index 301524c46..6fbea80a8 100644 --- a/frontend/src/routes/clients.$id.lazy.tsx +++ b/frontend/src/routes/clients.$id.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/clients.$id.tsx b/frontend/src/routes/clients.$id.tsx index 7c218eb21..fb7e12d0c 100644 --- a/frontend/src/routes/clients.$id.tsx +++ b/frontend/src/routes/clients.$id.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/devices.$.tsx b/frontend/src/routes/devices.$.tsx index f0d7d720e..f8ec3abd7 100644 --- a/frontend/src/routes/devices.$.tsx +++ b/frontend/src/routes/devices.$.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/emails.$id.verify.lazy.tsx b/frontend/src/routes/emails.$id.verify.lazy.tsx index fad53987e..2158991f5 100644 --- a/frontend/src/routes/emails.$id.verify.lazy.tsx +++ b/frontend/src/routes/emails.$id.verify.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/emails.$id.verify.tsx b/frontend/src/routes/emails.$id.verify.tsx index 2bd58104b..3a59df9c7 100644 --- a/frontend/src/routes/emails.$id.verify.tsx +++ b/frontend/src/routes/emails.$id.verify.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/password.change.index.lazy.tsx b/frontend/src/routes/password.change.index.lazy.tsx index 58de3f0ae..b2231a2e4 100644 --- a/frontend/src/routes/password.change.index.lazy.tsx +++ b/frontend/src/routes/password.change.index.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/password.change.index.tsx b/frontend/src/routes/password.change.index.tsx index 068a77fea..454976cb9 100644 --- a/frontend/src/routes/password.change.index.tsx +++ b/frontend/src/routes/password.change.index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/password.change.success.lazy.tsx b/frontend/src/routes/password.change.success.lazy.tsx index 622d4b970..1638189e6 100644 --- a/frontend/src/routes/password.change.success.lazy.tsx +++ b/frontend/src/routes/password.change.success.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/password.recovery.index.lazy.tsx b/frontend/src/routes/password.recovery.index.lazy.tsx index 28660c658..5490b7bec 100644 --- a/frontend/src/routes/password.recovery.index.lazy.tsx +++ b/frontend/src/routes/password.recovery.index.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/password.recovery.index.tsx b/frontend/src/routes/password.recovery.index.tsx index 3f1280133..9ea479075 100644 --- a/frontend/src/routes/password.recovery.index.tsx +++ b/frontend/src/routes/password.recovery.index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/reset-cross-signing.lazy.tsx b/frontend/src/routes/reset-cross-signing.lazy.tsx index 8991a0883..af70318a3 100644 --- a/frontend/src/routes/reset-cross-signing.lazy.tsx +++ b/frontend/src/routes/reset-cross-signing.lazy.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/routes/reset-cross-signing.tsx b/frontend/src/routes/reset-cross-signing.tsx index 381f4c5c9..78d624ee1 100644 --- a/frontend/src/routes/reset-cross-signing.tsx +++ b/frontend/src/routes/reset-cross-signing.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/shared.css b/frontend/src/shared.css index 707b89208..bcda8d79c 100644 --- a/frontend/src/shared.css +++ b/frontend/src/shared.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-button.css b/frontend/src/styles/cpd-button.css index 884fa1924..66e459420 100644 --- a/frontend/src/styles/cpd-button.css +++ b/frontend/src/styles/cpd-button.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-checkbox-control.css b/frontend/src/styles/cpd-checkbox-control.css index 62f067730..57598e93f 100644 --- a/frontend/src/styles/cpd-checkbox-control.css +++ b/frontend/src/styles/cpd-checkbox-control.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-form.css b/frontend/src/styles/cpd-form.css index e57d29366..172d3abda 100644 --- a/frontend/src/styles/cpd-form.css +++ b/frontend/src/styles/cpd-form.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.cpd-form-org Foundation C.cpd-form-I.cpd-form-C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-link.css b/frontend/src/styles/cpd-link.css index 2033dcccf..b5770501b 100644 --- a/frontend/src/styles/cpd-link.css +++ b/frontend/src/styles/cpd-link.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-mfa-control.css b/frontend/src/styles/cpd-mfa-control.css index 738a76afb..9f1eca41f 100644 --- a/frontend/src/styles/cpd-mfa-control.css +++ b/frontend/src/styles/cpd-mfa-control.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/styles/cpd-text-control.css b/frontend/src/styles/cpd-text-control.css index 99314e045..533d68c1b 100644 --- a/frontend/src/styles/cpd-text-control.css +++ b/frontend/src/styles/cpd-text-control.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/swagger.tsx b/frontend/src/swagger.tsx index 61178e5cb..3d5ffb2e8 100644 --- a/frontend/src/swagger.tsx +++ b/frontend/src/swagger.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/templates.css b/frontend/src/templates.css index 14aa97d47..5c2ee9e79 100644 --- a/frontend/src/templates.css +++ b/frontend/src/templates.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2024 New Vector Ltd. +/* Copyright 2024 New Vector Ltd. * Copyright 2022-2024 The Matrix.org Foundation C.I.C. * * SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/test-utils/mockLocale.ts b/frontend/src/test-utils/mockLocale.ts index 07efc9345..7bf0f9bf0 100644 --- a/frontend/src/test-utils/mockLocale.ts +++ b/frontend/src/test-utils/mockLocale.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/test-utils/router.tsx b/frontend/src/test-utils/router.tsx index 721bfd3c4..4426bf7c4 100644 --- a/frontend/src/test-utils/router.tsx +++ b/frontend/src/test-utils/router.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/utils/dates.ts b/frontend/src/utils/dates.ts index 689caa523..1631e3ed6 100644 --- a/frontend/src/utils/dates.ts +++ b/frontend/src/utils/dates.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/utils/deviceIdFromScope.test.ts b/frontend/src/utils/deviceIdFromScope.test.ts index 3cb29e542..5df95f1b0 100644 --- a/frontend/src/utils/deviceIdFromScope.test.ts +++ b/frontend/src/utils/deviceIdFromScope.test.ts @@ -1,8 +1,8 @@ -/* Copyright (C) 2024 New Vector Ltd. -* Copyright 2023, 2024 The Matrix.org Foundation C.I.C. -* -* SPDX-License-Identifier: AGPL-3.0-only -* Please see LICENSE in the repository root for full details. +/* Copyright 2024 New Vector Ltd. + * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. + * + * SPDX-License-Identifier: AGPL-3.0-only + * Please see LICENSE in the repository root for full details. */ import { describe, it, expect } from "vitest"; diff --git a/frontend/src/utils/deviceIdFromScope.ts b/frontend/src/utils/deviceIdFromScope.ts index c3e2537d1..ac79171d6 100644 --- a/frontend/src/utils/deviceIdFromScope.ts +++ b/frontend/src/utils/deviceIdFromScope.ts @@ -1,8 +1,8 @@ -/* Copyright (C) 2024 New Vector Ltd. -* Copyright 2023, 2024 The Matrix.org Foundation C.I.C. -* -* SPDX-License-Identifier: AGPL-3.0-only -* Please see LICENSE in the repository root for full details. +/* Copyright 2024 New Vector Ltd. + * Copyright 2023, 2024 The Matrix.org Foundation C.I.C. + * + * SPDX-License-Identifier: AGPL-3.0-only + * Please see LICENSE in the repository root for full details. */ const DEVICE_PREFIX = "urn:matrix:org.matrix.msc2967.client:device:"; diff --git a/frontend/src/utils/password_complexity/index.ts b/frontend/src/utils/password_complexity/index.ts index 97c1ea3d6..58386d1cb 100644 --- a/frontend/src/utils/password_complexity/index.ts +++ b/frontend/src/utils/password_complexity/index.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/src/vite-env.d.ts b/frontend/src/vite-env.d.ts index 90a848b38..212e3e073 100644 --- a/frontend/src/vite-env.d.ts +++ b/frontend/src/vite-env.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/tailwind.config.cjs b/frontend/tailwind.config.cjs index 3bd9d8083..5afbbca73 100644 --- a/frontend/tailwind.config.cjs +++ b/frontend/tailwind.config.cjs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 42a6a94f2..48a799190 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2022-2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/vitest.global-setup.ts b/frontend/vitest.global-setup.ts index 07a02121a..ca7fbe32c 100644 --- a/frontend/vitest.global-setup.ts +++ b/frontend/vitest.global-setup.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/frontend/vitest.i18n-setup.ts b/frontend/vitest.i18n-setup.ts index cf75a2f5c..ad7291126 100644 --- a/frontend/vitest.i18n-setup.ts +++ b/frontend/vitest.i18n-setup.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/.eslintrc.cjs b/tools/syn2mas/.eslintrc.cjs index 5c866f411..8e007e66b 100644 --- a/tools/syn2mas/.eslintrc.cjs +++ b/tools/syn2mas/.eslintrc.cjs @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/advisor.mts b/tools/syn2mas/src/advisor.mts index 20d08aefe..95f148603 100644 --- a/tools/syn2mas/src/advisor.mts +++ b/tools/syn2mas/src/advisor.mts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/db.mts b/tools/syn2mas/src/db.mts index 1459af7aa..533ce7b6a 100644 --- a/tools/syn2mas/src/db.mts +++ b/tools/syn2mas/src/db.mts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/migrate.mts b/tools/syn2mas/src/migrate.mts index 33704bcb1..9f8a6bcfa 100644 --- a/tools/syn2mas/src/migrate.mts +++ b/tools/syn2mas/src/migrate.mts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/schemas/mas.mts b/tools/syn2mas/src/schemas/mas.mts index 3347acc8f..dc6fbb088 100644 --- a/tools/syn2mas/src/schemas/mas.mts +++ b/tools/syn2mas/src/schemas/mas.mts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/schemas/synapse.mts b/tools/syn2mas/src/schemas/synapse.mts index 027c83058..03c238990 100644 --- a/tools/syn2mas/src/schemas/synapse.mts +++ b/tools/syn2mas/src/schemas/synapse.mts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MCompatAccessToken.d.ts b/tools/syn2mas/src/types/MCompatAccessToken.d.ts index 50615c702..b0283aa7b 100644 --- a/tools/syn2mas/src/types/MCompatAccessToken.d.ts +++ b/tools/syn2mas/src/types/MCompatAccessToken.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MCompatRefreshToken.d.ts b/tools/syn2mas/src/types/MCompatRefreshToken.d.ts index 4f056eb37..83ab21381 100644 --- a/tools/syn2mas/src/types/MCompatRefreshToken.d.ts +++ b/tools/syn2mas/src/types/MCompatRefreshToken.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MCompatSession.d.ts b/tools/syn2mas/src/types/MCompatSession.d.ts index f4324ff9e..646aa6d9d 100644 --- a/tools/syn2mas/src/types/MCompatSession.d.ts +++ b/tools/syn2mas/src/types/MCompatSession.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MUpstreamOauthLink.d.ts b/tools/syn2mas/src/types/MUpstreamOauthLink.d.ts index 3f7dd7398..1edbecb80 100644 --- a/tools/syn2mas/src/types/MUpstreamOauthLink.d.ts +++ b/tools/syn2mas/src/types/MUpstreamOauthLink.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MUpstreamOauthProvider.d.ts b/tools/syn2mas/src/types/MUpstreamOauthProvider.d.ts index f4bcaf7e8..1d121499f 100644 --- a/tools/syn2mas/src/types/MUpstreamOauthProvider.d.ts +++ b/tools/syn2mas/src/types/MUpstreamOauthProvider.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MUser.d.ts b/tools/syn2mas/src/types/MUser.d.ts index b12db1a6d..6d3dc4e7f 100644 --- a/tools/syn2mas/src/types/MUser.d.ts +++ b/tools/syn2mas/src/types/MUser.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MUserEmail.d.ts b/tools/syn2mas/src/types/MUserEmail.d.ts index 5c7ad3d83..d2128713a 100644 --- a/tools/syn2mas/src/types/MUserEmail.d.ts +++ b/tools/syn2mas/src/types/MUserEmail.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/MUserPassword.d.ts b/tools/syn2mas/src/types/MUserPassword.d.ts index 1cc943484..8fcbfca35 100644 --- a/tools/syn2mas/src/types/MUserPassword.d.ts +++ b/tools/syn2mas/src/types/MUserPassword.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/SAccessToken.d.ts b/tools/syn2mas/src/types/SAccessToken.d.ts index 7a8e6d8b4..160989a7f 100644 --- a/tools/syn2mas/src/types/SAccessToken.d.ts +++ b/tools/syn2mas/src/types/SAccessToken.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/SRefreshToken.d.ts b/tools/syn2mas/src/types/SRefreshToken.d.ts index 3e20584c2..45a403e24 100644 --- a/tools/syn2mas/src/types/SRefreshToken.d.ts +++ b/tools/syn2mas/src/types/SRefreshToken.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/SUser.d.ts b/tools/syn2mas/src/types/SUser.d.ts index 01db7f1f1..5e452c44e 100644 --- a/tools/syn2mas/src/types/SUser.d.ts +++ b/tools/syn2mas/src/types/SUser.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/SUserExternalId.d.ts b/tools/syn2mas/src/types/SUserExternalId.d.ts index 4846ebcd3..20862d840 100644 --- a/tools/syn2mas/src/types/SUserExternalId.d.ts +++ b/tools/syn2mas/src/types/SUserExternalId.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/SUserThreePid.d.ts b/tools/syn2mas/src/types/SUserThreePid.d.ts index 97a98b16d..476fa6800 100644 --- a/tools/syn2mas/src/types/SUserThreePid.d.ts +++ b/tools/syn2mas/src/types/SUserThreePid.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/index.d.ts b/tools/syn2mas/src/types/index.d.ts index 5ecbdefc5..4aa14b676 100644 --- a/tools/syn2mas/src/types/index.d.ts +++ b/tools/syn2mas/src/types/index.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only diff --git a/tools/syn2mas/src/types/knex.d.ts b/tools/syn2mas/src/types/knex.d.ts index 11f9c84e2..cb03e4882 100644 --- a/tools/syn2mas/src/types/knex.d.ts +++ b/tools/syn2mas/src/types/knex.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2024 New Vector Ltd. +// Copyright 2024 New Vector Ltd. // Copyright 2023, 2024 The Matrix.org Foundation C.I.C. // // SPDX-License-Identifier: AGPL-3.0-only