summaryrefslogtreecommitdiffstats
path: root/lib/Service/ProxyCacheMessageService.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-04-26 11:06:26 +0200
committerJoas Schilling <coding@schilljs.com>2024-04-26 13:02:15 +0200
commit1ccbf67da231c37801c1406b10000144125aec35 (patch)
tree9415bd0f88b9b4269ccb614a57313435a1703f7d /lib/Service/ProxyCacheMessageService.php
parent6ef0278e3715301f36c9ff8a9e27de7297a98593 (diff)
chore: Run SPDX convertor
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Service/ProxyCacheMessageService.php')
-rw-r--r--lib/Service/ProxyCacheMessageService.php21
1 files changed, 2 insertions, 19 deletions
diff --git a/lib/Service/ProxyCacheMessageService.php b/lib/Service/ProxyCacheMessageService.php
index a1c5b71ae..bd02b88df 100644
--- a/lib/Service/ProxyCacheMessageService.php
+++ b/lib/Service/ProxyCacheMessageService.php
@@ -3,25 +3,8 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2024 Joas Schilling <coding@schilljs.com>
- *
- * @author Joas Schilling <coding@schilljs.com>
- *
- * @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: 2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Talk\Service;