From cb057829f72c70e819f456edfadbb29d72dba832 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 29 Apr 2020 11:57:22 +0200 Subject: Update license headers for 19 Signed-off-by: Christoph Wurst --- apps/files/appinfo/routes.php | 1 + apps/files/lib/Activity/FavoriteProvider.php | 1 + apps/files/lib/Activity/Helper.php | 1 + apps/files/lib/Activity/Provider.php | 1 + apps/files/lib/BackgroundJob/CleanupFileLocks.php | 1 + apps/files/lib/BackgroundJob/DeleteOrphanedItems.php | 1 + apps/files/lib/Command/DeleteOrphanedFiles.php | 1 + apps/files/lib/Service/OwnershipTransferService.php | 1 + apps/files/tests/Command/DeleteOrphanedFilesTest.php | 1 + 9 files changed, 9 insertions(+) (limited to 'apps/files') diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index d304ceb7b28..d52da3a269d 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -10,6 +10,7 @@ declare(strict_types=1); * @author Felix Nüsse * @author fnuesse * @author fnuesse + * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/files/lib/Activity/FavoriteProvider.php b/apps/files/lib/Activity/FavoriteProvider.php index 8692b83f008..d292a2b29dc 100644 --- a/apps/files/lib/Activity/FavoriteProvider.php +++ b/apps/files/lib/Activity/FavoriteProvider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Activity/Helper.php b/apps/files/lib/Activity/Helper.php index c274df2ccbb..dc7f5cb9646 100644 --- a/apps/files/lib/Activity/Helper.php +++ b/apps/files/lib/Activity/Helper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * * @license AGPL-3.0 diff --git a/apps/files/lib/Activity/Provider.php b/apps/files/lib/Activity/Provider.php index a9a9c948c0b..2f6e406978a 100644 --- a/apps/files/lib/Activity/Provider.php +++ b/apps/files/lib/Activity/Provider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/apps/files/lib/BackgroundJob/CleanupFileLocks.php b/apps/files/lib/BackgroundJob/CleanupFileLocks.php index a69ee51bfb1..c349ccaae1a 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 Christoph Wurst * @author Max Kovalenko * @author Morris Jobke * diff --git a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php index ca890269a93..07165c9cf68 100644 --- a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php +++ b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Vincent Petry * diff --git a/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 855958511d7..167d679e3c8 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/apps/files/lib/Command/DeleteOrphanedFiles.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index a838eb45eab..5bec5200b63 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * @author Sascha Wiswedel * @author Tobia De Koninck diff --git a/apps/files/tests/Command/DeleteOrphanedFilesTest.php b/apps/files/tests/Command/DeleteOrphanedFilesTest.php index e0a8a72aba3..7147d58891d 100644 --- a/apps/files/tests/Command/DeleteOrphanedFilesTest.php +++ b/apps/files/tests/Command/DeleteOrphanedFilesTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma -- cgit v1.2.3