From 5bf3d1bb384da56adbf205752be8f840aac3b0c5 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 3 Dec 2019 19:57:53 +0100 Subject: Update license headers Signed-off-by: Christoph Wurst --- lib/public/Activity/IConsumer.php | 3 ++- lib/public/Activity/IEvent.php | 5 ++++- lib/public/Activity/IEventMerger.php | 2 +- lib/public/Activity/IExtension.php | 3 +-- lib/public/Activity/IFilter.php | 2 +- lib/public/Activity/IManager.php | 7 ++++--- lib/public/Activity/IProvider.php | 2 +- lib/public/Activity/ISetting.php | 2 +- 8 files changed, 15 insertions(+), 11 deletions(-) (limited to 'lib/public/Activity') diff --git a/lib/public/Activity/IConsumer.php b/lib/public/Activity/IConsumer.php index 56dbc840344..a617eae67bd 100644 --- a/lib/public/Activity/IConsumer.php +++ b/lib/public/Activity/IConsumer.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 @@ -18,7 +19,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index 767d10f965a..6c3c7dd5127 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -1,10 +1,13 @@ * * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * @@ -18,7 +21,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/lib/public/Activity/IEventMerger.php b/lib/public/Activity/IEventMerger.php index 22bf79732e2..a8f75875c6f 100644 --- a/lib/public/Activity/IEventMerger.php +++ b/lib/public/Activity/IEventMerger.php @@ -17,7 +17,7 @@ * 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/IExtension.php b/lib/public/Activity/IExtension.php index eaf425fb779..c470ef07e04 100644 --- a/lib/public/Activity/IExtension.php +++ b/lib/public/Activity/IExtension.php @@ -2,7 +2,6 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke @@ -20,7 +19,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/public/Activity/IFilter.php b/lib/public/Activity/IFilter.php index ae5e65c605c..7219b7fe7b8 100644 --- a/lib/public/Activity/IFilter.php +++ b/lib/public/Activity/IFilter.php @@ -17,7 +17,7 @@ * 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/IManager.php b/lib/public/Activity/IManager.php index b00e64f33e7..9c1289b2719 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -1,11 +1,12 @@ + * @author Christoph Wurst * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * @@ -21,7 +22,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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/lib/public/Activity/IProvider.php b/lib/public/Activity/IProvider.php index a84f61eb4f1..5025b2e14d1 100644 --- a/lib/public/Activity/IProvider.php +++ b/lib/public/Activity/IProvider.php @@ -17,7 +17,7 @@ * 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/ISetting.php b/lib/public/Activity/ISetting.php index 4aedc03dd22..5d992804f49 100644 --- a/lib/public/Activity/ISetting.php +++ b/lib/public/Activity/ISetting.php @@ -17,7 +17,7 @@ * 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 . * */ -- cgit v1.2.3