From 09a3ca924a0da457ecef14ad7b55e9889ca2034e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 1 Aug 2025 10:17:00 +0200 Subject: [PATCH] fix: remove unnecessary copyright header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ Signed-off-by: nextcloud-command --- apps/files/lib/Controller/ViewController.php | 1 - apps/files/src/actions/openLocallyAction.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 4b1464f14f8..054bb106e15 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -3,7 +3,6 @@ /** * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2016 ownCloud, Inc. - * SPDX-FileCopyrightText: 2025 Informatyka Boguslawski sp. z o.o. sp.k. * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/apps/files/src/actions/openLocallyAction.ts b/apps/files/src/actions/openLocallyAction.ts index 0380c3a3598..963df49e444 100644 --- a/apps/files/src/actions/openLocallyAction.ts +++ b/apps/files/src/actions/openLocallyAction.ts @@ -1,6 +1,5 @@ /*! * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2025 Informatyka Boguslawski sp. z o.o. sp.k. * SPDX-License-Identifier: AGPL-3.0-or-later */