diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-05-30 14:25:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 14:25:07 +0200 |
commit | 16e331ffb94b016895b0de21159b78061b3899e2 (patch) | |
tree | 951db3be5a6829f970ff3368c3e2d0f5c3401ccb /lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php | |
parent | be4e30917d1c7f77c1ed15d9c53dbea4f5918170 (diff) | |
parent | 31b0a44cf65b6625636ea0fa15fb1a1122b525e1 (diff) | |
download | nextcloud-server-16e331ffb94b016895b0de21159b78061b3899e2.tar.gz nextcloud-server-16e331ffb94b016895b0de21159b78061b3899e2.zip |
Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelper
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php')
-rw-r--r-- | lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php index d0a2756212b..72ff00befc3 100644 --- a/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php +++ b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php @@ -1,24 +1,9 @@ <?php + /** - * @copyright Copyright (c) 2016, ownCloud, Inc. - * - * @author Björn Schießle <bjoern@schiessle.org> - * @author Thomas Müller <thomas.mueller@tmit.eu> - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * 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, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only */ namespace OC\Encryption\Exceptions; |