From 2a054e6c04e0a40421510eb889cbf59f153c5177 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 24 Aug 2020 14:54:25 +0200 Subject: Update the license headers for Nextcloud 20 Signed-off-by: Christoph Wurst --- lib/public/Activity/ActivitySettings.php | 5 ++++- lib/public/Activity/IEvent.php | 1 + lib/public/Activity/IExtension.php | 1 + lib/public/Activity/IManager.php | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/public/Activity') diff --git a/lib/public/Activity/ActivitySettings.php b/lib/public/Activity/ActivitySettings.php index c7d1ca81fef..852f96fe003 100644 --- a/lib/public/Activity/ActivitySettings.php +++ b/lib/public/Activity/ActivitySettings.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index 48fa6bc3659..7d73e1b9625 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -7,6 +7,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Activity/IExtension.php b/lib/public/Activity/IExtension.php index 5762e412149..82b94a352ba 100644 --- a/lib/public/Activity/IExtension.php +++ b/lib/public/Activity/IExtension.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Christoph Wurst * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index 3717bb8235e..ffe8cc2b001 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 -- cgit v1.2.3