From a845f7bc0188cf42ac60fd6b5e30063c484e758d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Nov 2016 12:19:42 +0100 Subject: Fix wrong copyright headers Signed-off-by: Joas Schilling --- lib/public/Activity/IEvent.php | 1 + lib/public/Activity/IFilter.php | 21 +++++++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'lib/public/Activity') diff --git a/lib/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index a12ba8642a1..850af06359e 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -1,6 +1,7 @@ * * @author Joas Schilling * diff --git a/lib/public/Activity/IFilter.php b/lib/public/Activity/IFilter.php index e5b65a7d91f..bfe8ea9e472 100644 --- a/lib/public/Activity/IFilter.php +++ b/lib/public/Activity/IFilter.php @@ -1,24 +1,21 @@ * - * @author Joas Schilling - * @author Morris Jobke - * @author Thomas Müller + * @license GNU AGPL version 3 or any later version * - * @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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ -- cgit v1.2.3