From 9ce3ea3368937f827171d1ee3aa6a202d93e6cd2 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 30 Dec 2020 14:07:05 +0100 Subject: [PATCH] Update license headers Signed-off-by: Christoph Wurst --- AUTHORS | 3 +-- apps/dav/lib/CalDAV/CalDavBackend.php | 1 + apps/dav/lib/CardDAV/CardDavBackend.php | 1 + apps/dav/lib/Command/MoveCalendar.php | 1 + apps/dav/lib/DAV/Sharing/Backend.php | 1 + apps/dav/lib/Migration/BuildSocialSearchIndex.php | 4 +--- .../lib/Migration/BuildSocialSearchIndexBackgroundJob.php | 2 +- apps/federation/lib/BackgroundJob/GetSharedSecret.php | 1 + apps/federation/lib/BackgroundJob/RequestSharedSecret.php | 1 + apps/files/lib/Command/Scan.php | 1 + apps/files/lib/Command/ScanAppData.php | 1 + apps/files_sharing/lib/SharedStorage.php | 1 + .../lib/Migration/Version1010Date20200630192639.php | 1 + apps/settings/lib/AppInfo/Application.php | 1 - apps/settings/lib/Controller/CheckSetupController.php | 1 + apps/user_ldap/lib/Access.php | 1 + apps/user_ldap/lib/ILDAPWrapper.php | 1 + apps/user_ldap/lib/LDAP.php | 1 + build/integration/features/bootstrap/BasicStructure.php | 1 - build/integration/features/bootstrap/Trashbin.php | 1 + console.php | 1 + core/Command/Db/ConvertFilecacheBigInt.php | 1 + core/Controller/WellKnownController.php | 7 ++++--- cron.php | 1 + lib/private/AppFramework/Http/Request.php | 1 + lib/private/DB/QueryBuilder/QueryBuilder.php | 1 + lib/private/Files/Cache/Cache.php | 1 + lib/private/Files/ObjectStore/ObjectStoreStorage.php | 1 + lib/private/Files/SimpleFS/NewSimpleFile.php | 1 + lib/private/Files/Storage/DAV.php | 1 + lib/private/Files/Storage/Flysystem.php | 1 + lib/private/Files/Storage/Wrapper/Encoding.php | 3 +++ lib/private/Files/Storage/Wrapper/Encryption.php | 2 ++ lib/private/Files/Storage/Wrapper/Jail.php | 3 +++ lib/private/Files/Storage/Wrapper/Quota.php | 3 +++ lib/private/Files/Storage/Wrapper/Wrapper.php | 2 ++ lib/private/Http/WellKnown/RequestManager.php | 7 ++++--- lib/private/Preview/HEIC.php | 1 + lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php | 1 + lib/private/Share/SearchResultSorter.php | 1 + lib/private/legacy/OC_Helper.php | 1 + lib/private/legacy/OC_Image.php | 1 + lib/public/AppFramework/Http/ContentSecurityPolicy.php | 1 - lib/public/DB/QueryBuilder/IQueryBuilder.php | 1 + lib/public/Files/SimpleFS/ISimpleFile.php | 1 + lib/public/Files/Storage.php | 4 +++- lib/public/Files/Storage/IStorage.php | 3 +++ lib/public/Http/WellKnown/GenericResponse.php | 7 ++++--- lib/public/Http/WellKnown/IHandler.php | 7 ++++--- lib/public/Http/WellKnown/IRequestContext.php | 7 ++++--- lib/public/Http/WellKnown/IResponse.php | 7 ++++--- lib/public/Http/WellKnown/JrdResponse.php | 7 ++++--- lib/public/Share/Events/ShareDeletedEvent.php | 1 + lib/public/Util.php | 1 + 54 files changed, 84 insertions(+), 31 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6de0834149..53b2ee7663 100644 --- a/AUTHORS +++ b/AUTHORS @@ -210,7 +210,6 @@ Nextcloud is written by: - Michael Kuhn - Michael Letzgus - Michael Roitzsch - - Michael Roth - Michael Weimann - Michael Zamot - Michał Węgrzynek @@ -321,7 +320,6 @@ Nextcloud is written by: - Tekhnee - Temtaime - Thibaut GRIDEL - - Thomas Citharel - Thomas Citharel - Thomas Ebert - Thomas Müller @@ -402,6 +400,7 @@ Nextcloud is written by: - martin-rueegg - martin.mattel@diemattels.at - martink-p <47943787+martink-p@users.noreply.github.com> + - matt <34400929+call-me-matt@users.noreply.github.com> - medcloud <42641918+medcloud@users.noreply.github.com> - michaelletzgus - michag86 diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 2fecc7affc..ad1eea1082 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -8,6 +8,7 @@ * @author dartcafe * @author Georg Ehrke * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author leith abdulla * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index 51d24351c0..c95f6b072e 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -9,6 +9,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author matt <34400929+call-me-matt@users.noreply.github.com> * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/lib/Command/MoveCalendar.php b/apps/dav/lib/Command/MoveCalendar.php index 00bf596683..8b77eda47a 100644 --- a/apps/dav/lib/Command/MoveCalendar.php +++ b/apps/dav/lib/Command/MoveCalendar.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma * @author Thomas Citharel * diff --git a/apps/dav/lib/DAV/Sharing/Backend.php b/apps/dav/lib/DAV/Sharing/Backend.php index 9dbbc2f397..71d2accb9c 100644 --- a/apps/dav/lib/DAV/Sharing/Backend.php +++ b/apps/dav/lib/DAV/Sharing/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/dav/lib/Migration/BuildSocialSearchIndex.php b/apps/dav/lib/Migration/BuildSocialSearchIndex.php index 612c32bc57..4498643688 100644 --- a/apps/dav/lib/Migration/BuildSocialSearchIndex.php +++ b/apps/dav/lib/Migration/BuildSocialSearchIndex.php @@ -2,9 +2,7 @@ /** * @copyright 2017 Georg Ehrke * - * @author Georg Ehrke - * @author Morris Jobke - * @author Roeland Jago Douma + * @author call-me-matt * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php b/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php index 3b6df0e3d0..1769ab3b64 100644 --- a/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php +++ b/apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php @@ -2,7 +2,7 @@ /** * @copyright 2020 Matthias Heinisch * - * @author Matthias Heinisch + * @author call-me-matt * * @license GNU AGPL version 3 or any later version * diff --git a/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php index 875f35899d..fd381cadd5 100644 --- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index 1f801eec56..e3c89f21ed 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 6f1679e48d..3e8e1911ae 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -6,6 +6,7 @@ * @author Blaok * @author Christoph Wurst * @author Daniel Kesselberg + * @author J0WI * @author Joas Schilling * @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 ee539cb5d0..8d0d72fdac 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Daniel Kesselberg + * @author J0WI * @author Joas Schilling * @author Joel S * @author Morris Jobke diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index 567f02bb19..221d022bb1 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author J0WI * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php b/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php index e5443a1f79..12cb1d40ef 100644 --- a/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php +++ b/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Joas Schilling * * @author Joas Schilling + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/AppInfo/Application.php b/apps/settings/lib/AppInfo/Application.php index af45c56e51..8240b31055 100644 --- a/apps/settings/lib/AppInfo/Application.php +++ b/apps/settings/lib/AppInfo/Application.php @@ -12,7 +12,6 @@ declare(strict_types=1); * @author Daniel Kesselberg * @author Joas Schilling * @author Lukas Reschke - * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 7c72f7b3b4..5b004d753e 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -8,6 +8,7 @@ * @author Daniel Kesselberg * @author Derek * @author Georg Ehrke + * @author J0WI * @author Joas Schilling * @author Julius Härtl * @author Ko- diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index fc1f2458fd..426cd05e52 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -10,6 +10,7 @@ * @author bline * @author Christoph Wurst * @author Daniel Kesselberg + * @author J0WI * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafáñez diff --git a/apps/user_ldap/lib/ILDAPWrapper.php b/apps/user_ldap/lib/ILDAPWrapper.php index 6b0b221da3..fd63193116 100644 --- a/apps/user_ldap/lib/ILDAPWrapper.php +++ b/apps/user_ldap/lib/ILDAPWrapper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author J0WI * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/lib/LDAP.php b/apps/user_ldap/lib/LDAP.php index 01aa54df92..bd1b7b01e4 100644 --- a/apps/user_ldap/lib/LDAP.php +++ b/apps/user_ldap/lib/LDAP.php @@ -5,6 +5,7 @@ * @author Alexander Bergolth * @author Arthur Schiwon * @author Christoph Wurst + * @author J0WI * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index fcccddc318..5b01e80707 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -14,7 +14,6 @@ * @author Sergio Bertolin * @author Sergio Bertolín * @author Thomas Müller - * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php index 536ed6a901..46eeabb421 100644 --- a/build/integration/features/bootstrap/Trashbin.php +++ b/build/integration/features/bootstrap/Trashbin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, ownCloud GmbH. * + * @author Daniel Calviño Sánchez * @author John Molakvoæ (skjnldsv) * @author Robin Appelman * @author Vincent Petry diff --git a/console.php b/console.php index c945864a25..88456a9bd7 100644 --- a/console.php +++ b/console.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Christoph Wurst * @author hoellen + * @author J0WI * @author Joas Schilling * @author Ko- * @author Lukas Reschke diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index d607b8b35a..77f5034315 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -10,6 +10,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author timm2k + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/WellKnownController.php b/core/Controller/WellKnownController.php index 1d45e87569..640aa33f49 100644 --- a/core/Controller/WellKnownController.php +++ b/core/Controller/WellKnownController.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OC\Core\Controller; diff --git a/cron.php b/cron.php index 6365d023d9..ffce18b98d 100644 --- a/cron.php +++ b/cron.php @@ -7,6 +7,7 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author hoellen + * @author J0WI * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index ea26725d4f..91ae2269b7 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -11,6 +11,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Daniel Kesselberg * @author Georg Ehrke + * @author J0WI * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Julius Härtl diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index caf7b2cbe0..2d5fe6ce57 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Daniel Kesselberg + * @author J0WI * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index 64cd2b25ee..dbe0dd9d77 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -7,6 +7,7 @@ * @author Artem Kochnev * @author Björn Schießle * @author Christoph Wurst + * @author Daniel Kesselberg * @author Florin Peter * @author Frédéric Fortier * @author Jens-Christian Fischer diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 9815fe6a24..3378f00c4d 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -10,6 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * * @license AGPL-3.0 * diff --git a/lib/private/Files/SimpleFS/NewSimpleFile.php b/lib/private/Files/SimpleFS/NewSimpleFile.php index fb4346aae0..381948a744 100644 --- a/lib/private/Files/SimpleFS/NewSimpleFile.php +++ b/lib/private/Files/SimpleFS/NewSimpleFile.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 8f5001c814..0c9c41a3d9 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -17,6 +17,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Tigran Mkrtchyan * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Flysystem.php b/lib/private/Files/Storage/Flysystem.php index 9b26516bef..c510518765 100644 --- a/lib/private/Files/Storage/Flysystem.php +++ b/lib/private/Files/Storage/Flysystem.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index 33a599ee46..d49420471d 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author J0WI * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index 1a41fcbb89..ef44be5cef 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -6,6 +6,7 @@ * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst + * @author J0WI * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke @@ -13,6 +14,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Tigran Mkrtchyan * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php index a534ec8a49..1ce0eef65a 100644 --- a/lib/private/Files/Storage/Wrapper/Jail.php +++ b/lib/private/Files/Storage/Wrapper/Jail.php @@ -2,11 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author J0WI * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index e9a6847e58..d631dae774 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author J0WI * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Julius Härtl @@ -10,6 +12,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index 3754956034..ecd3dcf1c3 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -3,12 +3,14 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author J0WI * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller + * @author Tigran Mkrtchyan * @author Vincent Petry * @author Vinicius Cubas Brand * diff --git a/lib/private/Http/WellKnown/RequestManager.php b/lib/private/Http/WellKnown/RequestManager.php index d17ea5c671..5993a9b36e 100644 --- a/lib/private/Http/WellKnown/RequestManager.php +++ b/lib/private/Http/WellKnown/RequestManager.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OC\Http\WellKnown; diff --git a/lib/private/Preview/HEIC.php b/lib/private/Preview/HEIC.php index a21c6f48e2..f9f85090a8 100644 --- a/lib/private/Preview/HEIC.php +++ b/lib/private/Preview/HEIC.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018, ownCloud GmbH * @copyright Copyright (c) 2018, Sebastian Steinmetz (me@sebastiansteinmetz.ch) * + * @author J0WI * @author Robin Appelman * @author Roeland Jago Douma * @author Sebastian Steinmetz <462714+steiny2k@users.noreply.github.com> diff --git a/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php b/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php index a4209d70df..6cda942469 100644 --- a/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php +++ b/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Share/SearchResultSorter.php b/lib/private/Share/SearchResultSorter.php index 3392a546d0..a23e20b802 100644 --- a/lib/private/Share/SearchResultSorter.php +++ b/lib/private/Share/SearchResultSorter.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author J0WI * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/legacy/OC_Helper.php b/lib/private/legacy/OC_Helper.php index 391baf5bfa..5249416654 100644 --- a/lib/private/legacy/OC_Helper.php +++ b/lib/private/legacy/OC_Helper.php @@ -9,6 +9,7 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Felix Moeller + * @author J0WI * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/lib/private/legacy/OC_Image.php b/lib/private/legacy/OC_Image.php index fcef7c941d..b97413aa92 100644 --- a/lib/private/legacy/OC_Image.php +++ b/lib/private/legacy/OC_Image.php @@ -9,6 +9,7 @@ * @author Christopher Schäpers * @author Christoph Wurst * @author Georg Ehrke + * @author J0WI * @author j-ed * @author Joas Schilling * @author Johannes Willnecker diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index e4d3125949..2026376963 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -6,7 +6,6 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author sualko - * @author Thomas Citharel * @author Thomas Citharel * * @license AGPL-3.0 diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php index 69b5d5564f..b4255f9583 100644 --- a/lib/public/DB/QueryBuilder/IQueryBuilder.php +++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Daniel Kesselberg + * @author J0WI * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman diff --git a/lib/public/Files/SimpleFS/ISimpleFile.php b/lib/public/Files/SimpleFS/ISimpleFile.php index ad39460c4b..3ef005b361 100644 --- a/lib/public/Files/SimpleFS/ISimpleFile.php +++ b/lib/public/Files/SimpleFS/ISimpleFile.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php index 82f96f805d..c9e7298323 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -2,14 +2,16 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author J0WI * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Michael Roth * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller + * @author Tigran Mkrtchyan * @author Vincent Petry * @author Vinicius Cubas Brand * diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index e93278684f..5e70e319c4 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author J0WI * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma + * @author Tigran Mkrtchyan * * @license AGPL-3.0 * diff --git a/lib/public/Http/WellKnown/GenericResponse.php b/lib/public/Http/WellKnown/GenericResponse.php index 6efacc41c0..57007232fc 100644 --- a/lib/public/Http/WellKnown/GenericResponse.php +++ b/lib/public/Http/WellKnown/GenericResponse.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OCP\Http\WellKnown; diff --git a/lib/public/Http/WellKnown/IHandler.php b/lib/public/Http/WellKnown/IHandler.php index 30fca0da5a..7665bd47d4 100644 --- a/lib/public/Http/WellKnown/IHandler.php +++ b/lib/public/Http/WellKnown/IHandler.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OCP\Http\WellKnown; diff --git a/lib/public/Http/WellKnown/IRequestContext.php b/lib/public/Http/WellKnown/IRequestContext.php index d064c467d6..1382a5d73e 100644 --- a/lib/public/Http/WellKnown/IRequestContext.php +++ b/lib/public/Http/WellKnown/IRequestContext.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OCP\Http\WellKnown; diff --git a/lib/public/Http/WellKnown/IResponse.php b/lib/public/Http/WellKnown/IResponse.php index 8d7bc30725..a29847fb02 100644 --- a/lib/public/Http/WellKnown/IResponse.php +++ b/lib/public/Http/WellKnown/IResponse.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OCP\Http\WellKnown; diff --git a/lib/public/Http/WellKnown/JrdResponse.php b/lib/public/Http/WellKnown/JrdResponse.php index 3a387107e8..01b7da9dbb 100644 --- a/lib/public/Http/WellKnown/JrdResponse.php +++ b/lib/public/Http/WellKnown/JrdResponse.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @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 OCP\Http\WellKnown; diff --git a/lib/public/Share/Events/ShareDeletedEvent.php b/lib/public/Share/Events/ShareDeletedEvent.php index 4dca946aff..e87799f568 100644 --- a/lib/public/Share/Events/ShareDeletedEvent.php +++ b/lib/public/Share/Events/ShareDeletedEvent.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020, Maxence Lange * * @author Maxence Lange + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Util.php b/lib/public/Util.php index 58a2850e3f..7cecb6bf86 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -9,6 +9,7 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Individual IT Services + * @author J0WI * @author Jens-Christian Fischer * @author Joas Schilling * @author John Molakvoæ (skjnldsv)