From 0eebff152a177dd59ed8773df26f1679f8a88e90 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Nov 2017 15:56:42 +0100 Subject: Update license headers Signed-off-by: Morris Jobke --- core/Command/Maintenance/Install.php | 2 ++ core/Command/Maintenance/Mimetype/UpdateJS.php | 1 + core/Command/Maintenance/UpdateHtaccess.php | 1 + core/Command/Maintenance/UpdateTheme.php | 20 ++++++++++---------- 4 files changed, 14 insertions(+), 10 deletions(-) (limited to 'core/Command/Maintenance') diff --git a/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php index 342614236d7..755d3d386c1 100644 --- a/core/Command/Maintenance/Install.php +++ b/core/Command/Maintenance/Install.php @@ -4,9 +4,11 @@ * * @author Bernhard Posselt * @author Christian Kampka + * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Pulzer * diff --git a/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index f302b4a2018..a6925c5dc61 100644 --- a/core/Command/Maintenance/Mimetype/UpdateJS.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Ebert * * @license AGPL-3.0 * diff --git a/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php index 89eeb7ccf5b..4b9c8a72b52 100644 --- a/core/Command/Maintenance/UpdateHtaccess.php +++ b/core/Command/Maintenance/UpdateHtaccess.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index f750a142a5f..cf015b82635 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -6,18 +6,18 @@ * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ -- cgit v1.2.3