diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-28 12:34:11 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-28 14:41:28 +0200 |
commit | 56d4f3aa2d0e80dffc54d2e5977a2bdda025272f (patch) | |
tree | 809a347847a3b59908132047ee3c779053da48e7 /apps/dav/templates | |
parent | 7e9f5238729c3d523c4b96507d297bb81a2a3397 (diff) | |
download | nextcloud-server-56d4f3aa2d0e80dffc54d2e5977a2bdda025272f.tar.gz nextcloud-server-56d4f3aa2d0e80dffc54d2e5977a2bdda025272f.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/dav/templates')
-rw-r--r-- | apps/dav/templates/schedule-response-error.php | 9 | ||||
-rw-r--r-- | apps/dav/templates/schedule-response-options.php | 6 | ||||
-rw-r--r-- | apps/dav/templates/schedule-response-success.php | 8 | ||||
-rw-r--r-- | apps/dav/templates/settings-admin-caldav.php | 24 | ||||
-rw-r--r-- | apps/dav/templates/settings-personal-availability.php | 24 |
5 files changed, 20 insertions, 51 deletions
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 @@ <?php -// SPDX-FileCopyrightText: 2018 Georg Ehrke <oc.list@georgehrke.com> -// SPDX-FileCopyrightText: 2020 Christoph Wurst <christoph@winzerhof-wurst.at> -// SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu> -// SPDX-License-Identifier: AGPL-3.0-or-later + +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ ?> <div class="guest-box"> <div class="notecard error"> 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 @@ <?php -// SPDX-FileCopyrightText: 2018 Georg Ehrke <oc.list@georgehrke.com> -// 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 @@ <?php -// SPDX-FileCopyrightText: 2020 Christoph Wurst <christoph@winzerhof-wurst.at> -// SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu> -// SPDX-License-Identifier: AGPL-3.0-or-later + +/** + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ ?> <div class="guest-box"> <div class="icon icon-checkmark"></div> 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 @@ <?php + /** - * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com> - * - * @author Georg Ehrke <oc.list@georgehrke.com> - * @author François Freitag <mail@franek.fr> - * - * @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 <http://www.gnu.org/licenses/>. - * + * 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 @@ <?php + /** - * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com> - * - * @author Georg Ehrke <oc.list@georgehrke.com> - * @author François Freitag <mail@franek.fr> - * - * @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 <http://www.gnu.org/licenses/>. - * + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later */ - script('dav', 'settings-personal-availability'); ?> |