aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/lib/AppInfo
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-05-27 17:39:07 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-27 20:11:22 +0200
commit9d4b9440986afddc28dad99c7987f9c31513ae9f (patch)
treeeaef10d759c45fde81a86cb5039c8b697cccb127 /apps/cloud_federation_api/lib/AppInfo
parentbb1cb1c2315627964afe26316c661b9c591f26b1 (diff)
downloadnextcloud-server-9d4b9440986afddc28dad99c7987f9c31513ae9f.tar.gz
nextcloud-server-9d4b9440986afddc28dad99c7987f9c31513ae9f.zip
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/cloud_federation_api/lib/AppInfo')
-rw-r--r--apps/cloud_federation_api/lib/AppInfo/Application.php22
1 files changed, 2 insertions, 20 deletions
diff --git a/apps/cloud_federation_api/lib/AppInfo/Application.php b/apps/cloud_federation_api/lib/AppInfo/Application.php
index 509e8322ba5..e34b2f2dc3d 100644
--- a/apps/cloud_federation_api/lib/AppInfo/Application.php
+++ b/apps/cloud_federation_api/lib/AppInfo/Application.php
@@ -3,26 +3,8 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2018 Bjoern Schiessle <bjoern@schiessle.org>
- *
- * @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Morris Jobke <hey@morrisjobke.de>
- *
- * @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: 2018 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\CloudFederationAPI\AppInfo;