Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-03 17:41:52 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-08-24 18:32:11 +0300
commitf44e5524a20b6be4ad2421e4833024e1e92cfa3a (patch)
treee0296c08be9d9c88d9115cafe6030b1ef35e78cd /lib/ACL/RuleManager.php
parent5cd0eb2c37aec6395f4c7ef3b5213926499321c9 (diff)
Port licensing information to reuse formatreuse-compliance
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/ACL/RuleManager.php')
-rw-r--r--lib/ACL/RuleManager.php17
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/ACL/RuleManager.php b/lib/ACL/RuleManager.php
index cfc58cbe..05ae1308 100644
--- a/lib/ACL/RuleManager.php
+++ b/lib/ACL/RuleManager.php
@@ -2,22 +2,9 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2019 Robin Appelman <robin@icewind.nl>
+ * SPDX-FileCopyrightText: 2019 Robin Appelman <robin@icewind.nl>
*
- * @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-License-Identifier: AGPL-3.0-or-later
*
*/