From 56d4f3aa2d0e80dffc54d2e5977a2bdda025272f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 28 May 2024 12:34:11 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- apps/dav/templates/schedule-response-error.php | 9 ++++---- apps/dav/templates/schedule-response-options.php | 6 ++++-- apps/dav/templates/schedule-response-success.php | 8 +++++--- apps/dav/templates/settings-admin-caldav.php | 24 +++------------------- .../templates/settings-personal-availability.php | 24 +++------------------- 5 files changed, 20 insertions(+), 51 deletions(-) (limited to 'apps/dav/templates') diff --git a/apps/dav/templates/schedule-response-error.php b/apps/dav/templates/schedule-response-error.php index ff6ae19fb1f..9604c83f922 100644 --- a/apps/dav/templates/schedule-response-error.php +++ b/apps/dav/templates/schedule-response-error.php @@ -1,8 +1,9 @@ -// SPDX-FileCopyrightText: 2020 Christoph Wurst -// SPDX-FileCopyrightText: 2022 Carl Schwan -// SPDX-License-Identifier: AGPL-3.0-or-later + +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ ?>
diff --git a/apps/dav/templates/schedule-response-options.php b/apps/dav/templates/schedule-response-options.php index bae43022f12..30020cc8535 100644 --- a/apps/dav/templates/schedule-response-options.php +++ b/apps/dav/templates/schedule-response-options.php @@ -1,6 +1,8 @@ -// SPDX-License-Identifier: AGPL-3.0-or-later +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ \OCP\Util::addStyle('dav', 'schedule-response'); ?> diff --git a/apps/dav/templates/schedule-response-success.php b/apps/dav/templates/schedule-response-success.php index fa217164035..4651b9ea964 100644 --- a/apps/dav/templates/schedule-response-success.php +++ b/apps/dav/templates/schedule-response-success.php @@ -1,7 +1,9 @@ -// SPDX-FileCopyrightText: 2022 Carl Schwan -// SPDX-License-Identifier: AGPL-3.0-or-later + +/** + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ ?>
diff --git a/apps/dav/templates/settings-admin-caldav.php b/apps/dav/templates/settings-admin-caldav.php index 3a67f21a9cc..d0bc92bc965 100644 --- a/apps/dav/templates/settings-admin-caldav.php +++ b/apps/dav/templates/settings-admin-caldav.php @@ -1,27 +1,9 @@ - * - * @author Georg Ehrke - * @author François Freitag - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program 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 program. If not, see . - * + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ - script('dav', 'settings-admin-caldav'); ?> diff --git a/apps/dav/templates/settings-personal-availability.php b/apps/dav/templates/settings-personal-availability.php index b6a4b62602e..da0b2d9f104 100644 --- a/apps/dav/templates/settings-personal-availability.php +++ b/apps/dav/templates/settings-personal-availability.php @@ -1,27 +1,9 @@ - * - * @author Georg Ehrke - * @author François Freitag - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program 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 program. If not, see . - * + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ - script('dav', 'settings-personal-availability'); ?> -- cgit v1.2.3