From 0556609a7828835a935f3e8168f650451a403fa6 Mon Sep 17 00:00:00 2001 From: David Langley Date: Fri, 6 Sep 2024 17:02:31 +0100 Subject: [PATCH] Add copyright headers for html and config file --- .editorconfig | 16 ++++------------ .../plugins/oauth_server/res/oauth/auth.html | 14 +++----------- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/.editorconfig b/.editorconfig index 331e393808..c4328ae914 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,8 @@ +# Copyright 2024 New Vector Ltd. # Copyright 2017 Aviral Dasgupta -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# +# SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +# Please see LICENSE files in the repository root for full details. root = true diff --git a/playwright/plugins/oauth_server/res/oauth/auth.html b/playwright/plugins/oauth_server/res/oauth/auth.html index bb01a3e802..cb5ac9b0be 100644 --- a/playwright/plugins/oauth_server/res/oauth/auth.html +++ b/playwright/plugins/oauth_server/res/oauth/auth.html @@ -1,17 +1,9 @@