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/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 + 16 files changed, 21 insertions(+), 6 deletions(-) (limited to 'lib/private/files') 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. -- cgit v1.2.3