From 933f60e3147ad872acf3211dc826ebf528434681 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 1 Mar 2016 17:25:15 +0100 Subject: Update author information Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) --- lib/private/allconfig.php | 1 + lib/private/api.php | 1 + lib/private/app/appmanager.php | 2 ++ lib/private/app/dependencyanalyzer.php | 1 + lib/private/app/platformrepository.php | 1 + lib/private/appframework/db/db.php | 1 + lib/private/avatar.php | 2 -- lib/private/avatarmanager.php | 3 +-- lib/private/comments/comment.php | 1 + lib/private/comments/manager.php | 2 ++ lib/private/comments/managerfactory.php | 3 +++ lib/private/console/application.php | 2 ++ lib/private/db/connection.php | 1 + lib/private/db/mdb2schemamanager.php | 1 + lib/private/db/mdb2schemareader.php | 1 + lib/private/db/migrator.php | 1 + lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php | 2 ++ .../db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php | 1 + .../db/querybuilder/expressionbuilder/ociexpressionbuilder.php | 2 ++ .../db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php | 1 + lib/private/db/querybuilder/querybuilder.php | 2 ++ lib/private/defaults.php | 1 + lib/private/diagnostics/querylogger.php | 1 + lib/private/files/cache/cache.php | 2 ++ lib/private/files/cache/cacheentry.php | 4 ++-- lib/private/files/cache/scanner.php | 1 - lib/private/files/config/cachedmountinfo.php | 2 +- lib/private/files/config/usermountcache.php | 3 ++- lib/private/files/config/usermountcachelistener.php | 2 +- lib/private/files/fileinfo.php | 1 + lib/private/files/filesystem.php | 1 + lib/private/files/node/file.php | 2 ++ lib/private/files/node/node.php | 1 + lib/private/files/node/root.php | 2 ++ lib/private/files/storage/common.php | 1 + lib/private/files/storage/wrapper/encryption.php | 1 + lib/private/files/stream/dir.php | 1 + lib/private/files/stream/encryption.php | 2 ++ lib/private/files/type/detection.php | 1 + lib/private/group/backend.php | 1 + lib/private/group/database.php | 1 + lib/private/group/dummy.php | 1 + lib/private/group/interface.php | 5 +---- lib/private/group/manager.php | 3 +++ lib/private/helper.php | 2 -- lib/private/hintexception.php | 1 + lib/private/hook.php | 1 + lib/private/image.php | 2 +- lib/private/installer.php | 1 - lib/private/l10n/factory.php | 1 + lib/private/legacy/l10n.php | 5 ----- lib/private/log/owncloud.php | 1 + lib/private/memcache/apcu.php | 1 + lib/private/memcache/factory.php | 1 + lib/private/notification/manager.php | 1 + lib/private/notification/notification.php | 1 + lib/private/preview.php | 1 + lib/private/repair/dropoldjobs.php | 1 + lib/private/repair/repairmimetypes.php | 1 + lib/private/security/credentialsmanager.php | 4 ++-- lib/private/server.php | 1 - lib/private/setup/abstractdatabase.php | 1 + lib/private/setup/mysql.php | 1 + lib/private/share/helper.php | 1 + lib/private/share/hooks.php | 1 + lib/private/share/share.php | 2 ++ lib/private/share20/defaultshareprovider.php | 1 + lib/private/share20/manager.php | 2 ++ lib/private/share20/providerfactory.php | 1 + lib/private/systemconfig.php | 1 + lib/private/systemtag/managerfactory.php | 1 + lib/private/template.php | 1 + lib/private/template/base.php | 1 + lib/private/tempmanager.php | 1 + lib/private/user.php | 2 +- lib/private/user/backend.php | 1 - lib/private/user/interface.php | 4 ---- lib/private/user/manager.php | 2 ++ lib/private/user/user.php | 2 +- lib/private/util.php | 2 +- 80 files changed, 92 insertions(+), 34 deletions(-) (limited to 'lib/private') diff --git a/lib/private/allconfig.php b/lib/private/allconfig.php index 3c85bfacbb8..b4888fde022 100644 --- a/lib/private/allconfig.php +++ b/lib/private/allconfig.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/api.php b/lib/private/api.php index 87f2aa9b118..40982f65a0c 100644 --- a/lib/private/api.php +++ b/lib/private/api.php @@ -9,6 +9,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tom Needham * @author Vincent Petry diff --git a/lib/private/app/appmanager.php b/lib/private/app/appmanager.php index 4855f6f0185..69e5334774e 100644 --- a/lib/private/app/appmanager.php +++ b/lib/private/app/appmanager.php @@ -1,5 +1,7 @@ + * @author Christoph Schaefer * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/app/dependencyanalyzer.php b/lib/private/app/dependencyanalyzer.php index 0cf4bc72161..8c2b6e0a509 100644 --- a/lib/private/app/dependencyanalyzer.php +++ b/lib/private/app/dependencyanalyzer.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/app/platformrepository.php b/lib/private/app/platformrepository.php index 7363b2a44b1..540ea16dc27 100644 --- a/lib/private/app/platformrepository.php +++ b/lib/private/app/platformrepository.php @@ -1,5 +1,6 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 72d481885ca..0d17d7bc225 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/avatar.php b/lib/private/avatar.php index bf25fd3a551..8ed920c9b18 100644 --- a/lib/private/avatar.php +++ b/lib/private/avatar.php @@ -2,11 +2,9 @@ /** * @author Arthur Schiwon * @author Christopher Schäpers - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/avatarmanager.php b/lib/private/avatarmanager.php index b2d3e6eb3dd..3b619cda574 100644 --- a/lib/private/avatarmanager.php +++ b/lib/private/avatarmanager.php @@ -1,11 +1,10 @@ - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/comment.php b/lib/private/comments/comment.php index 27e63c98555..31848ed38b6 100644 --- a/lib/private/comments/comment.php +++ b/lib/private/comments/comment.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php index 8fc05884784..b986c8c51f9 100644 --- a/lib/private/comments/manager.php +++ b/lib/private/comments/manager.php @@ -1,6 +1,8 @@ + * @author Joas Schilling + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/managerfactory.php b/lib/private/comments/managerfactory.php index b8e77c64fae..044463d1e96 100644 --- a/lib/private/comments/managerfactory.php +++ b/lib/private/comments/managerfactory.php @@ -1,6 +1,9 @@ + * @author Joas Schilling + * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/console/application.php b/lib/private/console/application.php index 0895f1788af..7f12db4eca6 100644 --- a/lib/private/console/application.php +++ b/lib/private/console/application.php @@ -1,9 +1,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller + * @author Victor Dubiniuk * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php index 82b52bbc9d7..584904e6370 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/db/mdb2schemamanager.php b/lib/private/db/mdb2schemamanager.php index bcabb6fe57a..eec6d072d3f 100644 --- a/lib/private/db/mdb2schemamanager.php +++ b/lib/private/db/mdb2schemamanager.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 94c48d61f06..375fec185cb 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser diff --git a/lib/private/db/migrator.php b/lib/private/db/migrator.php index 7ca3f981358..6799867c2ee 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -3,6 +3,7 @@ * @author martin-rueegg * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author tbelau666 * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php index 6fb58ac3c9d..ce98816c42d 100644 --- a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php index 8164d9623b8..0d34787d26a 100644 --- a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php index bd7daa23911..5d615ae52e8 100644 --- a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php index ac2d7bf2421..a8f1af87a45 100644 --- a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/querybuilder.php b/lib/private/db/querybuilder/querybuilder.php index 76959668476..bb463e43a75 100644 --- a/lib/private/db/querybuilder/querybuilder.php +++ b/lib/private/db/querybuilder/querybuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/defaults.php b/lib/private/defaults.php index 43e8c8082cc..9f3cdd725a8 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -9,6 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author scolebrook + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Volkan Gezer * diff --git a/lib/private/diagnostics/querylogger.php b/lib/private/diagnostics/querylogger.php index 66a65b71d04..ca1c9cca987 100644 --- a/lib/private/diagnostics/querylogger.php +++ b/lib/private/diagnostics/querylogger.php @@ -2,6 +2,7 @@ /** * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index b30666d48d2..53467c278d2 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -6,10 +6,12 @@ * @author Jens-Christian Fischer * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author TheSFReader * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/files/cache/cacheentry.php b/lib/private/files/cache/cacheentry.php index 3db3b3f8aa0..6d3c5d5b089 100644 --- a/lib/private/files/cache/cacheentry.php +++ b/lib/private/files/cache/cacheentry.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index 822b68f5e75..0a207de7b64 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -8,7 +8,6 @@ * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Olivier Paroz * @author Owen Winkler * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/files/config/cachedmountinfo.php b/lib/private/files/config/cachedmountinfo.php index dba07715edc..2993c979a7f 100644 --- a/lib/private/files/config/cachedmountinfo.php +++ b/lib/private/files/config/cachedmountinfo.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/usermountcache.php b/lib/private/files/config/usermountcache.php index 35f40353190..58e7e9d156d 100644 --- a/lib/private/files/config/usermountcache.php +++ b/lib/private/files/config/usermountcache.php @@ -1,8 +1,9 @@ * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/usermountcachelistener.php b/lib/private/files/config/usermountcachelistener.php index 344bebe342d..99673cf6285 100644 --- a/lib/private/files/config/usermountcachelistener.php +++ b/lib/private/files/config/usermountcachelistener.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php index 1d722a46735..6eeb8529445 100644 --- a/lib/private/files/fileinfo.php +++ b/lib/private/files/fileinfo.php @@ -5,6 +5,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author tbartenstein * @author Thomas Müller diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index d6fc9648c1e..d548db3004f 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -12,6 +12,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Sam Tuke * @author Scrutinizer Auto-Fixer * @author Stephan Peijnik diff --git a/lib/private/files/node/file.php b/lib/private/files/node/file.php index f8279c00b8c..9e0014abb0b 100644 --- a/lib/private/files/node/file.php +++ b/lib/private/files/node/file.php @@ -3,6 +3,8 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/node/node.php b/lib/private/files/node/node.php index 9feccac50bc..5df4f738a42 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php index a9343e72220..484439ce5f3 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -5,6 +5,8 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 1d4801e5b97..f496f03cb95 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -14,6 +14,7 @@ * @author Robin McCorkell * @author Sam Tuke * @author scambra + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 1b0f39428a4..7e9ada4174a 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/stream/dir.php b/lib/private/files/stream/dir.php index 7489ee683a2..b2f0db23e03 100644 --- a/lib/private/files/stream/dir.php +++ b/lib/private/files/stream/dir.php @@ -3,6 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 37a1d75519d..4f5dea0009d 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -2,7 +2,9 @@ /** * @author Björn Schießle * @author jknockaert + * @author Lukas Reschke * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/type/detection.php b/lib/private/files/type/detection.php index f106a98064f..dac51c2a166 100644 --- a/lib/private/files/type/detection.php +++ b/lib/private/files/type/detection.php @@ -7,6 +7,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Tanghus * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php index ed2a2f4bb68..3d8d71b1529 100644 --- a/lib/private/group/backend.php +++ b/lib/private/group/backend.php @@ -4,6 +4,7 @@ * @author Bart Visscher * @author Jakob Sack * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/group/database.php b/lib/private/group/database.php index 21e7b103554..9ea0bbb8242 100644 --- a/lib/private/group/database.php +++ b/lib/private/group/database.php @@ -10,6 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/group/dummy.php b/lib/private/group/dummy.php index 97f00385954..ffbc6527ec3 100644 --- a/lib/private/group/dummy.php +++ b/lib/private/group/dummy.php @@ -7,6 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author Thomas Müller * diff --git a/lib/private/group/interface.php b/lib/private/group/interface.php index 240a50fe961..bdfe5235103 100644 --- a/lib/private/group/interface.php +++ b/lib/private/group/interface.php @@ -1,11 +1,8 @@ - * @author Joas Schilling - * @author Michael Gapczynski + * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman - * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/group/manager.php b/lib/private/group/manager.php index 7eca249c701..755d7adba3d 100644 --- a/lib/private/group/manager.php +++ b/lib/private/group/manager.php @@ -4,12 +4,15 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author macjohnny * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Roman Kreisel + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author voxsim * diff --git a/lib/private/helper.php b/lib/private/helper.php index acdd27fc564..70c50bb7b4b 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -7,7 +7,6 @@ * @author Clark Tomlinson * @author Fabian Henze * @author Felix Moeller - * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt @@ -17,7 +16,6 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Olivier Paroz - * @author Owen Winkler * @author Pellaeon Lin * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/hintexception.php b/lib/private/hintexception.php index 7c4754a92ef..aeddea481cc 100644 --- a/lib/private/hintexception.php +++ b/lib/private/hintexception.php @@ -4,6 +4,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/hook.php b/lib/private/hook.php index e9b18b3fc38..76f3b657eb9 100644 --- a/lib/private/hook.php +++ b/lib/private/hook.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Jakob Sack + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/image.php b/lib/private/image.php index 0f74bd1c565..42d0bde4a9f 100644 --- a/lib/private/image.php +++ b/lib/private/image.php @@ -1,8 +1,8 @@ - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers diff --git a/lib/private/installer.php b/lib/private/installer.php index 1e4bb968929..36fda28cd27 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -5,7 +5,6 @@ * @author Brice Maron * @author Christian Weiske * @author Christopher Schäpers - * @author Felix Moeller * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack diff --git a/lib/private/l10n/factory.php b/lib/private/l10n/factory.php index f4f7d897061..1440e9510c5 100644 --- a/lib/private/l10n/factory.php +++ b/lib/private/l10n/factory.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/legacy/l10n.php b/lib/private/legacy/l10n.php index 5d5d89100ac..b9cb21fa1ff 100644 --- a/lib/private/legacy/l10n.php +++ b/lib/private/legacy/l10n.php @@ -1,14 +1,10 @@ - * @author Andreas Fischer * @author Bart Visscher * @author Bernhard Posselt * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -16,7 +12,6 @@ * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index dabf95d7616..5a48f9e1c6d 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -4,6 +4,7 @@ * @author Bart Visscher * @author Christian Schnidrig * @author Georg Ehrke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/memcache/apcu.php b/lib/private/memcache/apcu.php index ddd16ae1202..350ce913ed8 100644 --- a/lib/private/memcache/apcu.php +++ b/lib/private/memcache/apcu.php @@ -5,6 +5,7 @@ * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/memcache/factory.php b/lib/private/memcache/factory.php index 204ded7d5ab..1dbababa98f 100644 --- a/lib/private/memcache/factory.php +++ b/lib/private/memcache/factory.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/notification/manager.php b/lib/private/notification/manager.php index 0b9ba3e3ee8..3ddc9b21161 100644 --- a/lib/private/notification/manager.php +++ b/lib/private/notification/manager.php @@ -1,6 +1,7 @@ + * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/notification/notification.php b/lib/private/notification/notification.php index 6568f53f255..db0a76a7c32 100644 --- a/lib/private/notification/notification.php +++ b/lib/private/notification/notification.php @@ -1,6 +1,7 @@ + * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/preview.php b/lib/private/preview.php index 4fca56dd984..a686b65da0e 100644 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -10,6 +10,7 @@ * @author Olivier Paroz * @author Robin Appelman * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tobias Kaminsky * diff --git a/lib/private/repair/dropoldjobs.php b/lib/private/repair/dropoldjobs.php index b2e9b05caa2..594af83e511 100644 --- a/lib/private/repair/dropoldjobs.php +++ b/lib/private/repair/dropoldjobs.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/repair/repairmimetypes.php b/lib/private/repair/repairmimetypes.php index b84f19a3082..c5180302443 100644 --- a/lib/private/repair/repairmimetypes.php +++ b/lib/private/repair/repairmimetypes.php @@ -1,5 +1,6 @@ * @author Joas Schilling * @author Morris Jobke * @author Normal Ra diff --git a/lib/private/security/credentialsmanager.php b/lib/private/security/credentialsmanager.php index 405922847be..d4104dbe712 100644 --- a/lib/private/security/credentialsmanager.php +++ b/lib/private/security/credentialsmanager.php @@ -1,8 +1,8 @@ + * @author Robin McCorkell * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/server.php b/lib/private/server.php index 7c8ecce71a5..81187cdd715 100644 --- a/lib/private/server.php +++ b/lib/private/server.php @@ -6,7 +6,6 @@ * @author Bernhard Reiter * @author Björn Schießle * @author Christopher Schäpers - * @author Individual IT Services * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/setup/abstractdatabase.php b/lib/private/setup/abstractdatabase.php index 0c1e5904e08..2b18fe208d7 100644 --- a/lib/private/setup/abstractdatabase.php +++ b/lib/private/setup/abstractdatabase.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Joas Schilling + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/setup/mysql.php b/lib/private/setup/mysql.php index de2466676c1..6b438bc2439 100644 --- a/lib/private/setup/mysql.php +++ b/lib/private/setup/mysql.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Michael Göhler * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share/helper.php b/lib/private/share/helper.php index f9581e48e62..3d8cc174349 100644 --- a/lib/private/share/helper.php +++ b/lib/private/share/helper.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/share/hooks.php b/lib/private/share/hooks.php index b730146ddfe..750486ba80f 100644 --- a/lib/private/share/hooks.php +++ b/lib/private/share/hooks.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/share/share.php b/lib/private/share/share.php index 4453e3758ba..28fab066c7b 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -8,11 +8,13 @@ * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Kuhn * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Sebastian Döll * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/share20/defaultshareprovider.php b/lib/private/share20/defaultshareprovider.php index e18e306d7f6..dc5b47b0ab0 100644 --- a/lib/private/share20/defaultshareprovider.php +++ b/lib/private/share20/defaultshareprovider.php @@ -1,5 +1,6 @@ * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share20/manager.php b/lib/private/share20/manager.php index d24ecb6f96c..6f370eea424 100644 --- a/lib/private/share20/manager.php +++ b/lib/private/share20/manager.php @@ -1,5 +1,7 @@ + * @author Joas Schilling * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share20/providerfactory.php b/lib/private/share20/providerfactory.php index c2980b22515..4cb1ac71a88 100644 --- a/lib/private/share20/providerfactory.php +++ b/lib/private/share20/providerfactory.php @@ -1,5 +1,6 @@ * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 4fa6e9b93ca..d80d9067c06 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -1,6 +1,7 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/private/systemtag/managerfactory.php b/lib/private/systemtag/managerfactory.php index 7ad4f922600..d9acf327f8a 100644 --- a/lib/private/systemtag/managerfactory.php +++ b/lib/private/systemtag/managerfactory.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/template.php b/lib/private/template.php index bc706e29344..ad96d218473 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -14,6 +14,7 @@ * @author Morris Jobke * @author Raghu Nayyar * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/template/base.php b/lib/private/template/base.php index 938cca4c38d..5358b18cefa 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -4,6 +4,7 @@ * @author Björn Schießle * @author Christopher Schäpers * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Scrutinizer Auto-Fixer * diff --git a/lib/private/tempmanager.php b/lib/private/tempmanager.php index 19bbaf6e78e..b233edd8b35 100644 --- a/lib/private/tempmanager.php +++ b/lib/private/tempmanager.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke diff --git a/lib/private/user.php b/lib/private/user.php index 21971fc3d1d..bf64f0941e2 100644 --- a/lib/private/user.php +++ b/lib/private/user.php @@ -3,8 +3,8 @@ * @author Aldo "xoen" Giambelluca * @author Andreas Fischer * @author Arthur Schiwon - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Florian Preinstorfer * @author Georg Ehrke diff --git a/lib/private/user/backend.php b/lib/private/user/backend.php index c8e3577d112..2bb1df4d6b3 100644 --- a/lib/private/user/backend.php +++ b/lib/private/user/backend.php @@ -1,7 +1,6 @@ - * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle * @author Dominik Schmidt diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php index b487a046c72..d2868a79c2c 100644 --- a/lib/private/user/interface.php +++ b/lib/private/user/interface.php @@ -1,12 +1,8 @@ - * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell - * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/user/manager.php b/lib/private/user/manager.php index 868ebcbe4dc..e2486a9ff1d 100644 --- a/lib/private/user/manager.php +++ b/lib/private/user/manager.php @@ -4,11 +4,13 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Michael U * @author Morris Jobke * @author RealRancor * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller + * @author Vincent Chan * @author Volkan Gezer * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/user/user.php b/lib/private/user/user.php index 7f34c261cbe..3199790dba0 100644 --- a/lib/private/user/user.php +++ b/lib/private/user/user.php @@ -4,10 +4,10 @@ * @author Bart Visscher * @author Björn Schießle * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/util.php b/lib/private/util.php index 35ae3e3090b..12816ca3303 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -9,7 +9,6 @@ * @author Birk Borkason * @author Björn Schießle * @author Brice Maron - * @author Christian Reiner * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh @@ -37,6 +36,7 @@ * @author Thomas Schmidt * @author Thomas Tanghus * @author Victor Dubiniuk + * @author Vincent Chan * @author Vincent Petry * @author Volkan Gezer * -- cgit v1.2.3