From 1f7e2ba599b147fcb587644cd6dc84807a9abad9 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 10 May 2024 15:09:14 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- tests/lib/AppFramework/Http/StreamResponseTest.php | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'tests/lib/AppFramework/Http/StreamResponseTest.php') diff --git a/tests/lib/AppFramework/Http/StreamResponseTest.php b/tests/lib/AppFramework/Http/StreamResponseTest.php index 3c0105ad145..637fb025142 100644 --- a/tests/lib/AppFramework/Http/StreamResponseTest.php +++ b/tests/lib/AppFramework/Http/StreamResponseTest.php @@ -1,24 +1,9 @@ - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU AFFERO GENERAL PUBLIC LICENSE for more details. - * - * You should have received a copy of the GNU Affero General Public - * License along with this library. If not, see . - * + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace Test\AppFramework\Http; -- cgit v1.2.3