From ba87db3fccb40aa58d84d12932424c83a4db411f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 17:07:57 +0200 Subject: Fix others --- lib/private/Files/Cache/Cache.php | 7 ++++--- lib/private/Files/Cache/CacheEntry.php | 3 ++- lib/private/Files/Cache/FailedCache.php | 3 ++- lib/private/Files/Cache/HomeCache.php | 3 ++- lib/private/Files/Cache/HomePropagator.php | 3 ++- lib/private/Files/Cache/MoveFromCacheTrait.php | 3 ++- lib/private/Files/Cache/Propagator.php | 3 ++- lib/private/Files/Cache/Scanner.php | 5 +++-- lib/private/Files/Cache/Storage.php | 5 +++-- lib/private/Files/Cache/Updater.php | 3 ++- lib/private/Files/Cache/Watcher.php | 3 ++- lib/private/Files/Cache/Wrapper/CacheJail.php | 5 +++-- lib/private/Files/Cache/Wrapper/CachePermissionsMask.php | 3 ++- lib/private/Files/Cache/Wrapper/CacheWrapper.php | 5 +++-- lib/private/Files/Config/CachedMountInfo.php | 3 ++- lib/private/Files/Config/LazyStorageMountInfo.php | 3 ++- lib/private/Files/Config/MountProviderCollection.php | 3 ++- lib/private/Files/Config/UserMountCache.php | 5 +++-- lib/private/Files/Config/UserMountCacheListener.php | 3 ++- lib/private/Files/FileInfo.php | 7 ++++--- lib/private/Files/Filesystem.php | 7 ++++--- lib/private/Files/Mount/CacheMountProvider.php | 3 ++- lib/private/Files/Mount/LocalHomeMountProvider.php | 3 ++- lib/private/Files/Mount/Manager.php | 3 ++- lib/private/Files/Mount/MountPoint.php | 4 +++- lib/private/Files/Mount/MoveableMount.php | 3 ++- lib/private/Files/Mount/ObjectHomeMountProvider.php | 5 +++-- lib/private/Files/Node/File.php | 7 ++++--- lib/private/Files/Node/Folder.php | 5 +++-- lib/private/Files/Node/HookConnector.php | 3 ++- lib/private/Files/Node/LazyRoot.php | 5 +++-- lib/private/Files/Node/Node.php | 7 ++++--- lib/private/Files/Node/NonExistingFile.php | 3 ++- lib/private/Files/Node/NonExistingFolder.php | 3 ++- lib/private/Files/Node/Root.php | 7 ++++--- lib/private/Files/ObjectStore/HomeObjectStoreStorage.php | 3 ++- lib/private/Files/ObjectStore/Mapper.php | 5 +++-- lib/private/Files/ObjectStore/NoopScanner.php | 5 +++-- lib/private/Files/ObjectStore/ObjectStoreStorage.php | 5 +++-- lib/private/Files/ObjectStore/Swift.php | 3 ++- lib/private/Files/Storage/Common.php | 7 ++++--- lib/private/Files/Storage/CommonTest.php | 3 ++- lib/private/Files/Storage/DAV.php | 3 ++- lib/private/Files/Storage/FailedStorage.php | 3 ++- lib/private/Files/Storage/Flysystem.php | 3 ++- lib/private/Files/Storage/Home.php | 3 ++- lib/private/Files/Storage/Local.php | 5 +++-- lib/private/Files/Storage/LocalTempFileTrait.php | 3 ++- lib/private/Files/Storage/PolyFill/CopyDirectory.php | 3 ++- lib/private/Files/Storage/Storage.php | 3 ++- lib/private/Files/Storage/StorageFactory.php | 3 ++- lib/private/Files/Storage/Temporary.php | 3 ++- lib/private/Files/Storage/Wrapper/Availability.php | 3 ++- lib/private/Files/Storage/Wrapper/Encoding.php | 3 ++- lib/private/Files/Storage/Wrapper/Encryption.php | 5 +++-- lib/private/Files/Storage/Wrapper/Jail.php | 5 +++-- lib/private/Files/Storage/Wrapper/PermissionsMask.php | 3 ++- lib/private/Files/Storage/Wrapper/Quota.php | 3 ++- lib/private/Files/Storage/Wrapper/Wrapper.php | 3 ++- lib/private/Files/Stream/Close.php | 3 ++- lib/private/Files/Stream/Dir.php | 3 ++- lib/private/Files/Stream/Encryption.php | 5 +++-- lib/private/Files/Stream/OC.php | 3 ++- lib/private/Files/Stream/Quota.php | 3 ++- lib/private/Files/Stream/StaticStream.php | 3 ++- lib/private/Files/Type/Detection.php | 6 ++++-- lib/private/Files/Type/Loader.php | 3 ++- lib/private/Files/Type/TemplateManager.php | 3 ++- lib/private/Files/Utils/Scanner.php | 3 ++- lib/private/Files/View.php | 8 +++++--- 70 files changed, 175 insertions(+), 102 deletions(-) (limited to 'lib/private/Files') diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index 813a2af6f6c..a63edc8c38c 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -1,22 +1,23 @@ * @author Björn Schießle * @author Florin Peter * @author Jens-Christian Fischer - * @author Joas Schilling + * @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 Roeland Jago Douma * @author TheSFReader * @author Thomas Müller * @author Vincent Petry * - * @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/CacheEntry.php b/lib/private/Files/Cache/CacheEntry.php index 6d3c5d5b089..fb1f9b01582 100644 --- a/lib/private/Files/Cache/CacheEntry.php +++ b/lib/private/Files/Cache/CacheEntry.php @@ -1,8 +1,9 @@ * - * @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/FailedCache.php b/lib/private/Files/Cache/FailedCache.php index 0386ba3ca32..dcb16f586c5 100644 --- a/lib/private/Files/Cache/FailedCache.php +++ b/lib/private/Files/Cache/FailedCache.php @@ -1,8 +1,9 @@ * - * @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/HomeCache.php b/lib/private/Files/Cache/HomeCache.php index 13eaf26a284..e322d9ac9e0 100644 --- a/lib/private/Files/Cache/HomeCache.php +++ b/lib/private/Files/Cache/HomeCache.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Jörn Friedrich Dreyer @@ -7,7 +9,6 @@ * @author Robin Appelman * @author Vincent Petry * - * @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/HomePropagator.php b/lib/private/Files/Cache/HomePropagator.php index db9e30ae0fc..bba9fc84383 100644 --- a/lib/private/Files/Cache/HomePropagator.php +++ b/lib/private/Files/Cache/HomePropagator.php @@ -1,8 +1,9 @@ * - * @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/MoveFromCacheTrait.php b/lib/private/Files/Cache/MoveFromCacheTrait.php index 7d8ed7b5d21..791a18b0f82 100644 --- a/lib/private/Files/Cache/MoveFromCacheTrait.php +++ b/lib/private/Files/Cache/MoveFromCacheTrait.php @@ -1,8 +1,9 @@ * - * @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/Propagator.php b/lib/private/Files/Cache/Propagator.php index 52bb4dfdfca..686113eac5c 100644 --- a/lib/private/Files/Cache/Propagator.php +++ b/lib/private/Files/Cache/Propagator.php @@ -1,8 +1,9 @@ * - * @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 c17f9bfd51b..249ed323893 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Daniel Jagszent @@ -11,11 +13,10 @@ * @author Owen Winkler * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @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/Storage.php b/lib/private/Files/Cache/Storage.php index 90c451ecc21..67b032d1044 100644 --- a/lib/private/Files/Cache/Storage.php +++ b/lib/private/Files/Cache/Storage.php @@ -1,6 +1,8 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman @@ -8,7 +10,6 @@ * @author Thomas Müller * @author Vincent Petry * - * @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/Updater.php b/lib/private/Files/Cache/Updater.php index 361db4b3f85..383455577ca 100644 --- a/lib/private/Files/Cache/Updater.php +++ b/lib/private/Files/Cache/Updater.php @@ -1,5 +1,7 @@ * @author Daniel Jagszent * @author Michael Gapczynski @@ -7,7 +9,6 @@ * @author Robin Appelman * @author Vincent Petry * - * @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/Watcher.php b/lib/private/Files/Cache/Watcher.php index 4a4c23c08b7..32393bf71ce 100644 --- a/lib/private/Files/Cache/Watcher.php +++ b/lib/private/Files/Cache/Watcher.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry * - * @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/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php index 858132930f2..ec95565e2fc 100644 --- a/lib/private/Files/Cache/Wrapper/CacheJail.php +++ b/lib/private/Files/Cache/Wrapper/CacheJail.php @@ -1,13 +1,14 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @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/Wrapper/CachePermissionsMask.php b/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php index b3a7bcb3a73..42670eb0ce0 100644 --- a/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php +++ b/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php @@ -1,9 +1,10 @@ * @author Robin Appelman * - * @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/Wrapper/CacheWrapper.php b/lib/private/Files/Cache/Wrapper/CacheWrapper.php index 475e0e0e2dd..db5b3bd41a8 100644 --- a/lib/private/Files/Cache/Wrapper/CacheWrapper.php +++ b/lib/private/Files/Cache/Wrapper/CacheWrapper.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Vincent Petry * - * @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/CachedMountInfo.php b/lib/private/Files/Config/CachedMountInfo.php index b81cd11a1c1..3472728dd2f 100644 --- a/lib/private/Files/Config/CachedMountInfo.php +++ b/lib/private/Files/Config/CachedMountInfo.php @@ -1,8 +1,9 @@ * - * @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/LazyStorageMountInfo.php b/lib/private/Files/Config/LazyStorageMountInfo.php index 58f288135e6..60b4e00337f 100644 --- a/lib/private/Files/Config/LazyStorageMountInfo.php +++ b/lib/private/Files/Config/LazyStorageMountInfo.php @@ -1,8 +1,9 @@ * - * @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/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php index 60c90d7a019..8f2018e14f0 100644 --- a/lib/private/Files/Config/MountProviderCollection.php +++ b/lib/private/Files/Config/MountProviderCollection.php @@ -1,9 +1,10 @@ * @author Robin Appelman * - * @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 d9b538a002a..f8e952241fc 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin Appelman * @author Vincent Petry * - * @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 99673cf6285..cd998a1bc6f 100644 --- a/lib/private/Files/Config/UserMountCacheListener.php +++ b/lib/private/Files/Config/UserMountCacheListener.php @@ -1,8 +1,9 @@ * - * @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 9e87ee00111..46bea20d82b 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author tbartenstein * @author Thomas Müller * @author Vincent Petry * - * @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/Filesystem.php b/lib/private/Files/Filesystem.php index 3d3345a5c80..25117dd08f8 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -1,22 +1,23 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Florin Peter - * @author Joas Schilling + * @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 Roeland Jago Douma * @author Sam Tuke * @author Stephan Peijnik * @author Vincent Petry * - * @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/Mount/CacheMountProvider.php b/lib/private/Files/Mount/CacheMountProvider.php index c8422c4a507..8b70bd02eda 100644 --- a/lib/private/Files/Mount/CacheMountProvider.php +++ b/lib/private/Files/Mount/CacheMountProvider.php @@ -1,8 +1,9 @@ * - * @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/Mount/LocalHomeMountProvider.php b/lib/private/Files/Mount/LocalHomeMountProvider.php index 102df59a536..5a87443656b 100644 --- a/lib/private/Files/Mount/LocalHomeMountProvider.php +++ b/lib/private/Files/Mount/LocalHomeMountProvider.php @@ -1,8 +1,9 @@ * - * @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/Mount/Manager.php b/lib/private/Files/Mount/Manager.php index d5238c467bf..c857d700f03 100644 --- a/lib/private/Files/Mount/Manager.php +++ b/lib/private/Files/Mount/Manager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * - * @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/Mount/MountPoint.php b/lib/private/Files/Mount/MountPoint.php index f76e8151059..0c11a39c24e 100644 --- a/lib/private/Files/Mount/MountPoint.php +++ b/lib/private/Files/Mount/MountPoint.php @@ -1,6 +1,9 @@ + * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman @@ -8,7 +11,6 @@ * @author Thomas Müller * @author Vincent Petry * - * @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/Mount/MoveableMount.php b/lib/private/Files/Mount/MoveableMount.php index 8a1bd7dd9c5..e4b2a11295e 100644 --- a/lib/private/Files/Mount/MoveableMount.php +++ b/lib/private/Files/Mount/MoveableMount.php @@ -1,9 +1,10 @@ * @author Robin Appelman * - * @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/Mount/ObjectHomeMountProvider.php b/lib/private/Files/Mount/ObjectHomeMountProvider.php index c491a0c764d..6063f4c99d5 100644 --- a/lib/private/Files/Mount/ObjectHomeMountProvider.php +++ b/lib/private/Files/Mount/ObjectHomeMountProvider.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @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/Node/File.php b/lib/private/Files/Node/File.php index 9e0014abb0b..c88d96f5673 100644 --- a/lib/private/Files/Node/File.php +++ b/lib/private/Files/Node/File.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @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/Node/Folder.php b/lib/private/Files/Node/Folder.php index f4d7dae20a3..aa76ebbc6f3 100644 --- a/lib/private/Files/Node/Folder.php +++ b/lib/private/Files/Node/Folder.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @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/Node/HookConnector.php b/lib/private/Files/Node/HookConnector.php index 5c36ca3848e..02b93f3874f 100644 --- a/lib/private/Files/Node/HookConnector.php +++ b/lib/private/Files/Node/HookConnector.php @@ -1,8 +1,9 @@ * - * @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/Node/LazyRoot.php b/lib/private/Files/Node/LazyRoot.php index 9661f036579..1203fc4d162 100644 --- a/lib/private/Files/Node/LazyRoot.php +++ b/lib/private/Files/Node/LazyRoot.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Node/Node.php b/lib/private/Files/Node/Node.php index c4fabfc2e2e..087cfb88cec 100644 --- a/lib/private/Files/Node/Node.php +++ b/lib/private/Files/Node/Node.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @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/Node/NonExistingFile.php b/lib/private/Files/Node/NonExistingFile.php index c1d09bcc491..524b27d4d64 100644 --- a/lib/private/Files/Node/NonExistingFile.php +++ b/lib/private/Files/Node/NonExistingFile.php @@ -1,9 +1,10 @@ * @author Robin Appelman * - * @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/Node/NonExistingFolder.php b/lib/private/Files/Node/NonExistingFolder.php index 7d6576f1bd6..c91c48b44ce 100644 --- a/lib/private/Files/Node/NonExistingFolder.php +++ b/lib/private/Files/Node/NonExistingFolder.php @@ -1,10 +1,11 @@ * @author Robin Appelman * @author Vincent Petry * - * @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/Node/Root.php b/lib/private/Files/Node/Root.php index 476d3ef5fdd..21dac773b5c 100644 --- a/lib/private/Files/Node/Root.php +++ b/lib/private/Files/Node/Root.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Weil * - * @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/ObjectStore/HomeObjectStoreStorage.php b/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php index 7960696a5d0..fb5e8d83ab1 100644 --- a/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php @@ -1,10 +1,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/ObjectStore/Mapper.php b/lib/private/Files/ObjectStore/Mapper.php index f0004f1f966..bfb4e998150 100644 --- a/lib/private/Files/ObjectStore/Mapper.php +++ b/lib/private/Files/ObjectStore/Mapper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/ObjectStore/NoopScanner.php b/lib/private/Files/ObjectStore/NoopScanner.php index f5316175ecf..fe055a6a1dc 100644 --- a/lib/private/Files/ObjectStore/NoopScanner.php +++ b/lib/private/Files/ObjectStore/NoopScanner.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * - * @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/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 8c643dbdcc7..ac865e79917 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * - * @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/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php index 4af09dca254..002db1571aa 100644 --- a/lib/private/Files/ObjectStore/Swift.php +++ b/lib/private/Files/ObjectStore/Swift.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Robin Appelman * - * @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/Storage/Common.php b/lib/private/Files/Storage/Common.php index 6c4013d2acb..34ed831ada8 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -1,10 +1,12 @@ * @author Bart Visscher * @author Björn Schießle * @author hkjolhede - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Martin Mattel @@ -12,14 +14,13 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author scambra * @author Stefan Weil * @author Thomas Müller * @author Vincent Petry * - * @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/Storage/CommonTest.php b/lib/private/Files/Storage/CommonTest.php index 0047a51169c..574b5fd5649 100644 --- a/lib/private/Files/Storage/CommonTest.php +++ b/lib/private/Files/Storage/CommonTest.php @@ -1,5 +1,7 @@ * @author Christopher Schäpers * @author Felix Moeller @@ -8,7 +10,6 @@ * @author Robin Appelman * @author Thomas Müller * - * @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/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 7eb6aa199b1..941a06de4ea 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Carlos Cerrillo @@ -13,7 +15,6 @@ * @author Thomas Müller * @author Vincent Petry * - * @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/Storage/FailedStorage.php b/lib/private/Files/Storage/FailedStorage.php index 223fa6a728e..ac169e42b4a 100644 --- a/lib/private/Files/Storage/FailedStorage.php +++ b/lib/private/Files/Storage/FailedStorage.php @@ -1,10 +1,11 @@ * @author Robin McCorkell * @author Vincent Petry * - * @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/Storage/Flysystem.php b/lib/private/Files/Storage/Flysystem.php index 608639b71a6..e7e1a137e54 100644 --- a/lib/private/Files/Storage/Flysystem.php +++ b/lib/private/Files/Storage/Flysystem.php @@ -1,8 +1,9 @@ * - * @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/Storage/Home.php b/lib/private/Files/Storage/Home.php index 2085384d5a1..f83730f669b 100644 --- a/lib/private/Files/Storage/Home.php +++ b/lib/private/Files/Storage/Home.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @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/Storage/Local.php b/lib/private/Files/Storage/Local.php index 005b5f9ab91..a4babddd9dc 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -1,9 +1,11 @@ * @author Brice Maron * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Klaas Freitag * @author Martin Mattel * @author Michael Gapczynski @@ -15,7 +17,6 @@ * @author Tigran Mkrtchyan * @author Vincent Petry * - * @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/Storage/LocalTempFileTrait.php b/lib/private/Files/Storage/LocalTempFileTrait.php index d4a006e39bd..26b47ba97dc 100644 --- a/lib/private/Files/Storage/LocalTempFileTrait.php +++ b/lib/private/Files/Storage/LocalTempFileTrait.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @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/Storage/PolyFill/CopyDirectory.php b/lib/private/Files/Storage/PolyFill/CopyDirectory.php index aac4479cad6..986b6022de3 100644 --- a/lib/private/Files/Storage/PolyFill/CopyDirectory.php +++ b/lib/private/Files/Storage/PolyFill/CopyDirectory.php @@ -1,10 +1,11 @@ * @author Robin Appelman * @author Stefan Weil * - * @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/Storage/Storage.php b/lib/private/Files/Storage/Storage.php index c066336d4b8..3693729da87 100644 --- a/lib/private/Files/Storage/Storage.php +++ b/lib/private/Files/Storage/Storage.php @@ -1,10 +1,11 @@ * @author Robin Appelman * @author Thomas Müller * - * @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/Storage/StorageFactory.php b/lib/private/Files/Storage/StorageFactory.php index 84362cabecc..e1b027e10d9 100644 --- a/lib/private/Files/Storage/StorageFactory.php +++ b/lib/private/Files/Storage/StorageFactory.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry * - * @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/Storage/Temporary.php b/lib/private/Files/Storage/Temporary.php index 2d8e84c2d52..9443049aff6 100644 --- a/lib/private/Files/Storage/Temporary.php +++ b/lib/private/Files/Storage/Temporary.php @@ -1,11 +1,12 @@ * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @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/Storage/Wrapper/Availability.php b/lib/private/Files/Storage/Wrapper/Availability.php index 8d6fc4b3369..670e9005164 100644 --- a/lib/private/Files/Storage/Wrapper/Availability.php +++ b/lib/private/Files/Storage/Wrapper/Availability.php @@ -1,9 +1,10 @@ * @author Robin McCorkell * - * @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/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index 0171dfe19b7..389da06f7b7 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -1,8 +1,9 @@ * - * @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/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index f047464282d..b913a29adb8 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @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/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php index 1df28e9a747..f0d0d511d1b 100644 --- a/lib/private/Files/Storage/Wrapper/Jail.php +++ b/lib/private/Files/Storage/Wrapper/Jail.php @@ -1,10 +1,11 @@ * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @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/Storage/Wrapper/PermissionsMask.php b/lib/private/Files/Storage/Wrapper/PermissionsMask.php index 466b0a80e1c..e1e1dc57af9 100644 --- a/lib/private/Files/Storage/Wrapper/PermissionsMask.php +++ b/lib/private/Files/Storage/Wrapper/PermissionsMask.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * - * @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/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index 500677b092e..4ce971f9393 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @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/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index 21d7db1099b..c5e6be6cc80 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -1,12 +1,13 @@ * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @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/Stream/Close.php b/lib/private/Files/Stream/Close.php index 1c9b30705dd..dadd176f29f 100644 --- a/lib/private/Files/Stream/Close.php +++ b/lib/private/Files/Stream/Close.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Robin Appelman * - * @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/Stream/Dir.php b/lib/private/Files/Stream/Dir.php index 7489ee683a2..2e492bc33ed 100644 --- a/lib/private/Files/Stream/Dir.php +++ b/lib/private/Files/Stream/Dir.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Robin Appelman * - * @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/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php index 8eaee69afdf..d1f68696848 100644 --- a/lib/private/Files/Stream/Encryption.php +++ b/lib/private/Files/Stream/Encryption.php @@ -1,13 +1,14 @@ * @author jknockaert * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @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/Stream/OC.php b/lib/private/Files/Stream/OC.php index 8439770e8fa..5e532839c51 100644 --- a/lib/private/Files/Stream/OC.php +++ b/lib/private/Files/Stream/OC.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * - * @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/Stream/Quota.php b/lib/private/Files/Stream/Quota.php index 8d27575c568..d320f7e5745 100644 --- a/lib/private/Files/Stream/Quota.php +++ b/lib/private/Files/Stream/Quota.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry * - * @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/Stream/StaticStream.php b/lib/private/Files/Stream/StaticStream.php index 7aacf7a9fe4..0a0c5e5ca5c 100644 --- a/lib/private/Files/Stream/StaticStream.php +++ b/lib/private/Files/Stream/StaticStream.php @@ -1,9 +1,10 @@ * @author Robin Appelman * - * @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/Type/Detection.php b/lib/private/Files/Type/Detection.php index 2d68c92b14e..345aa338c72 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -1,15 +1,17 @@ + * @author Hendrik Leppelsack * @author Jens-Christian Fischer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Tanghus * - * @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/Type/Loader.php b/lib/private/Files/Type/Loader.php index 95ba7597257..d1f447d8081 100644 --- a/lib/private/Files/Type/Loader.php +++ b/lib/private/Files/Type/Loader.php @@ -1,8 +1,9 @@ * - * @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/Type/TemplateManager.php b/lib/private/Files/Type/TemplateManager.php index 363fb7a2a6c..e7e27c02fed 100644 --- a/lib/private/Files/Type/TemplateManager.php +++ b/lib/private/Files/Type/TemplateManager.php @@ -1,10 +1,11 @@ * @author Robin Appelman * @author Robin McCorkell * - * @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/Utils/Scanner.php b/lib/private/Files/Utils/Scanner.php index e4e5e353f9f..dbe8a6156f0 100644 --- a/lib/private/Files/Utils/Scanner.php +++ b/lib/private/Files/Utils/Scanner.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman * @author Thomas Müller * - * @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/View.php b/lib/private/Files/View.php index 7d9771e6394..920e387fd4b 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -1,13 +1,16 @@ * @author Bart Visscher * @author Björn Schießle * @author cmeh * @author Florin Peter * @author Jesús Macias - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author karakayasemi * @author Klaas Freitag * @author Lukas Reschke * @author Luke Policinski @@ -18,14 +21,13 @@ * @author Piotr Filiciak * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Stefan Weil * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- cgit v1.2.3