From 8123a7dffdee7175369db2c6d98d975aaf57495e Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 7 May 2025 10:26:30 +0100 Subject: [PATCH] Update copyright header sqlx migrate/prepare are both still happy. --- .../20250506161158_upstream_oauth2_forward_login_hint.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storage-pg/migrations/20250506161158_upstream_oauth2_forward_login_hint.sql b/crates/storage-pg/migrations/20250506161158_upstream_oauth2_forward_login_hint.sql index 2135c0a4c..2aa29a821 100644 --- a/crates/storage-pg/migrations/20250506161158_upstream_oauth2_forward_login_hint.sql +++ b/crates/storage-pg/migrations/20250506161158_upstream_oauth2_forward_login_hint.sql @@ -1,4 +1,4 @@ --- Copyright 2024 New Vector Ltd. +-- Copyright 2025 New Vector Ltd. -- -- SPDX-License-Identifier: AGPL-3.0-only -- Please see LICENSE in the repository root for full details.