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 --- apps/theming/lib/Capabilities.php | 2 ++ apps/theming/lib/Controller/IconController.php | 2 ++ apps/theming/lib/Controller/ThemingController.php | 7 ++++++- apps/theming/lib/IconBuilder.php | 22 ++++++++++++---------- apps/theming/lib/ImageManager.php | 22 +++++++++++----------- apps/theming/lib/Migration/ThemingImages.php | 22 +++++++++++----------- apps/theming/lib/Settings/Admin.php | 6 ++++++ apps/theming/lib/Settings/Section.php | 1 + apps/theming/lib/ThemingDefaults.php | 11 +++++++++++ apps/theming/lib/Util.php | 2 ++ 10 files changed, 64 insertions(+), 33 deletions(-) (limited to 'apps/theming/lib') diff --git a/apps/theming/lib/Capabilities.php b/apps/theming/lib/Capabilities.php index d94a65f21c1..bb06ab107ea 100644 --- a/apps/theming/lib/Capabilities.php +++ b/apps/theming/lib/Capabilities.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, Joas Schilling * + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Controller/IconController.php b/apps/theming/lib/Controller/IconController.php index 5532a08c83c..7a5f76de6b6 100644 --- a/apps/theming/lib/Controller/IconController.php +++ b/apps/theming/lib/Controller/IconController.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016 Julius Haertl * + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index ccc2634ec14..b7777f1f907 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -3,10 +3,15 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Arthur Schiwon * @author Bjoern Schiessle + * @author Daniel Calviño Sánchez + * @author Jan-Christoph Borchardt + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * @author Lukas Reschke - * @author oparoz + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/IconBuilder.php b/apps/theming/lib/IconBuilder.php index d0e26e110fc..83258341985 100644 --- a/apps/theming/lib/IconBuilder.php +++ b/apps/theming/lib/IconBuilder.php @@ -2,22 +2,24 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Jan-Christoph Borchardt + * @author Julius Haertl * @author Julius Härtl * * @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 . * */ diff --git a/apps/theming/lib/ImageManager.php b/apps/theming/lib/ImageManager.php index 88e456a2969..14dba0d0742 100644 --- a/apps/theming/lib/ImageManager.php +++ b/apps/theming/lib/ImageManager.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * - * @author Julius Härtl + * @author Julius Haertl * * @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 . * */ diff --git a/apps/theming/lib/Migration/ThemingImages.php b/apps/theming/lib/Migration/ThemingImages.php index f6f484be8b5..4f929746cb1 100644 --- a/apps/theming/lib/Migration/ThemingImages.php +++ b/apps/theming/lib/Migration/ThemingImages.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 Julius Härtl * - * @author Julius Härtl + * @author Julius Haertl * * @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 . * */ diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php index c8074f386af..12f5dd2b8fa 100644 --- a/apps/theming/lib/Settings/Admin.php +++ b/apps/theming/lib/Settings/Admin.php @@ -3,6 +3,12 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author iamfool + * @author Jan-Christoph Borchardt + * @author Julius Haertl + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Settings/Section.php b/apps/theming/lib/Settings/Section.php index 6078743dead..9ec990ebe48 100644 --- a/apps/theming/lib/Settings/Section.php +++ b/apps/theming/lib/Settings/Section.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index 6ee546d2630..3d756bdffc8 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -3,6 +3,17 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Jan-Christoph Borchardt + * @author Joachim Bauch + * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php index 83d8c7aae47..5d0eba49ecd 100644 --- a/apps/theming/lib/Util.php +++ b/apps/theming/lib/Util.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * -- cgit v1.2.3