From 1b46621cd31dabb48084c8e23f741de77e7007b4 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 19 Dec 2019 13:16:31 +0100 Subject: Update license headers for 18 Signed-off-by: Christoph Wurst --- apps/files/lib/AppInfo/Application.php | 1 + apps/files/lib/BackgroundJob/ScanFiles.php | 1 + apps/files/lib/Command/Scan.php | 1 + apps/files/lib/Command/ScanAppData.php | 1 + apps/files/lib/Db/TransferOwnershipMapper.php | 1 + apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php | 1 + apps/files/lib/Migration/Version11301Date20191205150729.php | 3 +++ apps/files/lib/Notification/Notifier.php | 1 + apps/files/lib/Service/DirectEditingService.php | 1 + apps/files/lib/Service/OwnershipTransferService.php | 1 + 10 files changed, 12 insertions(+) (limited to 'apps/files/lib') diff --git a/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index b8770caa4aa..8bda6329d29 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl diff --git a/apps/files/lib/BackgroundJob/ScanFiles.php b/apps/files/lib/BackgroundJob/ScanFiles.php index a2d35ba9868..f1ff1a633ef 100644 --- a/apps/files/lib/BackgroundJob/ScanFiles.php +++ b/apps/files/lib/BackgroundJob/ScanFiles.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index b32e670ffc2..39eebbb2c43 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Blaok + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joel S * @author Jörn Friedrich Dreyer diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php index 38d6ed2d425..358dd993291 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joel S * @author Morris Jobke diff --git a/apps/files/lib/Db/TransferOwnershipMapper.php b/apps/files/lib/Db/TransferOwnershipMapper.php index fe87fc5e48d..2cca83ba178 100644 --- a/apps/files/lib/Db/TransferOwnershipMapper.php +++ b/apps/files/lib/Db/TransferOwnershipMapper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php index 76be9aa1a7a..fc8926c08bb 100644 --- a/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php +++ b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Migration/Version11301Date20191205150729.php b/apps/files/lib/Migration/Version11301Date20191205150729.php index 2ec9bdb4718..80d1268fdc5 100644 --- a/apps/files/lib/Migration/Version11301Date20191205150729.php +++ b/apps/files/lib/Migration/Version11301Date20191205150729.php @@ -1,8 +1,11 @@ * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Notification/Notifier.php b/apps/files/lib/Notification/Notifier.php index 343ab606b80..604408eee10 100644 --- a/apps/files/lib/Notification/Notifier.php +++ b/apps/files/lib/Notification/Notifier.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Roeland Jago Douma + * @author Sascha Wiswedel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files/lib/Service/DirectEditingService.php b/apps/files/lib/Service/DirectEditingService.php index a05d4f52385..e375f3c9b0a 100644 --- a/apps/files/lib/Service/DirectEditingService.php +++ b/apps/files/lib/Service/DirectEditingService.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2019 Julius Härtl * * @author Julius Härtl + * @author Tobias Kaminsky * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index 7c06096a8ac..8530edd17b1 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 Sascha Wiswedel * * @license GNU AGPL version 3 or any later version * -- cgit v1.2.3