Add a few missing license headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2024 New Vector Ltd.
|
||||
// Copyright 2024, 2025 New Vector Ltd.
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
// Please see LICENSE in the repository root for full details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2024 New Vector Ltd.
|
||||
// Copyright 2024, 2025 New Vector Ltd.
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
// Please see LICENSE in the repository root for full details.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO upstream_oauth_providers
|
||||
(
|
||||
upstream_oauth_provider_id,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2024 New Vector Ltd.
|
||||
// Copyright 2024, 2025 New Vector Ltd.
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
// Please see LICENSE in the repository root for full details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2024 New Vector Ltd.
|
||||
// Copyright 2024, 2025 New Vector Ltd.
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
// Please see LICENSE in the repository root for full details.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO access_tokens
|
||||
(
|
||||
id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO access_tokens
|
||||
(
|
||||
id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO access_tokens
|
||||
(
|
||||
id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO access_tokens
|
||||
(
|
||||
id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO devices
|
||||
(
|
||||
user_id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO user_external_ids
|
||||
(
|
||||
user_id,
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO user_threepids
|
||||
(
|
||||
user_id,
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
--
|
||||
-- Copyright 2024, 2025 New Vector Ltd.
|
||||
--
|
||||
-- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-- Please see LICENSE in the repository root for full details.
|
||||
|
||||
INSERT INTO users
|
||||
(
|
||||
name,
|
||||
@@ -37,4 +41,3 @@ INSERT INTO users
|
||||
false,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user