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 --- core/Command/App/CheckCode.php | 1 + core/Command/App/Enable.php | 1 + core/Command/App/Install.php | 1 + core/Command/App/Remove.php | 1 + core/Command/Base.php | 1 + core/Command/Check.php | 1 + core/Command/Config/Import.php | 1 + core/Command/Config/System/DeleteConfig.php | 1 + core/Command/Config/System/GetConfig.php | 1 + core/Command/Config/System/SetConfig.php | 1 + core/Command/Db/ConvertType.php | 1 + core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php | 1 + core/Command/Encryption/ChangeKeyStorageRoot.php | 1 + core/Command/Encryption/DecryptAll.php | 1 + core/Command/Encryption/Enable.php | 1 + core/Command/Encryption/EncryptAll.php | 1 + core/Command/Encryption/SetDefaultModule.php | 1 + core/Command/Encryption/ShowKeyStorageRoot.php | 1 + core/Command/Integrity/CheckApp.php | 1 + core/Command/Integrity/CheckCore.php | 1 + core/Command/Integrity/SignApp.php | 1 + core/Command/Integrity/SignCore.php | 1 + core/Command/InterruptedException.php | 1 + core/Command/Log/File.php | 1 + core/Command/Log/Manage.php | 2 +- core/Command/Maintenance/Install.php | 1 + core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php | 1 + core/Command/Maintenance/Mimetype/UpdateDB.php | 1 + core/Command/TwoFactorAuth/Base.php | 1 + core/Command/Upgrade.php | 1 - core/Command/User/Add.php | 1 + core/Command/User/LastSeen.php | 1 + core/Command/User/Setting.php | 1 + 33 files changed, 32 insertions(+), 2 deletions(-) (limited to 'core/Command') diff --git a/core/Command/App/CheckCode.php b/core/Command/App/CheckCode.php index 185ec0e64a3..25e22d04171 100644 --- a/core/Command/App/CheckCode.php +++ b/core/Command/App/CheckCode.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php index d82a71d9eb4..e782a7fc0be 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -6,6 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Sander Ruitenbeek * * @license AGPL-3.0 * diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index 49f4f0b804e..65817894955 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * @author sualko diff --git a/core/Command/App/Remove.php b/core/Command/App/Remove.php index d3e91332d77..6e3fa704ef1 100644 --- a/core/Command/App/Remove.php +++ b/core/Command/App/Remove.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Patrik Kernstock * + * @author Christoph Wurst * @author Patrik Kernstock * @author Roeland Jago Douma * diff --git a/core/Command/Base.php b/core/Command/Base.php index 385642a7313..3b294198974 100644 --- a/core/Command/Base.php +++ b/core/Command/Base.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke diff --git a/core/Command/Check.php b/core/Command/Check.php index 234b038084b..a4e17e0bf9c 100644 --- a/core/Command/Check.php +++ b/core/Command/Check.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php index 7918ef620ab..3ff1950b765 100644 --- a/core/Command/Config/Import.php +++ b/core/Command/Config/Import.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/core/Command/Config/System/DeleteConfig.php b/core/Command/Config/System/DeleteConfig.php index 9ddad641e38..9bd162f987a 100644 --- a/core/Command/Config/System/DeleteConfig.php +++ b/core/Command/Config/System/DeleteConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php index 5d77518db21..a1ea135e590 100644 --- a/core/Command/Config/System/GetConfig.php +++ b/core/Command/Config/System/GetConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * * @license AGPL-3.0 diff --git a/core/Command/Config/System/SetConfig.php b/core/Command/Config/System/SetConfig.php index 53f007a97e2..55030be545f 100644 --- a/core/Command/Config/System/SetConfig.php +++ b/core/Command/Config/System/SetConfig.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 2929fea3764..c6d4c9e10f2 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -5,6 +5,7 @@ * @author Andreas Fischer * @author Bart Visscher * @author Bernhard Ostertag + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Łukasz Buśko diff --git a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php index 7db08ba0061..4f93b59fe32 100644 --- a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php +++ b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Maxence Lange * diff --git a/core/Command/Encryption/ChangeKeyStorageRoot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php index bdc2857dd18..894b1f664bf 100644 --- a/core/Command/Encryption/ChangeKeyStorageRoot.php +++ b/core/Command/Encryption/ChangeKeyStorageRoot.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Morris Jobke * * @license AGPL-3.0 diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index e631f97cdaa..14bf74d8120 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author davitol * @author Evgeny Golyshev * @author Joas Schilling diff --git a/core/Command/Encryption/Enable.php b/core/Command/Encryption/Enable.php index 6391eede858..2c475ca666a 100644 --- a/core/Command/Encryption/Enable.php +++ b/core/Command/Encryption/Enable.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * * @license AGPL-3.0 diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index 7c6cad41a37..f2e798966ba 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Evgeny Golyshev * @author Joas Schilling * @author Matthew Setter diff --git a/core/Command/Encryption/SetDefaultModule.php b/core/Command/Encryption/SetDefaultModule.php index f84ed19621a..01c85abdf6e 100644 --- a/core/Command/Encryption/SetDefaultModule.php +++ b/core/Command/Encryption/SetDefaultModule.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Ruben Homs * diff --git a/core/Command/Encryption/ShowKeyStorageRoot.php b/core/Command/Encryption/ShowKeyStorageRoot.php index c877d1fcdd3..8156781e17b 100644 --- a/core/Command/Encryption/ShowKeyStorageRoot.php +++ b/core/Command/Encryption/ShowKeyStorageRoot.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * * @license AGPL-3.0 * diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index affe137c67d..e57e3fdc9db 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Carla Schroder + * @author Christoph Wurst * @author Georg Ehrke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php index 665e0079b44..ee61962d426 100644 --- a/core/Command/Integrity/CheckCore.php +++ b/core/Command/Integrity/CheckCore.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Carla Schroder + * @author Christoph Wurst * @author Roeland Jago Douma * @author Victor Dubiniuk * diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index 7657c2975af..c8a876dca5a 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Victor Dubiniuk * diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index 7f871b08298..6da09b52c10 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Victor Dubiniuk * diff --git a/core/Command/InterruptedException.php b/core/Command/InterruptedException.php index 509656f2dae..caedbc12275 100644 --- a/core/Command/InterruptedException.php +++ b/core/Command/InterruptedException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, ownCloud, Inc. * + * @author Christoph Wurst * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/core/Command/Log/File.php b/core/Command/Log/File.php index 2bf77224cd5..0f7fa9c1a47 100644 --- a/core/Command/Log/File.php +++ b/core/Command/Log/File.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell diff --git a/core/Command/Log/Manage.php b/core/Command/Log/Manage.php index 0318e1c8d2d..3eb24a44178 100644 --- a/core/Command/Log/Manage.php +++ b/core/Command/Log/Manage.php @@ -2,11 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Johannes Ernst * @author Robin McCorkell * @author Roeland Jago Douma - * @author Thomas Pulzer * @author Tim Terhorst * * @license AGPL-3.0 diff --git a/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php index b7557b55e81..0fe9c28cf91 100644 --- a/core/Command/Maintenance/Install.php +++ b/core/Command/Maintenance/Install.php @@ -4,6 +4,7 @@ * * @author Bernhard Posselt * @author Christian Kampka + * @author Christoph Wurst * @author Daniel Hansson * @author Daniel Kesselberg * @author Joas Schilling diff --git a/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php b/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php index 01bac261cd4..0f91ec9a4eb 100644 --- a/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php +++ b/core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Xheni Myrtaj * + * @author Christoph Wurst * @author Roeland Jago Douma * @author Xheni Myrtaj * diff --git a/core/Command/Maintenance/Mimetype/UpdateDB.php b/core/Command/Maintenance/Mimetype/UpdateDB.php index eb81ad4991a..80ea06433b2 100644 --- a/core/Command/Maintenance/Mimetype/UpdateDB.php +++ b/core/Command/Maintenance/Mimetype/UpdateDB.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin McCorkell * @author Roeland Jago Douma * diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php index 1e1e659e617..9112fffea42 100644 --- a/core/Command/TwoFactorAuth/Base.php +++ b/core/Command/TwoFactorAuth/Base.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index f00945a29d0..41088c1685e 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -6,7 +6,6 @@ * @author Björn Schießle * @author Christoph Wurst * @author Joas Schilling - * @author Jürgen Haas * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php index 2fe4de83f60..dfb2c9b8ad4 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Laurens Post * @author Roeland Jago Douma diff --git a/core/Command/User/LastSeen.php b/core/Command/User/LastSeen.php index 5a1e5f3b4e5..b60d88c8617 100644 --- a/core/Command/User/LastSeen.php +++ b/core/Command/User/LastSeen.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Pierre Ozoux diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index 71509d4eb6e..5a2c653bbdd 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Kim Brose * @author Roeland Jago Douma -- cgit v1.2.3