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 --- apps/files/ajax/download.php | 2 +- apps/files/ajax/list.php | 3 ++- apps/files/appinfo/app.php | 4 +++- apps/files/appinfo/routes.php | 12 ++++++++--- apps/files/lib/Activity/FavoriteProvider.php | 2 +- apps/files/lib/Activity/Filter/Favorites.php | 2 +- apps/files/lib/Activity/Filter/FileChanges.php | 3 ++- apps/files/lib/Activity/Helper.php | 2 +- apps/files/lib/Activity/Provider.php | 2 +- .../files/lib/Activity/Settings/FavoriteAction.php | 2 +- apps/files/lib/Activity/Settings/FileChanged.php | 2 +- apps/files/lib/Activity/Settings/FileCreated.php | 2 +- apps/files/lib/Activity/Settings/FileDeleted.php | 2 +- apps/files/lib/Activity/Settings/FileFavorite.php | 2 +- apps/files/lib/Activity/Settings/FileRestored.php | 2 +- apps/files/lib/App.php | 3 +-- apps/files/lib/AppInfo/Application.php | 7 +++++-- .../BackgroundJob/CleanupDirectEditingTokens.php | 23 +++++++++++++++++++++- apps/files/lib/BackgroundJob/CleanupFileLocks.php | 3 ++- .../lib/BackgroundJob/DeleteOrphanedItems.php | 2 +- apps/files/lib/BackgroundJob/ScanFiles.php | 3 ++- apps/files/lib/BackgroundJob/TransferOwnership.php | 2 +- apps/files/lib/Capabilities.php | 3 ++- .../files/lib/Collaboration/Resources/Listener.php | 6 +++++- .../Collaboration/Resources/ResourceProvider.php | 7 ++++++- apps/files/lib/Command/DeleteOrphanedFiles.php | 2 +- apps/files/lib/Command/Scan.php | 6 +++++- apps/files/lib/Command/ScanAppData.php | 4 +++- apps/files/lib/Command/TransferOwnership.php | 7 +++++-- apps/files/lib/Controller/AjaxController.php | 17 +++++++++------- apps/files/lib/Controller/ApiController.php | 12 ++++++++--- .../lib/Controller/DirectEditingController.php | 2 +- .../lib/Controller/DirectEditingViewController.php | 2 +- .../lib/Controller/TransferOwnershipController.php | 4 +++- apps/files/lib/Controller/ViewController.php | 15 ++++++++++---- apps/files/lib/Db/TransferOwnership.php | 4 +++- apps/files/lib/Db/TransferOwnershipMapper.php | 4 +++- .../files/lib/Event/LoadAdditionalScriptsEvent.php | 4 +++- apps/files/lib/Event/LoadSidebar.php | 6 ++++-- .../lib/Exception/TransferOwnershipException.php | 9 ++++++--- apps/files/lib/Helper.php | 3 ++- .../LegacyLoadAdditionalScriptsAdapter.php | 4 +++- apps/files/lib/Listener/LoadSidebarListener.php | 6 ++++-- .../Migration/Version11301Date20191113195931.php | 4 +++- apps/files/lib/Notification/Notifier.php | 5 ++++- apps/files/lib/Service/DirectEditingService.php | 2 +- .../files/lib/Service/OwnershipTransferService.php | 9 ++++++--- apps/files/lib/Service/TagService.php | 2 +- apps/files/lib/Settings/PersonalSettings.php | 5 +++-- apps/files/list.php | 3 ++- apps/files/recentlist.php | 3 ++- apps/files/simplelist.php | 3 ++- apps/files/tests/Activity/Filter/GenericTest.php | 3 ++- apps/files/tests/Activity/ProviderTest.php | 3 ++- apps/files/tests/Activity/Setting/GenericTest.php | 3 ++- .../BackgroundJob/DeleteOrphanedItemsJobTest.php | 3 ++- apps/files/tests/BackgroundJob/ScanFilesTest.php | 3 ++- .../tests/Command/DeleteOrphanedFilesTest.php | 3 ++- apps/files/tests/Controller/ApiControllerTest.php | 4 ++-- apps/files/tests/Controller/ViewControllerTest.php | 8 +++++--- apps/files/tests/HelperTest.php | 2 +- apps/files/tests/Service/TagServiceTest.php | 2 +- 62 files changed, 196 insertions(+), 88 deletions(-) (limited to 'apps/files') diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index cc9ae7d566b..5b29175a83c 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -24,7 +24,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/apps/files/ajax/list.php b/apps/files/ajax/list.php index 588c76154a5..0b66ed10897 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -6,6 +6,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 @@ -20,7 +21,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/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index ce7aba3076f..35e46c0c151 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry @@ -21,7 +23,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/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index e235db76070..825249b0874 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -1,15 +1,21 @@ - * @author Christoph Wurst + * @author Christoph Wurst + * @author Felix Nüsse + * @author fnuesse + * @author fnuesse + * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky - * @author Tom Needham * @author Vincent Petry * * @license AGPL-3.0 @@ -24,7 +30,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 * */ namespace OCA\Files\AppInfo; diff --git a/apps/files/lib/Activity/FavoriteProvider.php b/apps/files/lib/Activity/FavoriteProvider.php index 3ad6b9bb834..bd794786d62 100644 --- a/apps/files/lib/Activity/FavoriteProvider.php +++ b/apps/files/lib/Activity/FavoriteProvider.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/apps/files/lib/Activity/Filter/Favorites.php b/apps/files/lib/Activity/Filter/Favorites.php index 0cb03eec2b2..2e8192341a1 100644 --- a/apps/files/lib/Activity/Filter/Favorites.php +++ b/apps/files/lib/Activity/Filter/Favorites.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/apps/files/lib/Activity/Filter/FileChanges.php b/apps/files/lib/Activity/Filter/FileChanges.php index c828755a659..f995b42a15a 100644 --- a/apps/files/lib/Activity/Filter/FileChanges.php +++ b/apps/files/lib/Activity/Filter/FileChanges.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version * @@ -17,7 +18,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/apps/files/lib/Activity/Helper.php b/apps/files/lib/Activity/Helper.php index d03d6e8e974..fd043bed950 100644 --- a/apps/files/lib/Activity/Helper.php +++ b/apps/files/lib/Activity/Helper.php @@ -16,7 +16,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/apps/files/lib/Activity/Provider.php b/apps/files/lib/Activity/Provider.php index 469c26cb47f..86f5e71b580 100644 --- a/apps/files/lib/Activity/Provider.php +++ b/apps/files/lib/Activity/Provider.php @@ -18,7 +18,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/apps/files/lib/Activity/Settings/FavoriteAction.php b/apps/files/lib/Activity/Settings/FavoriteAction.php index e352172e4fa..fe1a8e707cc 100644 --- a/apps/files/lib/Activity/Settings/FavoriteAction.php +++ b/apps/files/lib/Activity/Settings/FavoriteAction.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/apps/files/lib/Activity/Settings/FileChanged.php b/apps/files/lib/Activity/Settings/FileChanged.php index c1a5140ff10..77e1109eb36 100644 --- a/apps/files/lib/Activity/Settings/FileChanged.php +++ b/apps/files/lib/Activity/Settings/FileChanged.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/apps/files/lib/Activity/Settings/FileCreated.php b/apps/files/lib/Activity/Settings/FileCreated.php index c655435c6eb..c726ff670fa 100644 --- a/apps/files/lib/Activity/Settings/FileCreated.php +++ b/apps/files/lib/Activity/Settings/FileCreated.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/apps/files/lib/Activity/Settings/FileDeleted.php b/apps/files/lib/Activity/Settings/FileDeleted.php index bf2c84a0da0..6e05ce9e00b 100644 --- a/apps/files/lib/Activity/Settings/FileDeleted.php +++ b/apps/files/lib/Activity/Settings/FileDeleted.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/apps/files/lib/Activity/Settings/FileFavorite.php b/apps/files/lib/Activity/Settings/FileFavorite.php index 8ef838bc265..cc51d8d0961 100644 --- a/apps/files/lib/Activity/Settings/FileFavorite.php +++ b/apps/files/lib/Activity/Settings/FileFavorite.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/apps/files/lib/Activity/Settings/FileRestored.php b/apps/files/lib/Activity/Settings/FileRestored.php index 1e7c6174582..54d0600c6ce 100644 --- a/apps/files/lib/Activity/Settings/FileRestored.php +++ b/apps/files/lib/Activity/Settings/FileRestored.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/apps/files/lib/App.php b/apps/files/lib/App.php index 8f355fa6255..aa671361472 100644 --- a/apps/files/lib/App.php +++ b/apps/files/lib/App.php @@ -5,7 +5,6 @@ * @author Christopher Schäpers * @author Joas Schilling * @author Morris Jobke - * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 @@ -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/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index 05d9e27ef06..afd9f788749 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst + * @author Christoph Wurst * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky @@ -21,7 +24,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/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php b/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php index 8d4a3f23787..f3c473fb2fc 100644 --- a/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php +++ b/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php @@ -1,5 +1,26 @@ + * @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 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 . + * + */ namespace OCA\Files\BackgroundJob; use OC\BackgroundJob\TimedJob; diff --git a/apps/files/lib/BackgroundJob/CleanupFileLocks.php b/apps/files/lib/BackgroundJob/CleanupFileLocks.php index df4542386e9..45729fd1e36 100644 --- a/apps/files/lib/BackgroundJob/CleanupFileLocks.php +++ b/apps/files/lib/BackgroundJob/CleanupFileLocks.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Max Kovalenko * @author Morris Jobke * * @license AGPL-3.0 @@ -16,7 +17,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/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php index 5c4ba6ac06c..5c0c92b6034 100644 --- a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php +++ b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php @@ -18,7 +18,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/apps/files/lib/BackgroundJob/ScanFiles.php b/apps/files/lib/BackgroundJob/ScanFiles.php index 04ba8524131..c1ebad0214c 100644 --- a/apps/files/lib/BackgroundJob/ScanFiles.php +++ b/apps/files/lib/BackgroundJob/ScanFiles.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Robin Appelman * * @license AGPL-3.0 * @@ -16,7 +17,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/apps/files/lib/BackgroundJob/TransferOwnership.php b/apps/files/lib/BackgroundJob/TransferOwnership.php index 3e505cb19bf..ec89adafa86 100644 --- a/apps/files/lib/BackgroundJob/TransferOwnership.php +++ b/apps/files/lib/BackgroundJob/TransferOwnership.php @@ -20,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/apps/files/lib/Capabilities.php b/apps/files/lib/Capabilities.php index 20ef0c4d229..7e6d5521fd7 100644 --- a/apps/files/lib/Capabilities.php +++ b/apps/files/lib/Capabilities.php @@ -4,6 +4,7 @@ * * @author Christopher Schäpers * @author Joas Schilling + * @author Julius Härtl * @author Roeland Jago Douma * @author Tom Needham * @@ -19,7 +20,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/apps/files/lib/Collaboration/Resources/Listener.php b/apps/files/lib/Collaboration/Resources/Listener.php index a4e5284741c..8bc45996e20 100644 --- a/apps/files/lib/Collaboration/Resources/Listener.php +++ b/apps/files/lib/Collaboration/Resources/Listener.php @@ -1,8 +1,12 @@ * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -16,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/apps/files/lib/Collaboration/Resources/ResourceProvider.php b/apps/files/lib/Collaboration/Resources/ResourceProvider.php index f29c99abc96..409361acb30 100644 --- a/apps/files/lib/Collaboration/Resources/ResourceProvider.php +++ b/apps/files/lib/Collaboration/Resources/ResourceProvider.php @@ -1,8 +1,13 @@ * + * @author Joas Schilling + * @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 @@ -16,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 - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 2e5893cfd1f..2a63f344a92 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/apps/files/lib/Command/DeleteOrphanedFiles.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, version 3, - * along with this program. If not, see + * along with this program. If not, see * */ diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 734692d9c6c..c0c7ecdb8f0 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -3,10 +3,14 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Blaok + * @author Daniel Kesselberg + * @author Joel S * @author Jörn Friedrich Dreyer * @author martin.mattel@diemattels.at * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * @@ -22,7 +26,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/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php index 7ac42e7c6df..c8609b57b73 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -2,6 +2,8 @@ /** * * + * @author Daniel Kesselberg + * @author Joel S * @author Morris Jobke * @author Roeland Jago Douma * @@ -18,7 +20,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/apps/files/lib/Command/TransferOwnership.php b/apps/files/lib/Command/TransferOwnership.php index aee3246f2f2..cad1b1b46cb 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -1,9 +1,12 @@ - + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma @@ -23,7 +26,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/apps/files/lib/Controller/AjaxController.php b/apps/files/lib/Controller/AjaxController.php index a7422d7c4ca..00637cc0936 100644 --- a/apps/files/lib/Controller/AjaxController.php +++ b/apps/files/lib/Controller/AjaxController.php @@ -1,23 +1,26 @@ * * @author Roeland Jago Douma * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 . * */ diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index 77db0dbe56a..9e6b6b550fc 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -3,15 +3,21 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle - * @author Christoph Wurst + * @author Christoph Wurst + * @author Daniel Calviño Sánchez + * @author Felix Nüsse + * @author fnuesse + * @author fnuesse * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke + * @author Max Kovalenko * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Vincent Petry - * @author Felix Nüsse + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify @@ -24,7 +30,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/apps/files/lib/Controller/DirectEditingController.php b/apps/files/lib/Controller/DirectEditingController.php index 0a086c3da60..e8a00981327 100644 --- a/apps/files/lib/Controller/DirectEditingController.php +++ b/apps/files/lib/Controller/DirectEditingController.php @@ -13,7 +13,7 @@ * * 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 diff --git a/apps/files/lib/Controller/DirectEditingViewController.php b/apps/files/lib/Controller/DirectEditingViewController.php index 9fbce4ece12..af7c3cde035 100644 --- a/apps/files/lib/Controller/DirectEditingViewController.php +++ b/apps/files/lib/Controller/DirectEditingViewController.php @@ -13,7 +13,7 @@ * * 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 diff --git a/apps/files/lib/Controller/TransferOwnershipController.php b/apps/files/lib/Controller/TransferOwnershipController.php index b01596fc29d..824c8c00518 100644 --- a/apps/files/lib/Controller/TransferOwnershipController.php +++ b/apps/files/lib/Controller/TransferOwnershipController.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 1a6b3c532fb..ed3fff223f7 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -2,14 +2,21 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst + * @author Christoph Wurst + * @author Daniel Kesselberg + * @author fnuesse + * @author fnuesse * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke + * @author Max Kovalenko + * @author Michael Weimann + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry - * @author Felix Nüsse - * @author John Molakvoæ * * @license AGPL-3.0 * @@ -23,7 +30,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/apps/files/lib/Db/TransferOwnership.php b/apps/files/lib/Db/TransferOwnership.php index 34384991354..73c39ccebd2 100644 --- a/apps/files/lib/Db/TransferOwnership.php +++ b/apps/files/lib/Db/TransferOwnership.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Db/TransferOwnershipMapper.php b/apps/files/lib/Db/TransferOwnershipMapper.php index 4918d4cdbf7..f9f4e995feb 100644 --- a/apps/files/lib/Db/TransferOwnershipMapper.php +++ b/apps/files/lib/Db/TransferOwnershipMapper.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Event/LoadAdditionalScriptsEvent.php b/apps/files/lib/Event/LoadAdditionalScriptsEvent.php index bd3d1a8f4e3..51682be6a41 100644 --- a/apps/files/lib/Event/LoadAdditionalScriptsEvent.php +++ b/apps/files/lib/Event/LoadAdditionalScriptsEvent.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Event/LoadSidebar.php b/apps/files/lib/Event/LoadSidebar.php index 8892bbe0f5b..a16eb1439ee 100644 --- a/apps/files/lib/Event/LoadSidebar.php +++ b/apps/files/lib/Event/LoadSidebar.php @@ -1,9 +1,11 @@ * - * @author Roeland Jago Douma + * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version * @@ -18,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/apps/files/lib/Exception/TransferOwnershipException.php b/apps/files/lib/Exception/TransferOwnershipException.php index ac4f4cc96c2..dad5dc13679 100644 --- a/apps/files/lib/Exception/TransferOwnershipException.php +++ b/apps/files/lib/Exception/TransferOwnershipException.php @@ -1,9 +1,11 @@ - * - * @author 2019 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * @@ -18,7 +20,8 @@ * 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 . + * */ namespace OCA\Files\Exception; diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index 3ea1504bc8a..f88689af266 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author brumsel + * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Jobst @@ -26,7 +27,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/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php index ba89d591227..ab8299bd632 100644 --- a/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php +++ b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Listener/LoadSidebarListener.php b/apps/files/lib/Listener/LoadSidebarListener.php index e70ad112335..b98df0d8504 100644 --- a/apps/files/lib/Listener/LoadSidebarListener.php +++ b/apps/files/lib/Listener/LoadSidebarListener.php @@ -1,9 +1,11 @@ * - * @author John Molakvoæ + * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version * @@ -18,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/apps/files/lib/Migration/Version11301Date20191113195931.php b/apps/files/lib/Migration/Version11301Date20191113195931.php index d4044434c76..d5c255bb8a3 100644 --- a/apps/files/lib/Migration/Version11301Date20191113195931.php +++ b/apps/files/lib/Migration/Version11301Date20191113195931.php @@ -1,5 +1,7 @@ * @@ -18,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/apps/files/lib/Notification/Notifier.php b/apps/files/lib/Notification/Notifier.php index 2de05cac2e1..ab7956a54f9 100644 --- a/apps/files/lib/Notification/Notifier.php +++ b/apps/files/lib/Notification/Notifier.php @@ -1,8 +1,11 @@ * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version @@ -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 - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files/lib/Service/DirectEditingService.php b/apps/files/lib/Service/DirectEditingService.php index 7e906238d87..191a053b80a 100644 --- a/apps/files/lib/Service/DirectEditingService.php +++ b/apps/files/lib/Service/DirectEditingService.php @@ -13,7 +13,7 @@ * * 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 diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index b5d0ee315a1..8955c2062b8 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -1,9 +1,11 @@ - * - * @author 2019 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * @@ -18,7 +20,8 @@ * 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 . + * */ namespace OCA\Files\Service; diff --git a/apps/files/lib/Service/TagService.php b/apps/files/lib/Service/TagService.php index 0a31be7a558..a03261812b3 100644 --- a/apps/files/lib/Service/TagService.php +++ b/apps/files/lib/Service/TagService.php @@ -18,7 +18,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/apps/files/lib/Settings/PersonalSettings.php b/apps/files/lib/Settings/PersonalSettings.php index 3348d394dc5..40f12b830ad 100644 --- a/apps/files/lib/Settings/PersonalSettings.php +++ b/apps/files/lib/Settings/PersonalSettings.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright 2019 Christoph Wurst * - * @author 2019 Christoph Wurst + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * @@ -20,7 +20,8 @@ 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 . + * */ namespace OCA\Files\Settings; diff --git a/apps/files/list.php b/apps/files/list.php index 9ceeaaa0491..7d7fc7f105e 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Vincent Petry * @@ -17,7 +18,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/apps/files/recentlist.php b/apps/files/recentlist.php index 99409749e36..fdd02679319 100644 --- a/apps/files/recentlist.php +++ b/apps/files/recentlist.php @@ -2,6 +2,7 @@ /** * * + * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Robin Appelman * @@ -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 - * along with this program. If not, see . + * along with this program. If not, see . * */ // Check if we are a user diff --git a/apps/files/simplelist.php b/apps/files/simplelist.php index d623b251306..7bb6fb34558 100644 --- a/apps/files/simplelist.php +++ b/apps/files/simplelist.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Vincent Petry * @@ -17,7 +18,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/apps/files/tests/Activity/Filter/GenericTest.php b/apps/files/tests/Activity/Filter/GenericTest.php index 8cae50c99c9..46b977bb27f 100644 --- a/apps/files/tests/Activity/Filter/GenericTest.php +++ b/apps/files/tests/Activity/Filter/GenericTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * @@ -17,7 +18,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/apps/files/tests/Activity/ProviderTest.php b/apps/files/tests/Activity/ProviderTest.php index cb8a2175307..61a7f105aa7 100644 --- a/apps/files/tests/Activity/ProviderTest.php +++ b/apps/files/tests/Activity/ProviderTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Joas Schilling * * @author Joas Schilling + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * @@ -17,7 +18,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/apps/files/tests/Activity/Setting/GenericTest.php b/apps/files/tests/Activity/Setting/GenericTest.php index e93919ffd4d..0ebb29d9de3 100644 --- a/apps/files/tests/Activity/Setting/GenericTest.php +++ b/apps/files/tests/Activity/Setting/GenericTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * @@ -17,7 +18,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/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php index 4b0496a1aa6..b7ef5387090 100644 --- a/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php +++ b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 @@ -17,7 +18,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/apps/files/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php index f4110cfbad0..82f69df3ddc 100644 --- a/apps/files/tests/BackgroundJob/ScanFilesTest.php +++ b/apps/files/tests/BackgroundJob/ScanFilesTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 @@ -17,7 +18,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/apps/files/tests/Command/DeleteOrphanedFilesTest.php b/apps/files/tests/Command/DeleteOrphanedFilesTest.php index c3f7d8712ac..8d6098ff18d 100644 --- a/apps/files/tests/Command/DeleteOrphanedFilesTest.php +++ b/apps/files/tests/Command/DeleteOrphanedFilesTest.php @@ -4,6 +4,7 @@ * * @author Morris Jobke * @author Robin Appelman + * @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/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php index bd27fc2537d..8b2a763ec52 100644 --- a/apps/files/tests/Controller/ApiControllerTest.php +++ b/apps/files/tests/Controller/ApiControllerTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -21,7 +21,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/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 0e109128c5b..fd6ec5aaa3c 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -2,10 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst - * @author Jan-Christoph Borchardt + * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke + * @author Michael Weimann * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma @@ -23,7 +25,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/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index 34d01bd7bcc..b756386a2bf 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -21,7 +21,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/apps/files/tests/Service/TagServiceTest.php b/apps/files/tests/Service/TagServiceTest.php index 4590277aeb4..2e0d98e1fed 100644 --- a/apps/files/tests/Service/TagServiceTest.php +++ b/apps/files/tests/Service/TagServiceTest.php @@ -19,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 * */ -- cgit v1.2.3