From 813f0a0f40dd42b28cd35d91616f3f87ef400861 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 16:49:16 +0200 Subject: [PATCH 1/3] Fix apps/ --- AUTHORS | 23 ++++++++++---- apps/admin_audit/appinfo/app.php | 3 ++ apps/admin_audit/lib/actions/action.php | 2 ++ apps/admin_audit/lib/actions/auth.php | 2 ++ apps/admin_audit/lib/actions/files.php | 2 ++ .../lib/actions/groupmanagement.php | 3 ++ apps/admin_audit/lib/actions/sharing.php | 2 ++ apps/admin_audit/lib/actions/trashbin.php | 2 ++ .../lib/actions/usermanagement.php | 3 ++ apps/admin_audit/lib/actions/versions.php | 2 ++ apps/admin_audit/lib/auditlogger.php | 2 ++ apps/comments/appinfo/app.php | 5 +-- apps/comments/lib/Activity/Extension.php | 5 +-- apps/comments/lib/Activity/Listener.php | 5 +-- apps/dav/appinfo/app.php | 5 +-- apps/dav/appinfo/register_command.php | 5 +-- apps/dav/appinfo/v1/caldav.php | 6 ++-- apps/dav/appinfo/v1/carddav.php | 7 +++-- apps/dav/appinfo/v1/publicwebdav.php | 8 +++-- apps/dav/appinfo/v1/webdav.php | 6 ++-- apps/dav/appinfo/v2/remote.php | 3 +- apps/dav/bin/chunkperf.php | 3 +- apps/dav/lib/AppInfo/Application.php | 6 ++-- apps/dav/lib/CalDAV/BirthdayService.php | 4 ++- apps/dav/lib/CalDAV/CalDavBackend.php | 6 ++-- apps/dav/lib/CalDAV/Calendar.php | 5 +-- apps/dav/lib/CalDAV/CalendarHome.php | 3 +- apps/dav/lib/CalDAV/CalendarObject.php | 3 +- apps/dav/lib/CalDAV/CalendarRoot.php | 3 +- apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 3 +- apps/dav/lib/CardDAV/AddressBook.php | 3 +- apps/dav/lib/CardDAV/AddressBookImpl.php | 4 ++- apps/dav/lib/CardDAV/AddressBookRoot.php | 3 +- apps/dav/lib/CardDAV/CardDavBackend.php | 7 +++-- apps/dav/lib/CardDAV/ContactsManager.php | 5 ++- apps/dav/lib/CardDAV/Converter.php | 3 +- apps/dav/lib/CardDAV/ImageExportPlugin.php | 5 +-- apps/dav/lib/CardDAV/Plugin.php | 3 +- apps/dav/lib/CardDAV/SyncJob.php | 5 +-- apps/dav/lib/CardDAV/SyncService.php | 5 +-- apps/dav/lib/CardDAV/UserAddressBooks.php | 3 +- apps/dav/lib/CardDAV/Xml/Groups.php | 3 +- apps/dav/lib/Command/CreateAddressBook.php | 3 +- apps/dav/lib/Command/CreateCalendar.php | 3 +- apps/dav/lib/Command/SyncBirthdayCalendar.php | 5 +-- .../dav/lib/Command/SyncSystemAddressBook.php | 3 +- apps/dav/lib/Comments/CommentNode.php | 6 ++-- apps/dav/lib/Comments/CommentsPlugin.php | 5 +-- apps/dav/lib/Comments/EntityCollection.php | 7 +++-- .../dav/lib/Comments/EntityTypeCollection.php | 7 +++-- apps/dav/lib/Comments/RootCollection.php | 7 +++-- apps/dav/lib/Connector/LegacyDAVACL.php | 5 +-- apps/dav/lib/Connector/PublicAuth.php | 6 ++-- .../lib/Connector/Sabre/AppEnabledPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/Auth.php | 4 ++- .../Sabre/BlockLegacyClientPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/ChecksumList.php | 5 +-- .../Sabre/CommentPropertiesPlugin.php | 3 +- .../Connector/Sabre/CopyEtagHeaderPlugin.php | 3 +- .../Sabre/CustomPropertiesBackend.php | 4 ++- apps/dav/lib/Connector/Sabre/DavAclPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/Directory.php | 7 +++-- .../Sabre/DummyGetResponsePlugin.php | 3 +- .../Sabre/Exception/EntityTooLarge.php | 3 +- .../Connector/Sabre/Exception/FileLocked.php | 3 +- .../Connector/Sabre/Exception/Forbidden.php | 5 +-- .../Connector/Sabre/Exception/InvalidPath.php | 3 +- .../Exception/PasswordLoginForbidden.php | 7 +++-- .../Sabre/Exception/UnsupportedMediaType.php | 3 +- .../Connector/Sabre/ExceptionLoggerPlugin.php | 4 ++- .../lib/Connector/Sabre/FakeLockerPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/File.php | 7 +++-- apps/dav/lib/Connector/Sabre/FilesPlugin.php | 6 ++-- .../lib/Connector/Sabre/FilesReportPlugin.php | 5 +-- apps/dav/lib/Connector/Sabre/LockPlugin.php | 5 +-- .../lib/Connector/Sabre/MaintenancePlugin.php | 5 +-- apps/dav/lib/Connector/Sabre/Node.php | 5 +-- apps/dav/lib/Connector/Sabre/ObjectTree.php | 7 +++-- apps/dav/lib/Connector/Sabre/Principal.php | 3 +- apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/Server.php | 3 +- .../dav/lib/Connector/Sabre/ServerFactory.php | 7 +++-- .../dav/lib/Connector/Sabre/ShareTypeList.php | 3 +- apps/dav/lib/Connector/Sabre/SharesPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/TagList.php | 3 +- apps/dav/lib/Connector/Sabre/TagsPlugin.php | 3 +- apps/dav/lib/DAV/GroupPrincipalBackend.php | 3 +- apps/dav/lib/DAV/Sharing/Backend.php | 5 +-- apps/dav/lib/DAV/Sharing/IShareable.php | 3 +- apps/dav/lib/DAV/Sharing/Plugin.php | 3 +- apps/dav/lib/DAV/Sharing/Xml/Invite.php | 4 ++- apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php | 3 +- apps/dav/lib/DAV/SystemPrincipalBackend.php | 3 +- apps/dav/lib/Files/BrowserErrorPagePlugin.php | 3 +- .../dav/lib/Files/CustomPropertiesBackend.php | 4 ++- apps/dav/lib/Files/FilesHome.php | 3 +- apps/dav/lib/Files/RootCollection.php | 3 +- .../Files/Sharing/PublicLinkCheckPlugin.php | 3 +- apps/dav/lib/HookManager.php | 3 +- apps/dav/lib/Migration/Classification.php | 3 +- apps/dav/lib/Migration/GenerateBirthdays.php | 3 +- apps/dav/lib/RootCollection.php | 5 +-- apps/dav/lib/Server.php | 8 +++-- .../lib/SystemTag/SystemTagMappingNode.php | 3 +- apps/dav/lib/SystemTag/SystemTagNode.php | 3 +- apps/dav/lib/SystemTag/SystemTagPlugin.php | 3 +- .../SystemTag/SystemTagsByIdCollection.php | 3 +- .../SystemTagsObjectMappingCollection.php | 3 +- .../SystemTagsObjectTypeCollection.php | 4 ++- .../SystemTagsRelationsCollection.php | 6 ++-- apps/dav/lib/Upload/AssemblyStream.php | 4 ++- apps/dav/lib/Upload/FutureFile.php | 4 ++- apps/dav/lib/Upload/RootCollection.php | 4 ++- apps/dav/lib/Upload/UploadFolder.php | 4 ++- apps/dav/lib/Upload/UploadHome.php | 4 ++- apps/dav/templates/exception.php | 22 +++++++++++-- .../tests/unit/AppInfo/ApplicationTest.php | 5 +-- .../unit/CalDAV/AbstractCalDavBackendTest.php | 4 +-- .../tests/unit/CalDAV/CalDavBackendTest.php | 6 ++-- apps/dav/tests/unit/CalDAV/CalendarTest.php | 5 +-- .../unit/CalDAV/Schedule/IMipPluginTest.php | 5 +-- .../unit/CardDAV/AddressBookImplTest.php | 7 +++-- .../tests/unit/CardDAV/AddressBookTest.php | 5 +-- .../unit/CardDAV/BirthdayServiceTest.php | 6 ++-- .../tests/unit/CardDAV/CardDavBackendTest.php | 7 +++-- .../unit/CardDAV/ContactsManagerTest.php | 6 ++-- apps/dav/tests/unit/CardDAV/ConverterTest.php | 7 +++-- .../unit/CardDAV/ImageExportPluginTest.php | 6 ++-- .../tests/unit/CardDAV/Sharing/PluginTest.php | 5 +-- .../tests/unit/CardDAV/SyncServiceTest.php | 6 ++-- .../tests/unit/Comments/CommentsNodeTest.php | 9 ++++-- .../unit/Comments/CommentsPluginTest.php | 6 ++-- .../unit/Comments/EntityCollectionTest.php | 8 +++-- .../Comments/EntityTypeCollectionTest.php | 8 +++-- .../unit/Comments/RootCollectionTest.php | 8 +++-- .../tests/unit/Connector/PublicAuthTest.php | 8 +++-- .../tests/unit/Connector/Sabre/AuthTest.php | 7 +++-- .../Sabre/BlockLegacyClientPluginTest.php | 6 ++-- .../Sabre/CommentsPropertiesPluginTest.php | 8 +++-- .../Sabre/CopyEtagHeaderPluginTest.php | 5 +-- .../Sabre/CustomPropertiesBackendTest.php | 6 ++-- .../unit/Connector/Sabre/DirectoryTest.php | 6 ++-- .../Sabre/DummyGetResponsePluginTest.php | 6 ++-- .../Sabre/Exception/ForbiddenTest.php | 6 ++-- .../Sabre/Exception/InvalidPathTest.php | 6 ++-- .../Sabre/ExceptionLoggerPluginTest.php | 5 +-- .../Connector/Sabre/FakeLockerPluginTest.php | 6 ++-- .../tests/unit/Connector/Sabre/FileTest.php | 6 ++-- .../unit/Connector/Sabre/FilesPluginTest.php | 7 +++-- .../Connector/Sabre/FilesReportPluginTest.php | 7 +++-- .../Connector/Sabre/MaintenancePluginTest.php | 6 ++-- .../tests/unit/Connector/Sabre/NodeTest.php | 7 +++-- .../unit/Connector/Sabre/ObjectTreeTest.php | 7 +++-- .../unit/Connector/Sabre/PrincipalTest.php | 5 +-- .../unit/Connector/Sabre/QuotaPluginTest.php | 6 ++-- .../unit/Connector/Sabre/RequestTest/Auth.php | 5 +-- .../Sabre/RequestTest/DeleteTest.php | 7 ++--- .../Sabre/RequestTest/DownloadTest.php | 5 +-- .../RequestTest/EncryptionUploadTest.php | 5 +-- .../Sabre/RequestTest/ExceptionPlugin.php | 5 +-- .../RequestTest/PartFileInRootUploadTest.php | 8 +++-- .../Sabre/RequestTest/RequestTest.php | 6 ++-- .../unit/Connector/Sabre/RequestTest/Sapi.php | 5 +-- .../Sabre/RequestTest/UploadTest.php | 5 +-- .../unit/Connector/Sabre/SharesPluginTest.php | 6 ++-- .../unit/Connector/Sabre/TagsPluginTest.php | 6 ++-- .../unit/DAV/BrowserErrorPagePluginTest.php | 5 +-- .../dav/tests/unit/DAV/GroupPrincipalTest.php | 5 +-- apps/dav/tests/unit/DAV/HookManagerTest.php | 5 +-- .../dav/tests/unit/DAV/Sharing/PluginTest.php | 5 +-- .../unit/DAV/SystemPrincipalBackendTest.php | 5 +-- .../unit/Migration/ClassificationTest.php | 3 +- apps/dav/tests/unit/ServerTest.php | 6 ++-- .../SystemTag/SystemTagMappingNodeTest.php | 6 ++-- .../unit/SystemTag/SystemTagNodeTest.php | 6 ++-- .../unit/SystemTag/SystemTagPluginTest.php | 6 ++-- .../SystemTagsByIdCollectionTest.php | 6 ++-- .../SystemTagsObjectMappingCollectionTest.php | 6 ++-- .../SystemTagsObjectTypeCollectionTest.php | 6 ++-- .../tests/unit/Upload/AssemblyStreamTest.php | 5 ++- apps/dav/tests/unit/Upload/FutureFileTest.php | 5 ++- apps/dav/tests/unit/bootstrap.php | 5 +-- apps/encryption/appinfo/app.php | 3 +- apps/encryption/appinfo/register_command.php | 3 +- apps/encryption/appinfo/routes.php | 3 +- apps/encryption/lib/AppInfo/Application.php | 3 +- .../lib/Command/EnableMasterKey.php | 3 +- apps/encryption/lib/Command/MigrateKeys.php | 3 +- .../lib/Controller/RecoveryController.php | 3 +- .../lib/Controller/SettingsController.php | 7 +++-- .../lib/Controller/StatusController.php | 3 +- apps/encryption/lib/Crypto/Crypt.php | 5 +-- apps/encryption/lib/Crypto/DecryptAll.php | 3 +- apps/encryption/lib/Crypto/EncryptAll.php | 6 ++-- apps/encryption/lib/Crypto/Encryption.php | 5 +-- .../Exceptions/MultiKeyDecryptException.php | 3 +- .../Exceptions/MultiKeyEncryptException.php | 3 +- .../Exceptions/PrivateKeyMissingException.php | 3 +- .../Exceptions/PublicKeyMissingException.php | 3 +- apps/encryption/lib/HookManager.php | 3 +- apps/encryption/lib/Hooks/Contracts/IHook.php | 3 +- apps/encryption/lib/Hooks/UserHooks.php | 3 +- apps/encryption/lib/KeyManager.php | 3 +- apps/encryption/lib/Migration.php | 5 +-- apps/encryption/lib/Recovery.php | 3 +- apps/encryption/lib/Session.php | 3 +- apps/encryption/lib/Users/Setup.php | 3 +- apps/encryption/lib/Util.php | 3 +- apps/encryption/settings/settings-admin.php | 3 +- .../encryption/settings/settings-personal.php | 3 +- .../tests/Command/TestEnableMasterKey.php | 7 +++-- .../Controller/RecoveryControllerTest.php | 7 +++-- .../Controller/SettingsControllerTest.php | 7 +++-- .../tests/Controller/StatusControllerTest.php | 7 +++-- apps/encryption/tests/Crypto/CryptTest.php | 5 +-- .../tests/Crypto/DecryptAllTest.php | 7 +++-- .../tests/Crypto/EncryptAllTest.php | 7 +++-- .../tests/Crypto/EncryptionTest.php | 7 +++-- apps/encryption/tests/HookManagerTest.php | 7 +++-- apps/encryption/tests/Hooks/UserHooksTest.php | 5 +-- apps/encryption/tests/KeyManagerTest.php | 5 +-- apps/encryption/tests/MigrationTest.php | 11 ++++--- apps/encryption/tests/RecoveryTest.php | 5 +-- apps/encryption/tests/SessionTest.php | 5 +-- apps/encryption/tests/Users/SetupTest.php | 5 +-- apps/encryption/tests/UtilTest.php | 5 +-- apps/federatedfilesharing/appinfo/app.php | 7 +++-- apps/federatedfilesharing/appinfo/routes.php | 3 ++ .../lib/AddressHandler.php | 3 +- .../lib/AppInfo/Application.php | 3 +- .../lib/BackgroundJob/RetryJob.php | 3 +- .../Controller/MountPublicLinkController.php | 5 +-- .../lib/DiscoveryManager.php | 8 +++-- .../lib/FederatedShareProvider.php | 7 +++-- .../lib/Notifications.php | 10 ++++-- apps/federatedfilesharing/lib/Notifier.php | 7 +++-- .../lib/RequestHandler.php | 5 +-- .../federatedfilesharing/lib/TokenHandler.php | 3 +- apps/federatedfilesharing/settings-admin.php | 4 ++- .../settings-personal.php | 4 ++- .../tests/AddressHandlerTest.php | 7 +++-- .../MountPublicLinkControllerTest.php | 5 +-- .../tests/DiscoveryManagerTest.php | 4 ++- .../tests/FederatedShareProviderTest.php | 6 ++-- .../tests/NotificationsTest.php | 3 +- .../tests/RequestHandlerTest.php | 5 +-- apps/federatedfilesharing/tests/TestCase.php | 3 +- .../tests/TokenHandlerTest.php | 7 +++-- apps/federation/appinfo/app.php | 3 +- apps/federation/appinfo/register_command.php | 3 +- apps/federation/appinfo/routes.php | 3 +- apps/federation/lib/API/OCSAuthAPI.php | 5 +-- apps/federation/lib/AppInfo/Application.php | 3 +- .../lib/BackgroundJob/GetSharedSecret.php | 6 ++-- .../lib/BackgroundJob/RequestSharedSecret.php | 5 +-- .../Command/SyncFederationAddressBooks.php | 3 +- .../lib/Controller/SettingsController.php | 6 ++-- apps/federation/lib/DAV/FedAuth.php | 4 ++- apps/federation/lib/DbHandler.php | 5 ++- apps/federation/lib/Hooks.php | 3 +- .../lib/Middleware/AddServerMiddleware.php | 5 +-- .../lib/SyncFederationAddressBooks.php | 3 +- apps/federation/lib/SyncJob.php | 3 +- apps/federation/lib/TrustedServers.php | 6 ++-- apps/federation/settings/settings-admin.php | 3 +- apps/federation/tests/API/OCSAuthAPITest.php | 3 +- .../BackgroundJob/GetSharedSecretTest.php | 5 +-- .../BackgroundJob/RequestSharedSecretTest.php | 7 +++-- .../Controller/SettingsControllerTest.php | 3 +- apps/federation/tests/DAV/FedAuthTest.php | 3 +- apps/federation/tests/DbHandlerTest.php | 5 +-- apps/federation/tests/HooksTest.php | 7 +++-- .../Middleware/AddServerMiddlewareTest.php | 3 +- .../tests/SyncFederationAddressbooksTest.php | 5 +-- apps/federation/tests/TrustedServersTest.php | 6 ++-- apps/files/admin.php | 4 +-- apps/files/ajax/download.php | 3 +- apps/files/ajax/getstoragestats.php | 3 +- apps/files/ajax/list.php | 3 +- apps/files/ajax/upload.php | 5 +-- apps/files/appinfo/app.php | 5 +-- apps/files/appinfo/register_command.php | 5 +-- apps/files/appinfo/routes.php | 5 +-- apps/files/appinfo/update.php | 5 +-- apps/files/download.php | 5 +-- apps/files/lib/Activity.php | 5 +-- apps/files/lib/ActivityHelper.php | 5 +-- apps/files/lib/App.php | 3 +- apps/files/lib/AppInfo/Application.php | 5 +-- .../lib/BackgroundJob/CleanupFileLocks.php | 3 +- .../lib/BackgroundJob/DeleteOrphanedItems.php | 5 +-- apps/files/lib/BackgroundJob/ScanFiles.php | 3 +- apps/files/lib/Capabilities.php | 7 +++-- .../files/lib/Command/DeleteOrphanedFiles.php | 5 +-- apps/files/lib/Command/Scan.php | 3 +- apps/files/lib/Command/TransferOwnership.php | 5 +-- apps/files/lib/Controller/ApiController.php | 7 +++-- apps/files/lib/Controller/ViewController.php | 5 ++- apps/files/lib/Helper.php | 5 +-- apps/files/lib/Service/TagService.php | 5 +-- apps/files/list.php | 3 +- apps/files/simplelist.php | 3 +- apps/files/tests/ActivityTest.php | 5 +-- .../DeleteOrphanedItemsJobTest.php | 3 +- .../tests/BackgroundJob/ScanFilesTest.php | 3 +- .../tests/Command/DeleteOrphanedFilesTest.php | 3 +- .../tests/Controller/ApiControllerTest.php | 5 +-- .../tests/Controller/ViewControllerTest.php | 5 +-- apps/files/tests/HelperTest.php | 5 +-- apps/files/tests/Service/TagServiceTest.php | 7 +++-- apps/files_external/ajax/applicable.php | 3 +- apps/files_external/ajax/oauth1.php | 3 +- apps/files_external/ajax/oauth2.php | 3 +- apps/files_external/appinfo/app.php | 7 +++-- .../appinfo/register_command.php | 5 +-- apps/files_external/appinfo/routes.php | 5 +-- apps/files_external/appinfo/update.php | 5 +-- .../lib/AppInfo/Application.php | 8 +++-- .../files_external/lib/Command/Applicable.php | 5 +-- apps/files_external/lib/Command/Backends.php | 3 +- apps/files_external/lib/Command/Config.php | 5 +-- apps/files_external/lib/Command/Create.php | 5 +-- apps/files_external/lib/Command/Delete.php | 5 +-- apps/files_external/lib/Command/Export.php | 3 +- apps/files_external/lib/Command/Import.php | 5 +-- .../lib/Command/ListCommand.php | 5 +-- apps/files_external/lib/Command/Notify.php | 2 ++ apps/files_external/lib/Command/Option.php | 5 +-- apps/files_external/lib/Command/Verify.php | 5 +-- .../lib/Config/ConfigAdapter.php | 5 +-- .../lib/Controller/AjaxController.php | 4 ++- .../Controller/GlobalStoragesController.php | 6 ++-- .../lib/Controller/StoragesController.php | 6 ++-- .../UserGlobalStoragesController.php | 6 ++-- .../lib/Controller/UserStoragesController.php | 6 ++-- apps/files_external/lib/Lib/Api.php | 5 +-- .../lib/Lib/Auth/AmazonS3/AccessKey.php | 3 +- .../lib/Lib/Auth/AuthMechanism.php | 3 +- apps/files_external/lib/Lib/Auth/Builtin.php | 3 +- .../lib/Lib/Auth/IUserProvided.php | 3 +- .../lib/Lib/Auth/NullMechanism.php | 3 +- .../lib/Lib/Auth/OAuth1/OAuth1.php | 3 +- .../lib/Lib/Auth/OAuth2/OAuth2.php | 3 +- .../lib/Lib/Auth/OpenStack/OpenStack.php | 3 +- .../lib/Lib/Auth/OpenStack/Rackspace.php | 3 +- .../lib/Lib/Auth/Password/GlobalAuth.php | 3 +- .../Lib/Auth/Password/LoginCredentials.php | 5 +-- .../lib/Lib/Auth/Password/Password.php | 3 +- .../Lib/Auth/Password/SessionCredentials.php | 3 +- .../lib/Lib/Auth/Password/UserProvided.php | 5 +-- .../lib/Lib/Auth/PublicKey/RSA.php | 3 +- .../lib/Lib/Backend/AmazonS3.php | 3 +- .../lib/Lib/Backend/Backend.php | 3 +- apps/files_external/lib/Lib/Backend/DAV.php | 3 +- .../lib/Lib/Backend/Dropbox.php | 3 +- apps/files_external/lib/Lib/Backend/FTP.php | 3 +- .../files_external/lib/Lib/Backend/Google.php | 3 +- .../lib/Lib/Backend/LegacyBackend.php | 3 +- apps/files_external/lib/Lib/Backend/Local.php | 3 +- .../lib/Lib/Backend/OwnCloud.php | 3 +- apps/files_external/lib/Lib/Backend/SFTP.php | 3 +- .../lib/Lib/Backend/SFTP_Key.php | 3 +- apps/files_external/lib/Lib/Backend/SMB.php | 3 +- .../files_external/lib/Lib/Backend/SMB_OC.php | 3 +- apps/files_external/lib/Lib/Backend/Swift.php | 3 +- .../lib/Lib/Config/IAuthMechanismProvider.php | 3 +- .../lib/Lib/Config/IBackendProvider.php | 3 +- .../lib/Lib/DefinitionParameter.php | 3 +- .../lib/Lib/DependencyTrait.php | 3 +- .../lib/Lib/FrontendDefinitionTrait.php | 3 +- .../lib/Lib/IdentifierTrait.php | 3 +- ...icientDataForMeaningfulAnswerException.php | 3 +- .../lib/Lib/LegacyDependencyCheckPolyfill.php | 3 +- .../lib/Lib/MissingDependency.php | 3 +- apps/files_external/lib/Lib/PersonalMount.php | 3 +- apps/files_external/lib/Lib/PriorityTrait.php | 3 +- .../lib/Lib/SessionStorageWrapper.php | 3 +- .../lib/Lib/Storage/AmazonS3.php | 3 +- .../lib/Lib/Storage/Dropbox.php | 5 +-- apps/files_external/lib/Lib/Storage/FTP.php | 3 +- .../files_external/lib/Lib/Storage/Google.php | 3 +- .../lib/Lib/Storage/OwnCloud.php | 3 +- apps/files_external/lib/Lib/Storage/SFTP.php | 3 +- apps/files_external/lib/Lib/Storage/SMB.php | 3 +- .../lib/Lib/Storage/StreamWrapper.php | 3 +- apps/files_external/lib/Lib/Storage/Swift.php | 3 +- apps/files_external/lib/Lib/StorageConfig.php | 5 +-- .../lib/Lib/StorageModifierTrait.php | 3 +- .../lib/Lib/VisibilityTrait.php | 3 +- .../lib/Migration/DummyUserSession.php | 5 +-- .../lib/Migration/StorageMigrator.php | 5 +-- apps/files_external/lib/NotFoundException.php | 5 +-- .../lib/Service/BackendService.php | 3 +- .../lib/Service/DBConfigService.php | 5 +-- .../Service/GlobalLegacyStoragesService.php | 5 +-- .../lib/Service/GlobalStoragesService.php | 5 +-- .../Service/ImportLegacyStoragesService.php | 5 +-- .../lib/Service/LegacyStoragesService.php | 5 +-- .../lib/Service/StoragesService.php | 5 +-- .../lib/Service/UserGlobalStoragesService.php | 3 +- .../lib/Service/UserLegacyStoragesService.php | 5 +-- .../lib/Service/UserStoragesService.php | 5 +-- apps/files_external/lib/Service/UserTrait.php | 3 +- apps/files_external/lib/config.php | 6 ++-- apps/files_external/list.php | 3 +- apps/files_external/personal.php | 5 +-- apps/files_external/settings.php | 6 ++-- .../tests/AmazonS3MigrationTest.php | 5 +-- .../tests/Auth/AuthMechanismTest.php | 3 +- .../tests/Auth/Password/GlobalAuth.php | 3 +- .../tests/Backend/BackendTest.php | 3 +- .../tests/Backend/LegacyBackendTest.php | 3 +- .../tests/Command/ApplicableTest.php | 3 +- .../tests/Command/CommandTest.php | 5 +-- .../tests/Command/ListCommandTest.php | 5 +-- .../tests/Controller/AjaxControllerTest.php | 2 ++ .../GlobalStoragesControllerTest.php | 5 +-- .../Controller/StoragesControllerTest.php | 5 +-- .../Controller/UserStoragesControllerTest.php | 5 +-- .../tests/DefinitionParameterTest.php | 3 +- .../tests/FrontendDefinitionTraitTest.php | 3 +- .../LegacyDependencyCheckPolyfillTest.php | 3 +- .../tests/OwnCloudFunctionsTest.php | 5 +-- .../tests/PersonalMountTest.php | 5 +-- .../tests/Service/BackendServiceTest.php | 3 +- .../tests/Service/DBConfigServiceTest.php | 3 +- .../Service/GlobalStoragesServiceTest.php | 5 +-- .../tests/Service/StoragesServiceTest.php | 5 +-- .../Service/UserGlobalStoragesServiceTest.php | 5 +-- .../tests/Service/UserStoragesServiceTest.php | 5 +-- .../tests/Storage/Amazons3Test.php | 5 +-- .../tests/Storage/DropboxTest.php | 5 +-- apps/files_external/tests/Storage/FtpTest.php | 5 +-- .../tests/Storage/GoogleTest.php | 6 ++-- .../tests/Storage/OwncloudTest.php | 5 +-- .../tests/Storage/SFTP_KeyTest.php | 3 +- .../files_external/tests/Storage/SftpTest.php | 5 +-- apps/files_external/tests/Storage/SmbTest.php | 5 +-- .../tests/Storage/SwiftTest.php | 5 +-- .../tests/Storage/WebdavTest.php | 5 +-- .../tests/StorageConfigTest.php | 5 +-- apps/files_external/tests/config.php | 3 +- apps/files_sharing/ajax/publicpreview.php | 5 +-- apps/files_sharing/ajax/shareinfo.php | 7 +++-- apps/files_sharing/appinfo/app.php | 6 ++-- apps/files_sharing/appinfo/routes.php | 7 +++-- apps/files_sharing/appinfo/update.php | 7 +++-- .../files_sharing/lib/API/OCSShareWrapper.php | 5 +-- apps/files_sharing/lib/API/Remote.php | 9 +++--- apps/files_sharing/lib/API/Share20OCS.php | 8 +++-- apps/files_sharing/lib/API/Sharees.php | 7 +++-- apps/files_sharing/lib/Activity.php | 5 +-- .../files_sharing/lib/AppInfo/Application.php | 8 +++-- apps/files_sharing/lib/Cache.php | 5 +-- apps/files_sharing/lib/Capabilities.php | 5 +-- .../Controllers/ExternalSharesController.php | 5 +-- .../lib/Controllers/ShareController.php | 9 +++--- .../lib/DeleteOrphanedSharesJob.php | 5 +-- .../lib/Exceptions/BrokenPath.php | 3 +- .../lib/Exceptions/S2SException.php | 5 +-- apps/files_sharing/lib/ExpireSharesJob.php | 5 +-- apps/files_sharing/lib/External/Cache.php | 3 +- apps/files_sharing/lib/External/Manager.php | 7 +++-- apps/files_sharing/lib/External/Mount.php | 3 +- .../lib/External/MountProvider.php | 3 +- apps/files_sharing/lib/External/Scanner.php | 3 +- apps/files_sharing/lib/External/Storage.php | 4 ++- apps/files_sharing/lib/External/Watcher.php | 3 +- apps/files_sharing/lib/Helper.php | 8 ++--- apps/files_sharing/lib/Hooks.php | 5 +-- apps/files_sharing/lib/ISharedStorage.php | 3 +- apps/files_sharing/lib/Maintainer.php | 5 +-- .../lib/Middleware/SharingCheckMiddleware.php | 5 +-- apps/files_sharing/lib/Migration.php | 6 ++-- apps/files_sharing/lib/MountProvider.php | 6 ++-- apps/files_sharing/lib/Scanner.php | 5 +-- apps/files_sharing/lib/SharedMount.php | 8 +++-- apps/files_sharing/lib/SharedPropagator.php | 7 +++-- apps/files_sharing/lib/Updater.php | 5 +-- apps/files_sharing/lib/share/file.php | 31 ++----------------- apps/files_sharing/lib/share/folder.php | 5 +-- apps/files_sharing/lib/sharedstorage.php | 7 +++-- apps/files_sharing/list.php | 3 +- apps/files_sharing/public.php | 3 +- .../tests/API/Share20OCSTest.php | 8 +++-- apps/files_sharing/tests/API/ShareesTest.php | 7 +++-- apps/files_sharing/tests/ActivityTest.php | 5 +-- apps/files_sharing/tests/ApiTest.php | 7 +++-- apps/files_sharing/tests/BackendTest.php | 5 +-- apps/files_sharing/tests/CacheTest.php | 7 +++-- apps/files_sharing/tests/CapabilitiesTest.php | 7 +++-- .../ExternalShareControllerTest.php | 9 +++--- .../tests/Controllers/ShareControllerTest.php | 8 +++-- .../tests/DeleteOrphanedSharesJobTest.php | 5 +-- .../tests/EncryptedSizePropagationTest.php | 5 +-- .../tests/EtagPropagationTest.php | 7 +++-- .../tests/ExpireSharesJobTest.php | 5 +-- .../tests/External/CacheTest.php | 5 +-- .../tests/External/ManagerTest.php | 5 +-- .../tests/External/ScannerTest.php | 5 +-- .../tests/ExternalStorageTest.php | 5 +-- .../tests/GroupEtagPropagationTest.php | 9 +++--- apps/files_sharing/tests/HelperTest.php | 5 +-- apps/files_sharing/tests/LockingTest.php | 7 +++-- .../Middleware/SharingCheckMiddlewareTest.php | 5 +-- apps/files_sharing/tests/MigrationTest.php | 7 +++-- .../files_sharing/tests/MountProviderTest.php | 5 ++- apps/files_sharing/tests/PermissionsTest.php | 7 +++-- .../tests/PropagationTestCase.php | 5 +-- apps/files_sharing/tests/ShareTest.php | 7 +++-- apps/files_sharing/tests/SharedMountTest.php | 7 +++-- .../files_sharing/tests/SharedStorageTest.php | 7 +++-- .../tests/SizePropagationTest.php | 7 +++-- apps/files_sharing/tests/TestCase.php | 7 +++-- .../tests/UnshareChildrenTest.php | 7 +++-- apps/files_sharing/tests/UpdaterTest.php | 7 +++-- apps/files_sharing/tests/WatcherTest.php | 7 +++-- apps/files_trashbin/ajax/delete.php | 5 +-- apps/files_trashbin/ajax/isEmpty.php | 3 +- apps/files_trashbin/ajax/list.php | 3 +- apps/files_trashbin/ajax/preview.php | 5 +-- apps/files_trashbin/ajax/undelete.php | 5 +-- apps/files_trashbin/appinfo/app.php | 3 +- .../appinfo/register_command.php | 3 +- apps/files_trashbin/appinfo/routes.php | 5 +-- apps/files_trashbin/appinfo/update.php | 3 +- .../lib/AppInfo/Application.php | 5 +-- .../lib/BackgroundJob/ExpireTrash.php | 5 +-- apps/files_trashbin/lib/Capabilities.php | 5 +-- apps/files_trashbin/lib/Command/CleanUp.php | 7 +++-- apps/files_trashbin/lib/Command/Expire.php | 5 +-- .../lib/Exceptions/CopyRecursiveException.php | 3 +- apps/files_trashbin/lib/Expiration.php | 3 +- apps/files_trashbin/lib/Helper.php | 5 +-- apps/files_trashbin/lib/Hooks.php | 3 +- apps/files_trashbin/lib/Storage.php | 3 +- apps/files_trashbin/lib/Trashbin.php | 5 +-- apps/files_trashbin/list.php | 3 +- .../tests/BackgroundJob/ExpireTrashTest.php | 5 +-- .../tests/Command/CleanUpTest.php | 5 +-- .../tests/Command/ExpireTest.php | 5 +-- apps/files_trashbin/tests/ExpirationTest.php | 5 +-- apps/files_trashbin/tests/StorageTest.php | 7 +++-- apps/files_trashbin/tests/TrashbinTest.php | 7 +++-- apps/files_versions/ajax/getVersions.php | 3 +- apps/files_versions/ajax/preview.php | 5 +-- apps/files_versions/ajax/rollbackVersion.php | 3 +- apps/files_versions/appinfo/app.php | 3 +- .../appinfo/register_command.php | 3 +- apps/files_versions/appinfo/routes.php | 5 +-- apps/files_versions/download.php | 5 +-- .../lib/AppInfo/Application.php | 5 +-- .../lib/BackgroundJob/ExpireVersions.php | 5 +-- apps/files_versions/lib/Capabilities.php | 5 +-- apps/files_versions/lib/Command/CleanUp.php | 3 +- apps/files_versions/lib/Command/Expire.php | 5 +-- apps/files_versions/lib/Expiration.php | 3 +- apps/files_versions/lib/Hooks.php | 3 +- apps/files_versions/lib/Storage.php | 7 +++-- .../tests/Command/CleanupTest.php | 3 +- .../tests/Command/ExpireTest.php | 5 +-- apps/files_versions/tests/ExpirationTest.php | 5 +-- apps/files_versions/tests/VersioningTest.php | 7 +++-- apps/provisioning_api/appinfo/routes.php | 7 +++-- apps/provisioning_api/lib/Apps.php | 6 ++-- apps/provisioning_api/lib/Groups.php | 6 ++-- apps/provisioning_api/lib/Users.php | 7 +++-- apps/provisioning_api/tests/AppsTest.php | 7 +++-- apps/provisioning_api/tests/GroupsTest.php | 7 +++-- apps/provisioning_api/tests/TestCase.php | 7 +++-- apps/provisioning_api/tests/UsersTest.php | 7 +++-- apps/systemtags/appinfo/app.php | 5 +-- apps/systemtags/lib/Activity/Extension.php | 5 +-- apps/systemtags/lib/Activity/Listener.php | 6 ++-- apps/systemtags/list.php | 3 +- apps/testing/appinfo/routes.php | 5 +-- apps/testing/lib/Config.php | 5 +-- .../testing/locking/fakedblockingprovider.php | 5 +-- apps/testing/locking/provisioning.php | 5 +-- apps/theming/appinfo/app.php | 3 ++ apps/theming/appinfo/routes.php | 4 +++ .../lib/controller/themingcontroller.php | 5 +++ apps/theming/lib/template.php | 4 +++ apps/theming/lib/util.php | 2 ++ apps/theming/settings/settings-admin.php | 3 ++ apps/theming/templates/settings-admin.php | 25 +++++++++++++-- apps/theming/tests/lib/TemplateTest.php | 3 ++ apps/theming/tests/lib/UtilTest.php | 2 ++ .../lib/controller/ThemingControllerTest.php | 4 +++ apps/updatenotification/admin.php | 3 +- apps/updatenotification/appinfo/app.php | 5 +-- apps/updatenotification/appinfo/routes.php | 5 +-- .../lib/AppInfo/Application.php | 3 +- .../lib/Controller/AdminController.php | 5 +-- .../lib/Notification/BackgroundJob.php | 5 +-- .../lib/Notification/Notifier.php | 6 ++-- .../lib/ResetTokenBackgroundJob.php | 3 +- apps/updatenotification/lib/UpdateChecker.php | 3 +- .../tests/Controller/AdminControllerTest.php | 5 +-- .../tests/Notification/BackgroundJobTest.php | 5 +-- .../tests/Notification/NotifierTest.php | 5 +-- .../tests/ResetTokenBackgroundJobTest.php | 3 +- .../tests/UpdateCheckerTest.php | 3 +- apps/user_ldap/ajax/clearMappings.php | 3 +- apps/user_ldap/ajax/deleteConfiguration.php | 5 +-- apps/user_ldap/ajax/getConfiguration.php | 5 +-- .../ajax/getNewServerConfigPrefix.php | 5 +-- apps/user_ldap/ajax/setConfiguration.php | 5 +-- apps/user_ldap/ajax/testConfiguration.php | 5 +-- apps/user_ldap/ajax/wizard.php | 5 +-- apps/user_ldap/appinfo/app.php | 5 +-- apps/user_ldap/appinfo/install.php | 3 +- apps/user_ldap/appinfo/register_command.php | 5 +-- apps/user_ldap/appinfo/routes.php | 3 +- apps/user_ldap/lib/Access.php | 6 ++-- apps/user_ldap/lib/BackendUtility.php | 5 +-- apps/user_ldap/lib/Command/CheckUser.php | 5 +-- .../lib/Command/CreateEmptyConfig.php | 5 +-- apps/user_ldap/lib/Command/DeleteConfig.php | 5 +-- apps/user_ldap/lib/Command/Search.php | 5 +-- apps/user_ldap/lib/Command/SetConfig.php | 5 +-- apps/user_ldap/lib/Command/ShowConfig.php | 5 +-- apps/user_ldap/lib/Command/ShowRemnants.php | 5 +-- apps/user_ldap/lib/Command/TestConfig.php | 5 +-- apps/user_ldap/lib/Configuration.php | 7 +++-- apps/user_ldap/lib/Connection.php | 5 +-- apps/user_ldap/lib/FilesystemHelper.php | 5 +-- apps/user_ldap/lib/Group_LDAP.php | 9 +++--- apps/user_ldap/lib/Group_Proxy.php | 5 +-- apps/user_ldap/lib/Helper.php | 5 +-- apps/user_ldap/lib/ILDAPWrapper.php | 5 +-- apps/user_ldap/lib/Jobs/CleanUp.php | 5 +-- apps/user_ldap/lib/Jobs/UpdateGroups.php | 5 +-- apps/user_ldap/lib/LDAP.php | 5 +-- apps/user_ldap/lib/LDAPUtility.php | 5 +-- apps/user_ldap/lib/LogWrapper.php | 5 +-- .../user_ldap/lib/Mapping/AbstractMapping.php | 4 ++- apps/user_ldap/lib/Mapping/GroupMapping.php | 3 +- apps/user_ldap/lib/Mapping/UserMapping.php | 3 +- apps/user_ldap/lib/Proxy.php | 6 ++-- apps/user_ldap/lib/User/DeletedUsersIndex.php | 5 +-- apps/user_ldap/lib/User/IUserTools.php | 5 +-- apps/user_ldap/lib/User/Manager.php | 5 +-- apps/user_ldap/lib/User/OfflineUser.php | 5 +-- apps/user_ldap/lib/User/User.php | 5 +-- apps/user_ldap/lib/User_LDAP.php | 6 ++-- apps/user_ldap/lib/User_Proxy.php | 5 +-- apps/user_ldap/lib/Wizard.php | 5 +-- apps/user_ldap/lib/WizardResult.php | 5 +-- apps/user_ldap/settings.php | 6 ++-- apps/user_ldap/tests/AccessTest.php | 5 +-- apps/user_ldap/tests/ConfigurationTest.php | 7 +++-- apps/user_ldap/tests/ConnectionTest.php | 5 +-- apps/user_ldap/tests/Group_LDAPTest.php | 6 ++-- .../Integration/AbstractIntegrationTest.php | 7 +++-- .../Integration/ExceptionOnLostConnection.php | 7 +++-- .../tests/Integration/FakeManager.php | 7 +++-- ...IntegrationTestAccessGroupsMatchFilter.php | 7 +++-- .../Lib/IntegrationTestBackupServer.php | 7 +++-- ...ntegrationTestBatchApplyUserAttributes.php | 7 +++-- .../Lib/IntegrationTestConnect.php | 7 +++-- .../IntegrationTestCountUsersByLoginName.php | 7 +++-- .../IntegrationTestFetchUsersByLoginName.php | 7 +++-- .../Integration/Lib/IntegrationTestPaging.php | 7 +++-- .../Lib/IntegrationTestUserHome.php | 7 +++-- .../Lib/User/IntegrationTestUserAvatar.php | 5 +-- .../User/IntegrationTestUserDisplayName.php | 7 +++-- .../setup-scripts/createExplicitGroups.php | 3 +- .../createExplicitGroupsDifferentOU.php | 3 +- .../setup-scripts/createExplicitUsers.php | 3 +- .../createUsersWithoutDisplayName.php | 3 +- apps/user_ldap/tests/Jobs/CleanUpTest.php | 5 +-- .../tests/Mapping/AbstractMappingTest.php | 6 ++-- .../tests/Mapping/GroupMappingTest.php | 5 +-- .../tests/Mapping/UserMappingTest.php | 5 +-- apps/user_ldap/tests/User/ManagerTest.php | 5 +-- apps/user_ldap/tests/User/UserTest.php | 5 +-- apps/user_ldap/tests/User_LDAPTest.php | 5 +-- apps/user_ldap/tests/WizardTest.php | 5 +-- 679 files changed, 2070 insertions(+), 1215 deletions(-) diff --git a/AUTHORS b/AUTHORS index b7f1616f78..c2a987d9e5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ ownCloud is written by: - AW-UC + - Aaron Wood - Achim Königs - Adam Williamson - Administrator @@ -18,14 +19,16 @@ ownCloud is written by: - Bernhard Posselt - Bernhard Reiter - Birk Borkason + - Bjoern Schiessle - Björn Schießle - Borjan Tchakaloff - Brice Maron - Byron Marohn - - C Montero-Luque - Carla Schroder - Carlos Cerrillo + - Carlos Damken - Christian Berendt + - Christian Jürges - Christian Kampka - Christian Weiske - Christoph Schaefer @@ -41,11 +44,11 @@ ownCloud is written by: - Daniel Tosello - David Prévot - Dominik Schmidt - - Edward Crompton - Fabian Henze - Faruk Uzun - Felix Böhm - Felix Moeller + - Florian Preinstorfer - Florian Pritz - Florin Peter - Francesco Rovelli @@ -66,11 +69,13 @@ ownCloud is written by: - Jens-Christian Fischer - Jesús Macias - Joachim Bauch - - Joas Schilling + - Joachim Sokolowski + - Joas Schilling - Johan Björk + - Johannes Ernst - Johannes Willnecker - Jonny007-MKD <1-23-4-5@web.de> - - Jost Baron + - Juan Pablo Villafáñez - Julius Haertl - Jörn Friedrich Dreyer - Kamil Domanski @@ -119,7 +124,6 @@ ownCloud is written by: - Phil Davis - Philipp Kapfer - Philippe Jung - - Philippe Le Brouster - Pierre Jochem - Pierre Ozoux - Piotr Filiciak @@ -134,7 +138,7 @@ ownCloud is written by: - Renaud Fortier - Robin Appelman - Robin McCorkell - - Roeland Jago Douma + - Roeland Jago Douma - Roman Geber - Roman Kreisel - Ross Nicoll @@ -145,6 +149,7 @@ ownCloud is written by: - Sebastian Döll - Senorsen - Serge Martin + - Sergio Bertolín - Simon Könnecke - Sjors van der Pluijm - Stefan Herbrechtsmeier @@ -154,13 +159,16 @@ ownCloud is written by: - Stephan Peijnik - TheSFReader - Thibaut GRIDEL + - Thomas Citharel - Thomas Müller + - Thomas Pulzer - Thomas Tanghus - Tigran Mkrtchyan - Tim Dettrick - Tobia De Koninck - Tobias Kaminsky - Tom Needham + - Torben Dannhauer - Victor Dubiniuk - Viktor Szépe - Vincent Chan @@ -174,9 +182,11 @@ ownCloud is written by: - cmeh - dampfklon - davidgumberg + - davitol - derkostka - eduardo - fabian + - felixboehm - goodkiller - helix84 - hkjolhede @@ -184,6 +194,7 @@ ownCloud is written by: - j-ed - jknockaert - josh4trunks + - karakayasemi - macjohnny - martin-rueegg - martin.mattel@diemattels.at diff --git a/apps/admin_audit/appinfo/app.php b/apps/admin_audit/appinfo/app.php index ea5fb0286b..a085b74585 100644 --- a/apps/admin_audit/appinfo/app.php +++ b/apps/admin_audit/appinfo/app.php @@ -1,5 +1,8 @@ * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/actions/action.php b/apps/admin_audit/lib/actions/action.php index 6aafacc618..0525910f8d 100644 --- a/apps/admin_audit/lib/actions/action.php +++ b/apps/admin_audit/lib/actions/action.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/auth.php b/apps/admin_audit/lib/actions/auth.php index 4061ca89c4..c035cf785f 100644 --- a/apps/admin_audit/lib/actions/auth.php +++ b/apps/admin_audit/lib/actions/auth.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/files.php b/apps/admin_audit/lib/actions/files.php index 46da0ade6b..d7b35aa2d3 100644 --- a/apps/admin_audit/lib/actions/files.php +++ b/apps/admin_audit/lib/actions/files.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/groupmanagement.php b/apps/admin_audit/lib/actions/groupmanagement.php index 4ece8994f3..a341e4de27 100644 --- a/apps/admin_audit/lib/actions/groupmanagement.php +++ b/apps/admin_audit/lib/actions/groupmanagement.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/sharing.php b/apps/admin_audit/lib/actions/sharing.php index 5f26374846..85afeccd6f 100644 --- a/apps/admin_audit/lib/actions/sharing.php +++ b/apps/admin_audit/lib/actions/sharing.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/trashbin.php b/apps/admin_audit/lib/actions/trashbin.php index f665698678..fd7869b1b2 100644 --- a/apps/admin_audit/lib/actions/trashbin.php +++ b/apps/admin_audit/lib/actions/trashbin.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/usermanagement.php b/apps/admin_audit/lib/actions/usermanagement.php index 5005d15096..925d8b0a71 100644 --- a/apps/admin_audit/lib/actions/usermanagement.php +++ b/apps/admin_audit/lib/actions/usermanagement.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/versions.php b/apps/admin_audit/lib/actions/versions.php index 006c33bf04..3e690e12a2 100644 --- a/apps/admin_audit/lib/actions/versions.php +++ b/apps/admin_audit/lib/actions/versions.php @@ -2,6 +2,8 @@ /** * @copyright Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/auditlogger.php b/apps/admin_audit/lib/auditlogger.php index 050dc9c475..674282b5fe 100644 --- a/apps/admin_audit/lib/auditlogger.php +++ b/apps/admin_audit/lib/auditlogger.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php index b060a5db1c..00085cf914 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/comments/lib/Activity/Extension.php b/apps/comments/lib/Activity/Extension.php index ef800e88ab..6e5ac894c0 100644 --- a/apps/comments/lib/Activity/Extension.php +++ b/apps/comments/lib/Activity/Extension.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/comments/lib/Activity/Listener.php b/apps/comments/lib/Activity/Listener.php index 7c6970df83..ad1e277414 100644 --- a/apps/comments/lib/Activity/Listener.php +++ b/apps/comments/lib/Activity/Listener.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index 45e9fee620..ebc1d09e3f 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/dav/appinfo/register_command.php b/apps/dav/appinfo/register_command.php index ef18dd77e6..7595c1b833 100644 --- a/apps/dav/appinfo/register_command.php +++ b/apps/dav/appinfo/register_command.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php index 975fd34ae8..490f4477a7 100644 --- a/apps/dav/appinfo/v1/caldav.php +++ b/apps/dav/appinfo/v1/caldav.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/appinfo/v1/carddav.php b/apps/dav/appinfo/v1/carddav.php index e2d8944fcb..005946830a 100644 --- a/apps/dav/appinfo/v1/carddav.php +++ b/apps/dav/appinfo/v1/carddav.php @@ -1,10 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Georg Ehrke + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index 2202cbb977..10981834d8 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -1,15 +1,17 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index 2af49177ce..59d4f05bdc 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -1,10 +1,12 @@ * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/dav/appinfo/v2/remote.php b/apps/dav/appinfo/v2/remote.php index 4e9cf8fd08..ab05e37650 100644 --- a/apps/dav/appinfo/v2/remote.php +++ b/apps/dav/appinfo/v2/remote.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/apps/dav/bin/chunkperf.php b/apps/dav/bin/chunkperf.php index a193f001a4..bd976e7438 100644 --- a/apps/dav/bin/chunkperf.php +++ b/apps/dav/bin/chunkperf.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/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index b7b24ba763..fa9d6e29fd 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -1,10 +1,12 @@ - * @author Joas Schilling + * @author Georg Ehrke + * @author Joas Schilling * @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/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 573713d2a9..6aab55a7b2 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -1,9 +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/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 565ad0ec66..1f337ab014 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Stefan Weil + * @author Thomas Citharel * @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/apps/dav/lib/CalDAV/Calendar.php b/apps/dav/lib/CalDAV/Calendar.php index 785bb5699e..821a71babb 100644 --- a/apps/dav/lib/CalDAV/Calendar.php +++ b/apps/dav/lib/CalDAV/Calendar.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/lib/CalDAV/CalendarHome.php b/apps/dav/lib/CalDAV/CalendarHome.php index 7652ff44d7..f84b0c863c 100644 --- a/apps/dav/lib/CalDAV/CalendarHome.php +++ b/apps/dav/lib/CalDAV/CalendarHome.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/CalDAV/CalendarObject.php b/apps/dav/lib/CalDAV/CalendarObject.php index b4a58b5209..db3c7e1929 100644 --- a/apps/dav/lib/CalDAV/CalendarObject.php +++ b/apps/dav/lib/CalDAV/CalendarObject.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/apps/dav/lib/CalDAV/CalendarRoot.php b/apps/dav/lib/CalDAV/CalendarRoot.php index 83fbab6ae0..2c1c8bb4ef 100644 --- a/apps/dav/lib/CalDAV/CalendarRoot.php +++ b/apps/dav/lib/CalDAV/CalendarRoot.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index d9f2ec674f..843da65ce2 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.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/apps/dav/lib/CardDAV/AddressBook.php b/apps/dav/lib/CardDAV/AddressBook.php index 8b1b600ec3..7663351150 100644 --- a/apps/dav/lib/CardDAV/AddressBook.php +++ b/apps/dav/lib/CardDAV/AddressBook.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/apps/dav/lib/CardDAV/AddressBookImpl.php b/apps/dav/lib/CardDAV/AddressBookImpl.php index b26f81766c..c83ee613d3 100644 --- a/apps/dav/lib/CardDAV/AddressBookImpl.php +++ b/apps/dav/lib/CardDAV/AddressBookImpl.php @@ -1,9 +1,11 @@ + * @author Georg Ehrke * @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/apps/dav/lib/CardDAV/AddressBookRoot.php b/apps/dav/lib/CardDAV/AddressBookRoot.php index 99c36c2e76..41c858e35e 100644 --- a/apps/dav/lib/CardDAV/AddressBookRoot.php +++ b/apps/dav/lib/CardDAV/AddressBookRoot.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/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index 39f76a4b42..f8552f1323 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -1,12 +1,15 @@ + * @author Bjoern Schiessle * @author Björn Schießle - * @author Joas Schilling + * @author Georg Ehrke + * @author Joas Schilling * @author Stefan Weil * @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/apps/dav/lib/CardDAV/ContactsManager.php b/apps/dav/lib/CardDAV/ContactsManager.php index a9f35d53d7..18926b10b6 100644 --- a/apps/dav/lib/CardDAV/ContactsManager.php +++ b/apps/dav/lib/CardDAV/ContactsManager.php @@ -1,8 +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/apps/dav/lib/CardDAV/Converter.php b/apps/dav/lib/CardDAV/Converter.php index c8d9b94c26..69c96f5ed6 100644 --- a/apps/dav/lib/CardDAV/Converter.php +++ b/apps/dav/lib/CardDAV/Converter.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/apps/dav/lib/CardDAV/ImageExportPlugin.php b/apps/dav/lib/CardDAV/ImageExportPlugin.php index fcd36b3ff3..31e8ed6a5e 100644 --- a/apps/dav/lib/CardDAV/ImageExportPlugin.php +++ b/apps/dav/lib/CardDAV/ImageExportPlugin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Georg Ehrke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/CardDAV/Plugin.php b/apps/dav/lib/CardDAV/Plugin.php index e02cc5686b..b291a8360e 100644 --- a/apps/dav/lib/CardDAV/Plugin.php +++ b/apps/dav/lib/CardDAV/Plugin.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/apps/dav/lib/CardDAV/SyncJob.php b/apps/dav/lib/CardDAV/SyncJob.php index c6ffcdfbe5..f0f8d51c2c 100644 --- a/apps/dav/lib/CardDAV/SyncJob.php +++ b/apps/dav/lib/CardDAV/SyncJob.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/lib/CardDAV/SyncService.php b/apps/dav/lib/CardDAV/SyncService.php index 859b636c73..1ad37da6bf 100644 --- a/apps/dav/lib/CardDAV/SyncService.php +++ b/apps/dav/lib/CardDAV/SyncService.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/dav/lib/CardDAV/UserAddressBooks.php b/apps/dav/lib/CardDAV/UserAddressBooks.php index 734e3829e6..2ac89f302f 100644 --- a/apps/dav/lib/CardDAV/UserAddressBooks.php +++ b/apps/dav/lib/CardDAV/UserAddressBooks.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/apps/dav/lib/CardDAV/Xml/Groups.php b/apps/dav/lib/CardDAV/Xml/Groups.php index b39615db03..1b439b6b82 100644 --- a/apps/dav/lib/CardDAV/Xml/Groups.php +++ b/apps/dav/lib/CardDAV/Xml/Groups.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/apps/dav/lib/Command/CreateAddressBook.php b/apps/dav/lib/Command/CreateAddressBook.php index d8955e84a2..a0416966f0 100644 --- a/apps/dav/lib/Command/CreateAddressBook.php +++ b/apps/dav/lib/Command/CreateAddressBook.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Command/CreateCalendar.php b/apps/dav/lib/Command/CreateCalendar.php index d7f82dd0e5..7d07ad0327 100644 --- a/apps/dav/lib/Command/CreateCalendar.php +++ b/apps/dav/lib/Command/CreateCalendar.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/apps/dav/lib/Command/SyncBirthdayCalendar.php b/apps/dav/lib/Command/SyncBirthdayCalendar.php index a1cebae6fb..a99e2ea4b8 100644 --- a/apps/dav/lib/Command/SyncBirthdayCalendar.php +++ b/apps/dav/lib/Command/SyncBirthdayCalendar.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/lib/Command/SyncSystemAddressBook.php b/apps/dav/lib/Command/SyncSystemAddressBook.php index b62a42d7b9..e642d9af5a 100644 --- a/apps/dav/lib/Command/SyncSystemAddressBook.php +++ b/apps/dav/lib/Command/SyncSystemAddressBook.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/apps/dav/lib/Comments/CommentNode.php b/apps/dav/lib/Comments/CommentNode.php index 5c22f8a8a7..101e3d8772 100644 --- a/apps/dav/lib/Comments/CommentNode.php +++ b/apps/dav/lib/Comments/CommentNode.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Comments/CommentsPlugin.php b/apps/dav/lib/Comments/CommentsPlugin.php index 33096f3886..f3cf4fb203 100644 --- a/apps/dav/lib/Comments/CommentsPlugin.php +++ b/apps/dav/lib/Comments/CommentsPlugin.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/dav/lib/Comments/EntityCollection.php b/apps/dav/lib/Comments/EntityCollection.php index 7310b63d99..e84fbb5056 100644 --- a/apps/dav/lib/Comments/EntityCollection.php +++ b/apps/dav/lib/Comments/EntityCollection.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Comments/EntityTypeCollection.php b/apps/dav/lib/Comments/EntityTypeCollection.php index b5327519c1..1f7f36dffa 100644 --- a/apps/dav/lib/Comments/EntityTypeCollection.php +++ b/apps/dav/lib/Comments/EntityTypeCollection.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Comments/RootCollection.php b/apps/dav/lib/Comments/RootCollection.php index aa3fe8586a..839eb34aa9 100644 --- a/apps/dav/lib/Comments/RootCollection.php +++ b/apps/dav/lib/Comments/RootCollection.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Connector/LegacyDAVACL.php b/apps/dav/lib/Connector/LegacyDAVACL.php index 719b73a9fd..83b08ec44f 100644 --- a/apps/dav/lib/Connector/LegacyDAVACL.php +++ b/apps/dav/lib/Connector/LegacyDAVACL.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/lib/Connector/PublicAuth.php b/apps/dav/lib/Connector/PublicAuth.php index 38d91f086c..62420c042c 100644 --- a/apps/dav/lib/Connector/PublicAuth.php +++ b/apps/dav/lib/Connector/PublicAuth.php @@ -1,14 +1,16 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php index cb061d6a30..770aa881f4 100644 --- a/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php +++ b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.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/apps/dav/lib/Connector/Sabre/Auth.php b/apps/dav/lib/Connector/Sabre/Auth.php index 3f9e16b04c..bd80b17b64 100644 --- a/apps/dav/lib/Connector/Sabre/Auth.php +++ b/apps/dav/lib/Connector/Sabre/Auth.php @@ -1,9 +1,12 @@ * @author Bart Visscher * @author Christoph Wurst * @author Jakob Sack + * @author Joas Schilling * @author Lukas Reschke * @author Markus Goetz * @author Michael Gapczynski @@ -11,7 +14,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/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 3f2cd1b1ae..5d39d83a28 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Connector/Sabre/ChecksumList.php b/apps/dav/lib/Connector/Sabre/ChecksumList.php index f137222acc..17e04a4c7a 100644 --- a/apps/dav/lib/Connector/Sabre/ChecksumList.php +++ b/apps/dav/lib/Connector/Sabre/ChecksumList.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/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php index c129f50d35..e48105f6d7 100644 --- a/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.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/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php b/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php index 49b6a7b2de..b8f55d9e21 100644 --- a/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php +++ b/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php index b319350c7f..e9118cfc9e 100644 --- a/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php +++ b/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php @@ -1,10 +1,12 @@ * @author Lukas Reschke * @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/apps/dav/lib/Connector/Sabre/DavAclPlugin.php b/apps/dav/lib/Connector/Sabre/DavAclPlugin.php index bf305171a0..6b6d789326 100644 --- a/apps/dav/lib/Connector/Sabre/DavAclPlugin.php +++ b/apps/dav/lib/Connector/Sabre/DavAclPlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Connector/Sabre/Directory.php b/apps/dav/lib/Connector/Sabre/Directory.php index ddab34605f..485876e5a9 100644 --- a/apps/dav/lib/Connector/Sabre/Directory.php +++ b/apps/dav/lib/Connector/Sabre/Directory.php @@ -1,17 +1,18 @@ * @author Bart Visscher * @author Björn Schießle * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @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/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php index 843923ff6d..102c902aed 100644 --- a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +++ b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php b/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php index d16e93bb63..09ced83803 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php +++ b/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php @@ -1,10 +1,11 @@ * @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/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php b/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php index fea44f8f5c..8b9fb83e9a 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php +++ b/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Owen Winkler * @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/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php b/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php index f2467e6b29..d5e4e253c9 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php +++ b/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php b/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php index 7951a0a89b..9d60b22761 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php +++ b/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.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/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php b/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php index 6537da3d56..2a90ceeb7f 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php +++ b/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php @@ -1,9 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php b/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php index 99e3c222c7..5edead6c1e 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php +++ b/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php @@ -1,10 +1,11 @@ * @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/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php index addacec9b0..f248a90261 100644 --- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php @@ -1,12 +1,14 @@ * @author Pierre Jochem * @author Robin Appelman + * @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/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php b/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php index 22d2beec51..c330e5d203 100644 --- a/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 6ecb6e6206..6f5c2c2c4d 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -1,19 +1,20 @@ * @author Björn Schießle * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman - * @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/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index 0a2e6713cb..0f4126c789 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -1,15 +1,17 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index d4e1cbe3b2..5b96f4f0f6 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/lib/Connector/Sabre/LockPlugin.php b/apps/dav/lib/Connector/Sabre/LockPlugin.php index 7ab0993f32..e22d7694df 100644 --- a/apps/dav/lib/Connector/Sabre/LockPlugin.php +++ b/apps/dav/lib/Connector/Sabre/LockPlugin.php @@ -1,11 +1,12 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Weil * @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/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php index 6e9a5930b7..8e0d3f3d05 100644 --- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/dav/lib/Connector/Sabre/Node.php b/apps/dav/lib/Connector/Sabre/Node.php index c41b5137fd..80006fbf54 100644 --- a/apps/dav/lib/Connector/Sabre/Node.php +++ b/apps/dav/lib/Connector/Sabre/Node.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -9,11 +11,10 @@ * @author Markus Goetz * @author Morris Jobke * @author Robin Appelman - * @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/apps/dav/lib/Connector/Sabre/ObjectTree.php b/apps/dav/lib/Connector/Sabre/ObjectTree.php index d8c1d71e7f..77325675aa 100644 --- a/apps/dav/lib/Connector/Sabre/ObjectTree.php +++ b/apps/dav/lib/Connector/Sabre/ObjectTree.php @@ -1,13 +1,16 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling + * @author Lukas Reschke * @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/apps/dav/lib/Connector/Sabre/Principal.php b/apps/dav/lib/Connector/Sabre/Principal.php index 1985d8f8b3..a592ed8091 100644 --- a/apps/dav/lib/Connector/Sabre/Principal.php +++ b/apps/dav/lib/Connector/Sabre/Principal.php @@ -1,5 +1,7 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer @@ -9,7 +11,6 @@ * @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 diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php index a093c52851..4d74de1e04 100644 --- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php @@ -1,5 +1,7 @@ * @author Morris Jobke * @author Robin Appelman @@ -7,7 +9,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/apps/dav/lib/Connector/Sabre/Server.php b/apps/dav/lib/Connector/Sabre/Server.php index 421fc64422..9915ffdba0 100644 --- a/apps/dav/lib/Connector/Sabre/Server.php +++ b/apps/dav/lib/Connector/Sabre/Server.php @@ -1,11 +1,12 @@ * @author scolebrook * @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/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php index c5b4f6a935..753681715c 100644 --- a/apps/dav/lib/Connector/Sabre/ServerFactory.php +++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/apps/dav/lib/Connector/Sabre/ShareTypeList.php b/apps/dav/lib/Connector/Sabre/ShareTypeList.php index 763586412a..fd9ba3f726 100644 --- a/apps/dav/lib/Connector/Sabre/ShareTypeList.php +++ b/apps/dav/lib/Connector/Sabre/ShareTypeList.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/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index c76068969e..1082b8906e 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.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/apps/dav/lib/Connector/Sabre/TagList.php b/apps/dav/lib/Connector/Sabre/TagList.php index 5c1cd8b4f1..2357617126 100644 --- a/apps/dav/lib/Connector/Sabre/TagList.php +++ b/apps/dav/lib/Connector/Sabre/TagList.php @@ -1,10 +1,11 @@ * @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/apps/dav/lib/Connector/Sabre/TagsPlugin.php b/apps/dav/lib/Connector/Sabre/TagsPlugin.php index dfc1a2dd95..b1a6d1fb96 100644 --- a/apps/dav/lib/Connector/Sabre/TagsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/TagsPlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/DAV/GroupPrincipalBackend.php b/apps/dav/lib/DAV/GroupPrincipalBackend.php index e056863978..f8dc1e6088 100644 --- a/apps/dav/lib/DAV/GroupPrincipalBackend.php +++ b/apps/dav/lib/DAV/GroupPrincipalBackend.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/apps/dav/lib/DAV/Sharing/Backend.php b/apps/dav/lib/DAV/Sharing/Backend.php index 0284c4f719..006fe334ba 100644 --- a/apps/dav/lib/DAV/Sharing/Backend.php +++ b/apps/dav/lib/DAV/Sharing/Backend.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/lib/DAV/Sharing/IShareable.php b/apps/dav/lib/DAV/Sharing/IShareable.php index f6b6bfa886..07492d70a2 100644 --- a/apps/dav/lib/DAV/Sharing/IShareable.php +++ b/apps/dav/lib/DAV/Sharing/IShareable.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/apps/dav/lib/DAV/Sharing/Plugin.php b/apps/dav/lib/DAV/Sharing/Plugin.php index 3173d1397b..4cd95fe8a3 100644 --- a/apps/dav/lib/DAV/Sharing/Plugin.php +++ b/apps/dav/lib/DAV/Sharing/Plugin.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/apps/dav/lib/DAV/Sharing/Xml/Invite.php b/apps/dav/lib/DAV/Sharing/Xml/Invite.php index 7ffe9a322c..f43c543e40 100644 --- a/apps/dav/lib/DAV/Sharing/Xml/Invite.php +++ b/apps/dav/lib/DAV/Sharing/Xml/Invite.php @@ -1,9 +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/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php b/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php index 776fb446b6..6bdf8c1aca 100644 --- a/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php +++ b/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.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/apps/dav/lib/DAV/SystemPrincipalBackend.php b/apps/dav/lib/DAV/SystemPrincipalBackend.php index 8001ec4e6c..ba7e73f165 100644 --- a/apps/dav/lib/DAV/SystemPrincipalBackend.php +++ b/apps/dav/lib/DAV/SystemPrincipalBackend.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/apps/dav/lib/Files/BrowserErrorPagePlugin.php b/apps/dav/lib/Files/BrowserErrorPagePlugin.php index 5fe6f412f9..8c257b324b 100644 --- a/apps/dav/lib/Files/BrowserErrorPagePlugin.php +++ b/apps/dav/lib/Files/BrowserErrorPagePlugin.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/Files/CustomPropertiesBackend.php b/apps/dav/lib/Files/CustomPropertiesBackend.php index 41c596b961..149cdd4a79 100644 --- a/apps/dav/lib/Files/CustomPropertiesBackend.php +++ b/apps/dav/lib/Files/CustomPropertiesBackend.php @@ -1,8 +1,10 @@ * @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/apps/dav/lib/Files/FilesHome.php b/apps/dav/lib/Files/FilesHome.php index ef572d6618..a4fb7d285a 100644 --- a/apps/dav/lib/Files/FilesHome.php +++ b/apps/dav/lib/Files/FilesHome.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/apps/dav/lib/Files/RootCollection.php b/apps/dav/lib/Files/RootCollection.php index 63328aac8e..10459aa8ad 100644 --- a/apps/dav/lib/Files/RootCollection.php +++ b/apps/dav/lib/Files/RootCollection.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/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php index 751f63d394..dcceec3624 100644 --- a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php +++ b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.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/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php index aa3777088f..d89c4b822f 100644 --- a/apps/dav/lib/HookManager.php +++ b/apps/dav/lib/HookManager.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/apps/dav/lib/Migration/Classification.php b/apps/dav/lib/Migration/Classification.php index b793f790af..a18646023c 100644 --- a/apps/dav/lib/Migration/Classification.php +++ b/apps/dav/lib/Migration/Classification.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/apps/dav/lib/Migration/GenerateBirthdays.php b/apps/dav/lib/Migration/GenerateBirthdays.php index dfc8838bcb..20e000314a 100644 --- a/apps/dav/lib/Migration/GenerateBirthdays.php +++ b/apps/dav/lib/Migration/GenerateBirthdays.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/apps/dav/lib/RootCollection.php b/apps/dav/lib/RootCollection.php index f83b0495e1..16df85d814 100644 --- a/apps/dav/lib/RootCollection.php +++ b/apps/dav/lib/RootCollection.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/dav/lib/Server.php b/apps/dav/lib/Server.php index 982d299c95..ffa2e1163b 100644 --- a/apps/dav/lib/Server.php +++ b/apps/dav/lib/Server.php @@ -1,12 +1,16 @@ + * @author Christoph Wurst + * @author Georg Ehrke * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Robin Appelman + * @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/apps/dav/lib/SystemTag/SystemTagMappingNode.php b/apps/dav/lib/SystemTag/SystemTagMappingNode.php index 09a3c79c75..b601aef50e 100644 --- a/apps/dav/lib/SystemTag/SystemTagMappingNode.php +++ b/apps/dav/lib/SystemTag/SystemTagMappingNode.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/SystemTag/SystemTagNode.php b/apps/dav/lib/SystemTag/SystemTagNode.php index dfa51edb6b..36fddcd824 100644 --- a/apps/dav/lib/SystemTag/SystemTagNode.php +++ b/apps/dav/lib/SystemTag/SystemTagNode.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/SystemTag/SystemTagPlugin.php b/apps/dav/lib/SystemTag/SystemTagPlugin.php index b3ab0d2db7..87aebe51be 100644 --- a/apps/dav/lib/SystemTag/SystemTagPlugin.php +++ b/apps/dav/lib/SystemTag/SystemTagPlugin.php @@ -1,10 +1,11 @@ * @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/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php index 2b24bce9f3..176a130774 100644 --- a/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php @@ -1,9 +1,10 @@ * @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/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index c4c45dc76d..ab0b773425 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.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/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php index f9ec3183f8..608a781cd7 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php @@ -1,9 +1,11 @@ * @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/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php b/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php index 7c4c613dc4..c76ab832b1 100644 --- a/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/lib/Upload/AssemblyStream.php b/apps/dav/lib/Upload/AssemblyStream.php index db600ef897..5853adfa77 100644 --- a/apps/dav/lib/Upload/AssemblyStream.php +++ b/apps/dav/lib/Upload/AssemblyStream.php @@ -1,8 +1,10 @@ * @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/apps/dav/lib/Upload/FutureFile.php b/apps/dav/lib/Upload/FutureFile.php index f5e734983c..5dac34b4d6 100644 --- a/apps/dav/lib/Upload/FutureFile.php +++ b/apps/dav/lib/Upload/FutureFile.php @@ -1,8 +1,10 @@ * @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/apps/dav/lib/Upload/RootCollection.php b/apps/dav/lib/Upload/RootCollection.php index 9298be0dd5..696de064dd 100644 --- a/apps/dav/lib/Upload/RootCollection.php +++ b/apps/dav/lib/Upload/RootCollection.php @@ -1,8 +1,10 @@ * @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/apps/dav/lib/Upload/UploadFolder.php b/apps/dav/lib/Upload/UploadFolder.php index be1853914f..b3d43fef95 100644 --- a/apps/dav/lib/Upload/UploadFolder.php +++ b/apps/dav/lib/Upload/UploadFolder.php @@ -1,8 +1,10 @@ * @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/apps/dav/lib/Upload/UploadHome.php b/apps/dav/lib/Upload/UploadHome.php index e3d4aa0d23..296eb2df3a 100644 --- a/apps/dav/lib/Upload/UploadHome.php +++ b/apps/dav/lib/Upload/UploadHome.php @@ -1,8 +1,10 @@ * @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/apps/dav/templates/exception.php b/apps/dav/templates/exception.php index 01c4eea4b5..ff3d1f3d20 100644 --- a/apps/dav/templates/exception.php +++ b/apps/dav/templates/exception.php @@ -1,7 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ style('core', ['styles', 'header']); ?> diff --git a/apps/dav/tests/unit/AppInfo/ApplicationTest.php b/apps/dav/tests/unit/AppInfo/ApplicationTest.php index 509caccfa4..d5fb4e811d 100644 --- a/apps/dav/tests/unit/AppInfo/ApplicationTest.php +++ b/apps/dav/tests/unit/AppInfo/ApplicationTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/CalDAV/AbstractCalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackendTest.php index 49e5e5a2bc..2b7424272e 100644 --- a/apps/dav/tests/unit/CalDAV/AbstractCalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackendTest.php @@ -1,9 +1,9 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @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/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index baa8540c43..48434b2512 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Thomas Citharel * @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/apps/dav/tests/unit/CalDAV/CalendarTest.php b/apps/dav/tests/unit/CalDAV/CalendarTest.php index 56a2d4fcba..a11d8dd96e 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php index bea9c651bd..2b9d10c9e8 100644 --- a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php b/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php index 749a98e307..ba8527dc76 100644 --- a/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php +++ b/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php @@ -1,10 +1,13 @@ - * @author Joas Schilling + * @author Georg Ehrke + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/CardDAV/AddressBookTest.php b/apps/dav/tests/unit/CardDAV/AddressBookTest.php index 4fa8bb4704..8a608e277e 100644 --- a/apps/dav/tests/unit/CardDAV/AddressBookTest.php +++ b/apps/dav/tests/unit/CardDAV/AddressBookTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php index 9b11c3b82a..33968ec242 100644 --- a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php b/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php index 9845d2d690..f74d12f665 100644 --- a/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php +++ b/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php @@ -1,11 +1,14 @@ + * @author Bjoern Schiessle * @author Björn Schießle - * @author Joas Schilling + * @author Georg Ehrke + * @author Joas Schilling * @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/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php b/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php index 23a49a1962..6859d0686d 100644 --- a/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php +++ b/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Georg Ehrke + * @author Joas Schilling * @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/apps/dav/tests/unit/CardDAV/ConverterTest.php b/apps/dav/tests/unit/CardDAV/ConverterTest.php index 3dc4d1bb14..0e4502b9c0 100644 --- a/apps/dav/tests/unit/CardDAV/ConverterTest.php +++ b/apps/dav/tests/unit/CardDAV/ConverterTest.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php index 0679df4e2f..229fa7ec6f 100644 --- a/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php +++ b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Georg Ehrke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php index 3728b83022..0004907586 100644 --- a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/CardDAV/SyncServiceTest.php b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php index c9fde55c52..62225dc293 100644 --- a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php @@ -1,10 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index e7b3dd548c..1c7bd78249 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -1,9 +1,12 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php index 74223e8d5c..bb512465a8 100644 --- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php +++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php @@ -1,10 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling + * @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/apps/dav/tests/unit/Comments/EntityCollectionTest.php b/apps/dav/tests/unit/Comments/EntityCollectionTest.php index c96db59539..c4e343d49d 100644 --- a/apps/dav/tests/unit/Comments/EntityCollectionTest.php +++ b/apps/dav/tests/unit/Comments/EntityCollectionTest.php @@ -1,9 +1,11 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php b/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php index 771e9d4856..17c4f70fa7 100644 --- a/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php +++ b/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php @@ -1,9 +1,11 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Comments/RootCollectionTest.php b/apps/dav/tests/unit/Comments/RootCollectionTest.php index 322db53d7b..95afc42a91 100644 --- a/apps/dav/tests/unit/Comments/RootCollectionTest.php +++ b/apps/dav/tests/unit/Comments/RootCollectionTest.php @@ -1,9 +1,11 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Connector/PublicAuthTest.php b/apps/dav/tests/unit/Connector/PublicAuthTest.php index e985775f41..47e1a5be7b 100644 --- a/apps/dav/tests/unit/Connector/PublicAuthTest.php +++ b/apps/dav/tests/unit/Connector/PublicAuthTest.php @@ -1,10 +1,12 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/AuthTest.php b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php index 142b83a45b..6262407eb9 100644 --- a/apps/dav/tests/unit/Connector/Sabre/AuthTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php @@ -1,14 +1,15 @@ * @author Christoph Wurst - * @author Joas Schilling + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php index 890d11465a..933460a630 100644 --- a/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php index 70ef523359..13e10476a4 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php @@ -1,9 +1,11 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php index 9b5e194597..0ee1b9591f 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php index 0fb012d953..f0f4caa07a 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php index 7511d6b02f..059ac18b62 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin Appelman + * @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/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php index 797f306c7b..1c2e249e8c 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/Exception/ForbiddenTest.php b/apps/dav/tests/unit/Connector/Sabre/Exception/ForbiddenTest.php index 61f78d1354..f8115411b4 100644 --- a/apps/dav/tests/unit/Connector/Sabre/Exception/ForbiddenTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/Exception/ForbiddenTest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Connector/Sabre/Exception/InvalidPathTest.php b/apps/dav/tests/unit/Connector/Sabre/Exception/InvalidPathTest.php index 25960cc3cb..c32b2002b4 100644 --- a/apps/dav/tests/unit/Connector/Sabre/Exception/InvalidPathTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/Exception/InvalidPathTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php index e10d7526d7..225955beb0 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php index 29d2ce469a..abf6e5cf18 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php index bb87027bd1..b97a037cb1 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin Appelman + * @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/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php index 9419296bd5..74f1d844b2 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php @@ -1,12 +1,13 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index 71beccd079..3302c23c3c 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php index 43e875d25d..56306e8713 100644 --- a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/NodeTest.php b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php index 328e99c9fb..4532b2d314 100644 --- a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php index 617a0bd5df..da31e16e74 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php @@ -1,12 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php index 14b1df3b3a..0385680702 100644 --- a/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php index bf827fd358..0445754726 100644 --- a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin Appelman + * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php index ac9cd91ad3..a3c4941736 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php index 4f481cba55..8c569dc16b 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php @@ -1,10 +1,9 @@ - * @author Robin Appelman - * @author Thomas Müller - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php index a0283a754c..92749c0d5b 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php index 8619ffe070..20878ca8e9 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php index 1380815428..1bf194b164 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php index efa1f0a7a5..8990f88cc1 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php @@ -1,9 +1,11 @@ - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php index 3e3f9e5994..d1ee93be7e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php index 3dd972afa8..3d677b397e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php index 7ba476e94f..310ab18d85 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php index 0c6446e291..433ef4ba63 100644 --- a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php index 8e6e514971..9189a73f77 100644 --- a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php b/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php index bac24e5c42..cdeaceefed 100644 --- a/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php +++ b/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/DAV/GroupPrincipalTest.php b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php index 06915517fe..e532ed164e 100644 --- a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php +++ b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/DAV/HookManagerTest.php b/apps/dav/tests/unit/DAV/HookManagerTest.php index 647d13ebed..5e6e65e59b 100644 --- a/apps/dav/tests/unit/DAV/HookManagerTest.php +++ b/apps/dav/tests/unit/DAV/HookManagerTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/DAV/Sharing/PluginTest.php b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php index 63968bc663..c4dae96e52 100644 --- a/apps/dav/tests/unit/DAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php index 8bf81211e8..3a5566e8f7 100644 --- a/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php +++ b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/dav/tests/unit/Migration/ClassificationTest.php b/apps/dav/tests/unit/Migration/ClassificationTest.php index 5c7fa62722..f19702e9cb 100644 --- a/apps/dav/tests/unit/Migration/ClassificationTest.php +++ b/apps/dav/tests/unit/Migration/ClassificationTest.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/apps/dav/tests/unit/ServerTest.php b/apps/dav/tests/unit/ServerTest.php index 97c165683b..3d5c55f78b 100644 --- a/apps/dav/tests/unit/ServerTest.php +++ b/apps/dav/tests/unit/ServerTest.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke + * @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/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php index c54de15278..c52b8fb1cf 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php index 252e592f73..43674f4b79 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php index d8d955d89e..fcfa528ac6 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php @@ -1,11 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke + * @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/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php index ee7a1f658a..7343139307 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php index e4f7e1bbd4..9aa35c2ab2 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php index 3c4d4dfc71..0c065d3451 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/dav/tests/unit/Upload/AssemblyStreamTest.php b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php index 80e2c8fbaf..ea875886af 100644 --- a/apps/dav/tests/unit/Upload/AssemblyStreamTest.php +++ b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php @@ -1,8 +1,11 @@ + * @author Lukas Reschke * @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/apps/dav/tests/unit/Upload/FutureFileTest.php b/apps/dav/tests/unit/Upload/FutureFileTest.php index d3833aa941..d94f14ab09 100644 --- a/apps/dav/tests/unit/Upload/FutureFileTest.php +++ b/apps/dav/tests/unit/Upload/FutureFileTest.php @@ -1,8 +1,11 @@ + * @author Lukas Reschke * @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/apps/dav/tests/unit/bootstrap.php b/apps/dav/tests/unit/bootstrap.php index 879b31077f..178bc695b6 100644 --- a/apps/dav/tests/unit/bootstrap.php +++ b/apps/dav/tests/unit/bootstrap.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 3827e7a8a8..22c35f8791 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -1,9 +1,10 @@ * @author Clark Tomlinson * - * @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/apps/encryption/appinfo/register_command.php b/apps/encryption/appinfo/register_command.php index c2a3c23051..ced82d21a6 100644 --- a/apps/encryption/appinfo/register_command.php +++ b/apps/encryption/appinfo/register_command.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/apps/encryption/appinfo/routes.php b/apps/encryption/appinfo/routes.php index 1e640bb17b..22f3af7fbf 100644 --- a/apps/encryption/appinfo/routes.php +++ b/apps/encryption/appinfo/routes.php @@ -1,9 +1,10 @@ * @author Clark Tomlinson * - * @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/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index 7ad14e79ae..bba522fbc8 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @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/apps/encryption/lib/Command/EnableMasterKey.php b/apps/encryption/lib/Command/EnableMasterKey.php index 10c47f63ed..6f0800c934 100644 --- a/apps/encryption/lib/Command/EnableMasterKey.php +++ b/apps/encryption/lib/Command/EnableMasterKey.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/apps/encryption/lib/Command/MigrateKeys.php b/apps/encryption/lib/Command/MigrateKeys.php index 2b172dfa9a..c393527766 100644 --- a/apps/encryption/lib/Command/MigrateKeys.php +++ b/apps/encryption/lib/Command/MigrateKeys.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/apps/encryption/lib/Controller/RecoveryController.php b/apps/encryption/lib/Controller/RecoveryController.php index 60b95c7cd1..58ea4e4ece 100644 --- a/apps/encryption/lib/Controller/RecoveryController.php +++ b/apps/encryption/lib/Controller/RecoveryController.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @author Lukas Reschke * - * @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/apps/encryption/lib/Controller/SettingsController.php b/apps/encryption/lib/Controller/SettingsController.php index 74c5276043..f19f639256 100644 --- a/apps/encryption/lib/Controller/SettingsController.php +++ b/apps/encryption/lib/Controller/SettingsController.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/Controller/StatusController.php b/apps/encryption/lib/Controller/StatusController.php index a8fdcce457..a508c3c6b7 100644 --- a/apps/encryption/lib/Controller/StatusController.php +++ b/apps/encryption/lib/Controller/StatusController.php @@ -1,9 +1,10 @@ * @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/apps/encryption/lib/Crypto/Crypt.php b/apps/encryption/lib/Crypto/Crypt.php index 4c146f8599..7d6636d882 100644 --- a/apps/encryption/lib/Crypto/Crypt.php +++ b/apps/encryption/lib/Crypto/Crypt.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/encryption/lib/Crypto/DecryptAll.php b/apps/encryption/lib/Crypto/DecryptAll.php index 0da4c2bba4..195dc7891f 100644 --- a/apps/encryption/lib/Crypto/DecryptAll.php +++ b/apps/encryption/lib/Crypto/DecryptAll.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/apps/encryption/lib/Crypto/EncryptAll.php b/apps/encryption/lib/Crypto/EncryptAll.php index 1adf1ae480..60c7b13b70 100644 --- a/apps/encryption/lib/Crypto/EncryptAll.php +++ b/apps/encryption/lib/Crypto/EncryptAll.php @@ -1,10 +1,12 @@ - * @author Roeland Jago Douma + * @author Morris Jobke + * @author Roeland Jago Douma * @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/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index 9423332de9..c71e25b644 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -1,13 +1,14 @@ * @author Clark Tomlinson * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php b/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php index 59bea59344..ec1770cc01 100644 --- a/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php +++ b/apps/encryption/lib/Exceptions/MultiKeyDecryptException.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/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php b/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php index bc0872ffdd..6b7c360b90 100644 --- a/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php +++ b/apps/encryption/lib/Exceptions/MultiKeyEncryptException.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/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php b/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php index 7d6ac83368..c25ddf9204 100644 --- a/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php +++ b/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @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/apps/encryption/lib/Exceptions/PublicKeyMissingException.php b/apps/encryption/lib/Exceptions/PublicKeyMissingException.php index 6fad4693dc..463d7db7d9 100644 --- a/apps/encryption/lib/Exceptions/PublicKeyMissingException.php +++ b/apps/encryption/lib/Exceptions/PublicKeyMissingException.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/apps/encryption/lib/HookManager.php b/apps/encryption/lib/HookManager.php index d9408b0de1..8434b6aaba 100644 --- a/apps/encryption/lib/HookManager.php +++ b/apps/encryption/lib/HookManager.php @@ -1,9 +1,10 @@ * @author Clark Tomlinson * - * @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/apps/encryption/lib/Hooks/Contracts/IHook.php b/apps/encryption/lib/Hooks/Contracts/IHook.php index 4bf7ead8c1..c73ea2e7ec 100644 --- a/apps/encryption/lib/Hooks/Contracts/IHook.php +++ b/apps/encryption/lib/Hooks/Contracts/IHook.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/apps/encryption/lib/Hooks/UserHooks.php b/apps/encryption/lib/Hooks/UserHooks.php index a9528a06f6..16e4e96243 100644 --- a/apps/encryption/lib/Hooks/UserHooks.php +++ b/apps/encryption/lib/Hooks/UserHooks.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @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/apps/encryption/lib/KeyManager.php b/apps/encryption/lib/KeyManager.php index 53a93d634b..4099da4b5a 100644 --- a/apps/encryption/lib/KeyManager.php +++ b/apps/encryption/lib/KeyManager.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson * @author Lukas Reschke * @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/apps/encryption/lib/Migration.php b/apps/encryption/lib/Migration.php index 2a36b22c23..cbf967e000 100644 --- a/apps/encryption/lib/Migration.php +++ b/apps/encryption/lib/Migration.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/encryption/lib/Recovery.php b/apps/encryption/lib/Recovery.php index 832f26dfdc..17533e7b11 100644 --- a/apps/encryption/lib/Recovery.php +++ b/apps/encryption/lib/Recovery.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @author Lukas Reschke * - * @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/apps/encryption/lib/Session.php b/apps/encryption/lib/Session.php index 86ac2d11ff..92132d6080 100644 --- a/apps/encryption/lib/Session.php +++ b/apps/encryption/lib/Session.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @author Lukas Reschke * - * @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/apps/encryption/lib/Users/Setup.php b/apps/encryption/lib/Users/Setup.php index 5ebc1dbe6b..b757228a7d 100644 --- a/apps/encryption/lib/Users/Setup.php +++ b/apps/encryption/lib/Users/Setup.php @@ -1,11 +1,12 @@ * @author Clark Tomlinson * @author Lukas Reschke * @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/apps/encryption/lib/Util.php b/apps/encryption/lib/Util.php index 46d50cc9c3..72afa68aad 100644 --- a/apps/encryption/lib/Util.php +++ b/apps/encryption/lib/Util.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @author Phil Davis * - * @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/apps/encryption/settings/settings-admin.php b/apps/encryption/settings/settings-admin.php index bca3d5168a..a424ea0387 100644 --- a/apps/encryption/settings/settings-admin.php +++ b/apps/encryption/settings/settings-admin.php @@ -1,11 +1,12 @@ * @author Clark Tomlinson * @author Lukas Reschke * @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/apps/encryption/settings/settings-personal.php b/apps/encryption/settings/settings-personal.php index f69affc3a6..6608340888 100644 --- a/apps/encryption/settings/settings-personal.php +++ b/apps/encryption/settings/settings-personal.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson * @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/apps/encryption/tests/Command/TestEnableMasterKey.php b/apps/encryption/tests/Command/TestEnableMasterKey.php index 6362dc3c39..75d5fa3d5e 100644 --- a/apps/encryption/tests/Command/TestEnableMasterKey.php +++ b/apps/encryption/tests/Command/TestEnableMasterKey.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Controller/RecoveryControllerTest.php b/apps/encryption/tests/Controller/RecoveryControllerTest.php index d167b060bf..fd1b0663b4 100644 --- a/apps/encryption/tests/Controller/RecoveryControllerTest.php +++ b/apps/encryption/tests/Controller/RecoveryControllerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Clark Tomlinson + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Controller/SettingsControllerTest.php b/apps/encryption/tests/Controller/SettingsControllerTest.php index 8098a0e194..5661ab7033 100644 --- a/apps/encryption/tests/Controller/SettingsControllerTest.php +++ b/apps/encryption/tests/Controller/SettingsControllerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Controller/StatusControllerTest.php b/apps/encryption/tests/Controller/StatusControllerTest.php index e6ccceb6e5..17cec46843 100644 --- a/apps/encryption/tests/Controller/StatusControllerTest.php +++ b/apps/encryption/tests/Controller/StatusControllerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Crypto/CryptTest.php b/apps/encryption/tests/Crypto/CryptTest.php index e6bed6b12e..7bd06471b5 100644 --- a/apps/encryption/tests/Crypto/CryptTest.php +++ b/apps/encryption/tests/Crypto/CryptTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * - * @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/apps/encryption/tests/Crypto/DecryptAllTest.php b/apps/encryption/tests/Crypto/DecryptAllTest.php index 971e1e3713..fdef37adc8 100644 --- a/apps/encryption/tests/Crypto/DecryptAllTest.php +++ b/apps/encryption/tests/Crypto/DecryptAllTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Crypto/EncryptAllTest.php b/apps/encryption/tests/Crypto/EncryptAllTest.php index 52cc8b04d4..8232af5f9f 100644 --- a/apps/encryption/tests/Crypto/EncryptAllTest.php +++ b/apps/encryption/tests/Crypto/EncryptAllTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Crypto/EncryptionTest.php b/apps/encryption/tests/Crypto/EncryptionTest.php index 45160aba50..4d8b6bbbf2 100644 --- a/apps/encryption/tests/Crypto/EncryptionTest.php +++ b/apps/encryption/tests/Crypto/EncryptionTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/HookManagerTest.php b/apps/encryption/tests/HookManagerTest.php index 4228db318a..1154368fa3 100644 --- a/apps/encryption/tests/HookManagerTest.php +++ b/apps/encryption/tests/HookManagerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Clark Tomlinson + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/Hooks/UserHooksTest.php b/apps/encryption/tests/Hooks/UserHooksTest.php index 31561a7cd6..6ccca3d2af 100644 --- a/apps/encryption/tests/Hooks/UserHooksTest.php +++ b/apps/encryption/tests/Hooks/UserHooksTest.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * - * @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/apps/encryption/tests/KeyManagerTest.php b/apps/encryption/tests/KeyManagerTest.php index f31a3ef350..9ac3befdfc 100644 --- a/apps/encryption/tests/KeyManagerTest.php +++ b/apps/encryption/tests/KeyManagerTest.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/encryption/tests/MigrationTest.php b/apps/encryption/tests/MigrationTest.php index 0b28156657..06b6988e40 100644 --- a/apps/encryption/tests/MigrationTest.php +++ b/apps/encryption/tests/MigrationTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Robin Appelman - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/RecoveryTest.php b/apps/encryption/tests/RecoveryTest.php index 2bd3c58d19..477913a1a6 100644 --- a/apps/encryption/tests/RecoveryTest.php +++ b/apps/encryption/tests/RecoveryTest.php @@ -1,11 +1,12 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * - * @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/apps/encryption/tests/SessionTest.php b/apps/encryption/tests/SessionTest.php index 1337680c34..1a22726f5b 100644 --- a/apps/encryption/tests/SessionTest.php +++ b/apps/encryption/tests/SessionTest.php @@ -1,11 +1,12 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @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/apps/encryption/tests/Users/SetupTest.php b/apps/encryption/tests/Users/SetupTest.php index 7c871671b5..252092f9e5 100644 --- a/apps/encryption/tests/Users/SetupTest.php +++ b/apps/encryption/tests/Users/SetupTest.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * - * @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/apps/encryption/tests/UtilTest.php b/apps/encryption/tests/UtilTest.php index 0a2313291a..84a9ad493d 100644 --- a/apps/encryption/tests/UtilTest.php +++ b/apps/encryption/tests/UtilTest.php @@ -1,10 +1,11 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * - * @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/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index e6fbe615e7..f54c47b782 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/appinfo/routes.php b/apps/federatedfilesharing/appinfo/routes.php index ec7b662686..a4f56e372c 100644 --- a/apps/federatedfilesharing/appinfo/routes.php +++ b/apps/federatedfilesharing/appinfo/routes.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * @author Björn Schießle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/AddressHandler.php b/apps/federatedfilesharing/lib/AddressHandler.php index e911d2e4f9..3c178b813e 100644 --- a/apps/federatedfilesharing/lib/AddressHandler.php +++ b/apps/federatedfilesharing/lib/AddressHandler.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/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php index ea5018e6a9..b4ddc6cfe0 100644 --- a/apps/federatedfilesharing/lib/AppInfo/Application.php +++ b/apps/federatedfilesharing/lib/AppInfo/Application.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/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php index f867271e65..26afcae32b 100644 --- a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php +++ b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.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/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php index 3e61d355b6..93ccafb001 100644 --- a/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php +++ b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php @@ -1,10 +1,11 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Björn Schießle * + * @author Bjoern Schiessle + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/DiscoveryManager.php b/apps/federatedfilesharing/lib/DiscoveryManager.php index d65dad3085..8c8c72dbd6 100644 --- a/apps/federatedfilesharing/lib/DiscoveryManager.php +++ b/apps/federatedfilesharing/lib/DiscoveryManager.php @@ -1,8 +1,12 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php index 7b64b56a16..08ae0baf5e 100644 --- a/apps/federatedfilesharing/lib/FederatedShareProvider.php +++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php @@ -1,10 +1,13 @@ * @author Björn Schießle - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index ac55642b85..074991c43f 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -1,9 +1,13 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/Notifier.php b/apps/federatedfilesharing/lib/Notifier.php index 18ecfd4396..62816ee929 100644 --- a/apps/federatedfilesharing/lib/Notifier.php +++ b/apps/federatedfilesharing/lib/Notifier.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/RequestHandler.php b/apps/federatedfilesharing/lib/RequestHandler.php index 45ec5d203a..1870b03665 100644 --- a/apps/federatedfilesharing/lib/RequestHandler.php +++ b/apps/federatedfilesharing/lib/RequestHandler.php @@ -1,12 +1,13 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/federatedfilesharing/lib/TokenHandler.php b/apps/federatedfilesharing/lib/TokenHandler.php index 54c90a9ff8..bfe02169fb 100644 --- a/apps/federatedfilesharing/lib/TokenHandler.php +++ b/apps/federatedfilesharing/lib/TokenHandler.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/apps/federatedfilesharing/settings-admin.php b/apps/federatedfilesharing/settings-admin.php index dc5a4d6826..5ccd223b0a 100644 --- a/apps/federatedfilesharing/settings-admin.php +++ b/apps/federatedfilesharing/settings-admin.php @@ -1,9 +1,11 @@ * @author Björn Schießle * @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/apps/federatedfilesharing/settings-personal.php b/apps/federatedfilesharing/settings-personal.php index 261d540f48..a937106ce0 100644 --- a/apps/federatedfilesharing/settings-personal.php +++ b/apps/federatedfilesharing/settings-personal.php @@ -1,10 +1,12 @@ * @author Björn Schießle * @author Jan-Christoph Borchardt * @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/apps/federatedfilesharing/tests/AddressHandlerTest.php b/apps/federatedfilesharing/tests/AddressHandlerTest.php index 3f07b23c2e..9ae37bb251 100644 --- a/apps/federatedfilesharing/tests/AddressHandlerTest.php +++ b/apps/federatedfilesharing/tests/AddressHandlerTest.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php index 3fe05e72cf..bd091bed41 100644 --- a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php +++ b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php @@ -1,10 +1,11 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Björn Schießle * + * @author Bjoern Schiessle + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/DiscoveryManagerTest.php b/apps/federatedfilesharing/tests/DiscoveryManagerTest.php index a9c324f024..ec79a16a3a 100644 --- a/apps/federatedfilesharing/tests/DiscoveryManagerTest.php +++ b/apps/federatedfilesharing/tests/DiscoveryManagerTest.php @@ -1,9 +1,11 @@ * @author Lukas Reschke + * @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/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php index 8c5efdab7b..c512b496cf 100644 --- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php +++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php @@ -1,10 +1,12 @@ * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Robin Appelman + * @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/apps/federatedfilesharing/tests/NotificationsTest.php b/apps/federatedfilesharing/tests/NotificationsTest.php index a0f295d179..415afbd750 100644 --- a/apps/federatedfilesharing/tests/NotificationsTest.php +++ b/apps/federatedfilesharing/tests/NotificationsTest.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/apps/federatedfilesharing/tests/RequestHandlerTest.php b/apps/federatedfilesharing/tests/RequestHandlerTest.php index 025f8a3db4..601d953193 100644 --- a/apps/federatedfilesharing/tests/RequestHandlerTest.php +++ b/apps/federatedfilesharing/tests/RequestHandlerTest.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/federatedfilesharing/tests/TestCase.php b/apps/federatedfilesharing/tests/TestCase.php index 5a25d0fc1f..22d41038e6 100644 --- a/apps/federatedfilesharing/tests/TestCase.php +++ b/apps/federatedfilesharing/tests/TestCase.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/apps/federatedfilesharing/tests/TokenHandlerTest.php b/apps/federatedfilesharing/tests/TokenHandlerTest.php index 1ce2f84411..e6fc470b55 100644 --- a/apps/federatedfilesharing/tests/TokenHandlerTest.php +++ b/apps/federatedfilesharing/tests/TokenHandlerTest.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/app.php b/apps/federation/appinfo/app.php index abcc6ee15c..92b64b9c05 100644 --- a/apps/federation/appinfo/app.php +++ b/apps/federation/appinfo/app.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/apps/federation/appinfo/register_command.php b/apps/federation/appinfo/register_command.php index 67cff701e6..c7cec58efd 100644 --- a/apps/federation/appinfo/register_command.php +++ b/apps/federation/appinfo/register_command.php @@ -1,9 +1,10 @@ * @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/apps/federation/appinfo/routes.php b/apps/federation/appinfo/routes.php index 1797975d34..03acc60c68 100644 --- a/apps/federation/appinfo/routes.php +++ b/apps/federation/appinfo/routes.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/apps/federation/lib/API/OCSAuthAPI.php b/apps/federation/lib/API/OCSAuthAPI.php index 74cee82a35..2443fbb759 100644 --- a/apps/federation/lib/API/OCSAuthAPI.php +++ b/apps/federation/lib/API/OCSAuthAPI.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/federation/lib/AppInfo/Application.php b/apps/federation/lib/AppInfo/Application.php index d72872eb68..4018bd31e4 100644 --- a/apps/federation/lib/AppInfo/Application.php +++ b/apps/federation/lib/AppInfo/Application.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/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php index 2a7d5ad8ef..6f947d77b0 100644 --- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php @@ -1,10 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling + * @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/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index ae992842bb..37605cc491 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/federation/lib/Command/SyncFederationAddressBooks.php b/apps/federation/lib/Command/SyncFederationAddressBooks.php index bfaa27f118..bea75cc83a 100644 --- a/apps/federation/lib/Command/SyncFederationAddressBooks.php +++ b/apps/federation/lib/Command/SyncFederationAddressBooks.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/apps/federation/lib/Controller/SettingsController.php b/apps/federation/lib/Controller/SettingsController.php index 5a157d5aca..79eb06e0fd 100644 --- a/apps/federation/lib/Controller/SettingsController.php +++ b/apps/federation/lib/Controller/SettingsController.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/DAV/FedAuth.php b/apps/federation/lib/DAV/FedAuth.php index ff83932283..705ccbdd3b 100644 --- a/apps/federation/lib/DAV/FedAuth.php +++ b/apps/federation/lib/DAV/FedAuth.php @@ -1,8 +1,10 @@ * @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/apps/federation/lib/DbHandler.php b/apps/federation/lib/DbHandler.php index 5cfbc9f021..e72bce8cdc 100644 --- a/apps/federation/lib/DbHandler.php +++ b/apps/federation/lib/DbHandler.php @@ -1,9 +1,12 @@ + * @author Morris Jobke + * @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/apps/federation/lib/Hooks.php b/apps/federation/lib/Hooks.php index a7ffcd3422..6601b9c0eb 100644 --- a/apps/federation/lib/Hooks.php +++ b/apps/federation/lib/Hooks.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/apps/federation/lib/Middleware/AddServerMiddleware.php b/apps/federation/lib/Middleware/AddServerMiddleware.php index 75be847aaf..d920aee3e4 100644 --- a/apps/federation/lib/Middleware/AddServerMiddleware.php +++ b/apps/federation/lib/Middleware/AddServerMiddleware.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/federation/lib/SyncFederationAddressBooks.php b/apps/federation/lib/SyncFederationAddressBooks.php index 5557d2bf24..759b59183a 100644 --- a/apps/federation/lib/SyncFederationAddressBooks.php +++ b/apps/federation/lib/SyncFederationAddressBooks.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/apps/federation/lib/SyncJob.php b/apps/federation/lib/SyncJob.php index 2b904813b9..060504efb7 100644 --- a/apps/federation/lib/SyncJob.php +++ b/apps/federation/lib/SyncJob.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/apps/federation/lib/TrustedServers.php b/apps/federation/lib/TrustedServers.php index c8ab4dec63..fff19e414d 100644 --- a/apps/federation/lib/TrustedServers.php +++ b/apps/federation/lib/TrustedServers.php @@ -1,10 +1,12 @@ - * @author Roeland Jago Douma + * @author Morris Jobke + * @author Roeland Jago Douma * @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/apps/federation/settings/settings-admin.php b/apps/federation/settings/settings-admin.php index 4511ff954b..aa21a1e992 100644 --- a/apps/federation/settings/settings-admin.php +++ b/apps/federation/settings/settings-admin.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/apps/federation/tests/API/OCSAuthAPITest.php b/apps/federation/tests/API/OCSAuthAPITest.php index 914182f11f..5d7afa36e7 100644 --- a/apps/federation/tests/API/OCSAuthAPITest.php +++ b/apps/federation/tests/API/OCSAuthAPITest.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/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php index 4545ff6de9..0746c517fa 100644 --- a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php +++ b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php index 009bc89af1..339a2cbad0 100644 --- a/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php +++ b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/Controller/SettingsControllerTest.php b/apps/federation/tests/Controller/SettingsControllerTest.php index aec08ef464..e73d1f47cd 100644 --- a/apps/federation/tests/Controller/SettingsControllerTest.php +++ b/apps/federation/tests/Controller/SettingsControllerTest.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/apps/federation/tests/DAV/FedAuthTest.php b/apps/federation/tests/DAV/FedAuthTest.php index b716084a45..10c5e165ee 100644 --- a/apps/federation/tests/DAV/FedAuthTest.php +++ b/apps/federation/tests/DAV/FedAuthTest.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/apps/federation/tests/DbHandlerTest.php b/apps/federation/tests/DbHandlerTest.php index bad103db52..f27317cfad 100644 --- a/apps/federation/tests/DbHandlerTest.php +++ b/apps/federation/tests/DbHandlerTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/federation/tests/HooksTest.php b/apps/federation/tests/HooksTest.php index 9b26d0caf0..e60c244d08 100644 --- a/apps/federation/tests/HooksTest.php +++ b/apps/federation/tests/HooksTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/Middleware/AddServerMiddlewareTest.php b/apps/federation/tests/Middleware/AddServerMiddlewareTest.php index d416c0af98..9eed79b0db 100644 --- a/apps/federation/tests/Middleware/AddServerMiddlewareTest.php +++ b/apps/federation/tests/Middleware/AddServerMiddlewareTest.php @@ -1,9 +1,10 @@ * @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/apps/federation/tests/SyncFederationAddressbooksTest.php b/apps/federation/tests/SyncFederationAddressbooksTest.php index f0d4b10dee..1a2dbf1bca 100644 --- a/apps/federation/tests/SyncFederationAddressbooksTest.php +++ b/apps/federation/tests/SyncFederationAddressbooksTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/federation/tests/TrustedServersTest.php b/apps/federation/tests/TrustedServersTest.php index 363e93a302..63086c7600 100644 --- a/apps/federation/tests/TrustedServersTest.php +++ b/apps/federation/tests/TrustedServersTest.php @@ -1,10 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling + * @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/apps/files/admin.php b/apps/files/admin.php index 48a6100838..48c066a79b 100644 --- a/apps/files/admin.php +++ b/apps/files/admin.php @@ -1,16 +1,16 @@ * @author Clark Tomlinson * @author Frank Karlitschek - * @author Jakob Sack * @author Michael Göhler * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/apps/files/ajax/download.php b/apps/files/ajax/download.php index 52c88d3923..75567e9aae 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Frank Karlitschek @@ -9,7 +11,6 @@ * @author Piotr Filiciak * @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/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index 04f7702ae4..cbe68b63e0 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -1,12 +1,13 @@ * @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/apps/files/ajax/list.php b/apps/files/ajax/list.php index 4dde15f364..a5e3ab5317 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @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/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index d243b6ad97..2592e1cbf3 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -7,7 +9,7 @@ * @author Florian Pritz * @author Frank Karlitschek * @author Individual IT Services - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Luke Policinski @@ -17,7 +19,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/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 2ab43ff2af..574dc6ea9b 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -1,7 +1,9 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -9,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/apps/files/appinfo/register_command.php b/apps/files/appinfo/register_command.php index 3ac6d74134..e0d3ba622f 100644 --- a/apps/files/appinfo/register_command.php +++ b/apps/files/appinfo/register_command.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index cea960b1a4..34bb101177 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -1,14 +1,15 @@ * @author Christoph Wurst * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Tom Needham * @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/apps/files/appinfo/update.php b/apps/files/appinfo/update.php index 75a5132512..6a0cfe6caa 100644 --- a/apps/files/appinfo/update.php +++ b/apps/files/appinfo/update.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files/download.php b/apps/files/download.php index da01f98ed6..14633207e0 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -1,15 +1,16 @@ * @author Felix Moeller * @author Frank Karlitschek * @author Jakob Sack * @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/apps/files/lib/Activity.php b/apps/files/lib/Activity.php index 1cbd6c3b97..b9cc98cf7e 100644 --- a/apps/files/lib/Activity.php +++ b/apps/files/lib/Activity.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files/lib/ActivityHelper.php b/apps/files/lib/ActivityHelper.php index 046dd59bc7..f5660de4b3 100644 --- a/apps/files/lib/ActivityHelper.php +++ b/apps/files/lib/ActivityHelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/App.php b/apps/files/lib/App.php index 981c41ff41..add27a2d2d 100644 --- a/apps/files/lib/App.php +++ b/apps/files/lib/App.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index 4ebf67a237..fac8e3a3a4 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -1,11 +1,12 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tobias Kaminsky * @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/apps/files/lib/BackgroundJob/CleanupFileLocks.php b/apps/files/lib/BackgroundJob/CleanupFileLocks.php index b5cf8e9455..f4898b2487 100644 --- a/apps/files/lib/BackgroundJob/CleanupFileLocks.php +++ b/apps/files/lib/BackgroundJob/CleanupFileLocks.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/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php index c2711f51da..5c4ba6ac06 100644 --- a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php +++ b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files/lib/BackgroundJob/ScanFiles.php b/apps/files/lib/BackgroundJob/ScanFiles.php index 865ef85ad0..cb2b9d4b1c 100644 --- a/apps/files/lib/BackgroundJob/ScanFiles.php +++ b/apps/files/lib/BackgroundJob/ScanFiles.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/apps/files/lib/Capabilities.php b/apps/files/lib/Capabilities.php index 80305f4fd7..2b6bf57b90 100644 --- a/apps/files/lib/Capabilities.php +++ b/apps/files/lib/Capabilities.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Roeland Jago Douma + * @author Joas Schilling + * @author Roeland Jago Douma * @author Tom Needham * - * @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/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 91043471ce..77a22945a9 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/apps/files/lib/Command/DeleteOrphanedFiles.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 835fa15eb1..3ca0bb1f2c 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -1,5 +1,7 @@ * @author Jörn Friedrich Dreyer * @author martin.mattel@diemattels.at @@ -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/apps/files/lib/Command/TransferOwnership.php b/apps/files/lib/Command/TransferOwnership.php index 230667afdf..d3994bbdf9 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index a442d7ea90..57eb43bbe9 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky * @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/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 1137f47c6d..a1c46d9fa7 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -1,11 +1,14 @@ + * @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/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index 8adec5670c..db70ed191b 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -1,5 +1,7 @@ * @author brumsel * @author Jörn Friedrich Dreyer @@ -7,11 +9,10 @@ * @author Morris Jobke * @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/apps/files/lib/Service/TagService.php b/apps/files/lib/Service/TagService.php index 57cad43a53..04e962b5e1 100644 --- a/apps/files/lib/Service/TagService.php +++ b/apps/files/lib/Service/TagService.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files/list.php b/apps/files/list.php index 2d7a304df2..a932cc9a80 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -1,9 +1,10 @@ * @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/apps/files/simplelist.php b/apps/files/simplelist.php index 2e65eedd1b..1d61b39705 100644 --- a/apps/files/simplelist.php +++ b/apps/files/simplelist.php @@ -1,9 +1,10 @@ * @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/apps/files/tests/ActivityTest.php b/apps/files/tests/ActivityTest.php index bc062dd054..e6199013e8 100644 --- a/apps/files/tests/ActivityTest.php +++ b/apps/files/tests/ActivityTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php index 0e7309cac5..bf4e78d6b2 100644 --- a/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php +++ b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php @@ -1,9 +1,10 @@ * @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/apps/files/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php index 00610e9dee..16bf1d793b 100644 --- a/apps/files/tests/BackgroundJob/ScanFilesTest.php +++ b/apps/files/tests/BackgroundJob/ScanFilesTest.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/apps/files/tests/Command/DeleteOrphanedFilesTest.php b/apps/files/tests/Command/DeleteOrphanedFilesTest.php index ff29942bc4..4eee9c516e 100644 --- a/apps/files/tests/Command/DeleteOrphanedFilesTest.php +++ b/apps/files/tests/Command/DeleteOrphanedFilesTest.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/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php index 2fbf6e794b..1d39c88021 100644 --- a/apps/files/tests/Controller/ApiControllerTest.php +++ b/apps/files/tests/Controller/ApiControllerTest.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke - * @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/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 34c40ecea5..ceb48a2241 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index d2d52b4f8a..b32c5a5c72 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files/tests/Service/TagServiceTest.php b/apps/files/tests/Service/TagServiceTest.php index fb058fc3d2..388c9c28fa 100644 --- a/apps/files/tests/Service/TagServiceTest.php +++ b/apps/files/tests/Service/TagServiceTest.php @@ -1,11 +1,12 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @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/apps/files_external/ajax/applicable.php b/apps/files_external/ajax/applicable.php index 32d217a38c..4ee922b63a 100644 --- a/apps/files_external/ajax/applicable.php +++ b/apps/files_external/ajax/applicable.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/apps/files_external/ajax/oauth1.php b/apps/files_external/ajax/oauth1.php index e363e6c429..ae89608335 100644 --- a/apps/files_external/ajax/oauth1.php +++ b/apps/files_external/ajax/oauth1.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Michael Gapczynski @@ -7,7 +9,6 @@ * @author Robin McCorkell * @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/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index 2d1fae23cf..478bb22f17 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -1,5 +1,7 @@ * @author Christopher Schäpers * @author Jörn Friedrich Dreyer @@ -10,7 +12,6 @@ * @author Vincent Petry * @author Volkan Gezer * - * @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/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 7ec094a536..cec58332d6 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author j-ed + * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @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/apps/files_external/appinfo/register_command.php b/apps/files_external/appinfo/register_command.php index 629970722d..e45f1866b0 100644 --- a/apps/files_external/appinfo/register_command.php +++ b/apps/files_external/appinfo/register_command.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 1062ae524f..717315e9c7 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.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 Ross Nicoll * @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/apps/files_external/appinfo/update.php b/apps/files_external/appinfo/update.php index 6b955044f2..9a90f08b6b 100644 --- a/apps/files_external/appinfo/update.php +++ b/apps/files_external/appinfo/update.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php index c3c1b764c5..e3ab88ed95 100644 --- a/apps/files_external/lib/AppInfo/Application.php +++ b/apps/files_external/lib/AppInfo/Application.php @@ -1,14 +1,16 @@ + * @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 Ross Nicoll * @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/apps/files_external/lib/Command/Applicable.php b/apps/files_external/lib/Command/Applicable.php index 1869d27891..44d65135ae 100644 --- a/apps/files_external/lib/Command/Applicable.php +++ b/apps/files_external/lib/Command/Applicable.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Backends.php b/apps/files_external/lib/Command/Backends.php index d1da6db3f6..56961cdab6 100644 --- a/apps/files_external/lib/Command/Backends.php +++ b/apps/files_external/lib/Command/Backends.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/apps/files_external/lib/Command/Config.php b/apps/files_external/lib/Command/Config.php index 4f1d2fd4e6..72ccdf3525 100644 --- a/apps/files_external/lib/Command/Config.php +++ b/apps/files_external/lib/Command/Config.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Create.php b/apps/files_external/lib/Command/Create.php index f2ef8b1fb7..2142dfce7b 100644 --- a/apps/files_external/lib/Command/Create.php +++ b/apps/files_external/lib/Command/Create.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Delete.php b/apps/files_external/lib/Command/Delete.php index 7d9f69d867..a7399cf117 100644 --- a/apps/files_external/lib/Command/Delete.php +++ b/apps/files_external/lib/Command/Delete.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Export.php b/apps/files_external/lib/Command/Export.php index 89655c1efc..4da3dd2308 100644 --- a/apps/files_external/lib/Command/Export.php +++ b/apps/files_external/lib/Command/Export.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/apps/files_external/lib/Command/Import.php b/apps/files_external/lib/Command/Import.php index 4d0e770210..23e7a0cfd3 100644 --- a/apps/files_external/lib/Command/Import.php +++ b/apps/files_external/lib/Command/Import.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/ListCommand.php b/apps/files_external/lib/Command/ListCommand.php index e29a5f58f4..d6ce42b9a1 100644 --- a/apps/files_external/lib/Command/ListCommand.php +++ b/apps/files_external/lib/Command/ListCommand.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Notify.php b/apps/files_external/lib/Command/Notify.php index 63d027b677..7067517842 100644 --- a/apps/files_external/lib/Command/Notify.php +++ b/apps/files_external/lib/Command/Notify.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/Command/Option.php b/apps/files_external/lib/Command/Option.php index fbfe437e92..ab09401caf 100644 --- a/apps/files_external/lib/Command/Option.php +++ b/apps/files_external/lib/Command/Option.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Command/Verify.php b/apps/files_external/lib/Command/Verify.php index dc9e207667..719f27fb56 100644 --- a/apps/files_external/lib/Command/Verify.php +++ b/apps/files_external/lib/Command/Verify.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Config/ConfigAdapter.php b/apps/files_external/lib/Config/ConfigAdapter.php index 9375ff74c5..0e006f5188 100644 --- a/apps/files_external/lib/Config/ConfigAdapter.php +++ b/apps/files_external/lib/Config/ConfigAdapter.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/apps/files_external/lib/Controller/AjaxController.php b/apps/files_external/lib/Controller/AjaxController.php index 068abbb809..4d525843d4 100644 --- a/apps/files_external/lib/Controller/AjaxController.php +++ b/apps/files_external/lib/Controller/AjaxController.php @@ -1,11 +1,13 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * - * @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/apps/files_external/lib/Controller/GlobalStoragesController.php b/apps/files_external/lib/Controller/GlobalStoragesController.php index 71bef7dc71..ae7a5635fe 100644 --- a/apps/files_external/lib/Controller/GlobalStoragesController.php +++ b/apps/files_external/lib/Controller/GlobalStoragesController.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @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/apps/files_external/lib/Controller/StoragesController.php b/apps/files_external/lib/Controller/StoragesController.php index c1216008ff..93ebee3e1c 100644 --- a/apps/files_external/lib/Controller/StoragesController.php +++ b/apps/files_external/lib/Controller/StoragesController.php @@ -1,12 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @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/apps/files_external/lib/Controller/UserGlobalStoragesController.php b/apps/files_external/lib/Controller/UserGlobalStoragesController.php index 3006e72666..cfa8c87b0c 100644 --- a/apps/files_external/lib/Controller/UserGlobalStoragesController.php +++ b/apps/files_external/lib/Controller/UserGlobalStoragesController.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @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/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index 5dc23aad76..b51cc24c2e 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @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/apps/files_external/lib/Lib/Api.php b/apps/files_external/lib/Lib/Api.php index 589317dcf9..82dd377cd1 100644 --- a/apps/files_external/lib/Lib/Api.php +++ b/apps/files_external/lib/Lib/Api.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php b/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php index 296ed59a77..dbf14b76da 100644 --- a/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php +++ b/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.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/apps/files_external/lib/Lib/Auth/AuthMechanism.php b/apps/files_external/lib/Lib/Auth/AuthMechanism.php index 68d6f02348..0ce9280fb7 100644 --- a/apps/files_external/lib/Lib/Auth/AuthMechanism.php +++ b/apps/files_external/lib/Lib/Auth/AuthMechanism.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/apps/files_external/lib/Lib/Auth/Builtin.php b/apps/files_external/lib/Lib/Auth/Builtin.php index c5c3a19e54..d39f459c66 100644 --- a/apps/files_external/lib/Lib/Auth/Builtin.php +++ b/apps/files_external/lib/Lib/Auth/Builtin.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/apps/files_external/lib/Lib/Auth/IUserProvided.php b/apps/files_external/lib/Lib/Auth/IUserProvided.php index 6852c804be..c5391a60e0 100644 --- a/apps/files_external/lib/Lib/Auth/IUserProvided.php +++ b/apps/files_external/lib/Lib/Auth/IUserProvided.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/apps/files_external/lib/Lib/Auth/NullMechanism.php b/apps/files_external/lib/Lib/Auth/NullMechanism.php index 671a5ff66c..f0d741e012 100644 --- a/apps/files_external/lib/Lib/Auth/NullMechanism.php +++ b/apps/files_external/lib/Lib/Auth/NullMechanism.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/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php b/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php index 808681530e..2602d5de41 100644 --- a/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php +++ b/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.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/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php b/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php index d4bba8ef0e..325efb0e1a 100644 --- a/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php +++ b/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.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/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php b/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php index 80bbb1299f..17c2c8bd14 100644 --- a/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php +++ b/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.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/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php b/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php index c968321ca6..caff8e26ae 100644 --- a/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php +++ b/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.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/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php index 5fa4dc5d1d..9684b0f07e 100644 --- a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php b/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php index 25bd66fb41..80703b52a9 100644 --- a/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php +++ b/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2015, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/Lib/Auth/Password/Password.php b/apps/files_external/lib/Lib/Auth/Password/Password.php index 3b1942cc4a..cf8d6b9f45 100644 --- a/apps/files_external/lib/Lib/Auth/Password/Password.php +++ b/apps/files_external/lib/Lib/Auth/Password/Password.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/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php index 429c549d80..2fa939764d 100644 --- a/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php +++ b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php @@ -1,9 +1,10 @@ * @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/apps/files_external/lib/Lib/Auth/Password/UserProvided.php b/apps/files_external/lib/Lib/Auth/Password/UserProvided.php index 2f27716318..7eb2f63e7d 100644 --- a/apps/files_external/lib/Lib/Auth/Password/UserProvided.php +++ b/apps/files_external/lib/Lib/Auth/Password/UserProvided.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2015, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php index 7732beeddf..cb387b2201 100644 --- a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php +++ b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.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/apps/files_external/lib/Lib/Backend/AmazonS3.php b/apps/files_external/lib/Lib/Backend/AmazonS3.php index 449b6c0379..c975901512 100644 --- a/apps/files_external/lib/Lib/Backend/AmazonS3.php +++ b/apps/files_external/lib/Lib/Backend/AmazonS3.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/apps/files_external/lib/Lib/Backend/Backend.php b/apps/files_external/lib/Lib/Backend/Backend.php index 8fb84b0e83..3ce524d3c5 100644 --- a/apps/files_external/lib/Lib/Backend/Backend.php +++ b/apps/files_external/lib/Lib/Backend/Backend.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/apps/files_external/lib/Lib/Backend/DAV.php b/apps/files_external/lib/Lib/Backend/DAV.php index c6e9630be9..a8053f81d3 100644 --- a/apps/files_external/lib/Lib/Backend/DAV.php +++ b/apps/files_external/lib/Lib/Backend/DAV.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/apps/files_external/lib/Lib/Backend/Dropbox.php b/apps/files_external/lib/Lib/Backend/Dropbox.php index 2133c27499..1a40faff5a 100644 --- a/apps/files_external/lib/Lib/Backend/Dropbox.php +++ b/apps/files_external/lib/Lib/Backend/Dropbox.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/apps/files_external/lib/Lib/Backend/FTP.php b/apps/files_external/lib/Lib/Backend/FTP.php index 3960592d0b..edb8884f59 100644 --- a/apps/files_external/lib/Lib/Backend/FTP.php +++ b/apps/files_external/lib/Lib/Backend/FTP.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/apps/files_external/lib/Lib/Backend/Google.php b/apps/files_external/lib/Lib/Backend/Google.php index b18b7bdb34..de14dfb753 100644 --- a/apps/files_external/lib/Lib/Backend/Google.php +++ b/apps/files_external/lib/Lib/Backend/Google.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/apps/files_external/lib/Lib/Backend/LegacyBackend.php b/apps/files_external/lib/Lib/Backend/LegacyBackend.php index 752c501e1e..4d3aa3e7e9 100644 --- a/apps/files_external/lib/Lib/Backend/LegacyBackend.php +++ b/apps/files_external/lib/Lib/Backend/LegacyBackend.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/apps/files_external/lib/Lib/Backend/Local.php b/apps/files_external/lib/Lib/Backend/Local.php index 1db707e724..298b0af1c7 100644 --- a/apps/files_external/lib/Lib/Backend/Local.php +++ b/apps/files_external/lib/Lib/Backend/Local.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/apps/files_external/lib/Lib/Backend/OwnCloud.php b/apps/files_external/lib/Lib/Backend/OwnCloud.php index e92288b135..59d1b2cec5 100644 --- a/apps/files_external/lib/Lib/Backend/OwnCloud.php +++ b/apps/files_external/lib/Lib/Backend/OwnCloud.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/apps/files_external/lib/Lib/Backend/SFTP.php b/apps/files_external/lib/Lib/Backend/SFTP.php index fa33caeb57..cc3c72d283 100644 --- a/apps/files_external/lib/Lib/Backend/SFTP.php +++ b/apps/files_external/lib/Lib/Backend/SFTP.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/apps/files_external/lib/Lib/Backend/SFTP_Key.php b/apps/files_external/lib/Lib/Backend/SFTP_Key.php index 838cf6c52b..80ac1ceecc 100644 --- a/apps/files_external/lib/Lib/Backend/SFTP_Key.php +++ b/apps/files_external/lib/Lib/Backend/SFTP_Key.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/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php index 7ea30dd11b..c4aadbd13f 100644 --- a/apps/files_external/lib/Lib/Backend/SMB.php +++ b/apps/files_external/lib/Lib/Backend/SMB.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/apps/files_external/lib/Lib/Backend/SMB_OC.php b/apps/files_external/lib/Lib/Backend/SMB_OC.php index c543a19bdd..76126fd649 100644 --- a/apps/files_external/lib/Lib/Backend/SMB_OC.php +++ b/apps/files_external/lib/Lib/Backend/SMB_OC.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/apps/files_external/lib/Lib/Backend/Swift.php b/apps/files_external/lib/Lib/Backend/Swift.php index 58677575f5..52ed66b95a 100644 --- a/apps/files_external/lib/Lib/Backend/Swift.php +++ b/apps/files_external/lib/Lib/Backend/Swift.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/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php b/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php index 035b8e891f..251b04eada 100644 --- a/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php +++ b/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.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/apps/files_external/lib/Lib/Config/IBackendProvider.php b/apps/files_external/lib/Lib/Config/IBackendProvider.php index 2335e7133a..178e5e5d2b 100644 --- a/apps/files_external/lib/Lib/Config/IBackendProvider.php +++ b/apps/files_external/lib/Lib/Config/IBackendProvider.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/apps/files_external/lib/Lib/DefinitionParameter.php b/apps/files_external/lib/Lib/DefinitionParameter.php index 16c07f4b8c..5a84d00d66 100644 --- a/apps/files_external/lib/Lib/DefinitionParameter.php +++ b/apps/files_external/lib/Lib/DefinitionParameter.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/apps/files_external/lib/Lib/DependencyTrait.php b/apps/files_external/lib/Lib/DependencyTrait.php index eed3ba1b32..bae2d277a5 100644 --- a/apps/files_external/lib/Lib/DependencyTrait.php +++ b/apps/files_external/lib/Lib/DependencyTrait.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/apps/files_external/lib/Lib/FrontendDefinitionTrait.php b/apps/files_external/lib/Lib/FrontendDefinitionTrait.php index ccc2a75fd1..6d38ce26a6 100644 --- a/apps/files_external/lib/Lib/FrontendDefinitionTrait.php +++ b/apps/files_external/lib/Lib/FrontendDefinitionTrait.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/apps/files_external/lib/Lib/IdentifierTrait.php b/apps/files_external/lib/Lib/IdentifierTrait.php index c49f4fcbc8..dd58372854 100644 --- a/apps/files_external/lib/Lib/IdentifierTrait.php +++ b/apps/files_external/lib/Lib/IdentifierTrait.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/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php index 1906057eb6..af98556b5e 100644 --- a/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php +++ b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.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/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php b/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php index 7d6c0c4b45..4db4e6d74d 100644 --- a/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php +++ b/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.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/apps/files_external/lib/Lib/MissingDependency.php b/apps/files_external/lib/Lib/MissingDependency.php index a4a20dd112..056f57638e 100644 --- a/apps/files_external/lib/Lib/MissingDependency.php +++ b/apps/files_external/lib/Lib/MissingDependency.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/apps/files_external/lib/Lib/PersonalMount.php b/apps/files_external/lib/Lib/PersonalMount.php index c3b71fbef3..9f5c547d9c 100644 --- a/apps/files_external/lib/Lib/PersonalMount.php +++ b/apps/files_external/lib/Lib/PersonalMount.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/apps/files_external/lib/Lib/PriorityTrait.php b/apps/files_external/lib/Lib/PriorityTrait.php index 9745015bef..d060dbe2f9 100644 --- a/apps/files_external/lib/Lib/PriorityTrait.php +++ b/apps/files_external/lib/Lib/PriorityTrait.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/apps/files_external/lib/Lib/SessionStorageWrapper.php b/apps/files_external/lib/Lib/SessionStorageWrapper.php index c592cb87a3..ba0f68b4e1 100644 --- a/apps/files_external/lib/Lib/SessionStorageWrapper.php +++ b/apps/files_external/lib/Lib/SessionStorageWrapper.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/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index d67db9858c..9e6ed1e392 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -1,5 +1,7 @@ * @author Arthur Schiwon * @author Bart Visscher @@ -16,7 +18,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/apps/files_external/lib/Lib/Storage/Dropbox.php b/apps/files_external/lib/Lib/Storage/Dropbox.php index f0f62f9f35..2b269c8060 100644 --- a/apps/files_external/lib/Lib/Storage/Dropbox.php +++ b/apps/files_external/lib/Lib/Storage/Dropbox.php @@ -1,6 +1,8 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke @@ -10,7 +12,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/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index e89efe8796..9a74d1edc3 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Felix Moeller @@ -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/apps/files_external/lib/Lib/Storage/Google.php b/apps/files_external/lib/Lib/Storage/Google.php index 0b617aafe9..6a8cc0434f 100644 --- a/apps/files_external/lib/Lib/Storage/Google.php +++ b/apps/files_external/lib/Lib/Storage/Google.php @@ -1,5 +1,7 @@ * @author Arthur Schiwon * @author Bart Visscher @@ -15,7 +17,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/apps/files_external/lib/Lib/Storage/OwnCloud.php b/apps/files_external/lib/Lib/Storage/OwnCloud.php index 22ecb4c806..4a10844a77 100644 --- a/apps/files_external/lib/Lib/Storage/OwnCloud.php +++ b/apps/files_external/lib/Lib/Storage/OwnCloud.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/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 4d4fe6945a..417b76ccf0 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author hkjolhede @@ -14,7 +16,6 @@ * @author Senorsen * @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/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 6a24c6b17d..2512e43886 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -1,5 +1,7 @@ * @author Jesús Macias * @author Jörn Friedrich Dreyer @@ -11,7 +13,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/apps/files_external/lib/Lib/Storage/StreamWrapper.php b/apps/files_external/lib/Lib/Storage/StreamWrapper.php index 8e3df78878..670ec2d769 100644 --- a/apps/files_external/lib/Lib/Storage/StreamWrapper.php +++ b/apps/files_external/lib/Lib/Storage/StreamWrapper.php @@ -1,5 +1,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke @@ -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/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index b7f833f9e7..6514608d52 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -1,5 +1,7 @@ * @author Benjamin Liles * @author Christian Berendt @@ -15,7 +17,6 @@ * @author Tim Dettrick * @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/apps/files_external/lib/Lib/StorageConfig.php b/apps/files_external/lib/Lib/StorageConfig.php index ba37ba4c33..f4de425ff9 100644 --- a/apps/files_external/lib/Lib/StorageConfig.php +++ b/apps/files_external/lib/Lib/StorageConfig.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_external/lib/Lib/StorageModifierTrait.php b/apps/files_external/lib/Lib/StorageModifierTrait.php index 30c2108fee..3327869e1a 100644 --- a/apps/files_external/lib/Lib/StorageModifierTrait.php +++ b/apps/files_external/lib/Lib/StorageModifierTrait.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/apps/files_external/lib/Lib/VisibilityTrait.php b/apps/files_external/lib/Lib/VisibilityTrait.php index 916c8e69d9..7d886de04d 100644 --- a/apps/files_external/lib/Lib/VisibilityTrait.php +++ b/apps/files_external/lib/Lib/VisibilityTrait.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/apps/files_external/lib/Migration/DummyUserSession.php b/apps/files_external/lib/Migration/DummyUserSession.php index 0edeab672d..23fb3f5ebc 100644 --- a/apps/files_external/lib/Migration/DummyUserSession.php +++ b/apps/files_external/lib/Migration/DummyUserSession.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Migration/StorageMigrator.php b/apps/files_external/lib/Migration/StorageMigrator.php index 4e3c883807..96aafb5895 100644 --- a/apps/files_external/lib/Migration/StorageMigrator.php +++ b/apps/files_external/lib/Migration/StorageMigrator.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/apps/files_external/lib/NotFoundException.php b/apps/files_external/lib/NotFoundException.php index 607c3c7618..4b4d051c4a 100644 --- a/apps/files_external/lib/NotFoundException.php +++ b/apps/files_external/lib/NotFoundException.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/BackendService.php b/apps/files_external/lib/Service/BackendService.php index c3dc4da017..49af01f5bf 100644 --- a/apps/files_external/lib/Service/BackendService.php +++ b/apps/files_external/lib/Service/BackendService.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/apps/files_external/lib/Service/DBConfigService.php b/apps/files_external/lib/Service/DBConfigService.php index 3e38f4aed9..5d4ef81ce6 100644 --- a/apps/files_external/lib/Service/DBConfigService.php +++ b/apps/files_external/lib/Service/DBConfigService.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/GlobalLegacyStoragesService.php b/apps/files_external/lib/Service/GlobalLegacyStoragesService.php index a07ca66f63..3fceadf84c 100644 --- a/apps/files_external/lib/Service/GlobalLegacyStoragesService.php +++ b/apps/files_external/lib/Service/GlobalLegacyStoragesService.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/GlobalStoragesService.php b/apps/files_external/lib/Service/GlobalStoragesService.php index 39d3da5d80..1a0a834733 100644 --- a/apps/files_external/lib/Service/GlobalStoragesService.php +++ b/apps/files_external/lib/Service/GlobalStoragesService.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_external/lib/Service/ImportLegacyStoragesService.php b/apps/files_external/lib/Service/ImportLegacyStoragesService.php index 78bdda536f..d8add8cf24 100644 --- a/apps/files_external/lib/Service/ImportLegacyStoragesService.php +++ b/apps/files_external/lib/Service/ImportLegacyStoragesService.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/LegacyStoragesService.php b/apps/files_external/lib/Service/LegacyStoragesService.php index 212e5418e2..81dee6fcee 100644 --- a/apps/files_external/lib/Service/LegacyStoragesService.php +++ b/apps/files_external/lib/Service/LegacyStoragesService.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/StoragesService.php b/apps/files_external/lib/Service/StoragesService.php index bc1386c059..b4858fc90c 100644 --- a/apps/files_external/lib/Service/StoragesService.php +++ b/apps/files_external/lib/Service/StoragesService.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_external/lib/Service/UserGlobalStoragesService.php b/apps/files_external/lib/Service/UserGlobalStoragesService.php index b5e2d13c71..3cffca63b4 100644 --- a/apps/files_external/lib/Service/UserGlobalStoragesService.php +++ b/apps/files_external/lib/Service/UserGlobalStoragesService.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/apps/files_external/lib/Service/UserLegacyStoragesService.php b/apps/files_external/lib/Service/UserLegacyStoragesService.php index 5c0cb8dfa0..7cf4ac7553 100644 --- a/apps/files_external/lib/Service/UserLegacyStoragesService.php +++ b/apps/files_external/lib/Service/UserLegacyStoragesService.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/UserStoragesService.php b/apps/files_external/lib/Service/UserStoragesService.php index a61694ce7c..735734836a 100644 --- a/apps/files_external/lib/Service/UserStoragesService.php +++ b/apps/files_external/lib/Service/UserStoragesService.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/lib/Service/UserTrait.php b/apps/files_external/lib/Service/UserTrait.php index 536c0f67e1..5c6464cf71 100644 --- a/apps/files_external/lib/Service/UserTrait.php +++ b/apps/files_external/lib/Service/UserTrait.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/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 3510b675d4..5dd6744cd9 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -1,11 +1,14 @@ * @author Bart Visscher * @author Björn Schießle * @author Frank Karlitschek * @author Jesús Macias - * @author Joas Schilling + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke @@ -15,7 +18,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/apps/files_external/list.php b/apps/files_external/list.php index 15e05b0e35..bda484d996 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -1,9 +1,10 @@ * @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/apps/files_external/personal.php b/apps/files_external/personal.php index 8c289f8e30..5b709a8374 100644 --- a/apps/files_external/personal.php +++ b/apps/files_external/personal.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Michael Gapczynski * @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/apps/files_external/settings.php b/apps/files_external/settings.php index 24cd9cd9ae..f51c9e500e 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -1,13 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Michael Gapczynski * @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/apps/files_external/tests/AmazonS3MigrationTest.php b/apps/files_external/tests/AmazonS3MigrationTest.php index 132d907ab1..2788ef6cbb 100644 --- a/apps/files_external/tests/AmazonS3MigrationTest.php +++ b/apps/files_external/tests/AmazonS3MigrationTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @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/apps/files_external/tests/Auth/AuthMechanismTest.php b/apps/files_external/tests/Auth/AuthMechanismTest.php index 789d1f6247..5d635a5036 100644 --- a/apps/files_external/tests/Auth/AuthMechanismTest.php +++ b/apps/files_external/tests/Auth/AuthMechanismTest.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/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php index 912bfd1574..5fc31be56c 100644 --- a/apps/files_external/tests/Auth/Password/GlobalAuth.php +++ b/apps/files_external/tests/Auth/Password/GlobalAuth.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/apps/files_external/tests/Backend/BackendTest.php b/apps/files_external/tests/Backend/BackendTest.php index 50f6d975bf..762b9f4c0e 100644 --- a/apps/files_external/tests/Backend/BackendTest.php +++ b/apps/files_external/tests/Backend/BackendTest.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/apps/files_external/tests/Backend/LegacyBackendTest.php b/apps/files_external/tests/Backend/LegacyBackendTest.php index 465b79a6be..c1d54d1ca3 100644 --- a/apps/files_external/tests/Backend/LegacyBackendTest.php +++ b/apps/files_external/tests/Backend/LegacyBackendTest.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/apps/files_external/tests/Command/ApplicableTest.php b/apps/files_external/tests/Command/ApplicableTest.php index 64d41f6f24..dc9a5e2e0b 100644 --- a/apps/files_external/tests/Command/ApplicableTest.php +++ b/apps/files_external/tests/Command/ApplicableTest.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/apps/files_external/tests/Command/CommandTest.php b/apps/files_external/tests/Command/CommandTest.php index d914f0221a..60e3dd2d0a 100644 --- a/apps/files_external/tests/Command/CommandTest.php +++ b/apps/files_external/tests/Command/CommandTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Command/ListCommandTest.php b/apps/files_external/tests/Command/ListCommandTest.php index 5475a61b78..0d0128b1df 100644 --- a/apps/files_external/tests/Command/ListCommandTest.php +++ b/apps/files_external/tests/Command/ListCommandTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Controller/AjaxControllerTest.php b/apps/files_external/tests/Controller/AjaxControllerTest.php index c51172f899..0fcd89611c 100644 --- a/apps/files_external/tests/Controller/AjaxControllerTest.php +++ b/apps/files_external/tests/Controller/AjaxControllerTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php index 980746567f..4ca90c18b9 100644 --- a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Controller/StoragesControllerTest.php b/apps/files_external/tests/Controller/StoragesControllerTest.php index e9c518567f..35a055e6be 100644 --- a/apps/files_external/tests/Controller/StoragesControllerTest.php +++ b/apps/files_external/tests/Controller/StoragesControllerTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Controller/UserStoragesControllerTest.php b/apps/files_external/tests/Controller/UserStoragesControllerTest.php index af59c67bef..443b61b89d 100644 --- a/apps/files_external/tests/Controller/UserStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/UserStoragesControllerTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/DefinitionParameterTest.php b/apps/files_external/tests/DefinitionParameterTest.php index 2f4069af0b..1b0c82abb9 100644 --- a/apps/files_external/tests/DefinitionParameterTest.php +++ b/apps/files_external/tests/DefinitionParameterTest.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/apps/files_external/tests/FrontendDefinitionTraitTest.php b/apps/files_external/tests/FrontendDefinitionTraitTest.php index b3846fa151..99260e8db0 100644 --- a/apps/files_external/tests/FrontendDefinitionTraitTest.php +++ b/apps/files_external/tests/FrontendDefinitionTraitTest.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/apps/files_external/tests/LegacyDependencyCheckPolyfillTest.php b/apps/files_external/tests/LegacyDependencyCheckPolyfillTest.php index 4b1351a809..89c9fc76fa 100644 --- a/apps/files_external/tests/LegacyDependencyCheckPolyfillTest.php +++ b/apps/files_external/tests/LegacyDependencyCheckPolyfillTest.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/apps/files_external/tests/OwnCloudFunctionsTest.php b/apps/files_external/tests/OwnCloudFunctionsTest.php index 41ae0421eb..95222f6697 100644 --- a/apps/files_external/tests/OwnCloudFunctionsTest.php +++ b/apps/files_external/tests/OwnCloudFunctionsTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/tests/PersonalMountTest.php b/apps/files_external/tests/PersonalMountTest.php index 380b2d3e01..b3a2e772cf 100644 --- a/apps/files_external/tests/PersonalMountTest.php +++ b/apps/files_external/tests/PersonalMountTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Service/BackendServiceTest.php b/apps/files_external/tests/Service/BackendServiceTest.php index ba9a1f533f..efc0a32af5 100644 --- a/apps/files_external/tests/Service/BackendServiceTest.php +++ b/apps/files_external/tests/Service/BackendServiceTest.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/apps/files_external/tests/Service/DBConfigServiceTest.php b/apps/files_external/tests/Service/DBConfigServiceTest.php index 3cfa33f0bc..d422a98210 100644 --- a/apps/files_external/tests/Service/DBConfigServiceTest.php +++ b/apps/files_external/tests/Service/DBConfigServiceTest.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/apps/files_external/tests/Service/GlobalStoragesServiceTest.php b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php index 81cb02c523..3daec1d6d4 100644 --- a/apps/files_external/tests/Service/GlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Service/StoragesServiceTest.php b/apps/files_external/tests/Service/StoragesServiceTest.php index 9ed75c3521..f60340b6e1 100644 --- a/apps/files_external/tests/Service/StoragesServiceTest.php +++ b/apps/files_external/tests/Service/StoragesServiceTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php index 93a0dae8ae..68a89a2aa0 100644 --- a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Service/UserStoragesServiceTest.php b/apps/files_external/tests/Service/UserStoragesServiceTest.php index 7e754e4204..9c23945b8a 100644 --- a/apps/files_external/tests/Service/UserStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserStoragesServiceTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_external/tests/Storage/Amazons3Test.php b/apps/files_external/tests/Storage/Amazons3Test.php index 2776f929a4..79c5de313f 100644 --- a/apps/files_external/tests/Storage/Amazons3Test.php +++ b/apps/files_external/tests/Storage/Amazons3Test.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/apps/files_external/tests/Storage/DropboxTest.php b/apps/files_external/tests/Storage/DropboxTest.php index 0cb7ab0b53..1ab50997f0 100644 --- a/apps/files_external/tests/Storage/DropboxTest.php +++ b/apps/files_external/tests/Storage/DropboxTest.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/apps/files_external/tests/Storage/FtpTest.php b/apps/files_external/tests/Storage/FtpTest.php index 4c9b69380e..56d3ecf7de 100644 --- a/apps/files_external/tests/Storage/FtpTest.php +++ b/apps/files_external/tests/Storage/FtpTest.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/apps/files_external/tests/Storage/GoogleTest.php b/apps/files_external/tests/Storage/GoogleTest.php index eb19cc463b..f305408fad 100644 --- a/apps/files_external/tests/Storage/GoogleTest.php +++ b/apps/files_external/tests/Storage/GoogleTest.php @@ -1,15 +1,17 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke * @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/apps/files_external/tests/Storage/OwncloudTest.php b/apps/files_external/tests/Storage/OwncloudTest.php index 6c1d3789e1..45b5071d94 100644 --- a/apps/files_external/tests/Storage/OwncloudTest.php +++ b/apps/files_external/tests/Storage/OwncloudTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/tests/Storage/SFTP_KeyTest.php b/apps/files_external/tests/Storage/SFTP_KeyTest.php index cb78c6f611..6cd62309e6 100644 --- a/apps/files_external/tests/Storage/SFTP_KeyTest.php +++ b/apps/files_external/tests/Storage/SFTP_KeyTest.php @@ -1,12 +1,13 @@ * @author Robin McCorkell * @author Ross Nicoll * @author Thomas Müller * @author Viktor Szépe * - * @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/apps/files_external/tests/Storage/SftpTest.php b/apps/files_external/tests/Storage/SftpTest.php index fc518df2a0..4ca379e840 100644 --- a/apps/files_external/tests/Storage/SftpTest.php +++ b/apps/files_external/tests/Storage/SftpTest.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/tests/Storage/SmbTest.php b/apps/files_external/tests/Storage/SmbTest.php index 48f18bfa3a..ca6cde1051 100644 --- a/apps/files_external/tests/Storage/SmbTest.php +++ b/apps/files_external/tests/Storage/SmbTest.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/tests/Storage/SwiftTest.php b/apps/files_external/tests/Storage/SwiftTest.php index 1bcbb81506..fe1120d223 100644 --- a/apps/files_external/tests/Storage/SwiftTest.php +++ b/apps/files_external/tests/Storage/SwiftTest.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/apps/files_external/tests/Storage/WebdavTest.php b/apps/files_external/tests/Storage/WebdavTest.php index 116a749b15..98a59af0ba 100644 --- a/apps/files_external/tests/Storage/WebdavTest.php +++ b/apps/files_external/tests/Storage/WebdavTest.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_external/tests/StorageConfigTest.php b/apps/files_external/tests/StorageConfigTest.php index 9a2092ea5c..96d4fda505 100644 --- a/apps/files_external/tests/StorageConfigTest.php +++ b/apps/files_external/tests/StorageConfigTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 9784de7db1..154b2b4410 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -1,5 +1,7 @@ * @author hkjolhede * @author Michael Gapczynski @@ -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/apps/files_sharing/ajax/publicpreview.php b/apps/files_sharing/ajax/publicpreview.php index c02d475a76..4c60f9c20c 100644 --- a/apps/files_sharing/ajax/publicpreview.php +++ b/apps/files_sharing/ajax/publicpreview.php @@ -1,13 +1,14 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/ajax/shareinfo.php b/apps/files_sharing/ajax/shareinfo.php index b9b29022cc..ca45e3f9fb 100644 --- a/apps/files_sharing/ajax/shareinfo.php +++ b/apps/files_sharing/ajax/shareinfo.php @@ -1,13 +1,16 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 219fa298d5..2cce3ad612 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -1,15 +1,15 @@ * @author Björn Schießle * @author Gadzy - * @author Joas Schilling + * @author Joas Schilling * @author Michael Gapczynski * @author Robin Appelman - * @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/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 26d32c3a99..b17f150c28 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -1,14 +1,15 @@ * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php index 92542f98ee..d53d878881 100644 --- a/apps/files_sharing/appinfo/update.php +++ b/apps/files_sharing/appinfo/update.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/API/OCSShareWrapper.php b/apps/files_sharing/lib/API/OCSShareWrapper.php index 8ce9271a70..fc1115647e 100644 --- a/apps/files_sharing/lib/API/OCSShareWrapper.php +++ b/apps/files_sharing/lib/API/OCSShareWrapper.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/apps/files_sharing/lib/API/Remote.php b/apps/files_sharing/lib/API/Remote.php index 6a7c67604a..c641899da9 100644 --- a/apps/files_sharing/lib/API/Remote.php +++ b/apps/files_sharing/lib/API/Remote.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/API/Share20OCS.php b/apps/files_sharing/lib/API/Share20OCS.php index 9d7aeffcc1..fd5e5ddc78 100644 --- a/apps/files_sharing/lib/API/Share20OCS.php +++ b/apps/files_sharing/lib/API/Share20OCS.php @@ -1,9 +1,11 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/API/Sharees.php b/apps/files_sharing/lib/API/Sharees.php index ea7830ae4c..a7eb13708f 100644 --- a/apps/files_sharing/lib/API/Sharees.php +++ b/apps/files_sharing/lib/API/Sharees.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Roeland Jago Douma + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/files_sharing/lib/Activity.php b/apps/files_sharing/lib/Activity.php index f44f5977f1..f69f86175f 100644 --- a/apps/files_sharing/lib/Activity.php +++ b/apps/files_sharing/lib/Activity.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index b91b0f3ef6..37ef166d0c 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -1,12 +1,14 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index a0519cadba..55bd03d8e4 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke * @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/apps/files_sharing/lib/Capabilities.php b/apps/files_sharing/lib/Capabilities.php index 5ec540ad4e..8dde2dafb0 100644 --- a/apps/files_sharing/lib/Capabilities.php +++ b/apps/files_sharing/lib/Capabilities.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/apps/files_sharing/lib/Controllers/ExternalSharesController.php b/apps/files_sharing/lib/Controllers/ExternalSharesController.php index d9307f6582..cf935d64dc 100644 --- a/apps/files_sharing/lib/Controllers/ExternalSharesController.php +++ b/apps/files_sharing/lib/Controllers/ExternalSharesController.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke * @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/apps/files_sharing/lib/Controllers/ShareController.php b/apps/files_sharing/lib/Controllers/ShareController.php index 7a955f6f96..fa3d64cfbc 100644 --- a/apps/files_sharing/lib/Controllers/ShareController.php +++ b/apps/files_sharing/lib/Controllers/ShareController.php @@ -1,18 +1,19 @@ + * @author Bjoern Schiessle * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Piotr Filiciak * @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/apps/files_sharing/lib/DeleteOrphanedSharesJob.php b/apps/files_sharing/lib/DeleteOrphanedSharesJob.php index 98c3137cff..56cbbe1033 100644 --- a/apps/files_sharing/lib/DeleteOrphanedSharesJob.php +++ b/apps/files_sharing/lib/DeleteOrphanedSharesJob.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_sharing/lib/Exceptions/BrokenPath.php b/apps/files_sharing/lib/Exceptions/BrokenPath.php index 9ed8f916f6..c6676f3cd0 100644 --- a/apps/files_sharing/lib/Exceptions/BrokenPath.php +++ b/apps/files_sharing/lib/Exceptions/BrokenPath.php @@ -1,9 +1,10 @@ * @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/apps/files_sharing/lib/Exceptions/S2SException.php b/apps/files_sharing/lib/Exceptions/S2SException.php index 7869f9e7e6..7a888020f8 100644 --- a/apps/files_sharing/lib/Exceptions/S2SException.php +++ b/apps/files_sharing/lib/Exceptions/S2SException.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @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/apps/files_sharing/lib/ExpireSharesJob.php b/apps/files_sharing/lib/ExpireSharesJob.php index 479f407e68..19c0606dc4 100644 --- a/apps/files_sharing/lib/ExpireSharesJob.php +++ b/apps/files_sharing/lib/ExpireSharesJob.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/apps/files_sharing/lib/External/Cache.php b/apps/files_sharing/lib/External/Cache.php index da9bf83cdf..59e90fc508 100644 --- a/apps/files_sharing/lib/External/Cache.php +++ b/apps/files_sharing/lib/External/Cache.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/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index 3f665b0978..06bda622ee 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @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/apps/files_sharing/lib/External/Mount.php b/apps/files_sharing/lib/External/Mount.php index b5a42e8506..2c2435dc72 100644 --- a/apps/files_sharing/lib/External/Mount.php +++ b/apps/files_sharing/lib/External/Mount.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/apps/files_sharing/lib/External/MountProvider.php b/apps/files_sharing/lib/External/MountProvider.php index 67d85f27d8..2aab36ae6c 100644 --- a/apps/files_sharing/lib/External/MountProvider.php +++ b/apps/files_sharing/lib/External/MountProvider.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/apps/files_sharing/lib/External/Scanner.php b/apps/files_sharing/lib/External/Scanner.php index 9e3859f196..a1466b4970 100644 --- a/apps/files_sharing/lib/External/Scanner.php +++ b/apps/files_sharing/lib/External/Scanner.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Olivier Paroz * @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/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index bc8d898f8e..76f86b8295 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -1,13 +1,15 @@ + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_sharing/lib/External/Watcher.php b/apps/files_sharing/lib/External/Watcher.php index 6be35bdeb3..729058ad5b 100644 --- a/apps/files_sharing/lib/External/Watcher.php +++ b/apps/files_sharing/lib/External/Watcher.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/apps/files_sharing/lib/Helper.php b/apps/files_sharing/lib/Helper.php index 67312ae97c..13736a2511 100644 --- a/apps/files_sharing/lib/Helper.php +++ b/apps/files_sharing/lib/Helper.php @@ -1,16 +1,16 @@ * @author Björn Schießle - * @author Joas Schilling - * @author Jörn Friedrich Dreyer + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_sharing/lib/Hooks.php b/apps/files_sharing/lib/Hooks.php index 164e7fb065..fcc499cf85 100644 --- a/apps/files_sharing/lib/Hooks.php +++ b/apps/files_sharing/lib/Hooks.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_sharing/lib/ISharedStorage.php b/apps/files_sharing/lib/ISharedStorage.php index bb47b011f4..9ff19190aa 100644 --- a/apps/files_sharing/lib/ISharedStorage.php +++ b/apps/files_sharing/lib/ISharedStorage.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/apps/files_sharing/lib/Maintainer.php b/apps/files_sharing/lib/Maintainer.php index 89d7cadcd3..db8f4aae0a 100644 --- a/apps/files_sharing/lib/Maintainer.php +++ b/apps/files_sharing/lib/Maintainer.php @@ -1,10 +1,11 @@ * @author Robin McCorkell - * @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/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php b/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php index afc3a5885a..7c5eb5afbd 100644 --- a/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php +++ b/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/lib/Migration.php b/apps/files_sharing/lib/Migration.php index b3759ea7b5..3b60b0c23c 100644 --- a/apps/files_sharing/lib/Migration.php +++ b/apps/files_sharing/lib/Migration.php @@ -1,10 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Robin Appelman + * @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/apps/files_sharing/lib/MountProvider.php b/apps/files_sharing/lib/MountProvider.php index c71c0e8dde..a440f4de07 100644 --- a/apps/files_sharing/lib/MountProvider.php +++ b/apps/files_sharing/lib/MountProvider.php @@ -1,10 +1,12 @@ * @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/apps/files_sharing/lib/Scanner.php b/apps/files_sharing/lib/Scanner.php index e75d79e0e9..f524348417 100644 --- a/apps/files_sharing/lib/Scanner.php +++ b/apps/files_sharing/lib/Scanner.php @@ -1,11 +1,12 @@ * @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/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php index 2b066bd2d9..a30688ca36 100644 --- a/apps/files_sharing/lib/SharedMount.php +++ b/apps/files_sharing/lib/SharedMount.php @@ -1,12 +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/apps/files_sharing/lib/SharedPropagator.php b/apps/files_sharing/lib/SharedPropagator.php index 064efd6f6a..19feeb6692 100644 --- a/apps/files_sharing/lib/SharedPropagator.php +++ b/apps/files_sharing/lib/SharedPropagator.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/Updater.php b/apps/files_sharing/lib/Updater.php index 0df445a91f..de45b45ab3 100644 --- a/apps/files_sharing/lib/Updater.php +++ b/apps/files_sharing/lib/Updater.php @@ -1,11 +1,12 @@ * @author Michael Gapczynski * @author Morris Jobke - * @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/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php index e7588a589e..61a2a379c6 100644 --- a/apps/files_sharing/lib/share/file.php +++ b/apps/files_sharing/lib/share/file.php @@ -1,35 +1,7 @@ - * @author Bart Visscher - * @author Björn Schießle - * @author Lukas Reschke - * @author Michael Gapczynski - * @author Morris Jobke - * @author Robin Appelman - * @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 - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * - */ -use OCA\FederatedFileSharing\FederatedShareProvider; - -/** * @author Andreas Fischer * @author Bart Visscher * @author Björn Schießle @@ -41,7 +13,6 @@ use OCA\FederatedFileSharing\FederatedShareProvider; * @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 @@ -58,6 +29,8 @@ use OCA\FederatedFileSharing\FederatedShareProvider; * */ +use OCA\FederatedFileSharing\FederatedShareProvider; + class OC_Share_Backend_File implements OCP\Share_Backend_File_Dependent { const FORMAT_SHARED_STORAGE = 0; diff --git a/apps/files_sharing/lib/share/folder.php b/apps/files_sharing/lib/share/folder.php index d0a6dc4467..e4d90274db 100644 --- a/apps/files_sharing/lib/share/folder.php +++ b/apps/files_sharing/lib/share/folder.php @@ -1,13 +1,14 @@ * @author Björn Schießle * @author Michael Gapczynski * @author Morris Jobke * @author Robin McCorkell - * @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/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index b5b5e41688..5dbdd9adaa 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -1,17 +1,18 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author scambra * @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/apps/files_sharing/list.php b/apps/files_sharing/list.php index 5d5d061187..d94d5625e8 100644 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.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/apps/files_sharing/public.php b/apps/files_sharing/public.php index 0d486749d4..0aae9e9580 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -1,9 +1,10 @@ * @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/apps/files_sharing/tests/API/Share20OCSTest.php b/apps/files_sharing/tests/API/Share20OCSTest.php index 02c2eb4241..5486a83c15 100644 --- a/apps/files_sharing/tests/API/Share20OCSTest.php +++ b/apps/files_sharing/tests/API/Share20OCSTest.php @@ -1,9 +1,11 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/API/ShareesTest.php b/apps/files_sharing/tests/API/ShareesTest.php index 00e3a133fa..041b45216a 100644 --- a/apps/files_sharing/tests/API/ShareesTest.php +++ b/apps/files_sharing/tests/API/ShareesTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Roeland Jago Douma + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/ActivityTest.php b/apps/files_sharing/tests/ActivityTest.php index 605aacedeb..8acf199660 100644 --- a/apps/files_sharing/tests/ActivityTest.php +++ b/apps/files_sharing/tests/ActivityTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index c642f21ef1..1a645444a0 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_sharing/tests/BackendTest.php b/apps/files_sharing/tests/BackendTest.php index 1a900b4289..0911c5b0d5 100644 --- a/apps/files_sharing/tests/BackendTest.php +++ b/apps/files_sharing/tests/BackendTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/files_sharing/tests/CacheTest.php b/apps/files_sharing/tests/CacheTest.php index ff70990ad2..19120d977c 100644 --- a/apps/files_sharing/tests/CacheTest.php +++ b/apps/files_sharing/tests/CacheTest.php @@ -1,16 +1,17 @@ - * @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 * @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/apps/files_sharing/tests/CapabilitiesTest.php b/apps/files_sharing/tests/CapabilitiesTest.php index 08797b2681..0c4a68b997 100644 --- a/apps/files_sharing/tests/CapabilitiesTest.php +++ b/apps/files_sharing/tests/CapabilitiesTest.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/Controllers/ExternalShareControllerTest.php b/apps/files_sharing/tests/Controllers/ExternalShareControllerTest.php index 42b574515b..e5fd739c4f 100644 --- a/apps/files_sharing/tests/Controllers/ExternalShareControllerTest.php +++ b/apps/files_sharing/tests/Controllers/ExternalShareControllerTest.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/Controllers/ShareControllerTest.php b/apps/files_sharing/tests/Controllers/ShareControllerTest.php index 5b85619874..a978d0ef7a 100644 --- a/apps/files_sharing/tests/Controllers/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controllers/ShareControllerTest.php @@ -1,16 +1,18 @@ * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Cloutier * - * @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/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php index a967357af5..6f7bef24b8 100644 --- a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php +++ b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_sharing/tests/EncryptedSizePropagationTest.php b/apps/files_sharing/tests/EncryptedSizePropagationTest.php index cf0666dd44..055c478141 100644 --- a/apps/files_sharing/tests/EncryptedSizePropagationTest.php +++ b/apps/files_sharing/tests/EncryptedSizePropagationTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_sharing/tests/EtagPropagationTest.php b/apps/files_sharing/tests/EtagPropagationTest.php index 70f1c50e27..bb69d92304 100644 --- a/apps/files_sharing/tests/EtagPropagationTest.php +++ b/apps/files_sharing/tests/EtagPropagationTest.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin Appelman - * @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/apps/files_sharing/tests/ExpireSharesJobTest.php b/apps/files_sharing/tests/ExpireSharesJobTest.php index bb4f756e6c..53180f31c5 100644 --- a/apps/files_sharing/tests/ExpireSharesJobTest.php +++ b/apps/files_sharing/tests/ExpireSharesJobTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/External/CacheTest.php b/apps/files_sharing/tests/External/CacheTest.php index d25bded3bb..5d86d79760 100644 --- a/apps/files_sharing/tests/External/CacheTest.php +++ b/apps/files_sharing/tests/External/CacheTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index 319fd224b6..7d9bc1bb19 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/files_sharing/tests/External/ScannerTest.php b/apps/files_sharing/tests/External/ScannerTest.php index f16e9952fc..1ad19d5c80 100644 --- a/apps/files_sharing/tests/External/ScannerTest.php +++ b/apps/files_sharing/tests/External/ScannerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/ExternalStorageTest.php b/apps/files_sharing/tests/ExternalStorageTest.php index c5ff4ad023..20a65b2744 100644 --- a/apps/files_sharing/tests/ExternalStorageTest.php +++ b/apps/files_sharing/tests/ExternalStorageTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_sharing/tests/GroupEtagPropagationTest.php b/apps/files_sharing/tests/GroupEtagPropagationTest.php index 9769079a62..bea49a09af 100644 --- a/apps/files_sharing/tests/GroupEtagPropagationTest.php +++ b/apps/files_sharing/tests/GroupEtagPropagationTest.php @@ -1,10 +1,11 @@ - * @author Robin Appelman - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/HelperTest.php b/apps/files_sharing/tests/HelperTest.php index eb66081ccc..d5fe83f44e 100644 --- a/apps/files_sharing/tests/HelperTest.php +++ b/apps/files_sharing/tests/HelperTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files_sharing/tests/LockingTest.php b/apps/files_sharing/tests/LockingTest.php index 74835ac84c..6361119608 100644 --- a/apps/files_sharing/tests/LockingTest.php +++ b/apps/files_sharing/tests/LockingTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php index 2b7e3d7b87..2323317f66 100644 --- a/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/MigrationTest.php b/apps/files_sharing/tests/MigrationTest.php index a8514502a4..7d6ca7840e 100644 --- a/apps/files_sharing/tests/MigrationTest.php +++ b/apps/files_sharing/tests/MigrationTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/MountProviderTest.php b/apps/files_sharing/tests/MountProviderTest.php index ea2e213ca9..8fe43d454f 100644 --- a/apps/files_sharing/tests/MountProviderTest.php +++ b/apps/files_sharing/tests/MountProviderTest.php @@ -1,8 +1,11 @@ + * @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/apps/files_sharing/tests/PermissionsTest.php b/apps/files_sharing/tests/PermissionsTest.php index ebcf26a3a1..39a4ac91a3 100644 --- a/apps/files_sharing/tests/PermissionsTest.php +++ b/apps/files_sharing/tests/PermissionsTest.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Robin Appelman - * @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/apps/files_sharing/tests/PropagationTestCase.php b/apps/files_sharing/tests/PropagationTestCase.php index 20b6b2d43f..d641ed9ff0 100644 --- a/apps/files_sharing/tests/PropagationTestCase.php +++ b/apps/files_sharing/tests/PropagationTestCase.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_sharing/tests/ShareTest.php b/apps/files_sharing/tests/ShareTest.php index cc7fdc29cc..edd853dee3 100644 --- a/apps/files_sharing/tests/ShareTest.php +++ b/apps/files_sharing/tests/ShareTest.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 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/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php index da751ad0c8..20b81e4ddb 100644 --- a/apps/files_sharing/tests/SharedMountTest.php +++ b/apps/files_sharing/tests/SharedMountTest.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @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/apps/files_sharing/tests/SharedStorageTest.php b/apps/files_sharing/tests/SharedStorageTest.php index c62248fa47..57b59f9b70 100644 --- a/apps/files_sharing/tests/SharedStorageTest.php +++ b/apps/files_sharing/tests/SharedStorageTest.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @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/apps/files_sharing/tests/SizePropagationTest.php b/apps/files_sharing/tests/SizePropagationTest.php index d7d0336c87..61db3cb590 100644 --- a/apps/files_sharing/tests/SizePropagationTest.php +++ b/apps/files_sharing/tests/SizePropagationTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/TestCase.php b/apps/files_sharing/tests/TestCase.php index 3209b14a79..cb1423f2ec 100644 --- a/apps/files_sharing/tests/TestCase.php +++ b/apps/files_sharing/tests/TestCase.php @@ -1,17 +1,18 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/apps/files_sharing/tests/UnshareChildrenTest.php b/apps/files_sharing/tests/UnshareChildrenTest.php index ea977d7ec3..f88021f974 100644 --- a/apps/files_sharing/tests/UnshareChildrenTest.php +++ b/apps/files_sharing/tests/UnshareChildrenTest.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 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/apps/files_sharing/tests/UpdaterTest.php b/apps/files_sharing/tests/UpdaterTest.php index e927219b52..4d8cbe3535 100644 --- a/apps/files_sharing/tests/UpdaterTest.php +++ b/apps/files_sharing/tests/UpdaterTest.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @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/apps/files_sharing/tests/WatcherTest.php b/apps/files_sharing/tests/WatcherTest.php index 8a5c3ace2d..c77aeb767e 100644 --- a/apps/files_sharing/tests/WatcherTest.php +++ b/apps/files_sharing/tests/WatcherTest.php @@ -1,15 +1,16 @@ - * @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 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/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index 833b74dc2d..1a2223868f 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -1,13 +1,14 @@ * @author Björn Schießle * @author Lukas Reschke * @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/apps/files_trashbin/ajax/isEmpty.php b/apps/files_trashbin/ajax/isEmpty.php index c22b712b96..1ee671334f 100644 --- a/apps/files_trashbin/ajax/isEmpty.php +++ b/apps/files_trashbin/ajax/isEmpty.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/apps/files_trashbin/ajax/list.php b/apps/files_trashbin/ajax/list.php index 162f27e961..dff647aa69 100644 --- a/apps/files_trashbin/ajax/list.php +++ b/apps/files_trashbin/ajax/list.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/apps/files_trashbin/ajax/preview.php b/apps/files_trashbin/ajax/preview.php index ae1ea5f193..1a0131da28 100644 --- a/apps/files_trashbin/ajax/preview.php +++ b/apps/files_trashbin/ajax/preview.php @@ -1,13 +1,14 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @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/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index 3d480a40fa..408fdd1eb6 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -1,14 +1,15 @@ * @author Björn Schießle * @author Lukas Reschke * @author Robin Appelman - * @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/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 3f86dd5b17..96ccb378dd 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -1,5 +1,7 @@ * @author Christopher Schäpers * @author Florin Peter @@ -7,7 +9,6 @@ * @author Victor Dubiniuk * @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/apps/files_trashbin/appinfo/register_command.php b/apps/files_trashbin/appinfo/register_command.php index c5e7e1e8bd..676e3f5891 100644 --- a/apps/files_trashbin/appinfo/register_command.php +++ b/apps/files_trashbin/appinfo/register_command.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/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index d6225f01dd..2f4988c9dc 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -1,10 +1,11 @@ - * @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/apps/files_trashbin/appinfo/update.php b/apps/files_trashbin/appinfo/update.php index 676c397351..6685eea80d 100644 --- a/apps/files_trashbin/appinfo/update.php +++ b/apps/files_trashbin/appinfo/update.php @@ -1,9 +1,10 @@ * @author Victor Dubiniuk * - * @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/apps/files_trashbin/lib/AppInfo/Application.php b/apps/files_trashbin/lib/AppInfo/Application.php index 841c9d90f1..ee1c948128 100644 --- a/apps/files_trashbin/lib/AppInfo/Application.php +++ b/apps/files_trashbin/lib/AppInfo/Application.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @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/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php index b682f42608..f2c16843b7 100644 --- a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php +++ b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Victor Dubiniuk * - * @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/apps/files_trashbin/lib/Capabilities.php b/apps/files_trashbin/lib/Capabilities.php index 2517eac680..a348a9105f 100644 --- a/apps/files_trashbin/lib/Capabilities.php +++ b/apps/files_trashbin/lib/Capabilities.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @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/apps/files_trashbin/lib/Command/CleanUp.php b/apps/files_trashbin/lib/Command/CleanUp.php index 40b1f55e2f..b727dd9e13 100644 --- a/apps/files_trashbin/lib/Command/CleanUp.php +++ b/apps/files_trashbin/lib/Command/CleanUp.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/Command/Expire.php b/apps/files_trashbin/lib/Command/Expire.php index 9e0f58e12c..8f6a07b4fd 100644 --- a/apps/files_trashbin/lib/Command/Expire.php +++ b/apps/files_trashbin/lib/Command/Expire.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php index d1fbc6f199..1e639a5686 100644 --- a/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php +++ b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php @@ -1,9 +1,10 @@ * @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/apps/files_trashbin/lib/Expiration.php b/apps/files_trashbin/lib/Expiration.php index 171392bf74..03f126fc41 100644 --- a/apps/files_trashbin/lib/Expiration.php +++ b/apps/files_trashbin/lib/Expiration.php @@ -1,9 +1,10 @@ * @author Victor Dubiniuk * - * @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/apps/files_trashbin/lib/Helper.php b/apps/files_trashbin/lib/Helper.php index 0ce871f678..838c6cac17 100644 --- a/apps/files_trashbin/lib/Helper.php +++ b/apps/files_trashbin/lib/Helper.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/apps/files_trashbin/lib/Hooks.php b/apps/files_trashbin/lib/Hooks.php index c9821e1834..eb585aa051 100644 --- a/apps/files_trashbin/lib/Hooks.php +++ b/apps/files_trashbin/lib/Hooks.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/apps/files_trashbin/lib/Storage.php b/apps/files_trashbin/lib/Storage.php index 5a5e03a8c9..7247031a27 100644 --- a/apps/files_trashbin/lib/Storage.php +++ b/apps/files_trashbin/lib/Storage.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/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 6dfd71fd8c..408d087aa2 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -1,5 +1,7 @@ * @author Bastien Ho * @author Björn Schießle @@ -11,14 +13,13 @@ * @author Qingping Hou * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sjors van der Pluijm * @author Stefan Weil * @author Thomas Müller * @author Victor Dubiniuk * @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/apps/files_trashbin/list.php b/apps/files_trashbin/list.php index 5a5c87d268..7782361783 100644 --- a/apps/files_trashbin/list.php +++ b/apps/files_trashbin/list.php @@ -1,10 +1,11 @@ * @author Björn Schießle * @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/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php index db6180cedb..d92984bbce 100644 --- a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php +++ b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @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/apps/files_trashbin/tests/Command/CleanUpTest.php b/apps/files_trashbin/tests/Command/CleanUpTest.php index e758fede92..6cf2c60948 100644 --- a/apps/files_trashbin/tests/Command/CleanUpTest.php +++ b/apps/files_trashbin/tests/Command/CleanUpTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/files_trashbin/tests/Command/ExpireTest.php b/apps/files_trashbin/tests/Command/ExpireTest.php index e481e29330..bdc8d86794 100644 --- a/apps/files_trashbin/tests/Command/ExpireTest.php +++ b/apps/files_trashbin/tests/Command/ExpireTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_trashbin/tests/ExpirationTest.php b/apps/files_trashbin/tests/ExpirationTest.php index 246409e24f..86c9d21fe5 100644 --- a/apps/files_trashbin/tests/ExpirationTest.php +++ b/apps/files_trashbin/tests/ExpirationTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @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/apps/files_trashbin/tests/StorageTest.php b/apps/files_trashbin/tests/StorageTest.php index d6ed92f0e4..7b81bc23fa 100644 --- a/apps/files_trashbin/tests/StorageTest.php +++ b/apps/files_trashbin/tests/StorageTest.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index 961cea04fe..ea2d179be8 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -1,15 +1,16 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @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/apps/files_versions/ajax/getVersions.php b/apps/files_versions/ajax/getVersions.php index a25d1a14fb..c3cb47da88 100644 --- a/apps/files_versions/ajax/getVersions.php +++ b/apps/files_versions/ajax/getVersions.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Frank Karlitschek @@ -7,7 +9,6 @@ * @author Sam Tuke * @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/apps/files_versions/ajax/preview.php b/apps/files_versions/ajax/preview.php index b5b851a1b4..78e830d7c8 100644 --- a/apps/files_versions/ajax/preview.php +++ b/apps/files_versions/ajax/preview.php @@ -1,12 +1,13 @@ * @author Morris Jobke - * @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/apps/files_versions/ajax/rollbackVersion.php b/apps/files_versions/ajax/rollbackVersion.php index 9a6970fa6b..681f7f97ef 100644 --- a/apps/files_versions/ajax/rollbackVersion.php +++ b/apps/files_versions/ajax/rollbackVersion.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Frank Karlitschek @@ -9,7 +11,6 @@ * @author Thomas Müller * @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/apps/files_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php index 1cc563d683..1ac7d40689 100644 --- a/apps/files_versions/appinfo/app.php +++ b/apps/files_versions/appinfo/app.php @@ -1,10 +1,11 @@ * @author Frank Karlitschek * @author Victor Dubiniuk * - * @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/apps/files_versions/appinfo/register_command.php b/apps/files_versions/appinfo/register_command.php index 9f3c34f2f7..b991c72b94 100644 --- a/apps/files_versions/appinfo/register_command.php +++ b/apps/files_versions/appinfo/register_command.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/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php index 068c46e968..c2b686c38f 100644 --- a/apps/files_versions/appinfo/routes.php +++ b/apps/files_versions/appinfo/routes.php @@ -1,14 +1,15 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/apps/files_versions/download.php b/apps/files_versions/download.php index 0a4543dab0..a2ecd2fc12 100644 --- a/apps/files_versions/download.php +++ b/apps/files_versions/download.php @@ -1,13 +1,14 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke - * @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/apps/files_versions/lib/AppInfo/Application.php b/apps/files_versions/lib/AppInfo/Application.php index b32cf54729..f75fea1e11 100644 --- a/apps/files_versions/lib/AppInfo/Application.php +++ b/apps/files_versions/lib/AppInfo/Application.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @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/apps/files_versions/lib/BackgroundJob/ExpireVersions.php b/apps/files_versions/lib/BackgroundJob/ExpireVersions.php index f357b73409..a5d3efda77 100644 --- a/apps/files_versions/lib/BackgroundJob/ExpireVersions.php +++ b/apps/files_versions/lib/BackgroundJob/ExpireVersions.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @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/apps/files_versions/lib/Capabilities.php b/apps/files_versions/lib/Capabilities.php index 441b2adfba..a4d13adf8b 100644 --- a/apps/files_versions/lib/Capabilities.php +++ b/apps/files_versions/lib/Capabilities.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/apps/files_versions/lib/Command/CleanUp.php b/apps/files_versions/lib/Command/CleanUp.php index a6d652f685..7254d1e5bf 100644 --- a/apps/files_versions/lib/Command/CleanUp.php +++ b/apps/files_versions/lib/Command/CleanUp.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/apps/files_versions/lib/Command/Expire.php b/apps/files_versions/lib/Command/Expire.php index b1f7298063..472afe5e64 100644 --- a/apps/files_versions/lib/Command/Expire.php +++ b/apps/files_versions/lib/Command/Expire.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/files_versions/lib/Expiration.php b/apps/files_versions/lib/Expiration.php index ffc7640e7f..1dad880123 100644 --- a/apps/files_versions/lib/Expiration.php +++ b/apps/files_versions/lib/Expiration.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/apps/files_versions/lib/Hooks.php b/apps/files_versions/lib/Hooks.php index b27a298f98..9032ab820d 100644 --- a/apps/files_versions/lib/Hooks.php +++ b/apps/files_versions/lib/Hooks.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Jörn Friedrich Dreyer @@ -9,7 +11,6 @@ * @author Sam Tuke * @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/apps/files_versions/lib/Storage.php b/apps/files_versions/lib/Storage.php index cd4830d546..e80ec3e37c 100644 --- a/apps/files_versions/lib/Storage.php +++ b/apps/files_versions/lib/Storage.php @@ -1,11 +1,15 @@ * @author Bart Visscher + * @author Bjoern Schiessle * @author Björn Schießle + * @author Carlos Damken * @author Felix Moeller * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -15,7 +19,6 @@ * @author Victor Dubiniuk * @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/apps/files_versions/tests/Command/CleanupTest.php b/apps/files_versions/tests/Command/CleanupTest.php index 4cc793bad0..d716bc1ddb 100644 --- a/apps/files_versions/tests/Command/CleanupTest.php +++ b/apps/files_versions/tests/Command/CleanupTest.php @@ -1,9 +1,10 @@ * @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/apps/files_versions/tests/Command/ExpireTest.php b/apps/files_versions/tests/Command/ExpireTest.php index f89ece8251..3815bc5b75 100644 --- a/apps/files_versions/tests/Command/ExpireTest.php +++ b/apps/files_versions/tests/Command/ExpireTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/apps/files_versions/tests/ExpirationTest.php b/apps/files_versions/tests/ExpirationTest.php index 2486b9c85c..7fe6b279b9 100644 --- a/apps/files_versions/tests/ExpirationTest.php +++ b/apps/files_versions/tests/ExpirationTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @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/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index 832f7bcc66..62221da6b4 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -1,19 +1,20 @@ * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/provisioning_api/appinfo/routes.php b/apps/provisioning_api/appinfo/routes.php index 3201f9a6ce..907e16ebf3 100644 --- a/apps/provisioning_api/appinfo/routes.php +++ b/apps/provisioning_api/appinfo/routes.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/apps/provisioning_api/lib/Apps.php b/apps/provisioning_api/lib/Apps.php index c23591a684..f880e41905 100644 --- a/apps/provisioning_api/lib/Apps.php +++ b/apps/provisioning_api/lib/Apps.php @@ -1,12 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/apps/provisioning_api/lib/Groups.php b/apps/provisioning_api/lib/Groups.php index 90a40c0765..18302595ae 100644 --- a/apps/provisioning_api/lib/Groups.php +++ b/apps/provisioning_api/lib/Groups.php @@ -1,12 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/apps/provisioning_api/lib/Users.php b/apps/provisioning_api/lib/Users.php index 0d64f24c67..0e5a8043e8 100644 --- a/apps/provisioning_api/lib/Users.php +++ b/apps/provisioning_api/lib/Users.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/apps/provisioning_api/tests/AppsTest.php b/apps/provisioning_api/tests/AppsTest.php index 34f0d8f4dd..35808b1581 100644 --- a/apps/provisioning_api/tests/AppsTest.php +++ b/apps/provisioning_api/tests/AppsTest.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/apps/provisioning_api/tests/GroupsTest.php b/apps/provisioning_api/tests/GroupsTest.php index a94ed78840..2fa19c4f8b 100644 --- a/apps/provisioning_api/tests/GroupsTest.php +++ b/apps/provisioning_api/tests/GroupsTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/apps/provisioning_api/tests/TestCase.php b/apps/provisioning_api/tests/TestCase.php index 743c1c9c44..1ff2c82a3b 100644 --- a/apps/provisioning_api/tests/TestCase.php +++ b/apps/provisioning_api/tests/TestCase.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/apps/provisioning_api/tests/UsersTest.php b/apps/provisioning_api/tests/UsersTest.php index cba24f3c45..e67d603e48 100644 --- a/apps/provisioning_api/tests/UsersTest.php +++ b/apps/provisioning_api/tests/UsersTest.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php index a32ecd516d..af91e5fdbc 100644 --- a/apps/systemtags/appinfo/app.php +++ b/apps/systemtags/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/systemtags/lib/Activity/Extension.php b/apps/systemtags/lib/Activity/Extension.php index ed99753d1e..c7342bd2af 100644 --- a/apps/systemtags/lib/Activity/Extension.php +++ b/apps/systemtags/lib/Activity/Extension.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/apps/systemtags/lib/Activity/Listener.php b/apps/systemtags/lib/Activity/Listener.php index 435109053b..69ba888c4f 100644 --- a/apps/systemtags/lib/Activity/Listener.php +++ b/apps/systemtags/lib/Activity/Listener.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/systemtags/list.php b/apps/systemtags/list.php index dd4fe01e76..67fdeca93e 100644 --- a/apps/systemtags/list.php +++ b/apps/systemtags/list.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/apps/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index 619daf40da..13caa2289d 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/Config.php b/apps/testing/lib/Config.php index d1cb021581..6cdd28d4b3 100644 --- a/apps/testing/lib/Config.php +++ b/apps/testing/lib/Config.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/locking/fakedblockingprovider.php b/apps/testing/locking/fakedblockingprovider.php index fd090e0e07..174cc2ec7f 100644 --- a/apps/testing/locking/fakedblockingprovider.php +++ b/apps/testing/locking/fakedblockingprovider.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/locking/provisioning.php b/apps/testing/locking/provisioning.php index 55a1be0cae..84587fa9a6 100644 --- a/apps/testing/locking/provisioning.php +++ b/apps/testing/locking/provisioning.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index edf2c7d345..76580879ca 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index dcbb0618fa..073dacb789 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -3,6 +3,10 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/controller/themingcontroller.php index 303bb85f54..b6fb1a6be5 100644 --- a/apps/theming/lib/controller/themingcontroller.php +++ b/apps/theming/lib/controller/themingcontroller.php @@ -3,6 +3,11 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Julius Haertl + * @author Lukas Reschke + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/template.php b/apps/theming/lib/template.php index 436dfe86a0..8cd2befc1d 100644 --- a/apps/theming/lib/template.php +++ b/apps/theming/lib/template.php @@ -3,6 +3,10 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/util.php b/apps/theming/lib/util.php index 8ff5ae89b1..2088650b19 100644 --- a/apps/theming/lib/util.php +++ b/apps/theming/lib/util.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Julius Haertl + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/settings/settings-admin.php b/apps/theming/settings/settings-admin.php index a7643960ad..d9aa05cfca 100644 --- a/apps/theming/settings/settings-admin.php +++ b/apps/theming/settings/settings-admin.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 27cdd8b60a..811b2883a8 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -1,6 +1,27 @@ + * @author Jan-Christoph Borchardt + * @author Lukas Reschke + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ script('theming', 'settings-admin'); script('theming', '3rdparty/jscolor/jscolor'); style('theming', 'settings-admin'); diff --git a/apps/theming/tests/lib/TemplateTest.php b/apps/theming/tests/lib/TemplateTest.php index cd7115d208..c3c792657e 100644 --- a/apps/theming/tests/lib/TemplateTest.php +++ b/apps/theming/tests/lib/TemplateTest.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/tests/lib/UtilTest.php b/apps/theming/tests/lib/UtilTest.php index 266e6fc6c2..9ebb11d628 100644 --- a/apps/theming/tests/lib/UtilTest.php +++ b/apps/theming/tests/lib/UtilTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Julius Haertl + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/tests/lib/controller/ThemingControllerTest.php b/apps/theming/tests/lib/controller/ThemingControllerTest.php index 1ed82ab8b5..6dcb4b548c 100644 --- a/apps/theming/tests/lib/controller/ThemingControllerTest.php +++ b/apps/theming/tests/lib/controller/ThemingControllerTest.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Julius Haertl + * @author Lukas Reschke + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/admin.php b/apps/updatenotification/admin.php index e79e560561..81c7a8fb55 100644 --- a/apps/updatenotification/admin.php +++ b/apps/updatenotification/admin.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/apps/updatenotification/appinfo/app.php b/apps/updatenotification/appinfo/app.php index 01cf3330aa..0f49d2525e 100644 --- a/apps/updatenotification/appinfo/app.php +++ b/apps/updatenotification/appinfo/app.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index f9ebbe3015..fd508d3705 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * - * @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/apps/updatenotification/lib/AppInfo/Application.php b/apps/updatenotification/lib/AppInfo/Application.php index 2d7644ced6..aefed9cca5 100644 --- a/apps/updatenotification/lib/AppInfo/Application.php +++ b/apps/updatenotification/lib/AppInfo/Application.php @@ -1,9 +1,10 @@ * @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/apps/updatenotification/lib/Controller/AdminController.php b/apps/updatenotification/lib/Controller/AdminController.php index 8acb966f5c..ada04bdd68 100644 --- a/apps/updatenotification/lib/Controller/AdminController.php +++ b/apps/updatenotification/lib/Controller/AdminController.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * - * @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/apps/updatenotification/lib/Notification/BackgroundJob.php b/apps/updatenotification/lib/Notification/BackgroundJob.php index e455a1642f..70cde58bcb 100644 --- a/apps/updatenotification/lib/Notification/BackgroundJob.php +++ b/apps/updatenotification/lib/Notification/BackgroundJob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index bd89c11d62..48ce31f737 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/lib/ResetTokenBackgroundJob.php b/apps/updatenotification/lib/ResetTokenBackgroundJob.php index 0456f032e7..93b5a75078 100644 --- a/apps/updatenotification/lib/ResetTokenBackgroundJob.php +++ b/apps/updatenotification/lib/ResetTokenBackgroundJob.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/apps/updatenotification/lib/UpdateChecker.php b/apps/updatenotification/lib/UpdateChecker.php index 1d30bb5a35..dd51831007 100644 --- a/apps/updatenotification/lib/UpdateChecker.php +++ b/apps/updatenotification/lib/UpdateChecker.php @@ -1,9 +1,10 @@ * @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/apps/updatenotification/tests/Controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php index d08ff2feb1..0343542ef4 100644 --- a/apps/updatenotification/tests/Controller/AdminControllerTest.php +++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * - * @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/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php index d1076e10be..c60a142957 100644 --- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php +++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/tests/Notification/NotifierTest.php b/apps/updatenotification/tests/Notification/NotifierTest.php index d85cf3e707..8848a3124f 100644 --- a/apps/updatenotification/tests/Notification/NotifierTest.php +++ b/apps/updatenotification/tests/Notification/NotifierTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php index 648688962b..71b72a4002 100644 --- a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php +++ b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.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/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php index 4ff8c07d2e..c2c9ba1438 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php index ae000e8d6e..4ec0330729 100644 --- a/apps/user_ldap/ajax/clearMappings.php +++ b/apps/user_ldap/ajax/clearMappings.php @@ -1,11 +1,12 @@ * @author Christopher Schäpers * @author Lukas Reschke * @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/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index 236d442886..def642b243 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -1,14 +1,15 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index 75d99eade6..0537349bbe 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -1,12 +1,13 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index db47d13c2b..ae0199f79a 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php index a1b100ef93..51737cc995 100644 --- a/apps/user_ldap/ajax/setConfiguration.php +++ b/apps/user_ldap/ajax/setConfiguration.php @@ -1,13 +1,14 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Lennart Rosam * @author Lukas Reschke * @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/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index 20a82d056d..f7e949ec74 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -1,13 +1,14 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index c1dda550cd..8ceafcb216 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index 30e9711ccf..8b94817e62 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -1,15 +1,16 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Dominik Schmidt - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/user_ldap/appinfo/install.php b/apps/user_ldap/appinfo/install.php index 1c2cf1be55..b3c92b0024 100644 --- a/apps/user_ldap/appinfo/install.php +++ b/apps/user_ldap/appinfo/install.php @@ -1,9 +1,10 @@ * @author Christopher Schäpers * - * @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/apps/user_ldap/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php index c2e0e8aec3..59e2dca565 100644 --- a/apps/user_ldap/appinfo/register_command.php +++ b/apps/user_ldap/appinfo/register_command.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php index 31bc196031..c01a3c1147 100644 --- a/apps/user_ldap/appinfo/routes.php +++ b/apps/user_ldap/appinfo/routes.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index cdf1233147..dabf243eda 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -1,12 +1,15 @@ * @author Alexander Bergolth * @author Andreas Fischer * @author Arthur Schiwon * @author Bart Visscher * @author Benjamin Diele * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci * @author Lukas Reschke @@ -18,7 +21,6 @@ * @author Renaud Fortier * @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/apps/user_ldap/lib/BackendUtility.php b/apps/user_ldap/lib/BackendUtility.php index 7f3b905823..dc5a8a36ce 100644 --- a/apps/user_ldap/lib/BackendUtility.php +++ b/apps/user_ldap/lib/BackendUtility.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/user_ldap/lib/Command/CheckUser.php b/apps/user_ldap/lib/Command/CheckUser.php index 4bf7ecc42b..236d2e51d0 100644 --- a/apps/user_ldap/lib/Command/CheckUser.php +++ b/apps/user_ldap/lib/Command/CheckUser.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Command/CreateEmptyConfig.php b/apps/user_ldap/lib/Command/CreateEmptyConfig.php index 486a10feda..53cc4cbf46 100644 --- a/apps/user_ldap/lib/Command/CreateEmptyConfig.php +++ b/apps/user_ldap/lib/Command/CreateEmptyConfig.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Martin Konrad * @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/apps/user_ldap/lib/Command/DeleteConfig.php b/apps/user_ldap/lib/Command/DeleteConfig.php index 54b157b35b..a986dd6be7 100644 --- a/apps/user_ldap/lib/Command/DeleteConfig.php +++ b/apps/user_ldap/lib/Command/DeleteConfig.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Martin Konrad * @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/apps/user_ldap/lib/Command/Search.php b/apps/user_ldap/lib/Command/Search.php index 6e4ae24990..e1db3f4744 100644 --- a/apps/user_ldap/lib/Command/Search.php +++ b/apps/user_ldap/lib/Command/Search.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Command/SetConfig.php b/apps/user_ldap/lib/Command/SetConfig.php index a53b4a7430..a1d5e90f3e 100644 --- a/apps/user_ldap/lib/Command/SetConfig.php +++ b/apps/user_ldap/lib/Command/SetConfig.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Command/ShowConfig.php b/apps/user_ldap/lib/Command/ShowConfig.php index 0fd4399a83..ac70468b1c 100644 --- a/apps/user_ldap/lib/Command/ShowConfig.php +++ b/apps/user_ldap/lib/Command/ShowConfig.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Laurens Post * @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/apps/user_ldap/lib/Command/ShowRemnants.php b/apps/user_ldap/lib/Command/ShowRemnants.php index c26a4e54f4..df38d6f650 100644 --- a/apps/user_ldap/lib/Command/ShowRemnants.php +++ b/apps/user_ldap/lib/Command/ShowRemnants.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author scolebrook * - * @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/apps/user_ldap/lib/Command/TestConfig.php b/apps/user_ldap/lib/Command/TestConfig.php index 9ed0f9a2cc..55a834812a 100644 --- a/apps/user_ldap/lib/Command/TestConfig.php +++ b/apps/user_ldap/lib/Command/TestConfig.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Configuration.php b/apps/user_ldap/lib/Configuration.php index d4e6a92a53..2fa42efda2 100644 --- a/apps/user_ldap/lib/Configuration.php +++ b/apps/user_ldap/lib/Configuration.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Alexander Bergolth + * @author Alex Weirig * @author Arthur Schiwon - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 1f4516a28e..dc150cef21 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -1,8 +1,10 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Lyonel Vincent @@ -10,7 +12,6 @@ * @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/apps/user_ldap/lib/FilesystemHelper.php b/apps/user_ldap/lib/FilesystemHelper.php index 29611ab776..689fcfeda7 100644 --- a/apps/user_ldap/lib/FilesystemHelper.php +++ b/apps/user_ldap/lib/FilesystemHelper.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php index 14d86fb061..67caa415ef 100644 --- a/apps/user_ldap/lib/Group_LDAP.php +++ b/apps/user_ldap/lib/Group_LDAP.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Alexander Bergolth + * @author Alex Weirig * @author alexweirig * @author Andreas Fischer * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Frédéric Fortier - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Nicolas Grekas * @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/apps/user_ldap/lib/Group_Proxy.php b/apps/user_ldap/lib/Group_Proxy.php index 3b2ec56970..64b85427f8 100644 --- a/apps/user_ldap/lib/Group_Proxy.php +++ b/apps/user_ldap/lib/Group_Proxy.php @@ -1,12 +1,13 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php index d29fe8cd31..ccc1d2c0b4 100644 --- a/apps/user_ldap/lib/Helper.php +++ b/apps/user_ldap/lib/Helper.php @@ -1,15 +1,16 @@ * @author Brice Maron - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/lib/ILDAPWrapper.php b/apps/user_ldap/lib/ILDAPWrapper.php index 4f28165736..4fd3b31428 100644 --- a/apps/user_ldap/lib/ILDAPWrapper.php +++ b/apps/user_ldap/lib/ILDAPWrapper.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/lib/Jobs/CleanUp.php b/apps/user_ldap/lib/Jobs/CleanUp.php index 5041aead37..21c3ece866 100644 --- a/apps/user_ldap/lib/Jobs/CleanUp.php +++ b/apps/user_ldap/lib/Jobs/CleanUp.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index 71c74ad58f..e29c6a8141 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -1,8 +1,10 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -10,7 +12,6 @@ * @author Robin McCorkell * @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/apps/user_ldap/lib/LDAP.php b/apps/user_ldap/lib/LDAP.php index 8ad943aa51..5376d92a74 100644 --- a/apps/user_ldap/lib/LDAP.php +++ b/apps/user_ldap/lib/LDAP.php @@ -1,14 +1,15 @@ * @author Arthur Schiwon - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/lib/LDAPUtility.php b/apps/user_ldap/lib/LDAPUtility.php index 506a2bb2b2..4c908ee44d 100644 --- a/apps/user_ldap/lib/LDAPUtility.php +++ b/apps/user_ldap/lib/LDAPUtility.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/apps/user_ldap/lib/LogWrapper.php b/apps/user_ldap/lib/LogWrapper.php index 2f1d2d05d2..dd05b58666 100644 --- a/apps/user_ldap/lib/LogWrapper.php +++ b/apps/user_ldap/lib/LogWrapper.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/Mapping/AbstractMapping.php b/apps/user_ldap/lib/Mapping/AbstractMapping.php index 67fbd9fe85..8e7f1f8b13 100644 --- a/apps/user_ldap/lib/Mapping/AbstractMapping.php +++ b/apps/user_ldap/lib/Mapping/AbstractMapping.php @@ -1,9 +1,11 @@ * @author Arthur Schiwon * @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/apps/user_ldap/lib/Mapping/GroupMapping.php b/apps/user_ldap/lib/Mapping/GroupMapping.php index d743971c9a..135faa3018 100644 --- a/apps/user_ldap/lib/Mapping/GroupMapping.php +++ b/apps/user_ldap/lib/Mapping/GroupMapping.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/lib/Mapping/UserMapping.php b/apps/user_ldap/lib/Mapping/UserMapping.php index 2cdf32d2aa..10be4b3375 100644 --- a/apps/user_ldap/lib/Mapping/UserMapping.php +++ b/apps/user_ldap/lib/Mapping/UserMapping.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/lib/Proxy.php b/apps/user_ldap/lib/Proxy.php index 2af55430b7..07cc1ea0e8 100644 --- a/apps/user_ldap/lib/Proxy.php +++ b/apps/user_ldap/lib/Proxy.php @@ -1,15 +1,17 @@ * @author Bart Visscher * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @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 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/User/DeletedUsersIndex.php b/apps/user_ldap/lib/User/DeletedUsersIndex.php index 512ff54bbd..9ec95a01b5 100644 --- a/apps/user_ldap/lib/User/DeletedUsersIndex.php +++ b/apps/user_ldap/lib/User/DeletedUsersIndex.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/User/IUserTools.php b/apps/user_ldap/lib/User/IUserTools.php index 981e6bd9e2..4ba9cebb1a 100644 --- a/apps/user_ldap/lib/User/IUserTools.php +++ b/apps/user_ldap/lib/User/IUserTools.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/User/Manager.php b/apps/user_ldap/lib/User/Manager.php index 767a2351ae..1a9138176b 100644 --- a/apps/user_ldap/lib/User/Manager.php +++ b/apps/user_ldap/lib/User/Manager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/apps/user_ldap/lib/User/OfflineUser.php b/apps/user_ldap/lib/User/OfflineUser.php index a4bd022f1c..4ee3bd0991 100644 --- a/apps/user_ldap/lib/User/OfflineUser.php +++ b/apps/user_ldap/lib/User/OfflineUser.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/User/User.php b/apps/user_ldap/lib/User/User.php index c82bde0704..56d881c5d5 100644 --- a/apps/user_ldap/lib/User/User.php +++ b/apps/user_ldap/lib/User/User.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index 7929394893..188b8a4f30 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -1,9 +1,12 @@ * @author Bart Visscher * @author Dominik Schmidt - * @author Joas Schilling + * @author felixboehm + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -13,7 +16,6 @@ * @author Thomas Müller * @author Tom Needham * - * @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/apps/user_ldap/lib/User_Proxy.php b/apps/user_ldap/lib/User_Proxy.php index 1bd793b6e1..c86d4f29ec 100644 --- a/apps/user_ldap/lib/User_Proxy.php +++ b/apps/user_ldap/lib/User_Proxy.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @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/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index ea4d36a767..fb304f576f 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -1,10 +1,12 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Jean-Louis Dupond - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -14,7 +16,6 @@ * @author Stefan Weil * @author Victor Dubiniuk * - * @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/apps/user_ldap/lib/WizardResult.php b/apps/user_ldap/lib/WizardResult.php index 1f36f2fef2..e5294a7650 100644 --- a/apps/user_ldap/lib/WizardResult.php +++ b/apps/user_ldap/lib/WizardResult.php @@ -1,13 +1,14 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/settings.php b/apps/user_ldap/settings.php index 5c69b2ed96..32baa676a8 100644 --- a/apps/user_ldap/settings.php +++ b/apps/user_ldap/settings.php @@ -1,16 +1,16 @@ * @author Dominik Schmidt - * @author Frank Karlitschek - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Volkan Gezer * - * @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/apps/user_ldap/tests/AccessTest.php b/apps/user_ldap/tests/AccessTest.php index 97b87d853c..f96813ba71 100644 --- a/apps/user_ldap/tests/AccessTest.php +++ b/apps/user_ldap/tests/AccessTest.php @@ -1,12 +1,13 @@ * @author Arthur Schiwon - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/ConfigurationTest.php b/apps/user_ldap/tests/ConfigurationTest.php index 54096ab38b..9951b97e06 100644 --- a/apps/user_ldap/tests/ConfigurationTest.php +++ b/apps/user_ldap/tests/ConfigurationTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/ConnectionTest.php b/apps/user_ldap/tests/ConnectionTest.php index 08b91ed14e..ed0a148158 100644 --- a/apps/user_ldap/tests/ConnectionTest.php +++ b/apps/user_ldap/tests/ConnectionTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index 35d525068a..71120bdb83 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -1,13 +1,15 @@ * @author Frédéric Fortier - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php index 95525c253e..4ec36617c1 100644 --- a/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php +++ b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php index 951c816990..918dad6d5d 100644 --- a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php +++ b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/FakeManager.php b/apps/user_ldap/tests/Integration/FakeManager.php index a105c1b802..1eb405298a 100644 --- a/apps/user_ldap/tests/Integration/FakeManager.php +++ b/apps/user_ldap/tests/Integration/FakeManager.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php index 898e8e2712..4fcc833433 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php index 1deb740d0a..1d4bd05b8a 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php index 0428abd1a6..2574877fca 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php index 67c06212cb..85a185c8ac 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php index c281787197..4d20d52595 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php index d713a7fd30..56f44cc58b 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php index 9cce9e9d7e..7acd49af00 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php index ece6abc17b..a4db8cae68 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php index 8e804b8d61..bd4da5ea97 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php index d77202ead0..de86e17d01 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php index ff2b75e8dc..597b85020c 100644 --- a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php +++ b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroupsDifferentOU.php b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroupsDifferentOU.php index 2c317b9ce5..b99115074a 100644 --- a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroupsDifferentOU.php +++ b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroupsDifferentOU.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php index 640bef6878..11f3ce310d 100644 --- a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php +++ b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitUsers.php @@ -1,9 +1,10 @@ * @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/apps/user_ldap/tests/Integration/setup-scripts/createUsersWithoutDisplayName.php b/apps/user_ldap/tests/Integration/setup-scripts/createUsersWithoutDisplayName.php index 6699450c79..e08dd79834 100644 --- a/apps/user_ldap/tests/Integration/setup-scripts/createUsersWithoutDisplayName.php +++ b/apps/user_ldap/tests/Integration/setup-scripts/createUsersWithoutDisplayName.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/apps/user_ldap/tests/Jobs/CleanUpTest.php b/apps/user_ldap/tests/Jobs/CleanUpTest.php index 4b39cfd97f..45e7998da0 100644 --- a/apps/user_ldap/tests/Jobs/CleanUpTest.php +++ b/apps/user_ldap/tests/Jobs/CleanUpTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/Mapping/AbstractMappingTest.php b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php index a2e9f85091..1d988126df 100644 --- a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php +++ b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php @@ -1,11 +1,13 @@ * @author Arthur Schiwon - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/apps/user_ldap/tests/Mapping/GroupMappingTest.php b/apps/user_ldap/tests/Mapping/GroupMappingTest.php index 9101202eb0..4b31f07a7d 100644 --- a/apps/user_ldap/tests/Mapping/GroupMappingTest.php +++ b/apps/user_ldap/tests/Mapping/GroupMappingTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/Mapping/UserMappingTest.php b/apps/user_ldap/tests/Mapping/UserMappingTest.php index e8544211d7..c1752c5f67 100644 --- a/apps/user_ldap/tests/Mapping/UserMappingTest.php +++ b/apps/user_ldap/tests/Mapping/UserMappingTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/User/ManagerTest.php b/apps/user_ldap/tests/User/ManagerTest.php index 0b11ca33d5..0c370f12c4 100644 --- a/apps/user_ldap/tests/User/ManagerTest.php +++ b/apps/user_ldap/tests/User/ManagerTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung * @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/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php index 4d4d19be02..cf1514009d 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/apps/user_ldap/tests/User_LDAPTest.php b/apps/user_ldap/tests/User_LDAPTest.php index 245ed954c6..ae86e3cf3a 100644 --- a/apps/user_ldap/tests/User_LDAPTest.php +++ b/apps/user_ldap/tests/User_LDAPTest.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @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 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/WizardTest.php b/apps/user_ldap/tests/WizardTest.php index ca5872e0a8..cc110c6ee0 100644 --- a/apps/user_ldap/tests/WizardTest.php +++ b/apps/user_ldap/tests/WizardTest.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * @author Viktor Szépe * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify From ba87db3fccb40aa58d84d12932424c83a4db411f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 17:07:57 +0200 Subject: [PATCH 2/3] Fix others --- console.php | 8 ++-- core/Application.php | 6 ++- core/Command/App/CheckCode.php | 5 ++- core/Command/App/Disable.php | 5 ++- core/Command/App/Enable.php | 5 ++- core/Command/App/GetPath.php | 3 +- core/Command/App/ListApps.php | 5 ++- core/Command/Base.php | 5 ++- core/Command/Check.php | 5 ++- core/Command/Config/App/DeleteConfig.php | 5 ++- core/Command/Config/App/GetConfig.php | 5 ++- core/Command/Config/App/SetConfig.php | 5 ++- core/Command/Config/Import.php | 5 ++- core/Command/Config/ListConfigs.php | 5 ++- core/Command/Config/System/DeleteConfig.php | 5 ++- core/Command/Config/System/GetConfig.php | 5 ++- core/Command/Config/System/SetConfig.php | 5 ++- core/Command/Db/ConvertType.php | 5 ++- core/Command/Db/GenerateChangeScript.php | 3 +- .../Encryption/ChangeKeyStorageRoot.php | 3 +- core/Command/Encryption/DecryptAll.php | 10 +++-- core/Command/Encryption/Disable.php | 5 ++- core/Command/Encryption/Enable.php | 5 ++- core/Command/Encryption/EncryptAll.php | 7 ++-- core/Command/Encryption/ListModules.php | 5 ++- core/Command/Encryption/SetDefaultModule.php | 5 ++- .../Command/Encryption/ShowKeyStorageRoot.php | 3 +- core/Command/Encryption/Status.php | 5 ++- core/Command/Group/AddUser.php | 2 + core/Command/Group/ListCommand.php | 2 + core/Command/Group/RemoveUser.php | 2 + core/Command/Integrity/CheckApp.php | 3 +- core/Command/Integrity/CheckCore.php | 3 +- core/Command/Integrity/SignApp.php | 3 +- core/Command/Integrity/SignCore.php | 3 +- core/Command/L10n/CreateJs.php | 3 +- core/Command/Log/Manage.php | 8 ++-- core/Command/Log/OwnCloud.php | 6 ++- core/Command/Maintenance/DataFingerprint.php | 5 ++- core/Command/Maintenance/Install.php | 6 ++- .../Command/Maintenance/Mimetype/UpdateDB.php | 3 +- .../Command/Maintenance/Mimetype/UpdateJS.php | 9 +++-- core/Command/Maintenance/Mode.php | 3 +- core/Command/Maintenance/Repair.php | 5 ++- core/Command/Maintenance/SingleUser.php | 3 +- core/Command/Maintenance/UpdateHtaccess.php | 3 +- core/Command/Security/ImportCertificate.php | 3 +- core/Command/Security/ListCertificates.php | 3 +- core/Command/Security/RemoveCertificate.php | 3 +- core/Command/Status.php | 5 ++- core/Command/TwoFactorAuth/Disable.php | 3 +- core/Command/TwoFactorAuth/Enable.php | 3 +- core/Command/Upgrade.php | 6 ++- core/Command/User/Add.php | 5 ++- core/Command/User/Delete.php | 5 ++- core/Command/User/Disable.php | 3 +- core/Command/User/Enable.php | 3 +- core/Command/User/Info.php | 2 + core/Command/User/LastSeen.php | 5 ++- core/Command/User/ListCommand.php | 2 + core/Command/User/Report.php | 5 ++- core/Command/User/ResetPassword.php | 5 ++- core/Command/User/Setting.php | 3 +- core/Controller/AvatarController.php | 7 ++-- core/Controller/LoginController.php | 9 +++-- core/Controller/LostController.php | 6 ++- core/Controller/SetupController.php | 3 +- core/Controller/TokenController.php | 6 ++- .../TwoFactorChallengeController.php | 6 ++- core/Controller/UserController.php | 3 +- core/Middleware/TwoFactorMiddleware.php | 7 ++-- core/Tags/Controller.php | 3 +- core/ajax/appconfig.php | 3 +- core/ajax/preview.php | 5 ++- core/ajax/share.php | 7 ++-- core/ajax/update.php | 5 ++- core/js/config.php | 7 ++-- core/register_command.php | 7 ++-- core/routes.php | 7 ++-- core/search/ajax/search.php | 3 +- core/strings.php | 3 +- cron.php | 5 ++- index.php | 3 +- lib/autoloader.php | 7 ++-- lib/base.php | 10 +++-- lib/composer/autoload.php | 20 ++++++++++ lib/composer/composer/ClassLoader.php | 23 ++++++++--- lib/composer/composer/autoload_classmap.php | 20 ++++++++++ lib/composer/composer/autoload_namespaces.php | 20 ++++++++++ lib/composer/composer/autoload_psr4.php | 21 ++++++++++ lib/composer/composer/autoload_real.php | 20 ++++++++++ lib/composer/composer/autoload_static.php | 20 ++++++++++ lib/private/Activity/Event.php | 5 ++- lib/private/Activity/Manager.php | 5 ++- lib/private/AllConfig.php | 6 ++- lib/private/App/AppManager.php | 6 ++- lib/private/App/CodeChecker/AbstractCheck.php | 5 ++- lib/private/App/CodeChecker/CodeChecker.php | 5 ++- .../App/CodeChecker/DeprecationCheck.php | 5 ++- lib/private/App/CodeChecker/EmptyCheck.php | 5 ++- lib/private/App/CodeChecker/ICheck.php | 5 ++- lib/private/App/CodeChecker/InfoChecker.php | 5 ++- lib/private/App/CodeChecker/NodeVisitor.php | 5 ++- lib/private/App/CodeChecker/PrivateCheck.php | 5 ++- .../App/CodeChecker/StrongComparisonCheck.php | 5 ++- lib/private/App/DependencyAnalyzer.php | 5 ++- lib/private/App/InfoParser.php | 3 +- lib/private/App/Platform.php | 3 +- lib/private/App/PlatformRepository.php | 3 +- lib/private/AppConfig.php | 5 ++- lib/private/AppFramework/App.php | 3 +- lib/private/AppFramework/Core/API.php | 3 +- lib/private/AppFramework/Db/Db.php | 5 ++- .../DependencyInjection/DIContainer.php | 7 ++-- lib/private/AppFramework/Http.php | 5 ++- lib/private/AppFramework/Http/Dispatcher.php | 3 +- lib/private/AppFramework/Http/Output.php | 3 +- lib/private/AppFramework/Http/Request.php | 7 ++-- .../Middleware/MiddlewareDispatcher.php | 3 +- .../AppFramework/Middleware/OCSMiddleware.php | 1 + .../Middleware/Security/CORSMiddleware.php | 4 +- .../Exceptions/AppNotEnabledException.php | 5 ++- .../CrossSiteRequestForgeryException.php | 5 ++- .../Security/Exceptions/NotAdminException.php | 5 ++- .../Exceptions/NotLoggedInException.php | 5 ++- .../Security/Exceptions/SecurityException.php | 3 +- .../StrictCookieMissingException.php | 2 + .../Security/SecurityMiddleware.php | 5 ++- .../Middleware/SessionMiddleware.php | 3 +- .../Routing/RouteActionHandler.php | 5 ++- .../AppFramework/Routing/RouteConfig.php | 5 ++- .../Utility/ControllerMethodReflector.php | 3 +- .../AppFramework/Utility/SimpleContainer.php | 5 ++- .../AppFramework/Utility/TimeFactory.php | 3 +- lib/private/AppHelper.php | 3 +- lib/private/Archive/Archive.php | 7 ++-- lib/private/Archive/TAR.php | 7 ++-- lib/private/Archive/ZIP.php | 7 ++-- .../Exceptions/InvalidTokenException.php | 3 +- .../Exceptions/LoginRequiredException.php | 3 +- .../PasswordLoginForbiddenException.php | 4 +- .../Exceptions/PasswordlessTokenException.php | 4 +- .../TwoFactorAuthRequiredException.php | 3 +- .../UserAlreadyLoggedInException.php | 3 +- .../Authentication/Token/DefaultToken.php | 3 +- .../Token/DefaultTokenCleanupJob.php | 3 +- .../Token/DefaultTokenMapper.php | 3 +- .../Token/DefaultTokenProvider.php | 3 +- .../Authentication/Token/IProvider.php | 3 +- lib/private/Authentication/Token/IToken.php | 3 +- .../Authentication/TwoFactorAuth/Manager.php | 3 +- lib/private/Avatar.php | 5 ++- lib/private/AvatarManager.php | 5 ++- lib/private/BackgroundJob/Job.php | 3 +- lib/private/BackgroundJob/JobList.php | 5 ++- .../BackgroundJob/Legacy/QueuedJob.php | 3 +- .../BackgroundJob/Legacy/RegularJob.php | 3 +- lib/private/BackgroundJob/QueuedJob.php | 3 +- lib/private/BackgroundJob/TimedJob.php | 3 +- lib/private/Cache/CappedMemoryCache.php | 3 +- lib/private/Cache/File.php | 7 ++-- lib/private/CapabilitiesManager.php | 5 ++- lib/private/Command/AsyncBus.php | 3 +- lib/private/Command/CallableJob.php | 3 +- lib/private/Command/ClosureJob.php | 3 +- lib/private/Command/CommandJob.php | 3 +- lib/private/Command/FileAccess.php | 3 +- lib/private/Command/QueueBus.php | 3 +- lib/private/Comments/Comment.php | 5 ++- lib/private/Comments/Manager.php | 5 ++- lib/private/Comments/ManagerFactory.php | 5 ++- lib/private/Config.php | 5 ++- lib/private/Console/Application.php | 5 ++- lib/private/Console/TimestampFormatter.php | 5 ++- lib/private/ContactsManager.php | 5 ++- lib/private/DB/Adapter.php | 5 ++- lib/private/DB/AdapterMySQL.php | 5 ++- lib/private/DB/AdapterOCI8.php | 3 +- lib/private/DB/AdapterPgSql.php | 3 +- lib/private/DB/AdapterSqlite.php | 5 ++- lib/private/DB/Connection.php | 7 ++-- lib/private/DB/ConnectionFactory.php | 3 +- lib/private/DB/MDB2SchemaManager.php | 5 ++- lib/private/DB/MDB2SchemaReader.php | 5 ++- lib/private/DB/MDB2SchemaWriter.php | 3 +- lib/private/DB/MigrationException.php | 3 +- lib/private/DB/Migrator.php | 3 +- lib/private/DB/MySQLMigrator.php | 3 +- lib/private/DB/NoCheckMigrator.php | 3 +- lib/private/DB/OCSqlitePlatform.php | 3 +- lib/private/DB/OracleConnection.php | 3 +- lib/private/DB/OracleMigrator.php | 3 +- lib/private/DB/PgSqlTools.php | 3 +- lib/private/DB/PostgreSqlMigrator.php | 3 +- .../DB/QueryBuilder/CompositeExpression.php | 5 ++- .../ExpressionBuilder/ExpressionBuilder.php | 5 ++- .../MySqlExpressionBuilder.php | 5 ++- .../OCIExpressionBuilder.php | 5 ++- .../PgSqlExpressionBuilder.php | 5 ++- lib/private/DB/QueryBuilder/Literal.php | 5 ++- lib/private/DB/QueryBuilder/Parameter.php | 5 ++- lib/private/DB/QueryBuilder/QueryBuilder.php | 5 ++- lib/private/DB/QueryBuilder/QueryFunction.php | 5 ++- lib/private/DB/QueryBuilder/QuoteHelper.php | 5 ++- lib/private/DB/SQLiteMigrator.php | 3 +- lib/private/DB/SQLiteSessionInit.php | 3 +- lib/private/DatabaseException.php | 5 ++- lib/private/DatabaseSetupException.php | 5 ++- lib/private/DateTimeFormatter.php | 5 ++- lib/private/DateTimeZone.php | 5 ++- lib/private/Diagnostics/Event.php | 3 +- lib/private/Diagnostics/EventLogger.php | 3 +- lib/private/Diagnostics/NullEventLogger.php | 3 +- lib/private/Diagnostics/NullQueryLogger.php | 3 +- lib/private/Diagnostics/Query.php | 3 +- lib/private/Diagnostics/QueryLogger.php | 3 +- lib/private/Encryption/DecryptAll.php | 8 +++- lib/private/Encryption/EncryptionWrapper.php | 3 +- .../Exceptions/DecryptionFailedException.php | 3 +- .../EmptyEncryptionDataException.php | 3 +- .../Exceptions/EncryptionFailedException.php | 3 +- .../EncryptionHeaderKeyExistsException.php | 3 +- .../EncryptionHeaderToLargeException.php | 3 +- .../ModuleAlreadyExistsException.php | 3 +- .../ModuleDoesNotExistsException.php | 3 +- .../Exceptions/UnknownCipherException.php | 3 +- lib/private/Encryption/File.php | 4 +- lib/private/Encryption/HookManager.php | 3 +- lib/private/Encryption/Keys/Storage.php | 5 ++- lib/private/Encryption/Manager.php | 5 ++- lib/private/Encryption/Update.php | 5 ++- lib/private/Encryption/Util.php | 5 ++- 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 +- .../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 ++- .../Cache/Wrapper/CachePermissionsMask.php | 3 +- .../Files/Cache/Wrapper/CacheWrapper.php | 5 ++- lib/private/Files/Config/CachedMountInfo.php | 3 +- .../Files/Config/LazyStorageMountInfo.php | 3 +- .../Files/Config/MountProviderCollection.php | 3 +- lib/private/Files/Config/UserMountCache.php | 5 ++- .../Files/Config/UserMountCacheListener.php | 3 +- lib/private/Files/FileInfo.php | 7 ++-- lib/private/Files/Filesystem.php | 7 ++-- .../Files/Mount/CacheMountProvider.php | 3 +- .../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 +- .../Files/Mount/ObjectHomeMountProvider.php | 7 ++-- 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 ++-- .../ObjectStore/HomeObjectStoreStorage.php | 3 +- lib/private/Files/ObjectStore/Mapper.php | 5 ++- lib/private/Files/ObjectStore/NoopScanner.php | 5 ++- .../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 ++- .../Files/Storage/LocalTempFileTrait.php | 3 +- .../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 +- .../Files/Storage/Wrapper/Availability.php | 3 +- .../Files/Storage/Wrapper/Encoding.php | 3 +- .../Files/Storage/Wrapper/Encryption.php | 5 ++- lib/private/Files/Storage/Wrapper/Jail.php | 5 ++- .../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 ++-- lib/private/ForbiddenException.php | 3 +- lib/private/Group/Backend.php | 5 ++- lib/private/Group/Database.php | 6 ++- lib/private/Group/Group.php | 5 ++- lib/private/Group/Manager.php | 7 ++-- lib/private/Group/MetaData.php | 5 ++- lib/private/HTTPHelper.php | 3 +- lib/private/HintException.php | 3 +- lib/private/Hooks/BasicEmitter.php | 3 +- lib/private/Hooks/Emitter.php | 3 +- lib/private/Hooks/EmitterTrait.php | 3 +- lib/private/Hooks/ForwardingEmitter.php | 3 +- lib/private/Hooks/LegacyEmitter.php | 3 +- lib/private/Hooks/PublicEmitter.php | 3 +- lib/private/Http/Client/Client.php | 3 +- lib/private/Http/Client/ClientService.php | 3 +- lib/private/Http/Client/Response.php | 3 +- lib/private/Installer.php | 7 ++-- lib/private/IntegrityCheck/Checker.php | 8 ++-- .../Exceptions/InvalidSignatureException.php | 3 +- .../IntegrityCheck/Helpers/AppLocator.php | 3 +- .../Helpers/EnvironmentHelper.php | 3 +- .../Helpers/FileAccessHelper.php | 3 +- .../ExcludeFileByNameFilterIterator.php | 6 ++- .../ExcludeFoldersByPathFilterIterator.php | 3 +- lib/private/L10N/Factory.php | 5 ++- lib/private/L10N/L10N.php | 5 ++- lib/private/LargeFileHelper.php | 3 +- lib/private/Lock/AbstractLockingProvider.php | 3 +- lib/private/Lock/DBLockingProvider.php | 5 ++- lib/private/Lock/MemcacheLockingProvider.php | 3 +- lib/private/Lock/NoopLockingProvider.php | 3 +- lib/private/Log.php | 7 ++-- lib/private/Log/ErrorHandler.php | 3 +- lib/private/Log/Owncloud.php | 7 +++- lib/private/Log/Rotate.php | 3 +- lib/private/Log/Syslog.php | 5 ++- lib/private/Mail/Mailer.php | 3 +- lib/private/Mail/Message.php | 3 +- lib/private/Memcache/APC.php | 3 +- lib/private/Memcache/APCu.php | 3 +- lib/private/Memcache/ArrayCache.php | 5 ++- lib/private/Memcache/CADTrait.php | 3 +- lib/private/Memcache/CASTrait.php | 3 +- lib/private/Memcache/Cache.php | 3 +- lib/private/Memcache/Factory.php | 3 +- lib/private/Memcache/Memcached.php | 5 ++- lib/private/Memcache/NullCache.php | 3 +- lib/private/Memcache/Redis.php | 5 ++- lib/private/Memcache/XCache.php | 5 ++- lib/private/Migration/BackgroundRepair.php | 3 +- lib/private/NaturalSort.php | 3 +- lib/private/NaturalSort_DefaultCollator.php | 5 ++- lib/private/NavigationManager.php | 5 ++- lib/private/NeedsUpdateException.php | 3 +- lib/private/NotSquareException.php | 3 +- lib/private/Notification/Action.php | 5 ++- lib/private/Notification/Manager.php | 5 ++- lib/private/Notification/Notification.php | 5 ++- lib/private/OCS/Cloud.php | 5 ++- lib/private/OCS/Config.php | 5 ++- lib/private/OCS/CoreCapabilities.php | 5 ++- lib/private/OCS/Exception.php | 5 ++- lib/private/OCS/Person.php | 5 ++- lib/private/OCS/PrivateData.php | 5 ++- lib/private/OCS/Provider.php | 5 ++- lib/private/OCS/Result.php | 5 ++- lib/private/OCSClient.php | 5 ++- lib/private/Preview.php | 7 ++-- lib/private/Preview/BMP.php | 3 +- lib/private/Preview/Bitmap.php | 5 ++- lib/private/Preview/Font.php | 3 +- lib/private/Preview/GIF.php | 3 +- lib/private/Preview/Illustrator.php | 5 ++- lib/private/Preview/Image.php | 5 ++- lib/private/Preview/JPEG.php | 3 +- lib/private/Preview/MP3.php | 6 ++- lib/private/Preview/MSOffice2003.php | 5 ++- lib/private/Preview/MSOffice2007.php | 5 ++- lib/private/Preview/MSOfficeDoc.php | 5 ++- lib/private/Preview/MarkDown.php | 5 ++- lib/private/Preview/Movie.php | 5 ++- lib/private/Preview/Office.php | 5 ++- lib/private/Preview/OpenDocument.php | 5 ++- lib/private/Preview/PDF.php | 5 ++- lib/private/Preview/PNG.php | 3 +- lib/private/Preview/Photoshop.php | 5 ++- lib/private/Preview/Postscript.php | 5 ++- lib/private/Preview/Provider.php | 5 ++- lib/private/Preview/SVG.php | 5 ++- lib/private/Preview/StarOffice.php | 5 ++- lib/private/Preview/TIFF.php | 5 ++- lib/private/Preview/TXT.php | 5 ++- lib/private/Preview/XBitmap.php | 3 +- lib/private/PreviewManager.php | 5 ++- lib/private/RedisFactory.php | 3 +- lib/private/Repair.php | 6 ++- lib/private/Repair/AssetCache.php | 4 +- lib/private/Repair/AvatarPermissions.php | 5 ++- lib/private/Repair/CleanTags.php | 5 ++- lib/private/Repair/Collation.php | 3 +- lib/private/Repair/DropOldJobs.php | 5 ++- lib/private/Repair/DropOldTables.php | 6 ++- lib/private/Repair/FillETags.php | 5 ++- lib/private/Repair/InnoDB.php | 3 +- .../Repair/OldGroupMembershipShares.php | 5 ++- lib/private/Repair/Preview.php | 3 +- lib/private/Repair/RemoveGetETagEntries.php | 3 +- lib/private/Repair/RemoveOldShares.php | 5 ++- lib/private/Repair/RemoveRootShares.php | 5 ++- lib/private/Repair/RepairInvalidShares.php | 5 ++- lib/private/Repair/RepairLegacyStorages.php | 6 ++- lib/private/Repair/RepairMimeTypes.php | 7 ++-- lib/private/Repair/SearchLuceneTables.php | 3 +- lib/private/Repair/SharePropagation.php | 3 +- lib/private/Repair/SqliteAutoincrement.php | 3 +- lib/private/Repair/UpdateCertificateStore.php | 3 +- lib/private/Repair/UpdateOutdatedOcsIds.php | 3 +- lib/private/RepairException.php | 3 +- lib/private/Route/CachingRouter.php | 5 ++- lib/private/Route/Route.php | 3 +- lib/private/Route/Router.php | 7 ++-- lib/private/Search.php | 3 +- lib/private/Search/Provider/File.php | 3 +- lib/private/Search/Result/Audio.php | 3 +- lib/private/Search/Result/File.php | 3 +- lib/private/Search/Result/Folder.php | 3 +- lib/private/Search/Result/Image.php | 3 +- lib/private/Security/Bruteforce/Throttler.php | 2 + .../Security/CSP/ContentSecurityPolicy.php | 3 +- .../CSP/ContentSecurityPolicyManager.php | 3 +- lib/private/Security/CSRF/CsrfToken.php | 3 +- .../Security/CSRF/CsrfTokenGenerator.php | 3 +- .../Security/CSRF/CsrfTokenManager.php | 3 +- .../CSRF/TokenStorage/SessionStorage.php | 3 +- lib/private/Security/Certificate.php | 3 +- lib/private/Security/CertificateManager.php | 6 ++- lib/private/Security/CredentialsManager.php | 3 +- lib/private/Security/Crypto.php | 5 ++- lib/private/Security/Hasher.php | 3 +- lib/private/Security/SecureRandom.php | 3 +- lib/private/Security/TrustedDomainHelper.php | 4 +- lib/private/Server.php | 10 +++-- lib/private/ServerContainer.php | 5 ++- lib/private/ServerNotAvailableException.php | 3 +- lib/private/ServiceUnavailableException.php | 3 +- lib/private/Session/CryptoSessionData.php | 5 ++- lib/private/Session/CryptoWrapper.php | 7 ++-- lib/private/Session/Internal.php | 3 +- lib/private/Session/Memory.php | 3 +- lib/private/Session/Session.php | 3 +- lib/private/Setup.php | 7 ++-- lib/private/Setup/AbstractDatabase.php | 13 ++++--- lib/private/Setup/MySQL.php | 7 ++-- lib/private/Setup/OCI.php | 8 ++-- lib/private/Setup/PostgreSQL.php | 9 +++-- lib/private/Setup/Sqlite.php | 3 +- lib/private/Share/Constants.php | 3 +- lib/private/Share/Helper.php | 5 ++- lib/private/Share/MailNotifications.php | 7 ++-- lib/private/Share/SearchResultSorter.php | 3 +- lib/private/Share/Share.php | 10 +++-- lib/private/Share20/DefaultShareProvider.php | 9 +++-- .../Share20/Exception/BackendError.php | 5 ++- .../Share20/Exception/InvalidShare.php | 5 ++- .../Share20/Exception/ProviderException.php | 5 ++- lib/private/Share20/Hooks.php | 5 ++- lib/private/Share20/Manager.php | 13 ++++--- lib/private/Share20/ProviderFactory.php | 5 ++- lib/private/Share20/Share.php | 7 ++-- lib/private/Streamer.php | 5 ++- lib/private/SubAdmin.php | 5 ++- lib/private/SystemConfig.php | 7 ++-- lib/private/SystemTag/ManagerFactory.php | 5 ++- lib/private/SystemTag/SystemTag.php | 5 ++- lib/private/SystemTag/SystemTagManager.php | 5 ++- .../SystemTag/SystemTagObjectMapper.php | 5 ++- lib/private/TagManager.php | 3 +- lib/private/Tagging/Tag.php | 3 +- lib/private/Tagging/TagMapper.php | 3 +- lib/private/Tags.php | 5 ++- lib/private/TempManager.php | 3 +- lib/private/Template/Base.php | 3 +- lib/private/Template/CSSResourceLocator.php | 5 ++- lib/private/Template/JSResourceLocator.php | 5 ++- lib/private/Template/ResourceLocator.php | 5 ++- .../Template/ResourceNotFoundException.php | 5 ++- lib/private/Template/TemplateFileLocator.php | 3 +- lib/private/TemplateLayout.php | 8 ++-- lib/private/URLGenerator.php | 5 ++- lib/private/Updater.php | 5 ++- lib/private/Updater/VersionCheck.php | 3 +- lib/private/User/Backend.php | 5 ++- lib/private/User/Database.php | 8 ++-- lib/private/User/LoginException.php | 3 +- lib/private/User/Manager.php | 7 ++-- lib/private/User/NoUserException.php | 3 +- lib/private/User/Session.php | 3 +- lib/private/User/User.php | 5 ++- lib/private/legacy/api.php | 38 ++----------------- lib/private/legacy/app.php | 8 ++-- lib/private/legacy/db.php | 5 ++- lib/private/legacy/db/statementwrapper.php | 3 +- lib/private/legacy/defaults.php | 3 +- lib/private/legacy/eventsource.php | 3 +- lib/private/legacy/filechunking.php | 5 ++- lib/private/legacy/files.php | 5 ++- lib/private/legacy/group.php | 5 ++- lib/private/legacy/group/backend.php | 7 ++-- lib/private/legacy/group/database.php | 7 ++-- lib/private/legacy/group/example.php | 3 +- lib/private/legacy/group/interface.php | 3 +- lib/private/legacy/helper.php | 7 ++-- lib/private/legacy/hook.php | 3 +- lib/private/legacy/image.php | 7 ++-- lib/private/legacy/json.php | 4 +- lib/private/legacy/l10n.php | 5 ++- lib/private/legacy/l10n/string.php | 5 ++- lib/private/legacy/ocs.php | 3 +- lib/private/legacy/ocs/cloud.php | 5 ++- lib/private/legacy/ocs/config.php | 5 ++- lib/private/legacy/ocs/person.php | 5 ++- lib/private/legacy/ocs/privatedata.php | 5 ++- lib/private/legacy/ocs/result.php | 5 ++- lib/private/legacy/response.php | 3 +- lib/private/legacy/template.php | 9 ++--- lib/private/legacy/template/functions.php | 7 ++-- lib/private/legacy/user.php | 7 ++-- lib/private/legacy/user/backend.php | 7 ++-- lib/private/legacy/user/interface.php | 3 +- lib/private/legacy/util.php | 9 +++-- lib/public/API.php | 6 ++- lib/public/Activity/IConsumer.php | 5 ++- lib/public/Activity/IEvent.php | 5 ++- lib/public/Activity/IExtension.php | 5 ++- lib/public/Activity/IManager.php | 5 ++- lib/public/App.php | 5 ++- lib/public/App/IAppManager.php | 3 +- lib/public/App/ManagerEvent.php | 3 +- lib/public/AppFramework/ApiController.php | 3 +- lib/public/AppFramework/App.php | 5 ++- lib/public/AppFramework/Controller.php | 3 +- .../AppFramework/Db/DoesNotExistException.php | 3 +- lib/public/AppFramework/Db/Entity.php | 3 +- lib/public/AppFramework/Db/Mapper.php | 5 ++- .../Db/MultipleObjectsReturnedException.php | 3 +- lib/public/AppFramework/Http.php | 3 +- .../Http/ContentSecurityPolicy.php | 3 +- .../AppFramework/Http/DataDisplayResponse.php | 7 ++-- .../Http/DataDownloadResponse.php | 3 +- lib/public/AppFramework/Http/DataResponse.php | 3 +- .../AppFramework/Http/DownloadResponse.php | 3 +- .../Http/EmptyContentSecurityPolicy.php | 3 +- .../AppFramework/Http/ICallbackResponse.php | 3 +- lib/public/AppFramework/Http/IOutput.php | 3 +- lib/public/AppFramework/Http/JSONResponse.php | 3 +- .../AppFramework/Http/NotFoundResponse.php | 3 +- lib/public/AppFramework/Http/OCSResponse.php | 3 +- .../AppFramework/Http/RedirectResponse.php | 3 +- lib/public/AppFramework/Http/Response.php | 3 +- .../AppFramework/Http/StreamResponse.php | 3 +- .../AppFramework/Http/TemplateResponse.php | 3 +- lib/public/AppFramework/IApi.php | 3 +- lib/public/AppFramework/IAppContainer.php | 5 ++- lib/public/AppFramework/Middleware.php | 3 +- .../OCS/OCSBadRequestException.php | 1 + lib/public/AppFramework/OCS/OCSException.php | 1 + .../OCS/OCSForbiddenException.php | 1 + .../AppFramework/OCS/OCSNotFoundException.php | 1 + lib/public/AppFramework/OCSController.php | 3 +- lib/public/AppFramework/QueryException.php | 3 +- .../Utility/IControllerMethodReflector.php | 5 ++- .../AppFramework/Utility/ITimeFactory.php | 3 +- lib/public/Authentication/IApacheBackend.php | 3 +- .../TwoFactorAuth/IProvider.php | 3 +- lib/public/AutoloadNotAllowedException.php | 3 +- lib/public/BackgroundJob.php | 5 ++- lib/public/BackgroundJob/IJob.php | 5 ++- lib/public/BackgroundJob/IJobList.php | 5 ++- lib/public/Capabilities/ICapability.php | 5 ++- lib/public/Command/IBus.php | 3 +- lib/public/Command/ICommand.php | 3 +- lib/public/Comments/CommentsEntityEvent.php | 5 ++- lib/public/Comments/CommentsEvent.php | 5 ++- lib/public/Comments/IComment.php | 3 +- lib/public/Comments/ICommentsManager.php | 5 ++- .../Comments/ICommentsManagerFactory.php | 3 +- .../Comments/IllegalIDChangeException.php | 3 +- .../Comments/MessageTooLongException.php | 3 +- lib/public/Comments/NotFoundException.php | 3 +- lib/public/Config.php | 3 +- lib/public/Console/ConsoleEvent.php | 5 ++- lib/public/Constants.php | 7 ++-- lib/public/Contacts.php | 3 +- lib/public/Contacts/IManager.php | 3 +- lib/public/DB.php | 5 ++- .../DB/QueryBuilder/ICompositeExpression.php | 7 ++-- .../DB/QueryBuilder/IExpressionBuilder.php | 5 ++- lib/public/DB/QueryBuilder/ILiteral.php | 5 ++- lib/public/DB/QueryBuilder/IParameter.php | 5 ++- lib/public/DB/QueryBuilder/IQueryBuilder.php | 5 ++- lib/public/DB/QueryBuilder/IQueryFunction.php | 5 ++- lib/public/Defaults.php | 4 +- lib/public/Diagnostics/IEvent.php | 3 +- lib/public/Diagnostics/IEventLogger.php | 3 +- lib/public/Diagnostics/IQuery.php | 3 +- lib/public/Diagnostics/IQueryLogger.php | 3 +- .../Exceptions/GenericEncryptionException.php | 3 +- lib/public/Encryption/IEncryptionModule.php | 3 +- lib/public/Encryption/IFile.php | 3 +- lib/public/Encryption/IManager.php | 5 ++- lib/public/Encryption/Keys/IStorage.php | 5 ++- lib/public/Files.php | 5 ++- lib/public/Files/AlreadyExistsException.php | 3 +- lib/public/Files/Cache/ICache.php | 3 +- lib/public/Files/Cache/ICacheEntry.php | 3 +- lib/public/Files/Cache/IPropagator.php | 3 +- lib/public/Files/Cache/IScanner.php | 3 +- lib/public/Files/Cache/IUpdater.php | 3 +- lib/public/Files/Cache/IWatcher.php | 3 +- lib/public/Files/Config/ICachedMountInfo.php | 3 +- .../Files/Config/IHomeMountProvider.php | 3 +- lib/public/Files/Config/IMountProvider.php | 3 +- .../Files/Config/IMountProviderCollection.php | 3 +- lib/public/Files/Config/IUserMountCache.php | 3 +- lib/public/Files/EntityTooLargeException.php | 3 +- lib/public/Files/File.php | 5 ++- lib/public/Files/FileInfo.php | 7 ++-- lib/public/Files/FileNameTooLongException.php | 3 +- lib/public/Files/Folder.php | 3 +- lib/public/Files/ForbiddenException.php | 5 ++- lib/public/Files/IHomeStorage.php | 5 ++- lib/public/Files/IMimeTypeDetector.php | 5 ++- lib/public/Files/IMimeTypeLoader.php | 3 +- lib/public/Files/IRootFolder.php | 3 +- .../Files/InvalidCharacterInPathException.php | 3 +- lib/public/Files/InvalidContentException.php | 3 +- lib/public/Files/InvalidPathException.php | 3 +- lib/public/Files/LockNotAcquiredException.php | 3 +- lib/public/Files/Mount/IMountManager.php | 3 +- lib/public/Files/Mount/IMountPoint.php | 3 +- lib/public/Files/Node.php | 5 ++- lib/public/Files/NotEnoughSpaceException.php | 3 +- lib/public/Files/NotFoundException.php | 3 +- lib/public/Files/NotPermittedException.php | 3 +- lib/public/Files/ObjectStore/IObjectStore.php | 3 +- lib/public/Files/ReservedWordException.php | 3 +- lib/public/Files/Storage.php | 3 +- lib/public/Files/Storage/ILockingStorage.php | 3 +- lib/public/Files/Storage/INotifyStorage.php | 2 + lib/public/Files/Storage/IStorage.php | 3 +- lib/public/Files/Storage/IStorageFactory.php | 3 +- lib/public/Files/StorageAuthException.php | 3 +- .../Files/StorageBadConfigException.php | 3 +- .../Files/StorageConnectionException.php | 3 +- lib/public/Files/StorageInvalidException.php | 3 +- .../Files/StorageNotAvailableException.php | 3 +- lib/public/Files/StorageTimeoutException.php | 3 +- lib/public/Files/UnseekableException.php | 3 +- lib/public/GroupInterface.php | 3 +- lib/public/Http/Client/IClient.php | 3 +- lib/public/Http/Client/IClientService.php | 3 +- lib/public/Http/Client/IResponse.php | 3 +- lib/public/IAddressBook.php | 3 +- lib/public/IAppConfig.php | 4 +- lib/public/IAvatar.php | 7 ++-- lib/public/IAvatarManager.php | 5 ++- lib/public/ICache.php | 3 +- lib/public/ICacheFactory.php | 3 +- lib/public/ICertificate.php | 3 +- lib/public/ICertificateManager.php | 3 +- lib/public/IConfig.php | 5 ++- lib/public/IContainer.php | 5 ++- lib/public/IDBConnection.php | 5 ++- lib/public/IDateTimeFormatter.php | 5 ++- lib/public/IDateTimeZone.php | 5 ++- lib/public/IDb.php | 3 +- lib/public/IEventSource.php | 3 +- lib/public/IGroup.php | 3 +- lib/public/IGroupManager.php | 5 ++- lib/public/IHelper.php | 3 +- lib/public/IImage.php | 5 ++- lib/public/IL10N.php | 5 ++- lib/public/ILogger.php | 3 +- lib/public/IMemcache.php | 3 +- lib/public/IMemcacheTTL.php | 3 +- lib/public/INavigationManager.php | 5 ++- lib/public/IPreview.php | 5 ++- lib/public/IRequest.php | 4 +- lib/public/ISearch.php | 3 +- lib/public/IServerContainer.php | 7 ++-- lib/public/ISession.php | 3 +- lib/public/ITagManager.php | 3 +- lib/public/ITags.php | 3 +- lib/public/ITempManager.php | 3 +- lib/public/IURLGenerator.php | 5 ++- lib/public/IUser.php | 3 +- lib/public/IUserBackend.php | 3 +- lib/public/IUserManager.php | 3 +- lib/public/IUserSession.php | 3 +- lib/public/Image.php | 3 +- lib/public/JSON.php | 3 +- lib/public/L10N/IFactory.php | 5 ++- lib/public/Lock/ILockingProvider.php | 3 +- lib/public/Lock/LockedException.php | 3 +- lib/public/Mail/IMailer.php | 5 ++- lib/public/Migration/IOutput.php | 3 +- lib/public/Migration/IRepairStep.php | 3 +- lib/public/Notification/IAction.php | 5 ++- lib/public/Notification/IApp.php | 5 ++- lib/public/Notification/IManager.php | 5 ++- lib/public/Notification/INotification.php | 5 ++- lib/public/Notification/INotifier.php | 5 ++- lib/public/PreConditionNotMetException.php | 3 +- lib/public/Preview/IProvider.php | 5 ++- lib/public/Response.php | 3 +- lib/public/Route/IRoute.php | 3 +- lib/public/Route/IRouter.php | 5 ++- lib/public/SabrePluginEvent.php | 5 ++- lib/public/SabrePluginException.php | 5 ++- lib/public/Search/PagedProvider.php | 5 ++- lib/public/Search/Provider.php | 3 +- lib/public/Search/Result.php | 3 +- .../IContentSecurityPolicyManager.php | 3 +- lib/public/Security/ICredentialsManager.php | 3 +- lib/public/Security/ICrypto.php | 3 +- lib/public/Security/IHasher.php | 3 +- lib/public/Security/ISecureRandom.php | 3 +- lib/public/Security/StringUtils.php | 3 +- .../SessionNotAvailableException.php | 3 +- lib/public/Share.php | 7 ++-- .../Exceptions/GenericShareException.php | 7 ++-- .../Exceptions/IllegalIDChangeException.php | 5 ++- lib/public/Share/Exceptions/ShareNotFound.php | 5 ++- lib/public/Share/IManager.php | 5 ++- lib/public/Share/IProviderFactory.php | 5 ++- lib/public/Share/IShare.php | 5 ++- lib/public/Share/IShareProvider.php | 5 ++- lib/public/Share_Backend.php | 5 ++- lib/public/Share_Backend_Collection.php | 5 ++- lib/public/Share_Backend_File_Dependent.php | 5 ++- lib/public/SystemTag/ISystemTag.php | 3 +- lib/public/SystemTag/ISystemTagManager.php | 5 ++- .../SystemTag/ISystemTagManagerFactory.php | 3 +- .../SystemTag/ISystemTagObjectMapper.php | 5 ++- lib/public/SystemTag/ManagerEvent.php | 5 ++- lib/public/SystemTag/MapperEvent.php | 5 ++- .../SystemTag/SystemTagsEntityEvent.php | 3 +- .../SystemTag/TagAlreadyExistsException.php | 3 +- lib/public/SystemTag/TagNotFoundException.php | 5 ++- lib/public/Template.php | 5 ++- lib/public/User.php | 5 ++- lib/public/UserInterface.php | 3 +- lib/public/Util.php | 7 ++-- ocs/providers.php | 3 +- ocs/routes.php | 6 ++- ocs/v1.php | 7 +++- ocs/v2.php | 3 +- public.php | 5 ++- remote.php | 5 ++- settings/Application.php | 7 ++-- settings/ChangePassword/Controller.php | 4 +- settings/Controller/AppSettingsController.php | 5 ++- .../Controller/AuthSettingsController.php | 6 ++- settings/Controller/CertificateController.php | 3 +- settings/Controller/CheckSetupController.php | 7 ++-- settings/Controller/EncryptionController.php | 3 +- settings/Controller/GroupsController.php | 5 ++- settings/Controller/LogSettingsController.php | 8 ++-- .../Controller/MailSettingsController.php | 5 ++- .../Controller/SecuritySettingsController.php | 3 +- settings/Controller/UsersController.php | 7 ++-- settings/Middleware/SubadminMiddleware.php | 5 ++- settings/admin.php | 9 +++-- settings/ajax/disableapp.php | 3 +- settings/ajax/enableapp.php | 5 ++- settings/ajax/installapp.php | 3 +- settings/ajax/navigationdetect.php | 3 +- settings/ajax/setlanguage.php | 5 ++- settings/ajax/setquota.php | 3 +- settings/ajax/togglegroups.php | 3 +- settings/ajax/togglesubadmins.php | 3 +- settings/ajax/uninstallapp.php | 3 +- settings/ajax/updateapp.php | 3 +- settings/help.php | 5 ++- settings/languageCodes.php | 3 +- settings/personal.php | 9 +++-- settings/routes.php | 7 ++-- settings/users.php | 7 ++-- status.php | 5 ++- version.php | 6 +-- 793 files changed, 2232 insertions(+), 1286 deletions(-) diff --git a/console.php b/console.php index 4576cce885..8765b176ac 100644 --- a/console.php +++ b/console.php @@ -1,16 +1,14 @@ - * @author Edward Crompton - * @author Joas Schilling - * @author Jost Baron + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Philippe Le Brouster * @author Thomas Müller * @author Victor Dubiniuk * - * @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/core/Application.php b/core/Application.php index 82ec5ad023..a0deaff2b9 100644 --- a/core/Application.php +++ b/core/Application.php @@ -1,14 +1,16 @@ * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/core/Command/App/CheckCode.php b/core/Command/App/CheckCode.php index f73c845703..9c9485254d 100644 --- a/core/Command/App/CheckCode.php +++ b/core/Command/App/CheckCode.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @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/core/Command/App/Disable.php b/core/Command/App/Disable.php index 743a78cb88..45e93a2351 100644 --- a/core/Command/App/Disable.php +++ b/core/Command/App/Disable.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/App/Enable.php b/core/Command/App/Enable.php index 0f6ce51fe8..a12a169992 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/App/GetPath.php b/core/Command/App/GetPath.php index 33a3f64c53..3eeee5c2c4 100644 --- a/core/Command/App/GetPath.php +++ b/core/Command/App/GetPath.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/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index d7546b3c0c..6359413d6e 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Victor Dubiniuk * - * @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/core/Command/Base.php b/core/Command/Base.php index 7538effd74..5fa4468f6e 100644 --- a/core/Command/Base.php +++ b/core/Command/Base.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/Check.php b/core/Command/Check.php index c2e92f7a8d..8ced96a91c 100644 --- a/core/Command/Check.php +++ b/core/Command/Check.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/Config/App/DeleteConfig.php b/core/Command/Config/App/DeleteConfig.php index cccd92ea3d..82099556ca 100644 --- a/core/Command/Config/App/DeleteConfig.php +++ b/core/Command/Config/App/DeleteConfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/App/GetConfig.php b/core/Command/Config/App/GetConfig.php index abe71e57d8..eb81b1b19b 100644 --- a/core/Command/Config/App/GetConfig.php +++ b/core/Command/Config/App/GetConfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php index 097fde6ba9..aa84ddf1d8 100644 --- a/core/Command/Config/App/SetConfig.php +++ b/core/Command/Config/App/SetConfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php index 7f1e09d2c9..a27d1b62f0 100644 --- a/core/Command/Config/Import.php +++ b/core/Command/Config/Import.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/ListConfigs.php b/core/Command/Config/ListConfigs.php index afebe4c4c0..e11eec1a7a 100644 --- a/core/Command/Config/ListConfigs.php +++ b/core/Command/Config/ListConfigs.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/DeleteConfig.php b/core/Command/Config/System/DeleteConfig.php index 374f5ac69b..65f26f7b2a 100644 --- a/core/Command/Config/System/DeleteConfig.php +++ b/core/Command/Config/System/DeleteConfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php index b76474112a..7c2f663e42 100644 --- a/core/Command/Config/System/GetConfig.php +++ b/core/Command/Config/System/GetConfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/SetConfig.php b/core/Command/Config/System/SetConfig.php index c7f206b05d..fcbf3c0baa 100644 --- a/core/Command/Config/System/SetConfig.php +++ b/core/Command/Config/System/SetConfig.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 8c8b6350fa..6e15f9afbc 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -1,14 +1,15 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author tbelau666 * @author Thomas Müller * @author unclejamal3000 * - * @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/core/Command/Db/GenerateChangeScript.php b/core/Command/Db/GenerateChangeScript.php index 85436b02d6..9ef4d57967 100644 --- a/core/Command/Db/GenerateChangeScript.php +++ b/core/Command/Db/GenerateChangeScript.php @@ -1,9 +1,10 @@ * @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/core/Command/Encryption/ChangeKeyStorageRoot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php index 4b485c1274..97709d54bd 100644 --- a/core/Command/Encryption/ChangeKeyStorageRoot.php +++ b/core/Command/Encryption/ChangeKeyStorageRoot.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/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index cda7853b8b..7d77cc62e6 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -1,9 +1,13 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author davitol + * @author Joas Schilling + * @author Sergio Bertolín + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/Disable.php b/core/Command/Encryption/Disable.php index 0e08a31447..26e8627867 100644 --- a/core/Command/Encryption/Disable.php +++ b/core/Command/Encryption/Disable.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/Enable.php b/core/Command/Encryption/Enable.php index 273320e615..a84a5fc7f7 100644 --- a/core/Command/Encryption/Enable.php +++ b/core/Command/Encryption/Enable.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index 5f879ef9aa..f26c163aa2 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/ListModules.php b/core/Command/Encryption/ListModules.php index 9c061b6e76..82a2e5f50f 100644 --- a/core/Command/Encryption/ListModules.php +++ b/core/Command/Encryption/ListModules.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/SetDefaultModule.php b/core/Command/Encryption/SetDefaultModule.php index e997853620..1a008c7724 100644 --- a/core/Command/Encryption/SetDefaultModule.php +++ b/core/Command/Encryption/SetDefaultModule.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/ShowKeyStorageRoot.php b/core/Command/Encryption/ShowKeyStorageRoot.php index 15b370021d..4270ee9f57 100644 --- a/core/Command/Encryption/ShowKeyStorageRoot.php +++ b/core/Command/Encryption/ShowKeyStorageRoot.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/core/Command/Encryption/Status.php b/core/Command/Encryption/Status.php index b97ea8833f..0582703d4d 100644 --- a/core/Command/Encryption/Status.php +++ b/core/Command/Encryption/Status.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Group/AddUser.php b/core/Command/Group/AddUser.php index 23aa193fbc..d9b90c5ccf 100644 --- a/core/Command/Group/AddUser.php +++ b/core/Command/Group/AddUser.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/Group/ListCommand.php b/core/Command/Group/ListCommand.php index d0c0adacd3..6dc5ced1c1 100644 --- a/core/Command/Group/ListCommand.php +++ b/core/Command/Group/ListCommand.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/Group/RemoveUser.php b/core/Command/Group/RemoveUser.php index f579468a74..71c04a4f8d 100644 --- a/core/Command/Group/RemoveUser.php +++ b/core/Command/Group/RemoveUser.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index 203455e508..0774cca658 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -1,9 +1,10 @@ * @author Victor Dubiniuk * - * @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/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php index 9d42d405b3..5aaf9c2dec 100644 --- a/core/Command/Integrity/CheckCore.php +++ b/core/Command/Integrity/CheckCore.php @@ -1,9 +1,10 @@ * @author Victor Dubiniuk * - * @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/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index fbf2cd814f..3bc79eb011 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.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/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index 2495d7e7f0..440c3da3b2 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.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/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php index c2cfc5d093..53e897e6b4 100644 --- a/core/Command/L10n/CreateJs.php +++ b/core/Command/L10n/CreateJs.php @@ -1,9 +1,10 @@ * @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/core/Command/Log/Manage.php b/core/Command/Log/Manage.php index 2f92c639ba..14d41170dc 100644 --- a/core/Command/Log/Manage.php +++ b/core/Command/Log/Manage.php @@ -1,9 +1,11 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin McCorkell + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Log/OwnCloud.php b/core/Command/Log/OwnCloud.php index b469f2064f..391259f76b 100644 --- a/core/Command/Log/OwnCloud.php +++ b/core/Command/Log/OwnCloud.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin McCorkell + * @author Thomas Pulzer + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Maintenance/DataFingerprint.php b/core/Command/Maintenance/DataFingerprint.php index 38f490fd12..37e8de2455 100644 --- a/core/Command/Maintenance/DataFingerprint.php +++ b/core/Command/Maintenance/DataFingerprint.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/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php index 3e9e043b03..c8a7e88912 100644 --- a/core/Command/Maintenance/Install.php +++ b/core/Command/Maintenance/Install.php @@ -1,11 +1,15 @@ * @author Christian Kampka + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller + * @author Thomas Pulzer * - * @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/core/Command/Maintenance/Mimetype/UpdateDB.php b/core/Command/Maintenance/Mimetype/UpdateDB.php index 9532f9e1cd..1c8d651b9c 100644 --- a/core/Command/Maintenance/Mimetype/UpdateDB.php +++ b/core/Command/Maintenance/Mimetype/UpdateDB.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/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index a87f50e32d..7908d066c8 100644 --- a/core/Command/Maintenance/Mimetype/UpdateJS.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php @@ -1,10 +1,11 @@ - * @author Robin McCorkell - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin McCorkell + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Maintenance/Mode.php b/core/Command/Maintenance/Mode.php index 28f4fb2f7f..30d72da358 100644 --- a/core/Command/Maintenance/Mode.php +++ b/core/Command/Maintenance/Mode.php @@ -1,9 +1,10 @@ * @author scolebrook * - * @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/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php index df684b45a1..514da16916 100644 --- a/core/Command/Maintenance/Repair.php +++ b/core/Command/Maintenance/Repair.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/core/Command/Maintenance/SingleUser.php b/core/Command/Maintenance/SingleUser.php index 2e6f1f136e..6715da6636 100644 --- a/core/Command/Maintenance/SingleUser.php +++ b/core/Command/Maintenance/SingleUser.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/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php index 5bfcb88a75..2185078620 100644 --- a/core/Command/Maintenance/UpdateHtaccess.php +++ b/core/Command/Maintenance/UpdateHtaccess.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/core/Command/Security/ImportCertificate.php b/core/Command/Security/ImportCertificate.php index 6aae7ad1d9..4dc037363a 100644 --- a/core/Command/Security/ImportCertificate.php +++ b/core/Command/Security/ImportCertificate.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/core/Command/Security/ListCertificates.php b/core/Command/Security/ListCertificates.php index 91deb2d340..6378ffa746 100644 --- a/core/Command/Security/ListCertificates.php +++ b/core/Command/Security/ListCertificates.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/core/Command/Security/RemoveCertificate.php b/core/Command/Security/RemoveCertificate.php index 2dcdccfbb0..04d8319e4d 100644 --- a/core/Command/Security/RemoveCertificate.php +++ b/core/Command/Security/RemoveCertificate.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/core/Command/Status.php b/core/Command/Status.php index 6bc9c28d4d..2f7173341b 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php index f8e19ca811..60e1bf7181 100644 --- a/core/Command/TwoFactorAuth/Disable.php +++ b/core/Command/TwoFactorAuth/Disable.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/core/Command/TwoFactorAuth/Enable.php b/core/Command/TwoFactorAuth/Enable.php index 7039f922ea..54fc6cdf06 100644 --- a/core/Command/TwoFactorAuth/Enable.php +++ b/core/Command/TwoFactorAuth/Enable.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/core/Command/Upgrade.php b/core/Command/Upgrade.php index 3550271fb5..952034fd22 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -1,16 +1,18 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Steffen Lindner * @author Thomas Müller + * @author Thomas Pulzer * @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/core/Command/User/Add.php b/core/Command/User/Add.php index 6c7e3a4723..a0ca331515 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Laurens Post * - * @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/core/Command/User/Delete.php b/core/Command/User/Delete.php index b12e441e7b..495c0903bb 100644 --- a/core/Command/User/Delete.php +++ b/core/Command/User/Delete.php @@ -1,11 +1,12 @@ * @author Jens-Christian Fischer - * @author Joas Schilling + * @author Joas Schilling * @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/core/Command/User/Disable.php b/core/Command/User/Disable.php index 018f11190d..94be87e6ee 100644 --- a/core/Command/User/Disable.php +++ b/core/Command/User/Disable.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/core/Command/User/Enable.php b/core/Command/User/Enable.php index ffe2e40d65..d8a983155d 100644 --- a/core/Command/User/Enable.php +++ b/core/Command/User/Enable.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/core/Command/User/Info.php b/core/Command/User/Info.php index 1888e5cc64..818b81136f 100644 --- a/core/Command/User/Info.php +++ b/core/Command/User/Info.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/User/LastSeen.php b/core/Command/User/LastSeen.php index c820369562..58592e0515 100644 --- a/core/Command/User/LastSeen.php +++ b/core/Command/User/LastSeen.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Pierre Ozoux * - * @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/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php index b9e10f6a31..978e937183 100644 --- a/core/Command/User/ListCommand.php +++ b/core/Command/User/ListCommand.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index 6c8c14b43a..01eb51f17f 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php index f3f2d5b063..ed8cf53b99 100644 --- a/core/Command/User/ResetPassword.php +++ b/core/Command/User/ResetPassword.php @@ -1,13 +1,14 @@ * @author Christopher Schäpers * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Laurens Post * @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/core/Command/User/Setting.php b/core/Command/User/Setting.php index 7a62b5529b..368a0c15dc 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.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/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index 788125f0cf..5e02140a65 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/core/Controller/LoginController.php b/core/Controller/LoginController.php index 66bb13dbb5..44635cc709 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -1,9 +1,12 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Joas Schilling + * @author Lukas Reschke + * @author Thomas Müller + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php index 774404af0a..c3716e9a8e 100644 --- a/core/Controller/LostController.php +++ b/core/Controller/LostController.php @@ -1,15 +1,17 @@ * @author Björn Schießle + * @author Joas Schilling * @author Julius Haertl * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/core/Controller/SetupController.php b/core/Controller/SetupController.php index 3f17f8f051..6dcbc1a978 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -1,5 +1,7 @@ * @author ideaship * @author Lukas Reschke @@ -8,7 +10,6 @@ * @author Robin McCorkell * @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/core/Controller/TokenController.php b/core/Controller/TokenController.php index 8401c4f23a..9d4fd7c965 100644 --- a/core/Controller/TokenController.php +++ b/core/Controller/TokenController.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Controller/TwoFactorChallengeController.php b/core/Controller/TwoFactorChallengeController.php index edaf3378cd..b9e10b147c 100644 --- a/core/Controller/TwoFactorChallengeController.php +++ b/core/Controller/TwoFactorChallengeController.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php index ce67d50429..0cede94eb6 100644 --- a/core/Controller/UserController.php +++ b/core/Controller/UserController.php @@ -1,9 +1,10 @@ * @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/core/Middleware/TwoFactorMiddleware.php b/core/Middleware/TwoFactorMiddleware.php index 0bad8a2c40..c87058d11f 100644 --- a/core/Middleware/TwoFactorMiddleware.php +++ b/core/Middleware/TwoFactorMiddleware.php @@ -1,9 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Tags/Controller.php b/core/Tags/Controller.php index 9798a59d56..3cba40636b 100644 --- a/core/Tags/Controller.php +++ b/core/Tags/Controller.php @@ -1,9 +1,10 @@ * @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/core/ajax/appconfig.php b/core/ajax/appconfig.php index f7c077ccad..2d63222108 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/core/ajax/preview.php b/core/ajax/preview.php index ae705e6e09..006b890b17 100644 --- a/core/ajax/preview.php +++ b/core/ajax/preview.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/core/ajax/share.php b/core/ajax/share.php index c6efb75394..0d91923004 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -1,23 +1,24 @@ * @author Bart Visscher * @author Björn Schießle * @author Craig Morrissey * @author dampfklon * @author Felix Böhm - * @author Joas Schilling + * @author Joas Schilling * @author Leonardo Diez * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Ramiro Aparicio * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @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/core/ajax/update.php b/core/ajax/update.php index 606a91d12a..c917d0dc21 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,7 +1,9 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke @@ -10,7 +12,6 @@ * @author Victor Dubiniuk * @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/core/js/config.php b/core/js/config.php index c2e6213e8f..3ba494aef5 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -1,21 +1,22 @@ * @author Björn Schießle * @author Clark Tomlinson * @author Guillaume AMAT * @author Hasso Tepper - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Chan * @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/core/register_command.php b/core/register_command.php index 70a1d7ed42..0f5b60d8b9 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -1,20 +1,21 @@ * @author Björn Schießle * @author Christian Kampka * @author Christoph Wurst - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * @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/core/routes.php b/core/routes.php index 402277d8f3..98454946d4 100644 --- a/core/routes.php +++ b/core/routes.php @@ -1,19 +1,20 @@ * @author Bernhard Posselt - * @author Christoph Wurst * @author Christopher Schäpers + * @author Christoph Wurst * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * @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/core/search/ajax/search.php b/core/search/ajax/search.php index 69fe61b74d..9e8e4367d2 100644 --- a/core/search/ajax/search.php +++ b/core/search/ajax/search.php @@ -1,5 +1,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke @@ -7,7 +9,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/core/strings.php b/core/strings.php index 733d8a97f4..2c074a3452 100644 --- a/core/strings.php +++ b/core/strings.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/cron.php b/cron.php index 5be52a302a..d83937e647 100644 --- a/cron.php +++ b/cron.php @@ -1,9 +1,11 @@ * @author Christopher Schäpers * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Kohl D.Sc. @@ -12,7 +14,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/index.php b/index.php index 489a6382c9..6cbe1a05c4 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Morris Jobke @@ -7,7 +9,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/autoloader.php b/lib/autoloader.php index d7a3c18d9f..ea08723a63 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -1,18 +1,19 @@ * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke * @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/base.php b/lib/base.php index b2ac0bab7d..015f14e43d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1,5 +1,7 @@ * @author Andreas Fischer * @author Arthur Schiwon @@ -14,7 +16,8 @@ * @author Individual IT Services * @author Jakob Sack * @author Joachim Bauch - * @author Joas Schilling + * @author Joachim Sokolowski + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -24,15 +27,14 @@ * @author Ramiro Aparicio * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma - * @author scolebrook + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller + * @author Thomas Pulzer * @author Thomas Tanghus * @author Vincent Petry * @author Volkan Gezer * - * @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/composer/autoload.php b/lib/composer/autoload.php index 610dbf34bc..c7aedcf4dd 100644 --- a/lib/composer/autoload.php +++ b/lib/composer/autoload.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; diff --git a/lib/composer/composer/ClassLoader.php b/lib/composer/composer/ClassLoader.php index ff6ecfb822..e5cea95529 100644 --- a/lib/composer/composer/ClassLoader.php +++ b/lib/composer/composer/ClassLoader.php @@ -1,13 +1,24 @@ - * Jordi Boggiano + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. */ namespace Composer\Autoload; diff --git a/lib/composer/composer/autoload_classmap.php b/lib/composer/composer/autoload_classmap.php index 7618410a7e..cac6411236 100644 --- a/lib/composer/composer/autoload_classmap.php +++ b/lib/composer/composer/autoload_classmap.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload_classmap.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); diff --git a/lib/composer/composer/autoload_namespaces.php b/lib/composer/composer/autoload_namespaces.php index 4a9c20beed..56c59c8212 100644 --- a/lib/composer/composer/autoload_namespaces.php +++ b/lib/composer/composer/autoload_namespaces.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload_namespaces.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); diff --git a/lib/composer/composer/autoload_psr4.php b/lib/composer/composer/autoload_psr4.php index 2561f0048c..ac203b88fe 100644 --- a/lib/composer/composer/autoload_psr4.php +++ b/lib/composer/composer/autoload_psr4.php @@ -1,5 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload_psr4.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); diff --git a/lib/composer/composer/autoload_real.php b/lib/composer/composer/autoload_real.php index 43d6760695..c429e5c68b 100644 --- a/lib/composer/composer/autoload_real.php +++ b/lib/composer/composer/autoload_real.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload_real.php @generated by Composer class ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index a979997571..a921a65938 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ // autoload_static.php @generated by Composer namespace Composer\Autoload; diff --git a/lib/private/Activity/Event.php b/lib/private/Activity/Event.php index b7e271b210..af0605d82c 100644 --- a/lib/private/Activity/Event.php +++ b/lib/private/Activity/Event.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Phil Davis * - * @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/Activity/Manager.php b/lib/private/Activity/Manager.php index 42e287f7d4..455bb3b8ee 100644 --- a/lib/private/Activity/Manager.php +++ b/lib/private/Activity/Manager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/AllConfig.php b/lib/private/AllConfig.php index b50fc0f42c..7e9ae724f9 100644 --- a/lib/private/AllConfig.php +++ b/lib/private/AllConfig.php @@ -1,7 +1,10 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -9,7 +12,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/App/AppManager.php b/lib/private/App/AppManager.php index 636f43c8c5..5a3905cc8b 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -1,16 +1,18 @@ + * @author Bjoern Schiessle * @author Christoph Schaefer * @author Christoph Wurst - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/App/CodeChecker/AbstractCheck.php b/lib/private/App/CodeChecker/AbstractCheck.php index ca91d36648..64fd3a9f47 100644 --- a/lib/private/App/CodeChecker/AbstractCheck.php +++ b/lib/private/App/CodeChecker/AbstractCheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/CodeChecker.php b/lib/private/App/CodeChecker/CodeChecker.php index 0ca597ccb4..569a452df7 100644 --- a/lib/private/App/CodeChecker/CodeChecker.php +++ b/lib/private/App/CodeChecker/CodeChecker.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/App/CodeChecker/DeprecationCheck.php b/lib/private/App/CodeChecker/DeprecationCheck.php index fa5eae8ab1..60e7fdf078 100644 --- a/lib/private/App/CodeChecker/DeprecationCheck.php +++ b/lib/private/App/CodeChecker/DeprecationCheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/EmptyCheck.php b/lib/private/App/CodeChecker/EmptyCheck.php index b779926d5e..02fbb46d7d 100644 --- a/lib/private/App/CodeChecker/EmptyCheck.php +++ b/lib/private/App/CodeChecker/EmptyCheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/ICheck.php b/lib/private/App/CodeChecker/ICheck.php index 97e0bc9b8a..4dfaa23c53 100644 --- a/lib/private/App/CodeChecker/ICheck.php +++ b/lib/private/App/CodeChecker/ICheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/InfoChecker.php b/lib/private/App/CodeChecker/InfoChecker.php index 812007d883..3ee99dc647 100644 --- a/lib/private/App/CodeChecker/InfoChecker.php +++ b/lib/private/App/CodeChecker/InfoChecker.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/App/CodeChecker/NodeVisitor.php b/lib/private/App/CodeChecker/NodeVisitor.php index f9386caeea..b7f256ea3d 100644 --- a/lib/private/App/CodeChecker/NodeVisitor.php +++ b/lib/private/App/CodeChecker/NodeVisitor.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/App/CodeChecker/PrivateCheck.php b/lib/private/App/CodeChecker/PrivateCheck.php index 32248ab21e..5d160b8f32 100644 --- a/lib/private/App/CodeChecker/PrivateCheck.php +++ b/lib/private/App/CodeChecker/PrivateCheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/StrongComparisonCheck.php b/lib/private/App/CodeChecker/StrongComparisonCheck.php index 919647a6a5..b98730c0d4 100644 --- a/lib/private/App/CodeChecker/StrongComparisonCheck.php +++ b/lib/private/App/CodeChecker/StrongComparisonCheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/App/DependencyAnalyzer.php b/lib/private/App/DependencyAnalyzer.php index e97cf2a401..9ccc974e3a 100644 --- a/lib/private/App/DependencyAnalyzer.php +++ b/lib/private/App/DependencyAnalyzer.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Stefan Weil * @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/App/InfoParser.php b/lib/private/App/InfoParser.php index 0923f7d2c2..734f5c2c6a 100644 --- a/lib/private/App/InfoParser.php +++ b/lib/private/App/InfoParser.php @@ -1,12 +1,13 @@ * @author Christoph Wurst * @author Lukas Reschke * @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/App/Platform.php b/lib/private/App/Platform.php index 028adb8f4f..4959ce7ae4 100644 --- a/lib/private/App/Platform.php +++ b/lib/private/App/Platform.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/App/PlatformRepository.php b/lib/private/App/PlatformRepository.php index 7363b2a44b..f94fb3ad50 100644 --- a/lib/private/App/PlatformRepository.php +++ b/lib/private/App/PlatformRepository.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/AppConfig.php b/lib/private/AppConfig.php index 4e48ee149e..30431560d5 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -1,15 +1,16 @@ * @author Bart Visscher * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/AppFramework/App.php b/lib/private/AppFramework/App.php index c6cf805779..01844e4c2d 100644 --- a/lib/private/AppFramework/App.php +++ b/lib/private/AppFramework/App.php @@ -1,12 +1,13 @@ * @author Bernhard Posselt * @author Lukas Reschke * @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/AppFramework/Core/API.php b/lib/private/AppFramework/Core/API.php index b08f74fa6c..416cf4bb2a 100644 --- a/lib/private/AppFramework/Core/API.php +++ b/lib/private/AppFramework/Core/API.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Morris Jobke @@ -7,7 +9,6 @@ * @author Robin McCorkell * @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/AppFramework/Db/Db.php b/lib/private/AppFramework/Db/Db.php index ab06d56cfd..27904c81d4 100644 --- a/lib/private/AppFramework/Db/Db.php +++ b/lib/private/AppFramework/Db/Db.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/AppFramework/DependencyInjection/DIContainer.php b/lib/private/AppFramework/DependencyInjection/DIContainer.php index 893d6cb9aa..59803d02be 100644 --- a/lib/private/AppFramework/DependencyInjection/DIContainer.php +++ b/lib/private/AppFramework/DependencyInjection/DIContainer.php @@ -1,17 +1,18 @@ * @author Christoph Wurst - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @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/AppFramework/Http.php b/lib/private/AppFramework/Http.php index 17e5a99fdb..526509a458 100644 --- a/lib/private/AppFramework/Http.php +++ b/lib/private/AppFramework/Http.php @@ -1,14 +1,15 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @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/AppFramework/Http/Dispatcher.php b/lib/private/AppFramework/Http/Dispatcher.php index fdf99a5784..0d502462d0 100644 --- a/lib/private/AppFramework/Http/Dispatcher.php +++ b/lib/private/AppFramework/Http/Dispatcher.php @@ -1,5 +1,7 @@ * @author Georg Ehrke * @author Lukas Reschke @@ -7,7 +9,6 @@ * @author Thomas Müller * @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/AppFramework/Http/Output.php b/lib/private/AppFramework/Http/Output.php index 0c23942540..85f0e6f8fe 100644 --- a/lib/private/AppFramework/Http/Output.php +++ b/lib/private/AppFramework/Http/Output.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index 8fc99f125b..f5f77497b7 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -1,20 +1,21 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Mitar * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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 diff --git a/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php b/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php index 5cdcbdc6d4..306b8095a9 100644 --- a/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php +++ b/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Morris Jobke @@ -7,7 +9,6 @@ * @author Thomas Müller * @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/AppFramework/Middleware/OCSMiddleware.php b/lib/private/AppFramework/Middleware/OCSMiddleware.php index 2c7d1167e7..f72c7c2ff2 100644 --- a/lib/private/AppFramework/Middleware/OCSMiddleware.php +++ b/lib/private/AppFramework/Middleware/OCSMiddleware.php @@ -1,5 +1,6 @@ * diff --git a/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php b/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php index 04de4bc92d..4b50b0d20b 100644 --- a/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php @@ -1,11 +1,13 @@ + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @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/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php index 986c30ac45..202e7aa8bf 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php index 5b6e4ed4b9..9b6ac11dd3 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Middleware/Security/Exceptions/NotAdminException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php index 7ce1797059..0c7da432af 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php index 17c62edbe3..7f675c4f11 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Middleware/Security/Exceptions/SecurityException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php index 26671b7683..20b87b1bab 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.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/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php index 9ccaed4566..5602e46fb4 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php @@ -1,5 +1,7 @@ * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php b/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php index 98117751e2..daac36606f 100644 --- a/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php @@ -1,14 +1,15 @@ * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller * @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/AppFramework/Middleware/SessionMiddleware.php b/lib/private/AppFramework/Middleware/SessionMiddleware.php index b218b48ea1..c5fefa77fc 100644 --- a/lib/private/AppFramework/Middleware/SessionMiddleware.php +++ b/lib/private/AppFramework/Middleware/SessionMiddleware.php @@ -1,9 +1,10 @@ * @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/AppFramework/Routing/RouteActionHandler.php b/lib/private/AppFramework/Routing/RouteActionHandler.php index 14036d350a..bcbe2eb400 100644 --- a/lib/private/AppFramework/Routing/RouteActionHandler.php +++ b/lib/private/AppFramework/Routing/RouteActionHandler.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Routing/RouteConfig.php b/lib/private/AppFramework/Routing/RouteConfig.php index eca0051691..e23ab94217 100644 --- a/lib/private/AppFramework/Routing/RouteConfig.php +++ b/lib/private/AppFramework/Routing/RouteConfig.php @@ -1,14 +1,15 @@ * @author Morris Jobke * @author Patrick Paysant * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AppFramework/Utility/ControllerMethodReflector.php b/lib/private/AppFramework/Utility/ControllerMethodReflector.php index de83749fba..33a117d812 100644 --- a/lib/private/AppFramework/Utility/ControllerMethodReflector.php +++ b/lib/private/AppFramework/Utility/ControllerMethodReflector.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell * @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/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php index 95287b8921..5f637518f4 100644 --- a/lib/private/AppFramework/Utility/SimpleContainer.php +++ b/lib/private/AppFramework/Utility/SimpleContainer.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @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/AppFramework/Utility/TimeFactory.php b/lib/private/AppFramework/Utility/TimeFactory.php index 5241b36706..30d38d9bde 100644 --- a/lib/private/AppFramework/Utility/TimeFactory.php +++ b/lib/private/AppFramework/Utility/TimeFactory.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/AppHelper.php b/lib/private/AppHelper.php index 4cfae435b5..c99cf4a830 100644 --- a/lib/private/AppHelper.php +++ b/lib/private/AppHelper.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/Archive/Archive.php b/lib/private/Archive/Archive.php index f0b2a36407..d4c3d66083 100644 --- a/lib/private/Archive/Archive.php +++ b/lib/private/Archive/Archive.php @@ -1,18 +1,19 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Felix Moeller - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/Archive/TAR.php b/lib/private/Archive/TAR.php index 7dcc2edbbc..85aa04d9a1 100644 --- a/lib/private/Archive/TAR.php +++ b/lib/private/Archive/TAR.php @@ -1,19 +1,20 @@ * @author Christian Weiske * @author Christopher Schäpers * @author Felix Moeller - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Remco Brenninkmeijer * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/Archive/ZIP.php b/lib/private/Archive/ZIP.php index a4b2cab2e6..ee730b823c 100644 --- a/lib/private/Archive/ZIP.php +++ b/lib/private/Archive/ZIP.php @@ -1,17 +1,18 @@ * @author Christopher Schäpers * @author Felix Moeller - * @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 * @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/Authentication/Exceptions/InvalidTokenException.php b/lib/private/Authentication/Exceptions/InvalidTokenException.php index 15b6869313..b7a4b1c5e8 100644 --- a/lib/private/Authentication/Exceptions/InvalidTokenException.php +++ b/lib/private/Authentication/Exceptions/InvalidTokenException.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/Authentication/Exceptions/LoginRequiredException.php b/lib/private/Authentication/Exceptions/LoginRequiredException.php index 318eaedb72..a336fa36c3 100644 --- a/lib/private/Authentication/Exceptions/LoginRequiredException.php +++ b/lib/private/Authentication/Exceptions/LoginRequiredException.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/Authentication/Exceptions/PasswordLoginForbiddenException.php b/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php index 2e9f9534db..34396b7058 100644 --- a/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php +++ b/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php @@ -1,9 +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/Authentication/Exceptions/PasswordlessTokenException.php b/lib/private/Authentication/Exceptions/PasswordlessTokenException.php index dbe0ee8fbc..3c70f0127d 100644 --- a/lib/private/Authentication/Exceptions/PasswordlessTokenException.php +++ b/lib/private/Authentication/Exceptions/PasswordlessTokenException.php @@ -1,9 +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/Authentication/Exceptions/TwoFactorAuthRequiredException.php b/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php index 445c4d6268..4115340874 100644 --- a/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php +++ b/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.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/Authentication/Exceptions/UserAlreadyLoggedInException.php b/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php index d5cdaaca9d..46d8201ce5 100644 --- a/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php +++ b/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.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/Authentication/Token/DefaultToken.php b/lib/private/Authentication/Token/DefaultToken.php index 79b03eed27..904df9baa2 100644 --- a/lib/private/Authentication/Token/DefaultToken.php +++ b/lib/private/Authentication/Token/DefaultToken.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/Authentication/Token/DefaultTokenCleanupJob.php b/lib/private/Authentication/Token/DefaultTokenCleanupJob.php index 7746d6be91..a0af822d98 100644 --- a/lib/private/Authentication/Token/DefaultTokenCleanupJob.php +++ b/lib/private/Authentication/Token/DefaultTokenCleanupJob.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/Authentication/Token/DefaultTokenMapper.php b/lib/private/Authentication/Token/DefaultTokenMapper.php index 2e105dd4a5..0ce26197cc 100644 --- a/lib/private/Authentication/Token/DefaultTokenMapper.php +++ b/lib/private/Authentication/Token/DefaultTokenMapper.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/Authentication/Token/DefaultTokenProvider.php b/lib/private/Authentication/Token/DefaultTokenProvider.php index b9d0682957..b0fbeb9b47 100644 --- a/lib/private/Authentication/Token/DefaultTokenProvider.php +++ b/lib/private/Authentication/Token/DefaultTokenProvider.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/Authentication/Token/IProvider.php b/lib/private/Authentication/Token/IProvider.php index d4bbe158e0..4fb2830c3a 100644 --- a/lib/private/Authentication/Token/IProvider.php +++ b/lib/private/Authentication/Token/IProvider.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/Authentication/Token/IToken.php b/lib/private/Authentication/Token/IToken.php index 096550fd09..e1e78ca369 100644 --- a/lib/private/Authentication/Token/IToken.php +++ b/lib/private/Authentication/Token/IToken.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/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php index 6ca4fd065a..bca75263a7 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/lib/private/Authentication/TwoFactorAuth/Manager.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/Avatar.php b/lib/private/Avatar.php index a319d46d82..041afe8f86 100644 --- a/lib/private/Avatar.php +++ b/lib/private/Avatar.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/AvatarManager.php b/lib/private/AvatarManager.php index 7eb91b4999..0ae129c3d7 100644 --- a/lib/private/AvatarManager.php +++ b/lib/private/AvatarManager.php @@ -1,13 +1,14 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/BackgroundJob/Job.php b/lib/private/BackgroundJob/Job.php index e726889484..1a2454d50a 100644 --- a/lib/private/BackgroundJob/Job.php +++ b/lib/private/BackgroundJob/Job.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/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index c84969776c..33f416c91d 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/BackgroundJob/Legacy/QueuedJob.php b/lib/private/BackgroundJob/Legacy/QueuedJob.php index 983c06fe55..05aef9d9f8 100644 --- a/lib/private/BackgroundJob/Legacy/QueuedJob.php +++ b/lib/private/BackgroundJob/Legacy/QueuedJob.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/BackgroundJob/Legacy/RegularJob.php b/lib/private/BackgroundJob/Legacy/RegularJob.php index aedd6ef657..05ada257ad 100644 --- a/lib/private/BackgroundJob/Legacy/RegularJob.php +++ b/lib/private/BackgroundJob/Legacy/RegularJob.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/BackgroundJob/QueuedJob.php b/lib/private/BackgroundJob/QueuedJob.php index bf34db7cc0..306a365efb 100644 --- a/lib/private/BackgroundJob/QueuedJob.php +++ b/lib/private/BackgroundJob/QueuedJob.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/BackgroundJob/TimedJob.php b/lib/private/BackgroundJob/TimedJob.php index abf487a89e..8515ecd251 100644 --- a/lib/private/BackgroundJob/TimedJob.php +++ b/lib/private/BackgroundJob/TimedJob.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/Cache/CappedMemoryCache.php b/lib/private/Cache/CappedMemoryCache.php index e3efbf76a2..ab12d2c38c 100644 --- a/lib/private/Cache/CappedMemoryCache.php +++ b/lib/private/Cache/CappedMemoryCache.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/Cache/File.php b/lib/private/Cache/File.php index a75f271312..7d9b3e0680 100644 --- a/lib/private/Cache/File.php +++ b/lib/private/Cache/File.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/CapabilitiesManager.php b/lib/private/CapabilitiesManager.php index 8b89692faa..99a37d652a 100644 --- a/lib/private/CapabilitiesManager.php +++ b/lib/private/CapabilitiesManager.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/Command/AsyncBus.php b/lib/private/Command/AsyncBus.php index eb692f9a8f..371319cca4 100644 --- a/lib/private/Command/AsyncBus.php +++ b/lib/private/Command/AsyncBus.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/Command/CallableJob.php b/lib/private/Command/CallableJob.php index acfeb83d60..2ed365a148 100644 --- a/lib/private/Command/CallableJob.php +++ b/lib/private/Command/CallableJob.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/Command/ClosureJob.php b/lib/private/Command/ClosureJob.php index be2b5f0a4b..b929c0a3dd 100644 --- a/lib/private/Command/ClosureJob.php +++ b/lib/private/Command/ClosureJob.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/Command/CommandJob.php b/lib/private/Command/CommandJob.php index 5d613c0305..6897dd35c0 100644 --- a/lib/private/Command/CommandJob.php +++ b/lib/private/Command/CommandJob.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/Command/FileAccess.php b/lib/private/Command/FileAccess.php index 6fe3e111ae..ad22c2abc0 100644 --- a/lib/private/Command/FileAccess.php +++ b/lib/private/Command/FileAccess.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/Command/QueueBus.php b/lib/private/Command/QueueBus.php index be4ee589e6..4ee7f38c5b 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.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/Comments/Comment.php b/lib/private/Comments/Comment.php index 4a301e4047..d640c606f8 100644 --- a/lib/private/Comments/Comment.php +++ b/lib/private/Comments/Comment.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Comments/Manager.php b/lib/private/Comments/Manager.php index 2b45e01a2d..59678775d8 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php index af3d386c8f..4ce3ec2d0d 100644 --- a/lib/private/Comments/ManagerFactory.php +++ b/lib/private/Comments/ManagerFactory.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Config.php b/lib/private/Config.php index 4b7497decd..a379005ebe 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -1,5 +1,7 @@ * @author Aldo "xoen" Giambelluca * @author Bart Visscher @@ -7,14 +9,13 @@ * @author Frank Karlitschek * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski * @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/Console/Application.php b/lib/private/Console/Application.php index be56134217..b3e7003c82 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Console/TimestampFormatter.php b/lib/private/Console/TimestampFormatter.php index 3beac5e2f9..5b292439a4 100644 --- a/lib/private/Console/TimestampFormatter.php +++ b/lib/private/Console/TimestampFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ContactsManager.php b/lib/private/ContactsManager.php index a2640d3694..6a83a718d4 100644 --- a/lib/private/ContactsManager.php +++ b/lib/private/ContactsManager.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Tobia De Koninck * - * @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/DB/Adapter.php b/lib/private/DB/Adapter.php index bcced395cb..87aa85c0fa 100644 --- a/lib/private/DB/Adapter.php +++ b/lib/private/DB/Adapter.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jonny007-MKD <1-23-4-5@web.de> * @author Morris Jobke * @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/DB/AdapterMySQL.php b/lib/private/DB/AdapterMySQL.php index 8ddd8f5fc3..45b8708669 100644 --- a/lib/private/DB/AdapterMySQL.php +++ b/lib/private/DB/AdapterMySQL.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/AdapterOCI8.php b/lib/private/DB/AdapterOCI8.php index 970d3eefa4..aa3ed24f7a 100644 --- a/lib/private/DB/AdapterOCI8.php +++ b/lib/private/DB/AdapterOCI8.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/DB/AdapterPgSql.php b/lib/private/DB/AdapterPgSql.php index a7d9377a0b..47ef4dff03 100644 --- a/lib/private/DB/AdapterPgSql.php +++ b/lib/private/DB/AdapterPgSql.php @@ -1,9 +1,10 @@ * @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/DB/AdapterSqlite.php b/lib/private/DB/AdapterSqlite.php index cefb06ffac..aeca462e45 100644 --- a/lib/private/DB/AdapterSqlite.php +++ b/lib/private/DB/AdapterSqlite.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/DB/Connection.php b/lib/private/DB/Connection.php index 9d2482010a..8825d0dc87 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index 6a096e504d..f9d85b806a 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @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/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php index 79811d8c6c..93961b70a6 100644 --- a/lib/private/DB/MDB2SchemaManager.php +++ b/lib/private/DB/MDB2SchemaManager.php @@ -1,15 +1,16 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index 375fec185c..d3c3ffe2df 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -1,7 +1,9 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser @@ -11,7 +13,6 @@ * @author Victor Dubiniuk * @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/DB/MDB2SchemaWriter.php b/lib/private/DB/MDB2SchemaWriter.php index 7dc3bd223a..26e32b036f 100644 --- a/lib/private/DB/MDB2SchemaWriter.php +++ b/lib/private/DB/MDB2SchemaWriter.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author tbelau666 * @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/DB/MigrationException.php b/lib/private/DB/MigrationException.php index 57e4c5b833..694ff06f4f 100644 --- a/lib/private/DB/MigrationException.php +++ b/lib/private/DB/MigrationException.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/DB/Migrator.php b/lib/private/DB/Migrator.php index f2efd6916d..3efe708e93 100644 --- a/lib/private/DB/Migrator.php +++ b/lib/private/DB/Migrator.php @@ -1,5 +1,7 @@ * @author Morris Jobke * @author Robin Appelman @@ -8,7 +10,6 @@ * @author Victor Dubiniuk * @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/DB/MySQLMigrator.php b/lib/private/DB/MySQLMigrator.php index 75e4fba4d4..4b220fd3ee 100644 --- a/lib/private/DB/MySQLMigrator.php +++ b/lib/private/DB/MySQLMigrator.php @@ -1,11 +1,12 @@ * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * - * @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/DB/NoCheckMigrator.php b/lib/private/DB/NoCheckMigrator.php index 23afae1181..5eacf9e572 100644 --- a/lib/private/DB/NoCheckMigrator.php +++ b/lib/private/DB/NoCheckMigrator.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/DB/OCSqlitePlatform.php b/lib/private/DB/OCSqlitePlatform.php index fe68bc3cc9..1712df858c 100644 --- a/lib/private/DB/OCSqlitePlatform.php +++ b/lib/private/DB/OCSqlitePlatform.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/DB/OracleConnection.php b/lib/private/DB/OracleConnection.php index 8b7daf1e0b..c645baa50c 100644 --- a/lib/private/DB/OracleConnection.php +++ b/lib/private/DB/OracleConnection.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @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/DB/OracleMigrator.php b/lib/private/DB/OracleMigrator.php index 010f9213a1..81f44b5b06 100644 --- a/lib/private/DB/OracleMigrator.php +++ b/lib/private/DB/OracleMigrator.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/DB/PgSqlTools.php b/lib/private/DB/PgSqlTools.php index e9e507551e..3aeeab6efd 100644 --- a/lib/private/DB/PgSqlTools.php +++ b/lib/private/DB/PgSqlTools.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author tbelau666 * @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/DB/PostgreSqlMigrator.php b/lib/private/DB/PostgreSqlMigrator.php index 75e6e0a16c..563e7252e0 100644 --- a/lib/private/DB/PostgreSqlMigrator.php +++ b/lib/private/DB/PostgreSqlMigrator.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/DB/QueryBuilder/CompositeExpression.php b/lib/private/DB/QueryBuilder/CompositeExpression.php index 927dfe3837..1b3f06be94 100644 --- a/lib/private/DB/QueryBuilder/CompositeExpression.php +++ b/lib/private/DB/QueryBuilder/CompositeExpression.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php index ce98816c42..a0196acfb7 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php index 0d34787d26..66d8851632 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php index 5d615ae52e..de35139c36 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php index a8f1af87a4..bd18b38c52 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/QueryBuilder/Literal.php b/lib/private/DB/QueryBuilder/Literal.php index 0cc96ab48b..7cf2e0ed15 100644 --- a/lib/private/DB/QueryBuilder/Literal.php +++ b/lib/private/DB/QueryBuilder/Literal.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/Parameter.php b/lib/private/DB/QueryBuilder/Parameter.php index 1c233c83f1..8ec5809367 100644 --- a/lib/private/DB/QueryBuilder/Parameter.php +++ b/lib/private/DB/QueryBuilder/Parameter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index bb463e43a7..e5688e889c 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DB/QueryBuilder/QueryFunction.php b/lib/private/DB/QueryBuilder/QueryFunction.php index ac6d73f3cb..92be0a347f 100644 --- a/lib/private/DB/QueryBuilder/QueryFunction.php +++ b/lib/private/DB/QueryBuilder/QueryFunction.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/QuoteHelper.php b/lib/private/DB/QueryBuilder/QuoteHelper.php index fda243a378..6d15cec5a0 100644 --- a/lib/private/DB/QueryBuilder/QuoteHelper.php +++ b/lib/private/DB/QueryBuilder/QuoteHelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/SQLiteMigrator.php b/lib/private/DB/SQLiteMigrator.php index 837a3a2987..d3f246d136 100644 --- a/lib/private/DB/SQLiteMigrator.php +++ b/lib/private/DB/SQLiteMigrator.php @@ -1,11 +1,12 @@ * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * - * @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/DB/SQLiteSessionInit.php b/lib/private/DB/SQLiteSessionInit.php index 0683c47d08..c4d28988c1 100644 --- a/lib/private/DB/SQLiteSessionInit.php +++ b/lib/private/DB/SQLiteSessionInit.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/DatabaseException.php b/lib/private/DatabaseException.php index 4d50fe82b0..7ca7435c02 100644 --- a/lib/private/DatabaseException.php +++ b/lib/private/DatabaseException.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DatabaseSetupException.php b/lib/private/DatabaseSetupException.php index 30bd00de2d..f64655e5b0 100644 --- a/lib/private/DatabaseSetupException.php +++ b/lib/private/DatabaseSetupException.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DateTimeFormatter.php b/lib/private/DateTimeFormatter.php index 5639ab1cac..3d0a4dd620 100644 --- a/lib/private/DateTimeFormatter.php +++ b/lib/private/DateTimeFormatter.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/DateTimeZone.php b/lib/private/DateTimeZone.php index 5359cd6b39..59da2f601a 100644 --- a/lib/private/DateTimeZone.php +++ b/lib/private/DateTimeZone.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Diagnostics/Event.php b/lib/private/Diagnostics/Event.php index 8b5bb7e3bd..271b243fbf 100644 --- a/lib/private/Diagnostics/Event.php +++ b/lib/private/Diagnostics/Event.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/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php index 3d909ce79c..0db902b229 100644 --- a/lib/private/Diagnostics/EventLogger.php +++ b/lib/private/Diagnostics/EventLogger.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/Diagnostics/NullEventLogger.php b/lib/private/Diagnostics/NullEventLogger.php index 1b5e7af3ac..5ff2c02443 100644 --- a/lib/private/Diagnostics/NullEventLogger.php +++ b/lib/private/Diagnostics/NullEventLogger.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/Diagnostics/NullQueryLogger.php b/lib/private/Diagnostics/NullQueryLogger.php index 98ddef2e78..1d16c90755 100644 --- a/lib/private/Diagnostics/NullQueryLogger.php +++ b/lib/private/Diagnostics/NullQueryLogger.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/Diagnostics/Query.php b/lib/private/Diagnostics/Query.php index 567bc83ed4..3d6964c449 100644 --- a/lib/private/Diagnostics/Query.php +++ b/lib/private/Diagnostics/Query.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/Diagnostics/QueryLogger.php b/lib/private/Diagnostics/QueryLogger.php index 66a65b71d0..84e59f1b3a 100644 --- a/lib/private/Diagnostics/QueryLogger.php +++ b/lib/private/Diagnostics/QueryLogger.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/Encryption/DecryptAll.php b/lib/private/Encryption/DecryptAll.php index 34a3e1bff9..6e309b5c89 100644 --- a/lib/private/Encryption/DecryptAll.php +++ b/lib/private/Encryption/DecryptAll.php @@ -1,8 +1,12 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Christian Jürges + * @author Joas Schilling + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Encryption/EncryptionWrapper.php b/lib/private/Encryption/EncryptionWrapper.php index 36a9ada0c0..233390f873 100644 --- a/lib/private/Encryption/EncryptionWrapper.php +++ b/lib/private/Encryption/EncryptionWrapper.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/Encryption/Exceptions/DecryptionFailedException.php b/lib/private/Encryption/Exceptions/DecryptionFailedException.php index a0cbbc5cce..de13536b0c 100644 --- a/lib/private/Encryption/Exceptions/DecryptionFailedException.php +++ b/lib/private/Encryption/Exceptions/DecryptionFailedException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/EmptyEncryptionDataException.php b/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php index 2c90c2db7d..3e93e633ce 100644 --- a/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php +++ b/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/EncryptionFailedException.php b/lib/private/Encryption/Exceptions/EncryptionFailedException.php index 98e92eb199..fefd8d4f0b 100644 --- a/lib/private/Encryption/Exceptions/EncryptionFailedException.php +++ b/lib/private/Encryption/Exceptions/EncryptionFailedException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php b/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php index c932c78a12..e1a82b218a 100644 --- a/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php +++ b/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/EncryptionHeaderToLargeException.php b/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php index 7b706e621d..00bb0cf426 100644 --- a/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php +++ b/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/ModuleAlreadyExistsException.php b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php index 88cffc6329..e2793d641e 100644 --- a/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php +++ b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/ModuleDoesNotExistsException.php b/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php index 7981ee7cd5..deda9b67f2 100644 --- a/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php +++ b/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php @@ -1,9 +1,10 @@ * @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/Encryption/Exceptions/UnknownCipherException.php b/lib/private/Encryption/Exceptions/UnknownCipherException.php index beb4cb7f2e..d2c2eb6289 100644 --- a/lib/private/Encryption/Exceptions/UnknownCipherException.php +++ b/lib/private/Encryption/Exceptions/UnknownCipherException.php @@ -1,9 +1,10 @@ * @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/Encryption/File.php b/lib/private/Encryption/File.php index 3573ff19c6..240a8f1cca 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -1,9 +1,11 @@ * @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/Encryption/HookManager.php b/lib/private/Encryption/HookManager.php index c602dccacc..2e40f2a819 100644 --- a/lib/private/Encryption/HookManager.php +++ b/lib/private/Encryption/HookManager.php @@ -1,9 +1,10 @@ * @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/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index f977cd4aab..8149ffe9dc 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Encryption/Manager.php b/lib/private/Encryption/Manager.php index 21b2e2f409..4d40675801 100644 --- a/lib/private/Encryption/Manager.php +++ b/lib/private/Encryption/Manager.php @@ -1,11 +1,12 @@ * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @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/Encryption/Update.php b/lib/private/Encryption/Update.php index 37a2bb8679..ad40183767 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Encryption/Util.php b/lib/private/Encryption/Util.php index 721869b440..0e8de5147e 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -1,11 +1,12 @@ * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @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/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index 813a2af6f6..a63edc8c38 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 6d3c5d5b08..fb1f9b0158 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 0386ba3ca3..dcb16f586c 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 13eaf26a28..e322d9ac9e 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 db9e30ae0f..bba9fc8438 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 7d8ed7b5d2..791a18b0f8 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 52bb4dfdfc..686113eac5 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 c17f9bfd51..249ed32389 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 90c451ecc2..67b032d104 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 361db4b3f8..383455577c 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 4a4c23c08b..32393bf71c 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 858132930f..ec95565e2f 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 b3a7bcb3a7..42670eb0ce 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 475e0e0e2d..db5b3bd41a 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 b81cd11a1c..3472728dd2 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 58f288135e..60b4e00337 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 60c90d7a01..8f2018e14f 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 d9b538a002..f8e952241f 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 99673cf628..cd998a1bc6 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 9e87ee0011..46bea20d82 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 3d3345a5c8..25117dd08f 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 c8422c4a50..8b70bd02ed 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 102df59a53..5a87443656 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 d5238c467b..c857d700f0 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 f76e815105..0c11a39c24 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 8a1bd7dd9c..e4b2a11295 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 c491a0c764..6063f4c99d 100644 --- a/lib/private/Files/Mount/ObjectHomeMountProvider.php +++ b/lib/private/Files/Mount/ObjectHomeMountProvider.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * @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/File.php b/lib/private/Files/Node/File.php index 9e0014abb0..c88d96f567 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 f4d7dae20a..aa76ebbc6f 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 5c36ca3848..02b93f3874 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 9661f03657..1203fc4d16 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 c4fabfc2e2..087cfb88ce 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 c1d09bcc49..524b27d4d6 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 7d6576f1bd..c91c48b44c 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 476d3ef5fd..21dac773b5 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 7960696a5d..fb5e8d83ab 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 f0004f1f96..bfb4e99815 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 f5316175ec..fe055a6a1d 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 8c643dbdcc..ac865e7991 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 4af09dca25..002db1571a 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 6c4013d2ac..34ed831ada 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 0047a51169..574b5fd564 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 7eb6aa199b..941a06de4e 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 223fa6a728..ac169e42b4 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 608639b71a..e7e1a137e5 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 2085384d5a..f83730f669 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 005b5f9ab9..a4babddd9d 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 d4a006e39b..26b47ba97d 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 aac4479cad..986b6022de 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 c066336d4b..3693729da8 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 84362cabec..e1b027e10d 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 2d8e84c2d5..9443049aff 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 8d6fc4b336..670e900516 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 0171dfe19b..389da06f7b 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 f047464282..b913a29adb 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 1df28e9a74..f0d0d511d1 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 466b0a80e1..e1e1dc57af 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 500677b092..4ce971f939 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 21d7db1099..c5e6be6cc8 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 1c9b30705d..dadd176f29 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 7489ee683a..2e492bc33e 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 8eaee69afd..d1f6869684 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 8439770e8f..5e532839c5 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 8d27575c56..d320f7e574 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 7aacf7a9fe..0a0c5e5ca5 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 2d68c92b14..345aa338c7 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 95ba759725..d1f447d808 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 363fb7a2a6..e7e27c02fe 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 e4e5e353f9..dbe8a6156f 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 7d9771e639..920e387fd4 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 diff --git a/lib/private/ForbiddenException.php b/lib/private/ForbiddenException.php index 48be35ba31..bb25efbf85 100644 --- a/lib/private/ForbiddenException.php +++ b/lib/private/ForbiddenException.php @@ -1,9 +1,10 @@ * @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/Group/Backend.php b/lib/private/Group/Backend.php index 120c0d4d53..14c36d9342 100644 --- a/lib/private/Group/Backend.php +++ b/lib/private/Group/Backend.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/Group/Database.php b/lib/private/Group/Database.php index 64f249d4d2..e4144fdbe2 100644 --- a/lib/private/Group/Database.php +++ b/lib/private/Group/Database.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Aaron Wood + * @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/Group/Group.php b/lib/private/Group/Group.php index 96e73e3b68..9da73ceb71 100644 --- a/lib/private/Group/Group.php +++ b/lib/private/Group/Group.php @@ -1,14 +1,15 @@ * @author Bart Visscher * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @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/Group/Manager.php b/lib/private/Group/Manager.php index fb199be8af..6556b8ccf8 100644 --- a/lib/private/Group/Manager.php +++ b/lib/private/Group/Manager.php @@ -1,21 +1,22 @@ * @author Bart Visscher * @author Bernhard Posselt - * @author Joas Schilling + * @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 Roeland Jago Douma * @author Roman Kreisel * @author Thomas Müller * @author voxsim * - * @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/Group/MetaData.php b/lib/private/Group/MetaData.php index 7fe82ff3bc..d5c8b581f8 100644 --- a/lib/private/Group/MetaData.php +++ b/lib/private/Group/MetaData.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Stephan Peijnik * @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/HTTPHelper.php b/lib/private/HTTPHelper.php index 448a2cfd81..d58f81fbbd 100644 --- a/lib/private/HTTPHelper.php +++ b/lib/private/HTTPHelper.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/HintException.php b/lib/private/HintException.php index 05adc64dcd..7ff8240afd 100644 --- a/lib/private/HintException.php +++ b/lib/private/HintException.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Michael Gapczynski * @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/Hooks/BasicEmitter.php b/lib/private/Hooks/BasicEmitter.php index 067962ec08..ebef658737 100644 --- a/lib/private/Hooks/BasicEmitter.php +++ b/lib/private/Hooks/BasicEmitter.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/Hooks/Emitter.php b/lib/private/Hooks/Emitter.php index d639e5ef89..90fac7de7e 100644 --- a/lib/private/Hooks/Emitter.php +++ b/lib/private/Hooks/Emitter.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/Hooks/EmitterTrait.php b/lib/private/Hooks/EmitterTrait.php index 775f46f838..84fa5b992f 100644 --- a/lib/private/Hooks/EmitterTrait.php +++ b/lib/private/Hooks/EmitterTrait.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/Hooks/ForwardingEmitter.php b/lib/private/Hooks/ForwardingEmitter.php index 6a1fc571ce..ea43a7e051 100644 --- a/lib/private/Hooks/ForwardingEmitter.php +++ b/lib/private/Hooks/ForwardingEmitter.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/Hooks/LegacyEmitter.php b/lib/private/Hooks/LegacyEmitter.php index ac83477a14..596fd821e1 100644 --- a/lib/private/Hooks/LegacyEmitter.php +++ b/lib/private/Hooks/LegacyEmitter.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/Hooks/PublicEmitter.php b/lib/private/Hooks/PublicEmitter.php index 4fe71073a1..104ea0ed73 100644 --- a/lib/private/Hooks/PublicEmitter.php +++ b/lib/private/Hooks/PublicEmitter.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/Http/Client/Client.php b/lib/private/Http/Client/Client.php index f98da97a0a..d5ca694d32 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.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/Http/Client/ClientService.php b/lib/private/Http/Client/ClientService.php index 39099e1afa..108ffa709c 100644 --- a/lib/private/Http/Client/ClientService.php +++ b/lib/private/Http/Client/ClientService.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/Http/Client/Response.php b/lib/private/Http/Client/Response.php index ef041d4a34..62f8fa7a8d 100644 --- a/lib/private/Http/Client/Response.php +++ b/lib/private/Http/Client/Response.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/Installer.php b/lib/private/Installer.php index cd23f95b85..9ef375eb19 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Brice Maron @@ -8,19 +10,18 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski * @author Lukas Reschke * @author michag86 * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author root * @author Thomas Müller * @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/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index d087720c11..e6eeaec734 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -1,9 +1,11 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php index 6cf8ba35e6..d5dcd2d80d 100644 --- a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php +++ b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.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/IntegrityCheck/Helpers/AppLocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php index 0ad2ea8b75..c8d4e1b9b2 100644 --- a/lib/private/IntegrityCheck/Helpers/AppLocator.php +++ b/lib/private/IntegrityCheck/Helpers/AppLocator.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/IntegrityCheck/Helpers/EnvironmentHelper.php b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php index 14ee1cc1d9..c5e9199713 100644 --- a/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php +++ b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.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/IntegrityCheck/Helpers/FileAccessHelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php index 30909b72d1..9e2b76ce11 100644 --- a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php +++ b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.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/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php index 5c72bfaa57..4801d7bb74 100644 --- a/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Thomas Müller + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php index 80a89e8c3a..31dd05ef31 100644 --- a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php @@ -1,9 +1,10 @@ * @author RealRancor * - * @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/L10N/Factory.php b/lib/private/L10N/Factory.php index f1f13e734a..d744473c48 100644 --- a/lib/private/L10N/Factory.php +++ b/lib/private/L10N/Factory.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/L10N/L10N.php b/lib/private/L10N/L10N.php index 3e999e8c67..c83b6ea396 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/LargeFileHelper.php b/lib/private/LargeFileHelper.php index 06e5003814..f89d3216a3 100644 --- a/lib/private/LargeFileHelper.php +++ b/lib/private/LargeFileHelper.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Michael Roitzsch * @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/Lock/AbstractLockingProvider.php b/lib/private/Lock/AbstractLockingProvider.php index ff9f99a963..4a3f7e5abe 100644 --- a/lib/private/Lock/AbstractLockingProvider.php +++ b/lib/private/Lock/AbstractLockingProvider.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/Lock/DBLockingProvider.php b/lib/private/Lock/DBLockingProvider.php index ce4c28cab5..adfefd443f 100644 --- a/lib/private/Lock/DBLockingProvider.php +++ b/lib/private/Lock/DBLockingProvider.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/Lock/MemcacheLockingProvider.php b/lib/private/Lock/MemcacheLockingProvider.php index 56e581b219..bd81490d62 100644 --- a/lib/private/Lock/MemcacheLockingProvider.php +++ b/lib/private/Lock/MemcacheLockingProvider.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/Lock/NoopLockingProvider.php b/lib/private/Lock/NoopLockingProvider.php index dc58230f77..fe54de27a6 100644 --- a/lib/private/Lock/NoopLockingProvider.php +++ b/lib/private/Lock/NoopLockingProvider.php @@ -1,9 +1,10 @@ * @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/Log.php b/lib/private/Log.php index b759021ad1..2a991251a5 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -1,17 +1,18 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/Log/ErrorHandler.php b/lib/private/Log/ErrorHandler.php index 2a20d22b02..39c2d2b094 100644 --- a/lib/private/Log/ErrorHandler.php +++ b/lib/private/Log/ErrorHandler.php @@ -1,11 +1,12 @@ * @author Björn Schießle * @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/Log/Owncloud.php b/lib/private/Log/Owncloud.php index d76145ebdd..2a7fded857 100644 --- a/lib/private/Log/Owncloud.php +++ b/lib/private/Log/Owncloud.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Georg Ehrke @@ -8,10 +10,11 @@ * @author Morris Jobke * @author Phiber2000 * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer + * @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/Log/Rotate.php b/lib/private/Log/Rotate.php index 458661c82d..6c87c16737 100644 --- a/lib/private/Log/Rotate.php +++ b/lib/private/Log/Rotate.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/Log/Syslog.php b/lib/private/Log/Syslog.php index 26b38fcf26..c6ea0a4035 100644 --- a/lib/private/Log/Syslog.php +++ b/lib/private/Log/Syslog.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/Mail/Mailer.php b/lib/private/Mail/Mailer.php index 93f15fa3d4..df8fa80f2c 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.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/Mail/Message.php b/lib/private/Mail/Message.php index be69e64f78..3184f26848 100644 --- a/lib/private/Mail/Message.php +++ b/lib/private/Mail/Message.php @@ -1,9 +1,10 @@ * @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/Memcache/APC.php b/lib/private/Memcache/APC.php index 2354ad0774..2cfd828c36 100644 --- a/lib/private/Memcache/APC.php +++ b/lib/private/Memcache/APC.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson * @author Morris Jobke * @author Otto Sabart * @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/Memcache/APCu.php b/lib/private/Memcache/APCu.php index ad8885c1cc..25d6b716eb 100644 --- a/lib/private/Memcache/APCu.php +++ b/lib/private/Memcache/APCu.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Clark Tomlinson @@ -7,7 +9,6 @@ * @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/Memcache/ArrayCache.php b/lib/private/Memcache/ArrayCache.php index 837f888a30..b927599d2a 100644 --- a/lib/private/Memcache/ArrayCache.php +++ b/lib/private/Memcache/ArrayCache.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Memcache/CADTrait.php b/lib/private/Memcache/CADTrait.php index d44d98cba0..501c9bb892 100644 --- a/lib/private/Memcache/CADTrait.php +++ b/lib/private/Memcache/CADTrait.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/Memcache/CASTrait.php b/lib/private/Memcache/CASTrait.php index 43253fc966..3f543cd908 100644 --- a/lib/private/Memcache/CASTrait.php +++ b/lib/private/Memcache/CASTrait.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/Memcache/Cache.php b/lib/private/Memcache/Cache.php index 1730e16932..feeeea006a 100644 --- a/lib/private/Memcache/Cache.php +++ b/lib/private/Memcache/Cache.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/Memcache/Factory.php b/lib/private/Memcache/Factory.php index d83aed816a..f3063fc809 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Markus Goetz @@ -10,7 +12,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/Memcache/Memcached.php b/lib/private/Memcache/Memcached.php index d02b62edb0..ee298a9329 100644 --- a/lib/private/Memcache/Memcached.php +++ b/lib/private/Memcache/Memcached.php @@ -1,15 +1,16 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/Memcache/NullCache.php b/lib/private/Memcache/NullCache.php index c490ca7e03..99d02993fb 100644 --- a/lib/private/Memcache/NullCache.php +++ b/lib/private/Memcache/NullCache.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/Memcache/Redis.php b/lib/private/Memcache/Redis.php index efb8fbfd6d..f0a5453c82 100644 --- a/lib/private/Memcache/Redis.php +++ b/lib/private/Memcache/Redis.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @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/Memcache/XCache.php b/lib/private/Memcache/XCache.php index d2178c0998..69478f9b82 100644 --- a/lib/private/Memcache/XCache.php +++ b/lib/private/Memcache/XCache.php @@ -1,14 +1,15 @@ * @author Bart Visscher * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/Migration/BackgroundRepair.php b/lib/private/Migration/BackgroundRepair.php index d85c8550d5..495b868607 100644 --- a/lib/private/Migration/BackgroundRepair.php +++ b/lib/private/Migration/BackgroundRepair.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/NaturalSort.php b/lib/private/NaturalSort.php index 04b36f84ac..636e5cd021 100644 --- a/lib/private/NaturalSort.php +++ b/lib/private/NaturalSort.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Morris Jobke @@ -7,7 +9,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/NaturalSort_DefaultCollator.php b/lib/private/NaturalSort_DefaultCollator.php index 7b8400fa8e..e7fe5575a4 100644 --- a/lib/private/NaturalSort_DefaultCollator.php +++ b/lib/private/NaturalSort_DefaultCollator.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/NavigationManager.php b/lib/private/NavigationManager.php index 6dbb9c925e..3e9ddfc646 100644 --- a/lib/private/NavigationManager.php +++ b/lib/private/NavigationManager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @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/NeedsUpdateException.php b/lib/private/NeedsUpdateException.php index 90c642780d..905f329998 100644 --- a/lib/private/NeedsUpdateException.php +++ b/lib/private/NeedsUpdateException.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/NotSquareException.php b/lib/private/NotSquareException.php index e349446385..1d2ee28ebb 100644 --- a/lib/private/NotSquareException.php +++ b/lib/private/NotSquareException.php @@ -1,9 +1,10 @@ * @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/Notification/Action.php b/lib/private/Notification/Action.php index deac680765..8dfeecb98c 100644 --- a/lib/private/Notification/Action.php +++ b/lib/private/Notification/Action.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php index 3ddc9b2116..240cb1e11f 100644 --- a/lib/private/Notification/Manager.php +++ b/lib/private/Notification/Manager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Notification/Notification.php b/lib/private/Notification/Notification.php index db0a76a7c3..62a48f434f 100644 --- a/lib/private/Notification/Notification.php +++ b/lib/private/Notification/Notification.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/OCS/Cloud.php b/lib/private/OCS/Cloud.php index 9686e9bfb5..84fcfe6e51 100644 --- a/lib/private/OCS/Cloud.php +++ b/lib/private/OCS/Cloud.php @@ -1,11 +1,12 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/OCS/Config.php b/lib/private/OCS/Config.php index 293648e5f4..a8bf8c325c 100644 --- a/lib/private/OCS/Config.php +++ b/lib/private/OCS/Config.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/OCS/CoreCapabilities.php b/lib/private/OCS/CoreCapabilities.php index 388a58791b..1a65a709c5 100644 --- a/lib/private/OCS/CoreCapabilities.php +++ b/lib/private/OCS/CoreCapabilities.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/OCS/Exception.php b/lib/private/OCS/Exception.php index 3c8a14b93f..58b13f52df 100644 --- a/lib/private/OCS/Exception.php +++ b/lib/private/OCS/Exception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/OCS/Person.php b/lib/private/OCS/Person.php index facaa5d740..bbb4a39e1e 100644 --- a/lib/private/OCS/Person.php +++ b/lib/private/OCS/Person.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @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/OCS/PrivateData.php b/lib/private/OCS/PrivateData.php index 46c84175e3..0f5c48b121 100644 --- a/lib/private/OCS/PrivateData.php +++ b/lib/private/OCS/PrivateData.php @@ -1,15 +1,16 @@ * @author Bart Visscher * @author Frank Karlitschek * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/OCS/Provider.php b/lib/private/OCS/Provider.php index 4d6e0593d5..7d53479c6e 100644 --- a/lib/private/OCS/Provider.php +++ b/lib/private/OCS/Provider.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * - * @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/OCS/Result.php b/lib/private/OCS/Result.php index 9629d1f751..69bb0d86fa 100644 --- a/lib/private/OCS/Result.php +++ b/lib/private/OCS/Result.php @@ -1,16 +1,17 @@ * @author Björn Schießle * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/OCSClient.php b/lib/private/OCSClient.php index 27fc090722..d864e6d4dc 100644 --- a/lib/private/OCSClient.php +++ b/lib/private/OCSClient.php @@ -1,11 +1,13 @@ * @author Brice Maron * @author Felix Moeller * @author Frank Karlitschek * @author Jarrett - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski * @author Lukas Reschke @@ -14,7 +16,6 @@ * @author Sam Tuke * @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/Preview.php b/lib/private/Preview.php index 8bc262d704..48ad0528ce 100644 --- a/lib/private/Preview.php +++ b/lib/private/Preview.php @@ -1,19 +1,20 @@ * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky * - * @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/Preview/BMP.php b/lib/private/Preview/BMP.php index da13cd9e5b..de08cfe0c8 100644 --- a/lib/private/Preview/BMP.php +++ b/lib/private/Preview/BMP.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/Preview/Bitmap.php b/lib/private/Preview/Bitmap.php index 34bc2f93fc..d3f75b4a20 100644 --- a/lib/private/Preview/Bitmap.php +++ b/lib/private/Preview/Bitmap.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @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/Preview/Font.php b/lib/private/Preview/Font.php index caac292378..4d5732eb88 100644 --- a/lib/private/Preview/Font.php +++ b/lib/private/Preview/Font.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/Preview/GIF.php b/lib/private/Preview/GIF.php index 0716a6f440..2189273b3b 100644 --- a/lib/private/Preview/GIF.php +++ b/lib/private/Preview/GIF.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/Preview/Illustrator.php b/lib/private/Preview/Illustrator.php index ef8448d7b5..733b679f3f 100644 --- a/lib/private/Preview/Illustrator.php +++ b/lib/private/Preview/Illustrator.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Preview/Image.php b/lib/private/Preview/Image.php index 540cb57ef8..3ab8c6c9f8 100644 --- a/lib/private/Preview/Image.php +++ b/lib/private/Preview/Image.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author josh4trunks * @author Olivier Paroz * @author Robin Appelman * @author Thomas Müller * @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/Preview/JPEG.php b/lib/private/Preview/JPEG.php index 2ee5dd2441..1937d4a4a8 100644 --- a/lib/private/Preview/JPEG.php +++ b/lib/private/Preview/JPEG.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/Preview/MP3.php b/lib/private/Preview/MP3.php index f96b422f57..804ec7fbcd 100644 --- a/lib/private/Preview/MP3.php +++ b/lib/private/Preview/MP3.php @@ -1,12 +1,14 @@ - * @author Joas Schilling + * @author Hendrik Leppelsack + * @author Joas Schilling * @author Lukas Reschke * @author Olivier Paroz * @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/Preview/MSOffice2003.php b/lib/private/Preview/MSOffice2003.php index 20dbe13543..39ba4bc3f5 100644 --- a/lib/private/Preview/MSOffice2003.php +++ b/lib/private/Preview/MSOffice2003.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/MSOffice2007.php b/lib/private/Preview/MSOffice2007.php index ef6758843f..2e033683c2 100644 --- a/lib/private/Preview/MSOffice2007.php +++ b/lib/private/Preview/MSOffice2007.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/MSOfficeDoc.php b/lib/private/Preview/MSOfficeDoc.php index 05d839d508..7e9d22fcf5 100644 --- a/lib/private/Preview/MSOfficeDoc.php +++ b/lib/private/Preview/MSOfficeDoc.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/MarkDown.php b/lib/private/Preview/MarkDown.php index 394af6576c..f49efbaaa0 100644 --- a/lib/private/Preview/MarkDown.php +++ b/lib/private/Preview/MarkDown.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/Movie.php b/lib/private/Preview/Movie.php index 43a8d674fc..d6a589dfae 100644 --- a/lib/private/Preview/Movie.php +++ b/lib/private/Preview/Movie.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @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/Preview/Office.php b/lib/private/Preview/Office.php index 6496e091b1..9b445a2bbe 100644 --- a/lib/private/Preview/Office.php +++ b/lib/private/Preview/Office.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell * @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/Preview/OpenDocument.php b/lib/private/Preview/OpenDocument.php index 0da1e88caf..40971a0951 100644 --- a/lib/private/Preview/OpenDocument.php +++ b/lib/private/Preview/OpenDocument.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/PDF.php b/lib/private/Preview/PDF.php index 6ddf33cdea..04d7c66e59 100644 --- a/lib/private/Preview/PDF.php +++ b/lib/private/Preview/PDF.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Preview/PNG.php b/lib/private/Preview/PNG.php index 5dd9ae484a..cafe081818 100644 --- a/lib/private/Preview/PNG.php +++ b/lib/private/Preview/PNG.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/Preview/Photoshop.php b/lib/private/Preview/Photoshop.php index df91247f07..243fd7052e 100644 --- a/lib/private/Preview/Photoshop.php +++ b/lib/private/Preview/Photoshop.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Preview/Postscript.php b/lib/private/Preview/Postscript.php index edfd43968c..c20347d74f 100644 --- a/lib/private/Preview/Postscript.php +++ b/lib/private/Preview/Postscript.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Preview/Provider.php b/lib/private/Preview/Provider.php index 738d13d7fc..1bdd9dfa40 100644 --- a/lib/private/Preview/Provider.php +++ b/lib/private/Preview/Provider.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Olivier Paroz * @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/Preview/SVG.php b/lib/private/Preview/SVG.php index 6618c1fbf8..4ad274c893 100644 --- a/lib/private/Preview/SVG.php +++ b/lib/private/Preview/SVG.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Olivier Paroz * @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/Preview/StarOffice.php b/lib/private/Preview/StarOffice.php index 6ea4efa514..3537d4badd 100644 --- a/lib/private/Preview/StarOffice.php +++ b/lib/private/Preview/StarOffice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Preview/TIFF.php b/lib/private/Preview/TIFF.php index 006ced6aec..9f03e3c79f 100644 --- a/lib/private/Preview/TIFF.php +++ b/lib/private/Preview/TIFF.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Preview/TXT.php b/lib/private/Preview/TXT.php index a27517c9f3..78bb77afc8 100644 --- a/lib/private/Preview/TXT.php +++ b/lib/private/Preview/TXT.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Nmz * @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/Preview/XBitmap.php b/lib/private/Preview/XBitmap.php index 604a51a6a8..7a282e5d1e 100644 --- a/lib/private/Preview/XBitmap.php +++ b/lib/private/Preview/XBitmap.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/PreviewManager.php b/lib/private/PreviewManager.php index 43c414ccb6..76d604c982 100644 --- a/lib/private/PreviewManager.php +++ b/lib/private/PreviewManager.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/RedisFactory.php b/lib/private/RedisFactory.php index d286c0167b..74c04eca5d 100644 --- a/lib/private/RedisFactory.php +++ b/lib/private/RedisFactory.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/Repair.php b/lib/private/Repair.php index 2b33dc413b..b4105e56b8 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -1,15 +1,17 @@ * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/Repair/AssetCache.php b/lib/private/Repair/AssetCache.php index 84c22d4d8a..74eb9c5198 100644 --- a/lib/private/Repair/AssetCache.php +++ b/lib/private/Repair/AssetCache.php @@ -1,10 +1,12 @@ * @author Morris Jobke + * @author Roeland Jago Douma * @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/Repair/AvatarPermissions.php b/lib/private/Repair/AvatarPermissions.php index d23479f5ba..9d75062358 100644 --- a/lib/private/Repair/AvatarPermissions.php +++ b/lib/private/Repair/AvatarPermissions.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/Repair/CleanTags.php b/lib/private/Repair/CleanTags.php index 4241fa6da3..8b62395a50 100644 --- a/lib/private/Repair/CleanTags.php +++ b/lib/private/Repair/CleanTags.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Repair/Collation.php b/lib/private/Repair/Collation.php index 4890382e4d..d65a608167 100644 --- a/lib/private/Repair/Collation.php +++ b/lib/private/Repair/Collation.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/Repair/DropOldJobs.php b/lib/private/Repair/DropOldJobs.php index d8dbcdaad1..126df9e940 100644 --- a/lib/private/Repair/DropOldJobs.php +++ b/lib/private/Repair/DropOldJobs.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Repair/DropOldTables.php b/lib/private/Repair/DropOldTables.php index bd43ba09d4..dfc3f757ea 100644 --- a/lib/private/Repair/DropOldTables.php +++ b/lib/private/Repair/DropOldTables.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Florian Preinstorfer + * @author Joas Schilling * @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/Repair/FillETags.php b/lib/private/Repair/FillETags.php index 7ed55f20ac..2954c0eaa6 100644 --- a/lib/private/Repair/FillETags.php +++ b/lib/private/Repair/FillETags.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Repair/InnoDB.php b/lib/private/Repair/InnoDB.php index 7c3014313d..123d600f89 100644 --- a/lib/private/Repair/InnoDB.php +++ b/lib/private/Repair/InnoDB.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/Repair/OldGroupMembershipShares.php b/lib/private/Repair/OldGroupMembershipShares.php index bc88d9d706..ea0256f64b 100644 --- a/lib/private/Repair/OldGroupMembershipShares.php +++ b/lib/private/Repair/OldGroupMembershipShares.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Repair/Preview.php b/lib/private/Repair/Preview.php index d70d82e5d6..8391c3bf72 100644 --- a/lib/private/Repair/Preview.php +++ b/lib/private/Repair/Preview.php @@ -1,9 +1,10 @@ * @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/Repair/RemoveGetETagEntries.php b/lib/private/Repair/RemoveGetETagEntries.php index 4ea4398fba..d701a8f26d 100644 --- a/lib/private/Repair/RemoveGetETagEntries.php +++ b/lib/private/Repair/RemoveGetETagEntries.php @@ -1,9 +1,10 @@ * @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/Repair/RemoveOldShares.php b/lib/private/Repair/RemoveOldShares.php index 2c05d97b15..32a17189fb 100644 --- a/lib/private/Repair/RemoveOldShares.php +++ b/lib/private/Repair/RemoveOldShares.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/Repair/RemoveRootShares.php b/lib/private/Repair/RemoveRootShares.php index 89f797e3ef..1fd7d8d7da 100644 --- a/lib/private/Repair/RemoveRootShares.php +++ b/lib/private/Repair/RemoveRootShares.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/Repair/RepairInvalidShares.php b/lib/private/Repair/RepairInvalidShares.php index 728632486d..6cb690057b 100644 --- a/lib/private/Repair/RepairInvalidShares.php +++ b/lib/private/Repair/RepairInvalidShares.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/Repair/RepairLegacyStorages.php b/lib/private/Repair/RepairLegacyStorages.php index 096300f51c..8bb4eb5017 100644 --- a/lib/private/Repair/RepairLegacyStorages.php +++ b/lib/private/Repair/RepairLegacyStorages.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Aaron Wood + * @author Joas Schilling * @author Morris Jobke * @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/Repair/RepairMimeTypes.php b/lib/private/Repair/RepairMimeTypes.php index 7c8fe16205..86427af4c4 100644 --- a/lib/private/Repair/RepairMimeTypes.php +++ b/lib/private/Repair/RepairMimeTypes.php @@ -1,16 +1,17 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Normal Ra * @author Olivier Paroz - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * @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/Repair/SearchLuceneTables.php b/lib/private/Repair/SearchLuceneTables.php index ce12b896c6..0a06371ce9 100644 --- a/lib/private/Repair/SearchLuceneTables.php +++ b/lib/private/Repair/SearchLuceneTables.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/Repair/SharePropagation.php b/lib/private/Repair/SharePropagation.php index 03c32bb674..27df58fa68 100644 --- a/lib/private/Repair/SharePropagation.php +++ b/lib/private/Repair/SharePropagation.php @@ -1,9 +1,10 @@ * @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/Repair/SqliteAutoincrement.php b/lib/private/Repair/SqliteAutoincrement.php index 1f13f43b4d..814f955dc7 100644 --- a/lib/private/Repair/SqliteAutoincrement.php +++ b/lib/private/Repair/SqliteAutoincrement.php @@ -1,9 +1,10 @@ * @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/Repair/UpdateCertificateStore.php b/lib/private/Repair/UpdateCertificateStore.php index 9416b1f638..a3313d5c23 100644 --- a/lib/private/Repair/UpdateCertificateStore.php +++ b/lib/private/Repair/UpdateCertificateStore.php @@ -1,9 +1,10 @@ * @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/Repair/UpdateOutdatedOcsIds.php b/lib/private/Repair/UpdateOutdatedOcsIds.php index 00cfed3f34..6f4f2447e9 100644 --- a/lib/private/Repair/UpdateOutdatedOcsIds.php +++ b/lib/private/Repair/UpdateOutdatedOcsIds.php @@ -1,9 +1,10 @@ * @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/RepairException.php b/lib/private/RepairException.php index e244f2bb82..a69bb5a19b 100644 --- a/lib/private/RepairException.php +++ b/lib/private/RepairException.php @@ -1,9 +1,10 @@ * @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/Route/CachingRouter.php b/lib/private/Route/CachingRouter.php index 6f1fc18138..175a2fed9d 100644 --- a/lib/private/Route/CachingRouter.php +++ b/lib/private/Route/CachingRouter.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/Route/Route.php b/lib/private/Route/Route.php index 966790a63c..c905f5bc1a 100644 --- a/lib/private/Route/Route.php +++ b/lib/private/Route/Route.php @@ -1,5 +1,7 @@ * @author David Prévot * @author Felix Moeller @@ -8,7 +10,6 @@ * @author Robin McCorkell * @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/Route/Router.php b/lib/private/Route/Router.php index f7da827c3d..439deb1b68 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -1,18 +1,19 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/Search.php b/lib/private/Search.php index 7d1e273419..18cdd1f2d2 100644 --- a/lib/private/Search.php +++ b/lib/private/Search.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @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/Search/Provider/File.php b/lib/private/Search/Provider/File.php index 69ffbd3ae6..ddb05c759e 100644 --- a/lib/private/Search/Provider/File.php +++ b/lib/private/Search/Provider/File.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @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/Search/Result/Audio.php b/lib/private/Search/Result/Audio.php index 3f9b3dc640..59456d003b 100644 --- a/lib/private/Search/Result/Audio.php +++ b/lib/private/Search/Result/Audio.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/Search/Result/File.php b/lib/private/Search/Result/File.php index 1d783a7aa9..eb4750d8de 100644 --- a/lib/private/Search/Result/File.php +++ b/lib/private/Search/Result/File.php @@ -1,11 +1,12 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @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/Search/Result/Folder.php b/lib/private/Search/Result/Folder.php index 6f0c0a7b2a..c9cab28293 100644 --- a/lib/private/Search/Result/Folder.php +++ b/lib/private/Search/Result/Folder.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/Search/Result/Image.php b/lib/private/Search/Result/Image.php index 87b36fc9f7..c052783d80 100644 --- a/lib/private/Search/Result/Image.php +++ b/lib/private/Search/Result/Image.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/Security/Bruteforce/Throttler.php b/lib/private/Security/Bruteforce/Throttler.php index 0de7677285..11a343918c 100644 --- a/lib/private/Security/Bruteforce/Throttler.php +++ b/lib/private/Security/Bruteforce/Throttler.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/CSP/ContentSecurityPolicy.php b/lib/private/Security/CSP/ContentSecurityPolicy.php index 902647c26d..4731460949 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicy.php +++ b/lib/private/Security/CSP/ContentSecurityPolicy.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/Security/CSP/ContentSecurityPolicyManager.php b/lib/private/Security/CSP/ContentSecurityPolicyManager.php index af1e19fc16..0e6f0ac615 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyManager.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/Security/CSRF/CsrfToken.php b/lib/private/Security/CSRF/CsrfToken.php index 9d4e4483ac..bf61e339f7 100644 --- a/lib/private/Security/CSRF/CsrfToken.php +++ b/lib/private/Security/CSRF/CsrfToken.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/Security/CSRF/CsrfTokenGenerator.php b/lib/private/Security/CSRF/CsrfTokenGenerator.php index f49b2120b9..85207956e1 100644 --- a/lib/private/Security/CSRF/CsrfTokenGenerator.php +++ b/lib/private/Security/CSRF/CsrfTokenGenerator.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/Security/CSRF/CsrfTokenManager.php b/lib/private/Security/CSRF/CsrfTokenManager.php index 83d995b310..d621cc2c29 100644 --- a/lib/private/Security/CSRF/CsrfTokenManager.php +++ b/lib/private/Security/CSRF/CsrfTokenManager.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/Security/CSRF/TokenStorage/SessionStorage.php b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php index 2dbdf5634e..cf4cdfa503 100644 --- a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php +++ b/lib/private/Security/CSRF/TokenStorage/SessionStorage.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/Security/Certificate.php b/lib/private/Security/Certificate.php index 9a09f3ad8b..2ac0feae46 100644 --- a/lib/private/Security/Certificate.php +++ b/lib/private/Security/Certificate.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/Security/CertificateManager.php b/lib/private/Security/CertificateManager.php index 1639df01a2..b40dfad4f6 100644 --- a/lib/private/Security/CertificateManager.php +++ b/lib/private/Security/CertificateManager.php @@ -1,12 +1,14 @@ * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/Security/CredentialsManager.php b/lib/private/Security/CredentialsManager.php index d4104dbe71..44f3d32ea9 100644 --- a/lib/private/Security/CredentialsManager.php +++ b/lib/private/Security/CredentialsManager.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/Security/Crypto.php b/lib/private/Security/Crypto.php index c9f2afabf4..176faf68e2 100644 --- a/lib/private/Security/Crypto.php +++ b/lib/private/Security/Crypto.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @author Morris Jobke - * @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/Security/Hasher.php b/lib/private/Security/Hasher.php index 674fd269c2..3bc546fa0a 100644 --- a/lib/private/Security/Hasher.php +++ b/lib/private/Security/Hasher.php @@ -1,9 +1,10 @@ * @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/Security/SecureRandom.php b/lib/private/Security/SecureRandom.php index ad37826fbf..884ee842b9 100644 --- a/lib/private/Security/SecureRandom.php +++ b/lib/private/Security/SecureRandom.php @@ -1,9 +1,10 @@ * @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/Security/TrustedDomainHelper.php b/lib/private/Security/TrustedDomainHelper.php index cf4def63dd..a8cbdb6ee6 100644 --- a/lib/private/Security/TrustedDomainHelper.php +++ b/lib/private/Security/TrustedDomainHelper.php @@ -1,9 +1,11 @@ * @author Lukas Reschke * @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/Server.php b/lib/private/Server.php index 6ffdeb9211..954543aed7 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -1,25 +1,27 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Bernhard Reiter + * @author Bjoern Schiessle * @author Björn Schießle - * @author Christoph Wurst * @author Christopher Schäpers - * @author Joas Schilling + * @author Christoph Wurst + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sander * @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 diff --git a/lib/private/ServerContainer.php b/lib/private/ServerContainer.php index d297c9fd39..1bab2587e8 100644 --- a/lib/private/ServerContainer.php +++ b/lib/private/ServerContainer.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ServerNotAvailableException.php b/lib/private/ServerNotAvailableException.php index f4b5f4f8cf..d9abc82991 100644 --- a/lib/private/ServerNotAvailableException.php +++ b/lib/private/ServerNotAvailableException.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/ServiceUnavailableException.php b/lib/private/ServiceUnavailableException.php index fb4920b360..e08e2af4e9 100644 --- a/lib/private/ServiceUnavailableException.php +++ b/lib/private/ServiceUnavailableException.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/Session/CryptoSessionData.php b/lib/private/Session/CryptoSessionData.php index 8bd254513e..58020edf66 100644 --- a/lib/private/Session/CryptoSessionData.php +++ b/lib/private/Session/CryptoSessionData.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * - * @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/Session/CryptoWrapper.php b/lib/private/Session/CryptoWrapper.php index 87c2d43b6b..67a673cb30 100644 --- a/lib/private/Session/CryptoWrapper.php +++ b/lib/private/Session/CryptoWrapper.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Phil Davis - * @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/Session/Internal.php b/lib/private/Session/Internal.php index 2a8dbb4b59..0f7ae3be95 100644 --- a/lib/private/Session/Internal.php +++ b/lib/private/Session/Internal.php @@ -1,5 +1,7 @@ * @author Christoph Wurst * @author Lukas Reschke @@ -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/Session/Memory.php b/lib/private/Session/Memory.php index fac907d803..2e6ebb5479 100644 --- a/lib/private/Session/Memory.php +++ b/lib/private/Session/Memory.php @@ -1,5 +1,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke @@ -7,7 +9,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/Session/Session.php b/lib/private/Session/Session.php index 198d004995..8370cd1e50 100644 --- a/lib/private/Session/Session.php +++ b/lib/private/Session/Session.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/Setup.php b/lib/private/Setup.php index 4a81bb3151..3959b22ff7 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -1,5 +1,7 @@ * @author Arthur Schiwon * @author Bart Visscher @@ -8,18 +10,17 @@ * @author Christoph Wurst * @author François Kubler * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sean Comeau * @author Serge Martin * @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/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index 8dee96b1ba..320e6df7a7 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -1,11 +1,14 @@ - * @author Joas Schilling - * @author Manish Bisht - * @author Thomas Müller - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bart Visscher + * @author Joas Schilling + * @author Manish Bisht + * @author Robin Appelman + * @author Thomas Müller + * @author Thomas Pulzer + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index 03a1421f42..817a606060 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Michael Göhler * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Weil * @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/Setup/OCI.php b/lib/private/Setup/OCI.php index 2366a014c5..2a20cfa836 100644 --- a/lib/private/Setup/OCI.php +++ b/lib/private/Setup/OCI.php @@ -1,16 +1,18 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Manish Bisht * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer * @author Victor Dubiniuk * - * @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/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index b4b0ebeb29..92c1a5ee91 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -1,14 +1,15 @@ * @author eduardo - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma - * @author Stefan Weil + * @author Robin Appelman + * @author Roeland Jago Douma * @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/Setup/Sqlite.php b/lib/private/Setup/Sqlite.php index 61bc501fd7..63b970be42 100644 --- a/lib/private/Setup/Sqlite.php +++ b/lib/private/Setup/Sqlite.php @@ -1,9 +1,10 @@ * @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/Share/Constants.php b/lib/private/Share/Constants.php index 3308166800..13a5a044e8 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -1,10 +1,11 @@ * @author Christopher Schäpers * @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/Share/Helper.php b/lib/private/Share/Helper.php index 7dc8cd12cd..a2f90ea178 100644 --- a/lib/private/Share/Helper.php +++ b/lib/private/Share/Helper.php @@ -1,7 +1,9 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Miguel Prokop * @author Morris Jobke * @author Robin Appelman @@ -9,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/Share/MailNotifications.php b/lib/private/Share/MailNotifications.php index 31f2c78a05..aaecd5353e 100644 --- a/lib/private/Share/MailNotifications.php +++ b/lib/private/Share/MailNotifications.php @@ -1,16 +1,17 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author scolebrook * @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/Share/SearchResultSorter.php b/lib/private/Share/SearchResultSorter.php index 4a50466b08..da63dd33b8 100644 --- a/lib/private/Share/SearchResultSorter.php +++ b/lib/private/Share/SearchResultSorter.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @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/Share/Share.php b/lib/private/Share/Share.php index bcda779e73..2916ffa24a 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -1,27 +1,29 @@ * @author Bart Visscher * @author Bernhard Reiter * @author Björn Schießle - * @author Christoph Wurst * @author Christopher Schäpers + * @author Christoph Wurst * @author Daniel Hansson - * @author Joas Schilling + * @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 Roeland Jago Douma * @author Sebastian Döll * @author Stefan Weil * @author Thomas Müller + * @author Torben Dannhauer * @author Vincent Petry * @author Volkan Gezer * - * @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/Share20/DefaultShareProvider.php b/lib/private/Share20/DefaultShareProvider.php index aa8f1729a9..f33c297b02 100644 --- a/lib/private/Share20/DefaultShareProvider.php +++ b/lib/private/Share20/DefaultShareProvider.php @@ -1,10 +1,11 @@ - * @author Joas Schilling - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @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/Share20/Exception/BackendError.php b/lib/private/Share20/Exception/BackendError.php index f15dea4a24..10dae34cc3 100644 --- a/lib/private/Share20/Exception/BackendError.php +++ b/lib/private/Share20/Exception/BackendError.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/Share20/Exception/InvalidShare.php b/lib/private/Share20/Exception/InvalidShare.php index c176e4424b..1e7337b041 100644 --- a/lib/private/Share20/Exception/InvalidShare.php +++ b/lib/private/Share20/Exception/InvalidShare.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/Share20/Exception/ProviderException.php b/lib/private/Share20/Exception/ProviderException.php index a14d526658..f7ada6d48f 100644 --- a/lib/private/Share20/Exception/ProviderException.php +++ b/lib/private/Share20/Exception/ProviderException.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/Share20/Hooks.php b/lib/private/Share20/Hooks.php index f29114a1b5..4519b709a8 100644 --- a/lib/private/Share20/Hooks.php +++ b/lib/private/Share20/Hooks.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/Share20/Manager.php b/lib/private/Share20/Manager.php index 9383255bc7..b4fe69a83e 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1,11 +1,14 @@ - * @author Björn Schießle - * @author Joas Schilling - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 78d2cbf7e4..e3de10a8ae 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -1,10 +1,11 @@ * @author Lukas Reschke - * @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/Share20/Share.php b/lib/private/Share20/Share.php index 8700114679..c565809c07 100644 --- a/lib/private/Share20/Share.php +++ b/lib/private/Share20/Share.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @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/Streamer.php b/lib/private/Streamer.php index 23c191b68d..75877ab166 100644 --- a/lib/private/Streamer.php +++ b/lib/private/Streamer.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * @author Victor Dubiniuk * - * @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/SubAdmin.php b/lib/private/SubAdmin.php index 68e0e799d5..9a2beed09f 100644 --- a/lib/private/SubAdmin.php +++ b/lib/private/SubAdmin.php @@ -1,13 +1,14 @@ * @author Bart Visscher * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @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/SystemConfig.php b/lib/private/SystemConfig.php index 4d9882c953..1029a6619f 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @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/SystemTag/ManagerFactory.php b/lib/private/SystemTag/ManagerFactory.php index 6b238e3c42..12af2523f4 100644 --- a/lib/private/SystemTag/ManagerFactory.php +++ b/lib/private/SystemTag/ManagerFactory.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/SystemTag/SystemTag.php b/lib/private/SystemTag/SystemTag.php index 559b6fdefa..15eb15efd9 100644 --- a/lib/private/SystemTag/SystemTag.php +++ b/lib/private/SystemTag/SystemTag.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/SystemTag/SystemTagManager.php b/lib/private/SystemTag/SystemTagManager.php index 7055fafbf2..7c21c0e004 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/SystemTag/SystemTagObjectMapper.php b/lib/private/SystemTag/SystemTagObjectMapper.php index 412842b69e..e562a2dfd4 100644 --- a/lib/private/SystemTag/SystemTagObjectMapper.php +++ b/lib/private/SystemTag/SystemTagObjectMapper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/TagManager.php b/lib/private/TagManager.php index a9e1cdfe07..0ee6274cbf 100644 --- a/lib/private/TagManager.php +++ b/lib/private/TagManager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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 diff --git a/lib/private/Tagging/Tag.php b/lib/private/Tagging/Tag.php index e35ac433e0..de5ab0a485 100644 --- a/lib/private/Tagging/Tag.php +++ b/lib/private/Tagging/Tag.php @@ -1,9 +1,10 @@ * @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/Tagging/TagMapper.php b/lib/private/Tagging/TagMapper.php index 364dbc99b4..d52a3f3eb8 100644 --- a/lib/private/Tagging/TagMapper.php +++ b/lib/private/Tagging/TagMapper.php @@ -1,10 +1,11 @@ * @author Bernhard Reiter * @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/Tags.php b/lib/private/Tags.php index cf39a9a975..4523bd37a8 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -1,8 +1,10 @@ * @author derkostka - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman @@ -11,7 +13,6 @@ * @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 diff --git a/lib/private/TempManager.php b/lib/private/TempManager.php index 4e361147fe..b4a918daaa 100644 --- a/lib/private/TempManager.php +++ b/lib/private/TempManager.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Martin Mattel @@ -9,7 +11,6 @@ * @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/Template/Base.php b/lib/private/Template/Base.php index d078a4eafd..6af679f0a6 100644 --- a/lib/private/Template/Base.php +++ b/lib/private/Template/Base.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Christopher Schäpers @@ -8,7 +10,6 @@ * @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/Template/CSSResourceLocator.php b/lib/private/Template/CSSResourceLocator.php index 6a547931ee..ffeaf765ff 100644 --- a/lib/private/Template/CSSResourceLocator.php +++ b/lib/private/Template/CSSResourceLocator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Template/JSResourceLocator.php b/lib/private/Template/JSResourceLocator.php index 6ea7b6291c..724f49965b 100644 --- a/lib/private/Template/JSResourceLocator.php +++ b/lib/private/Template/JSResourceLocator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/Template/ResourceLocator.php b/lib/private/Template/ResourceLocator.php index e64fce81af..420317d27a 100644 --- a/lib/private/Template/ResourceLocator.php +++ b/lib/private/Template/ResourceLocator.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @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/Template/ResourceNotFoundException.php b/lib/private/Template/ResourceNotFoundException.php index 8c7f1f1417..0ddb0a479b 100644 --- a/lib/private/Template/ResourceNotFoundException.php +++ b/lib/private/Template/ResourceNotFoundException.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/Template/TemplateFileLocator.php b/lib/private/Template/TemplateFileLocator.php index f855315691..3f62bc517c 100644 --- a/lib/private/Template/TemplateFileLocator.php +++ b/lib/private/Template/TemplateFileLocator.php @@ -1,11 +1,12 @@ * @author Jörn Friedrich Dreyer * @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/TemplateLayout.php b/lib/private/TemplateLayout.php index 4255c8998f..a30e0c6bd2 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Bart Visscher * @author Christopher Schäpers * @author Clark Tomlinson * @author Hendrik Leppelsack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -13,11 +14,10 @@ * @author Remco Brenninkmeijer * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/URLGenerator.php b/lib/private/URLGenerator.php index c7b2b222fa..aeef0db64d 100644 --- a/lib/private/URLGenerator.php +++ b/lib/private/URLGenerator.php @@ -1,7 +1,9 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author mmccarn @@ -11,7 +13,6 @@ * @author Thomas Müller * @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/Updater.php b/lib/private/Updater.php index 229f1123aa..10549a8950 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -1,8 +1,10 @@ * @author Frank Karlitschek - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -11,7 +13,6 @@ * @author Victor Dubiniuk * @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/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php index 2d07677323..d240687f9b 100644 --- a/lib/private/Updater/VersionCheck.php +++ b/lib/private/Updater/VersionCheck.php @@ -1,9 +1,10 @@ * @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/User/Backend.php b/lib/private/User/Backend.php index 2838905585..da86a4b053 100644 --- a/lib/private/User/Backend.php +++ b/lib/private/User/Backend.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/User/Database.php b/lib/private/User/Database.php index 85cbddca35..232650653d 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -1,14 +1,17 @@ * @author Aldo "xoen" Giambelluca * @author Arthur Schiwon * @author Bart Visscher + * @author Bjoern Schiessle * @author Björn Schießle * @author fabian * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -16,10 +19,9 @@ * @author nishiki * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/User/LoginException.php b/lib/private/User/LoginException.php index 84426f7f5d..cda401bccb 100644 --- a/lib/private/User/LoginException.php +++ b/lib/private/User/LoginException.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/User/Manager.php b/lib/private/User/Manager.php index 055f428bb1..e1b912a9de 100644 --- a/lib/private/User/Manager.php +++ b/lib/private/User/Manager.php @@ -1,19 +1,20 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael U * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Chan * @author Volkan Gezer * - * @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/User/NoUserException.php b/lib/private/User/NoUserException.php index afd5c729fc..a80bf7dc54 100644 --- a/lib/private/User/NoUserException.php +++ b/lib/private/User/NoUserException.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/User/Session.php b/lib/private/User/Session.php index 8d12982dd1..e21168496c 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -1,5 +1,7 @@ * @author Bernhard Posselt * @author Christoph Wurst @@ -11,7 +13,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/User/User.php b/lib/private/User/User.php index a48941ea2c..62c9a91cdb 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -7,10 +9,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/legacy/api.php b/lib/private/legacy/api.php index 88eb7b09a7..6ce524d3b2 100644 --- a/lib/private/legacy/api.php +++ b/lib/private/legacy/api.php @@ -1,21 +1,22 @@ * @author Bernhard Posselt * @author Björn Schießle * @author Christoph Wurst - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * @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 @@ -34,37 +35,6 @@ use OCP\API; use OCP\AppFramework\Http; -/** - * @author Bart Visscher - * @author Bernhard Posselt - * @author Björn Schießle - * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Lukas Reschke - * @author Michael Gapczynski - * @author Morris Jobke - * @author Robin Appelman - * @author Thomas Müller - * @author Tom Needham - * @author Vincent Petry - * - * @copyright Copyright (c) 2015, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * - */ - class OC_API { /** diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index 9753e2efd5..c57cb5005f 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Bernhard Posselt @@ -12,23 +14,23 @@ * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski + * @author Klaas Freitag * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke * @author RealRancor * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus * @author Tom Needham * @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/legacy/db.php b/lib/private/legacy/db.php index 5d61231291..32706aafbe 100644 --- a/lib/private/legacy/db.php +++ b/lib/private/legacy/db.php @@ -1,15 +1,16 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/legacy/db/statementwrapper.php b/lib/private/legacy/db/statementwrapper.php index 20dce846c6..4a908b0364 100644 --- a/lib/private/legacy/db/statementwrapper.php +++ b/lib/private/legacy/db/statementwrapper.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer @@ -8,7 +10,6 @@ * @author Robin McCorkell * @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/legacy/defaults.php b/lib/private/legacy/defaults.php index 58aa4e1106..82ae967a9e 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/defaults.php @@ -1,5 +1,7 @@ * @author Jan-Christoph Borchardt * @author Jörn Friedrich Dreyer @@ -12,7 +14,6 @@ * @author Thomas Müller * @author Volkan Gezer * - * @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/legacy/eventsource.php b/lib/private/legacy/eventsource.php index 70e9847d23..c8d1fbfca6 100644 --- a/lib/private/legacy/eventsource.php +++ b/lib/private/legacy/eventsource.php @@ -1,5 +1,7 @@ * @author Felix Moeller * @author Lukas Reschke @@ -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/legacy/filechunking.php b/lib/private/legacy/filechunking.php index eac1d2c9ec..470c0ad592 100644 --- a/lib/private/legacy/filechunking.php +++ b/lib/private/legacy/filechunking.php @@ -1,16 +1,17 @@ * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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 diff --git a/lib/private/legacy/files.php b/lib/private/legacy/files.php index cb8dc35aa5..c34d4e2ae0 100644 --- a/lib/private/legacy/files.php +++ b/lib/private/legacy/files.php @@ -1,12 +1,14 @@ * @author Bart Visscher * @author Björn Schießle * @author Clark Tomlinson * @author Frank Karlitschek * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -19,7 +21,6 @@ * @author Victor Dubiniuk * @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/legacy/group.php b/lib/private/legacy/group.php index 361d9ff846..2d63643fc4 100644 --- a/lib/private/legacy/group.php +++ b/lib/private/legacy/group.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -13,10 +15,9 @@ * @author Qingping Hou * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/legacy/group/backend.php b/lib/private/legacy/group/backend.php index 970468a58f..2c816c184d 100644 --- a/lib/private/legacy/group/backend.php +++ b/lib/private/legacy/group/backend.php @@ -1,14 +1,15 @@ * @author Bart Visscher * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/legacy/group/database.php b/lib/private/legacy/group/database.php index de9b18a6ca..ddf9d29037 100644 --- a/lib/private/legacy/group/database.php +++ b/lib/private/legacy/group/database.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Morris Jobke + * @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/legacy/group/example.php b/lib/private/legacy/group/example.php index c519af9cd8..29bc85fb2d 100644 --- a/lib/private/legacy/group/example.php +++ b/lib/private/legacy/group/example.php @@ -1,5 +1,7 @@ * @author Felix Moeller * @author Lukas Reschke @@ -8,7 +10,6 @@ * @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/legacy/group/interface.php b/lib/private/legacy/group/interface.php index 33e299e5f6..c3563b1577 100644 --- a/lib/private/legacy/group/interface.php +++ b/lib/private/legacy/group/interface.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/legacy/helper.php b/lib/private/legacy/helper.php index 06cffe8083..a04c7cf1b1 100644 --- a/lib/private/legacy/helper.php +++ b/lib/private/legacy/helper.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -10,7 +12,7 @@ * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -19,13 +21,12 @@ * @author Pellaeon Lin * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Simon Könnecke * @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 diff --git a/lib/private/legacy/hook.php b/lib/private/legacy/hook.php index a2b568c1bd..d7adbe68b2 100644 --- a/lib/private/legacy/hook.php +++ b/lib/private/legacy/hook.php @@ -1,5 +1,7 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer @@ -11,7 +13,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/legacy/image.php b/lib/private/legacy/image.php index 313b781f0d..ee3ede1975 100644 --- a/lib/private/legacy/image.php +++ b/lib/private/legacy/image.php @@ -1,14 +1,16 @@ - * @author Bart Visscher * @author Bartek Przybylski + * @author Bart Visscher * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers * @author Georg Ehrke * @author j-ed - * @author Joas Schilling + * @author Joas Schilling * @author Johannes Willnecker * @author Jörn Friedrich Dreyer * @author Lukas Reschke @@ -18,7 +20,6 @@ * @author Thomas Müller * @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/legacy/json.php b/lib/private/legacy/json.php index 557e1d7701..a9374f09a8 100644 --- a/lib/private/legacy/json.php +++ b/lib/private/legacy/json.php @@ -1,7 +1,10 @@ * @author Bernhard Posselt + * @author Christoph Wurst * @author Felix Moeller * @author Georg Ehrke * @author Lukas Reschke @@ -11,7 +14,6 @@ * @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 diff --git a/lib/private/legacy/l10n.php b/lib/private/legacy/l10n.php index d5bd58c483..7e1f1d11f0 100644 --- a/lib/private/legacy/l10n.php +++ b/lib/private/legacy/l10n.php @@ -1,10 +1,12 @@ * @author Bernhard Posselt * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -12,7 +14,6 @@ * @author Thomas Müller * @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/legacy/l10n/string.php b/lib/private/legacy/l10n/string.php index 9c93b8c5a6..3d9d72e069 100644 --- a/lib/private/legacy/l10n/string.php +++ b/lib/private/legacy/l10n/string.php @@ -1,14 +1,15 @@ * @author Bernhard Posselt * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/legacy/ocs.php b/lib/private/legacy/ocs.php index cc3599f632..fdaa16cc76 100644 --- a/lib/private/legacy/ocs.php +++ b/lib/private/legacy/ocs.php @@ -1,5 +1,7 @@ * @author Frank Karlitschek * @author Lukas Reschke @@ -7,7 +9,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/legacy/ocs/cloud.php b/lib/private/legacy/ocs/cloud.php index fb55543358..1115295830 100644 --- a/lib/private/legacy/ocs/cloud.php +++ b/lib/private/legacy/ocs/cloud.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/legacy/ocs/config.php b/lib/private/legacy/ocs/config.php index 5b8e054fbe..dba9a061bb 100644 --- a/lib/private/legacy/ocs/config.php +++ b/lib/private/legacy/ocs/config.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/legacy/ocs/person.php b/lib/private/legacy/ocs/person.php index 1aae9de616..bd01639a73 100644 --- a/lib/private/legacy/ocs/person.php +++ b/lib/private/legacy/ocs/person.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/legacy/ocs/privatedata.php b/lib/private/legacy/ocs/privatedata.php index 3b4b0773fe..3571c842b9 100644 --- a/lib/private/legacy/ocs/privatedata.php +++ b/lib/private/legacy/ocs/privatedata.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/legacy/ocs/result.php b/lib/private/legacy/ocs/result.php index a3726c8377..fd90e56c60 100644 --- a/lib/private/legacy/ocs/result.php +++ b/lib/private/legacy/ocs/result.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @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/legacy/response.php b/lib/private/legacy/response.php index 54a9385b7a..0ec27251ba 100644 --- a/lib/private/legacy/response.php +++ b/lib/private/legacy/response.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer @@ -10,7 +12,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/legacy/template.php b/lib/private/legacy/template.php index b42c14095b..935d112aac 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -1,25 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Bart Visscher - * @author Björn Schießle * @author Brice Maron * @author Frank Karlitschek * @author Hendrik Leppelsack * @author Individual IT Services * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar * @author Robin Appelman - * @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/legacy/template/functions.php b/lib/private/legacy/template/functions.php index e3b090d1ce..226cf04688 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -1,17 +1,18 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/legacy/user.php b/lib/private/legacy/user.php index d4d84ed3fa..1585d65d68 100644 --- a/lib/private/legacy/user.php +++ b/lib/private/legacy/user.php @@ -1,10 +1,12 @@ * @author Andreas Fischer * @author Arthur Schiwon - * @author Bart Visscher * @author Bartek Przybylski + * @author Bart Visscher * @author Björn Schießle * @author Christoph Wurst * @author Georg Ehrke @@ -14,12 +16,11 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author shkdee * @author Thomas Müller * @author Tom Needham * - * @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/legacy/user/backend.php b/lib/private/legacy/user/backend.php index 1f36965936..86909c1438 100644 --- a/lib/private/legacy/user/backend.php +++ b/lib/private/legacy/user/backend.php @@ -1,15 +1,16 @@ * @author Dominik Schmidt * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Tigran Mkrtchyan * - * @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/legacy/user/interface.php b/lib/private/legacy/user/interface.php index b9df649d03..e178d9c6f6 100644 --- a/lib/private/legacy/user/interface.php +++ b/lib/private/legacy/user/interface.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/legacy/util.php b/lib/private/legacy/util.php index 63da546ec8..646ab1f062 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -1,5 +1,7 @@ * @author Andreas Fischer * @author Arthur Schiwon @@ -8,8 +10,8 @@ * @author Birk Borkason * @author Björn Schießle * @author Brice Maron - * @author Christoph Wurst * @author Christopher Schäpers + * @author Christoph Wurst * @author Clark Tomlinson * @author cmeh * @author Florin Peter @@ -18,7 +20,7 @@ * @author helix84 * @author Individual IT Services * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Markus Goetz @@ -28,7 +30,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Rado * @author Stefan Weil * @author Thomas Müller @@ -37,7 +39,6 @@ * @author Vincent Petry * @author Volkan Gezer * - * @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/public/API.php b/lib/public/API.php index d5c08f4334..9a594f7688 100644 --- a/lib/public/API.php +++ b/lib/public/API.php @@ -1,11 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Tom Needham * - * @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/public/Activity/IConsumer.php b/lib/public/Activity/IConsumer.php index fc536fd0a5..d56719c4de 100644 --- a/lib/public/Activity/IConsumer.php +++ b/lib/public/Activity/IConsumer.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Activity/IEvent.php b/lib/public/Activity/IEvent.php index 9b6df9126b..0d4966e617 100644 --- a/lib/public/Activity/IEvent.php +++ b/lib/public/Activity/IEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Activity/IExtension.php b/lib/public/Activity/IExtension.php index cefa6861a7..a86837892b 100644 --- a/lib/public/Activity/IExtension.php +++ b/lib/public/Activity/IExtension.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/Activity/IManager.php b/lib/public/Activity/IManager.php index cbd0872241..c1476e1a2a 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/public/App.php b/lib/public/App.php index f7915536b3..06dde22b8d 100644 --- a/lib/public/App.php +++ b/lib/public/App.php @@ -1,15 +1,16 @@ * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @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/public/App/IAppManager.php b/lib/public/App/IAppManager.php index 52cea89b70..0aed2c219e 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php index be5e2bb731..a70345b62f 100644 --- a/lib/public/App/ManagerEvent.php +++ b/lib/public/App/ManagerEvent.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/public/AppFramework/ApiController.php b/lib/public/AppFramework/ApiController.php index 5687cf6546..857cb19101 100644 --- a/lib/public/AppFramework/ApiController.php +++ b/lib/public/AppFramework/ApiController.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @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/public/AppFramework/App.php b/lib/public/AppFramework/App.php index 0073a077bc..58898c376b 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -1,13 +1,14 @@ * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @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/public/AppFramework/Controller.php b/lib/public/AppFramework/Controller.php index daf6018cd1..05c2f09092 100644 --- a/lib/public/AppFramework/Controller.php +++ b/lib/public/AppFramework/Controller.php @@ -1,5 +1,7 @@ * @author Lukas Reschke * @author Morris Jobke @@ -7,7 +9,6 @@ * @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 diff --git a/lib/public/AppFramework/Db/DoesNotExistException.php b/lib/public/AppFramework/Db/DoesNotExistException.php index 9682a08d3c..b8adc36c7b 100644 --- a/lib/public/AppFramework/Db/DoesNotExistException.php +++ b/lib/public/AppFramework/Db/DoesNotExistException.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Db/Entity.php b/lib/public/AppFramework/Db/Entity.php index d7db4d3c5a..e339707d85 100644 --- a/lib/public/AppFramework/Db/Entity.php +++ b/lib/public/AppFramework/Db/Entity.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Db/Mapper.php b/lib/public/AppFramework/Db/Mapper.php index f47982fce1..aa3d9cdde3 100644 --- a/lib/public/AppFramework/Db/Mapper.php +++ b/lib/public/AppFramework/Db/Mapper.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/public/AppFramework/Db/MultipleObjectsReturnedException.php b/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php index b920705182..a17d95e0ef 100644 --- a/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php +++ b/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Http.php b/lib/public/AppFramework/Http.php index e0108146db..5abd699203 100644 --- a/lib/public/AppFramework/Http.php +++ b/lib/public/AppFramework/Http.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @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/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index 689220ca1e..082aa0206c 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author sualko * - * @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/public/AppFramework/Http/DataDisplayResponse.php b/lib/public/AppFramework/Http/DataDisplayResponse.php index 4209c86a05..0fc10129b8 100644 --- a/lib/public/AppFramework/Http/DataDisplayResponse.php +++ b/lib/public/AppFramework/Http/DataDisplayResponse.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/AppFramework/Http/DataDownloadResponse.php b/lib/public/AppFramework/Http/DataDownloadResponse.php index 55ef4e6c82..1107c9941e 100644 --- a/lib/public/AppFramework/Http/DataDownloadResponse.php +++ b/lib/public/AppFramework/Http/DataDownloadResponse.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Http/DataResponse.php b/lib/public/AppFramework/Http/DataResponse.php index 3ec4e2bdc3..17e6813443 100644 --- a/lib/public/AppFramework/Http/DataResponse.php +++ b/lib/public/AppFramework/Http/DataResponse.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Http/DownloadResponse.php b/lib/public/AppFramework/Http/DownloadResponse.php index af0d76951c..46f318d9b8 100644 --- a/lib/public/AppFramework/Http/DownloadResponse.php +++ b/lib/public/AppFramework/Http/DownloadResponse.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/public/AppFramework/Http/EmptyContentSecurityPolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php index 26d138d68d..4fca1588e7 100644 --- a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.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/public/AppFramework/Http/ICallbackResponse.php b/lib/public/AppFramework/Http/ICallbackResponse.php index 57ccb8e7a6..4bf5ce36f7 100644 --- a/lib/public/AppFramework/Http/ICallbackResponse.php +++ b/lib/public/AppFramework/Http/ICallbackResponse.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/public/AppFramework/Http/IOutput.php b/lib/public/AppFramework/Http/IOutput.php index a9d7375f4b..1544c7d637 100644 --- a/lib/public/AppFramework/Http/IOutput.php +++ b/lib/public/AppFramework/Http/IOutput.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @author Morris Jobke * @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/public/AppFramework/Http/JSONResponse.php b/lib/public/AppFramework/Http/JSONResponse.php index 32f2947b4b..1b8b676e60 100644 --- a/lib/public/AppFramework/Http/JSONResponse.php +++ b/lib/public/AppFramework/Http/JSONResponse.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @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/public/AppFramework/Http/NotFoundResponse.php b/lib/public/AppFramework/Http/NotFoundResponse.php index 8ef966fb9c..26338623ef 100644 --- a/lib/public/AppFramework/Http/NotFoundResponse.php +++ b/lib/public/AppFramework/Http/NotFoundResponse.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Http/OCSResponse.php b/lib/public/AppFramework/Http/OCSResponse.php index da9de712c0..0fb0f9678d 100644 --- a/lib/public/AppFramework/Http/OCSResponse.php +++ b/lib/public/AppFramework/Http/OCSResponse.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/public/AppFramework/Http/RedirectResponse.php b/lib/public/AppFramework/Http/RedirectResponse.php index 97140c9955..adda83c7cf 100644 --- a/lib/public/AppFramework/Http/RedirectResponse.php +++ b/lib/public/AppFramework/Http/RedirectResponse.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @author v1r0x * - * @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/public/AppFramework/Http/Response.php b/lib/public/AppFramework/Http/Response.php index eb573507ac..eed9aa7c1a 100644 --- a/lib/public/AppFramework/Http/Response.php +++ b/lib/public/AppFramework/Http/Response.php @@ -1,5 +1,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke @@ -7,7 +9,6 @@ * @author Thomas Müller * @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/public/AppFramework/Http/StreamResponse.php b/lib/public/AppFramework/Http/StreamResponse.php index 01243e1548..b5852fb562 100644 --- a/lib/public/AppFramework/Http/StreamResponse.php +++ b/lib/public/AppFramework/Http/StreamResponse.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/public/AppFramework/Http/TemplateResponse.php b/lib/public/AppFramework/Http/TemplateResponse.php index 7774d881e4..ccb0c61bfd 100644 --- a/lib/public/AppFramework/Http/TemplateResponse.php +++ b/lib/public/AppFramework/Http/TemplateResponse.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @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/public/AppFramework/IApi.php b/lib/public/AppFramework/IApi.php index 6661432887..419e178268 100644 --- a/lib/public/AppFramework/IApi.php +++ b/lib/public/AppFramework/IApi.php @@ -1,11 +1,12 @@ * @author Jörn Friedrich Dreyer * @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/public/AppFramework/IAppContainer.php b/lib/public/AppFramework/IAppContainer.php index 905539e735..2fa049d6e8 100644 --- a/lib/public/AppFramework/IAppContainer.php +++ b/lib/public/AppFramework/IAppContainer.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/public/AppFramework/Middleware.php b/lib/public/AppFramework/Middleware.php index fc4c46617c..75cd3beea0 100644 --- a/lib/public/AppFramework/Middleware.php +++ b/lib/public/AppFramework/Middleware.php @@ -1,11 +1,12 @@ * @author Stefan Weil * @author Thomas Müller * @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/public/AppFramework/OCS/OCSBadRequestException.php b/lib/public/AppFramework/OCS/OCSBadRequestException.php index 0f4278fddc..1b374376a7 100644 --- a/lib/public/AppFramework/OCS/OCSBadRequestException.php +++ b/lib/public/AppFramework/OCS/OCSBadRequestException.php @@ -1,5 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSException.php b/lib/public/AppFramework/OCS/OCSException.php index f95b5a1684..428fcff8e1 100644 --- a/lib/public/AppFramework/OCS/OCSException.php +++ b/lib/public/AppFramework/OCS/OCSException.php @@ -1,5 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSForbiddenException.php b/lib/public/AppFramework/OCS/OCSForbiddenException.php index 0c792722d9..7eef56facf 100644 --- a/lib/public/AppFramework/OCS/OCSForbiddenException.php +++ b/lib/public/AppFramework/OCS/OCSForbiddenException.php @@ -1,5 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSNotFoundException.php b/lib/public/AppFramework/OCS/OCSNotFoundException.php index aaef36af1c..18951b3703 100644 --- a/lib/public/AppFramework/OCS/OCSNotFoundException.php +++ b/lib/public/AppFramework/OCS/OCSNotFoundException.php @@ -1,5 +1,6 @@ * diff --git a/lib/public/AppFramework/OCSController.php b/lib/public/AppFramework/OCSController.php index e118b34250..ee9eaae52f 100644 --- a/lib/public/AppFramework/OCSController.php +++ b/lib/public/AppFramework/OCSController.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Stefan Weil * @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/public/AppFramework/QueryException.php b/lib/public/AppFramework/QueryException.php index 62ab77dd83..020199868a 100644 --- a/lib/public/AppFramework/QueryException.php +++ b/lib/public/AppFramework/QueryException.php @@ -1,9 +1,10 @@ * @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/public/AppFramework/Utility/IControllerMethodReflector.php b/lib/public/AppFramework/Utility/IControllerMethodReflector.php index e2939ff889..e9fb4a5a96 100644 --- a/lib/public/AppFramework/Utility/IControllerMethodReflector.php +++ b/lib/public/AppFramework/Utility/IControllerMethodReflector.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * - * @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/public/AppFramework/Utility/ITimeFactory.php b/lib/public/AppFramework/Utility/ITimeFactory.php index a3333dd194..eb65abf850 100644 --- a/lib/public/AppFramework/Utility/ITimeFactory.php +++ b/lib/public/AppFramework/Utility/ITimeFactory.php @@ -1,9 +1,10 @@ * @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/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php index f1f408cfa6..908bc5ace3 100644 --- a/lib/public/Authentication/IApacheBackend.php +++ b/lib/public/Authentication/IApacheBackend.php @@ -1,9 +1,10 @@ * @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/public/Authentication/TwoFactorAuth/IProvider.php b/lib/public/Authentication/TwoFactorAuth/IProvider.php index fa812d8c56..51b126426c 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvider.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvider.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/public/AutoloadNotAllowedException.php b/lib/public/AutoloadNotAllowedException.php index f0028b7d49..6c7b979f2d 100644 --- a/lib/public/AutoloadNotAllowedException.php +++ b/lib/public/AutoloadNotAllowedException.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/public/BackgroundJob.php b/lib/public/BackgroundJob.php index f532a97c74..ba826e50ca 100644 --- a/lib/public/BackgroundJob.php +++ b/lib/public/BackgroundJob.php @@ -1,15 +1,16 @@ * @author Felix Moeller * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/public/BackgroundJob/IJob.php b/lib/public/BackgroundJob/IJob.php index 71cdee6563..aa674be1b3 100644 --- a/lib/public/BackgroundJob/IJob.php +++ b/lib/public/BackgroundJob/IJob.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/BackgroundJob/IJobList.php b/lib/public/BackgroundJob/IJobList.php index 9e401e6841..f6084ee68d 100644 --- a/lib/public/BackgroundJob/IJobList.php +++ b/lib/public/BackgroundJob/IJobList.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Capabilities/ICapability.php b/lib/public/Capabilities/ICapability.php index 0facab6f25..2a59689665 100644 --- a/lib/public/Capabilities/ICapability.php +++ b/lib/public/Capabilities/ICapability.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/public/Command/IBus.php b/lib/public/Command/IBus.php index 62b6edef4d..84d8d41cd1 100644 --- a/lib/public/Command/IBus.php +++ b/lib/public/Command/IBus.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/public/Command/ICommand.php b/lib/public/Command/ICommand.php index e53d52d2fa..5d9dfd2b47 100644 --- a/lib/public/Command/ICommand.php +++ b/lib/public/Command/ICommand.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/public/Comments/CommentsEntityEvent.php b/lib/public/Comments/CommentsEntityEvent.php index 5f012a7988..fe8585a213 100644 --- a/lib/public/Comments/CommentsEntityEvent.php +++ b/lib/public/Comments/CommentsEntityEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Comments/CommentsEvent.php b/lib/public/Comments/CommentsEvent.php index 3101c4e6c5..a0bff349fb 100644 --- a/lib/public/Comments/CommentsEvent.php +++ b/lib/public/Comments/CommentsEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Comments/IComment.php b/lib/public/Comments/IComment.php index d5112dec04..bb997a0722 100644 --- a/lib/public/Comments/IComment.php +++ b/lib/public/Comments/IComment.php @@ -1,9 +1,10 @@ * @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/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index d605820a3b..f2edaaa5ea 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/Comments/ICommentsManagerFactory.php b/lib/public/Comments/ICommentsManagerFactory.php index 4388436281..4a38d992bc 100644 --- a/lib/public/Comments/ICommentsManagerFactory.php +++ b/lib/public/Comments/ICommentsManagerFactory.php @@ -1,10 +1,11 @@ * @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/public/Comments/IllegalIDChangeException.php b/lib/public/Comments/IllegalIDChangeException.php index 65f6fa5ec6..97f18fee12 100644 --- a/lib/public/Comments/IllegalIDChangeException.php +++ b/lib/public/Comments/IllegalIDChangeException.php @@ -1,9 +1,10 @@ * @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/public/Comments/MessageTooLongException.php b/lib/public/Comments/MessageTooLongException.php index 1ec4fd6ff4..4c46ed4652 100644 --- a/lib/public/Comments/MessageTooLongException.php +++ b/lib/public/Comments/MessageTooLongException.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/public/Comments/NotFoundException.php b/lib/public/Comments/NotFoundException.php index ebce2c6c8e..ab83e4095c 100644 --- a/lib/public/Comments/NotFoundException.php +++ b/lib/public/Comments/NotFoundException.php @@ -1,9 +1,10 @@ * @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/public/Config.php b/lib/public/Config.php index 514ddbb85b..73380560c6 100644 --- a/lib/public/Config.php +++ b/lib/public/Config.php @@ -1,5 +1,7 @@ * @author Frank Karlitschek * @author Georg Ehrke @@ -9,7 +11,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/public/Console/ConsoleEvent.php b/lib/public/Console/ConsoleEvent.php index b3f1229f0e..7b3201999a 100644 --- a/lib/public/Console/ConsoleEvent.php +++ b/lib/public/Console/ConsoleEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Constants.php b/lib/public/Constants.php index abf5f95eb9..ca4b5fa473 100644 --- a/lib/public/Constants.php +++ b/lib/public/Constants.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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 diff --git a/lib/public/Contacts.php b/lib/public/Contacts.php index 590fd9af1b..16cd52d19c 100644 --- a/lib/public/Contacts.php +++ b/lib/public/Contacts.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin McCorkell * @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/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index c6d557eaba..328b40931d 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @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/public/DB.php b/lib/public/DB.php index 08d8a6ec2e..68692bf121 100644 --- a/lib/public/DB.php +++ b/lib/public/DB.php @@ -1,17 +1,18 @@ * @author Dan Bartram * @author Felix Moeller * @author Frank Karlitschek - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @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/public/DB/QueryBuilder/ICompositeExpression.php b/lib/public/DB/QueryBuilder/ICompositeExpression.php index 7060815138..7bde808344 100644 --- a/lib/public/DB/QueryBuilder/ICompositeExpression.php +++ b/lib/public/DB/QueryBuilder/ICompositeExpression.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/DB/QueryBuilder/IExpressionBuilder.php b/lib/public/DB/QueryBuilder/IExpressionBuilder.php index 0db25704dd..44dc448333 100644 --- a/lib/public/DB/QueryBuilder/IExpressionBuilder.php +++ b/lib/public/DB/QueryBuilder/IExpressionBuilder.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/DB/QueryBuilder/ILiteral.php b/lib/public/DB/QueryBuilder/ILiteral.php index ab1cc59229..99b45ee7c2 100644 --- a/lib/public/DB/QueryBuilder/ILiteral.php +++ b/lib/public/DB/QueryBuilder/ILiteral.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/DB/QueryBuilder/IParameter.php b/lib/public/DB/QueryBuilder/IParameter.php index be141cea9a..c4e3fe2997 100644 --- a/lib/public/DB/QueryBuilder/IParameter.php +++ b/lib/public/DB/QueryBuilder/IParameter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php index 444910a9c5..8ef8a96b25 100644 --- a/lib/public/DB/QueryBuilder/IQueryBuilder.php +++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/DB/QueryBuilder/IQueryFunction.php b/lib/public/DB/QueryBuilder/IQueryFunction.php index 8050bd295e..5c31919473 100644 --- a/lib/public/DB/QueryBuilder/IQueryFunction.php +++ b/lib/public/DB/QueryBuilder/IQueryFunction.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Defaults.php b/lib/public/Defaults.php index 5194484fea..ae873831b8 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -1,11 +1,13 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author scolebrook * - * @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/public/Diagnostics/IEvent.php b/lib/public/Diagnostics/IEvent.php index a3e42ee137..e882a9f80d 100644 --- a/lib/public/Diagnostics/IEvent.php +++ b/lib/public/Diagnostics/IEvent.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/public/Diagnostics/IEventLogger.php b/lib/public/Diagnostics/IEventLogger.php index 34e521db10..3a09ca0002 100644 --- a/lib/public/Diagnostics/IEventLogger.php +++ b/lib/public/Diagnostics/IEventLogger.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/public/Diagnostics/IQuery.php b/lib/public/Diagnostics/IQuery.php index 3b4d1b4c96..726db607ca 100644 --- a/lib/public/Diagnostics/IQuery.php +++ b/lib/public/Diagnostics/IQuery.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/public/Diagnostics/IQueryLogger.php b/lib/public/Diagnostics/IQueryLogger.php index 285a85efde..af6ab84bb4 100644 --- a/lib/public/Diagnostics/IQueryLogger.php +++ b/lib/public/Diagnostics/IQueryLogger.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/public/Encryption/Exceptions/GenericEncryptionException.php b/lib/public/Encryption/Exceptions/GenericEncryptionException.php index 3822a0ba7d..ac880c4306 100644 --- a/lib/public/Encryption/Exceptions/GenericEncryptionException.php +++ b/lib/public/Encryption/Exceptions/GenericEncryptionException.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson * @author Lukas Reschke * @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/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index 57a1baa0c1..6be9763c9c 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @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/public/Encryption/IFile.php b/lib/public/Encryption/IFile.php index dd1d8161f6..ffb2611bad 100644 --- a/lib/public/Encryption/IFile.php +++ b/lib/public/Encryption/IFile.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/public/Encryption/IManager.php b/lib/public/Encryption/IManager.php index a6eb06a34e..b32ccf03eb 100644 --- a/lib/public/Encryption/IManager.php +++ b/lib/public/Encryption/IManager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/Encryption/Keys/IStorage.php b/lib/public/Encryption/Keys/IStorage.php index 9c2322a1dd..e17de04316 100644 --- a/lib/public/Encryption/Keys/IStorage.php +++ b/lib/public/Encryption/Keys/IStorage.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/Files.php b/lib/public/Files.php index 0ffaec8f68..763b4d935d 100644 --- a/lib/public/Files.php +++ b/lib/public/Files.php @@ -1,17 +1,18 @@ * @author Björn Schießle * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Stefan Weil * @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/public/Files/AlreadyExistsException.php b/lib/public/Files/AlreadyExistsException.php index 243129cb1d..3804d9a910 100644 --- a/lib/public/Files/AlreadyExistsException.php +++ b/lib/public/Files/AlreadyExistsException.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/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php index 4ef88f6480..c8c4063c2e 100644 --- a/lib/public/Files/Cache/ICache.php +++ b/lib/public/Files/Cache/ICache.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/public/Files/Cache/ICacheEntry.php b/lib/public/Files/Cache/ICacheEntry.php index 00c8e201b9..f6cc3779a0 100644 --- a/lib/public/Files/Cache/ICacheEntry.php +++ b/lib/public/Files/Cache/ICacheEntry.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/public/Files/Cache/IPropagator.php b/lib/public/Files/Cache/IPropagator.php index 541135b9e6..ad9ad91105 100644 --- a/lib/public/Files/Cache/IPropagator.php +++ b/lib/public/Files/Cache/IPropagator.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/public/Files/Cache/IScanner.php b/lib/public/Files/Cache/IScanner.php index 74bc2fc884..b99fbc1779 100644 --- a/lib/public/Files/Cache/IScanner.php +++ b/lib/public/Files/Cache/IScanner.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/public/Files/Cache/IUpdater.php b/lib/public/Files/Cache/IUpdater.php index 5267aa6f02..f24a01d890 100644 --- a/lib/public/Files/Cache/IUpdater.php +++ b/lib/public/Files/Cache/IUpdater.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/public/Files/Cache/IWatcher.php b/lib/public/Files/Cache/IWatcher.php index c33129a247..adac8f4405 100644 --- a/lib/public/Files/Cache/IWatcher.php +++ b/lib/public/Files/Cache/IWatcher.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/public/Files/Config/ICachedMountInfo.php b/lib/public/Files/Config/ICachedMountInfo.php index 24c0965421..19de2e5837 100644 --- a/lib/public/Files/Config/ICachedMountInfo.php +++ b/lib/public/Files/Config/ICachedMountInfo.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/public/Files/Config/IHomeMountProvider.php b/lib/public/Files/Config/IHomeMountProvider.php index 97747ea61d..d00618e029 100644 --- a/lib/public/Files/Config/IHomeMountProvider.php +++ b/lib/public/Files/Config/IHomeMountProvider.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/public/Files/Config/IMountProvider.php b/lib/public/Files/Config/IMountProvider.php index d1498fd5f6..0656279fb6 100644 --- a/lib/public/Files/Config/IMountProvider.php +++ b/lib/public/Files/Config/IMountProvider.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/public/Files/Config/IMountProviderCollection.php b/lib/public/Files/Config/IMountProviderCollection.php index 29208cb6f5..8412bb3403 100644 --- a/lib/public/Files/Config/IMountProviderCollection.php +++ b/lib/public/Files/Config/IMountProviderCollection.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/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index 2f2c11da1a..5f5aa6667a 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.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/public/Files/EntityTooLargeException.php b/lib/public/Files/EntityTooLargeException.php index 8dabc08f8b..4a74403106 100644 --- a/lib/public/Files/EntityTooLargeException.php +++ b/lib/public/Files/EntityTooLargeException.php @@ -1,9 +1,10 @@ * @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/public/Files/File.php b/lib/public/Files/File.php index 553dd48c24..0d9dd3befa 100644 --- a/lib/public/Files/File.php +++ b/lib/public/Files/File.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index a9f05863e7..43fde8e6f9 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/public/Files/FileNameTooLongException.php b/lib/public/Files/FileNameTooLongException.php index 68fba4ad51..8c46b7f551 100644 --- a/lib/public/Files/FileNameTooLongException.php +++ b/lib/public/Files/FileNameTooLongException.php @@ -1,9 +1,10 @@ * @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/public/Files/Folder.php b/lib/public/Files/Folder.php index 0644ab6203..cd60e5342a 100644 --- a/lib/public/Files/Folder.php +++ b/lib/public/Files/Folder.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/public/Files/ForbiddenException.php b/lib/public/Files/ForbiddenException.php index 5a4f03d176..5492b8538b 100644 --- a/lib/public/Files/ForbiddenException.php +++ b/lib/public/Files/ForbiddenException.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/IHomeStorage.php b/lib/public/Files/IHomeStorage.php index 4101545aaf..3144dd8bc9 100644 --- a/lib/public/Files/IHomeStorage.php +++ b/lib/public/Files/IHomeStorage.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Files/IMimeTypeDetector.php b/lib/public/Files/IMimeTypeDetector.php index 7d9cd606e6..f66eb4e0b9 100644 --- a/lib/public/Files/IMimeTypeDetector.php +++ b/lib/public/Files/IMimeTypeDetector.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/public/Files/IMimeTypeLoader.php b/lib/public/Files/IMimeTypeLoader.php index 57a6d7ba30..d582c55ae1 100644 --- a/lib/public/Files/IMimeTypeLoader.php +++ b/lib/public/Files/IMimeTypeLoader.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/public/Files/IRootFolder.php b/lib/public/Files/IRootFolder.php index 3b6243f763..38e45f4967 100644 --- a/lib/public/Files/IRootFolder.php +++ b/lib/public/Files/IRootFolder.php @@ -1,9 +1,10 @@ * @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/public/Files/InvalidCharacterInPathException.php b/lib/public/Files/InvalidCharacterInPathException.php index 8e649b5bb6..8e8f1a15e3 100644 --- a/lib/public/Files/InvalidCharacterInPathException.php +++ b/lib/public/Files/InvalidCharacterInPathException.php @@ -1,9 +1,10 @@ * @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/public/Files/InvalidContentException.php b/lib/public/Files/InvalidContentException.php index f25b7fef87..bdde7909b5 100644 --- a/lib/public/Files/InvalidContentException.php +++ b/lib/public/Files/InvalidContentException.php @@ -1,9 +1,10 @@ * @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/public/Files/InvalidPathException.php b/lib/public/Files/InvalidPathException.php index ee21d7432b..bb8aff5091 100644 --- a/lib/public/Files/InvalidPathException.php +++ b/lib/public/Files/InvalidPathException.php @@ -1,9 +1,10 @@ * @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/public/Files/LockNotAcquiredException.php b/lib/public/Files/LockNotAcquiredException.php index 247c9f5f5c..09c3b0cb03 100644 --- a/lib/public/Files/LockNotAcquiredException.php +++ b/lib/public/Files/LockNotAcquiredException.php @@ -1,10 +1,11 @@ * @author Owen Winkler * @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/public/Files/Mount/IMountManager.php b/lib/public/Files/Mount/IMountManager.php index 9e3002a26d..2f18fcd4a4 100644 --- a/lib/public/Files/Mount/IMountManager.php +++ b/lib/public/Files/Mount/IMountManager.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/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index 824b60a102..3835a97d20 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.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/public/Files/Node.php b/lib/public/Files/Node.php index c69077c7f2..7a576f2453 100644 --- a/lib/public/Files/Node.php +++ b/lib/public/Files/Node.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @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/public/Files/NotEnoughSpaceException.php b/lib/public/Files/NotEnoughSpaceException.php index 4e67ac2670..7e8b659b91 100644 --- a/lib/public/Files/NotEnoughSpaceException.php +++ b/lib/public/Files/NotEnoughSpaceException.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/public/Files/NotFoundException.php b/lib/public/Files/NotFoundException.php index 10a3dacda4..b9e3091def 100644 --- a/lib/public/Files/NotFoundException.php +++ b/lib/public/Files/NotFoundException.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/public/Files/NotPermittedException.php b/lib/public/Files/NotPermittedException.php index 3dcbd9e499..e6dc31f4ba 100644 --- a/lib/public/Files/NotPermittedException.php +++ b/lib/public/Files/NotPermittedException.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/public/Files/ObjectStore/IObjectStore.php b/lib/public/Files/ObjectStore/IObjectStore.php index 78be18fb2e..7ae34ce1bc 100644 --- a/lib/public/Files/ObjectStore/IObjectStore.php +++ b/lib/public/Files/ObjectStore/IObjectStore.php @@ -1,9 +1,10 @@ * @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/public/Files/ReservedWordException.php b/lib/public/Files/ReservedWordException.php index 6a560a563f..67b205de57 100644 --- a/lib/public/Files/ReservedWordException.php +++ b/lib/public/Files/ReservedWordException.php @@ -1,9 +1,10 @@ * @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/public/Files/Storage.php b/lib/public/Files/Storage.php index 2511690b7d..caf714492c 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -1,5 +1,7 @@ * @author Michael Roth * @author Morris Jobke @@ -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/public/Files/Storage/ILockingStorage.php b/lib/public/Files/Storage/ILockingStorage.php index 7c46391f42..42371c8de9 100644 --- a/lib/public/Files/Storage/ILockingStorage.php +++ b/lib/public/Files/Storage/ILockingStorage.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/public/Files/Storage/INotifyStorage.php b/lib/public/Files/Storage/INotifyStorage.php index 0ebfd689b8..f3ebdbf1df 100644 --- a/lib/public/Files/Storage/INotifyStorage.php +++ b/lib/public/Files/Storage/INotifyStorage.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index ab1915bb93..3654870330 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.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/public/Files/Storage/IStorageFactory.php b/lib/public/Files/Storage/IStorageFactory.php index 01a05eeff1..8406ec7719 100644 --- a/lib/public/Files/Storage/IStorageFactory.php +++ b/lib/public/Files/Storage/IStorageFactory.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/public/Files/StorageAuthException.php b/lib/public/Files/StorageAuthException.php index 35a2907b85..f73915df9d 100644 --- a/lib/public/Files/StorageAuthException.php +++ b/lib/public/Files/StorageAuthException.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/public/Files/StorageBadConfigException.php b/lib/public/Files/StorageBadConfigException.php index 1c340b18b7..a3a96a80dc 100644 --- a/lib/public/Files/StorageBadConfigException.php +++ b/lib/public/Files/StorageBadConfigException.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/public/Files/StorageConnectionException.php b/lib/public/Files/StorageConnectionException.php index 8938a60265..7a5381aef7 100644 --- a/lib/public/Files/StorageConnectionException.php +++ b/lib/public/Files/StorageConnectionException.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/public/Files/StorageInvalidException.php b/lib/public/Files/StorageInvalidException.php index a34ee7ae49..70d9f1d6db 100644 --- a/lib/public/Files/StorageInvalidException.php +++ b/lib/public/Files/StorageInvalidException.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/public/Files/StorageNotAvailableException.php b/lib/public/Files/StorageNotAvailableException.php index 1ed2b1cae7..78c5be7db4 100644 --- a/lib/public/Files/StorageNotAvailableException.php +++ b/lib/public/Files/StorageNotAvailableException.php @@ -1,12 +1,13 @@ * @author Jesús Macias * @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/public/Files/StorageTimeoutException.php b/lib/public/Files/StorageTimeoutException.php index ed4d98af89..16675710df 100644 --- a/lib/public/Files/StorageTimeoutException.php +++ b/lib/public/Files/StorageTimeoutException.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/public/Files/UnseekableException.php b/lib/public/Files/UnseekableException.php index b59f844ce2..059a8d5512 100644 --- a/lib/public/Files/UnseekableException.php +++ b/lib/public/Files/UnseekableException.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/public/GroupInterface.php b/lib/public/GroupInterface.php index e0b18fb1e2..6f456f51fd 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.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/public/Http/Client/IClient.php b/lib/public/Http/Client/IClient.php index 6179208a7b..49e679a7ad 100644 --- a/lib/public/Http/Client/IClient.php +++ b/lib/public/Http/Client/IClient.php @@ -1,9 +1,10 @@ * @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/public/Http/Client/IClientService.php b/lib/public/Http/Client/IClientService.php index d802c0a49b..09a1f1f7b4 100644 --- a/lib/public/Http/Client/IClientService.php +++ b/lib/public/Http/Client/IClientService.php @@ -1,9 +1,10 @@ * @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/public/Http/Client/IResponse.php b/lib/public/Http/Client/IResponse.php index 9c6c8c73e2..5dac193dc3 100644 --- a/lib/public/Http/Client/IResponse.php +++ b/lib/public/Http/Client/IResponse.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/public/IAddressBook.php b/lib/public/IAddressBook.php index 63e7e06144..67c34c9e8c 100644 --- a/lib/public/IAddressBook.php +++ b/lib/public/IAddressBook.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin McCorkell * @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/public/IAppConfig.php b/lib/public/IAppConfig.php index 22fcdbbb20..46e12a372e 100644 --- a/lib/public/IAppConfig.php +++ b/lib/public/IAppConfig.php @@ -1,11 +1,13 @@ + * @author Joas Schilling * @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/public/IAvatar.php b/lib/public/IAvatar.php index f243ece677..5715340e05 100644 --- a/lib/public/IAvatar.php +++ b/lib/public/IAvatar.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 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/public/IAvatarManager.php b/lib/public/IAvatarManager.php index 58b3073016..04f4cd00d0 100644 --- a/lib/public/IAvatarManager.php +++ b/lib/public/IAvatarManager.php @@ -1,12 +1,13 @@ * @author Christopher Schäpers * @author Morris Jobke * @author Robin McCorkell - * @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/public/ICache.php b/lib/public/ICache.php index 0568d61d75..ba61100925 100644 --- a/lib/public/ICache.php +++ b/lib/public/ICache.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @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/public/ICacheFactory.php b/lib/public/ICacheFactory.php index 233a4f5525..eb07935475 100644 --- a/lib/public/ICacheFactory.php +++ b/lib/public/ICacheFactory.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/public/ICertificate.php b/lib/public/ICertificate.php index c3a003fbf0..9758b017da 100644 --- a/lib/public/ICertificate.php +++ b/lib/public/ICertificate.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/public/ICertificateManager.php b/lib/public/ICertificateManager.php index 1cd507348f..f6d9c5b887 100644 --- a/lib/public/ICertificateManager.php +++ b/lib/public/ICertificateManager.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/public/IConfig.php b/lib/public/IConfig.php index 05158e9063..98ada83aec 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/public/IContainer.php b/lib/public/IContainer.php index d23ee5ea3b..9dc7f9f941 100644 --- a/lib/public/IContainer.php +++ b/lib/public/IContainer.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/IDBConnection.php b/lib/public/IDBConnection.php index 4ecf01ca27..ccf0615414 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @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/public/IDateTimeFormatter.php b/lib/public/IDateTimeFormatter.php index e8d357ae50..20b01467e2 100644 --- a/lib/public/IDateTimeFormatter.php +++ b/lib/public/IDateTimeFormatter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/IDateTimeZone.php b/lib/public/IDateTimeZone.php index 3df705a241..5e4e930b2b 100644 --- a/lib/public/IDateTimeZone.php +++ b/lib/public/IDateTimeZone.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/IDb.php b/lib/public/IDb.php index f21fedd1f5..bb04cf540f 100644 --- a/lib/public/IDb.php +++ b/lib/public/IDb.php @@ -1,9 +1,10 @@ * @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/public/IEventSource.php b/lib/public/IEventSource.php index b643d1c9da..dec15aaa1f 100644 --- a/lib/public/IEventSource.php +++ b/lib/public/IEventSource.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/public/IGroup.php b/lib/public/IGroup.php index 02f2ef201f..7568def213 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.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/public/IGroupManager.php b/lib/public/IGroupManager.php index 0bd600cf25..914142aaf8 100644 --- a/lib/public/IGroupManager.php +++ b/lib/public/IGroupManager.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/public/IHelper.php b/lib/public/IHelper.php index 6fbad4049d..707884b82f 100644 --- a/lib/public/IHelper.php +++ b/lib/public/IHelper.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/public/IImage.php b/lib/public/IImage.php index db0ca0f93b..f63a1b8ca6 100644 --- a/lib/public/IImage.php +++ b/lib/public/IImage.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * - * @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/public/IL10N.php b/lib/public/IL10N.php index f1954eeb4b..68bbb5a51f 100644 --- a/lib/public/IL10N.php +++ b/lib/public/IL10N.php @@ -1,14 +1,15 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @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/public/ILogger.php b/lib/public/ILogger.php index fa947612fc..5680ec781c 100644 --- a/lib/public/ILogger.php +++ b/lib/public/ILogger.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/public/IMemcache.php b/lib/public/IMemcache.php index b5c0cef923..6abe7abb27 100644 --- a/lib/public/IMemcache.php +++ b/lib/public/IMemcache.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/public/IMemcacheTTL.php b/lib/public/IMemcacheTTL.php index f2d03dcdf4..404b3cbe61 100644 --- a/lib/public/IMemcacheTTL.php +++ b/lib/public/IMemcacheTTL.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/public/INavigationManager.php b/lib/public/INavigationManager.php index 243f6ea3ee..216f8a897d 100644 --- a/lib/public/INavigationManager.php +++ b/lib/public/INavigationManager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @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/public/IPreview.php b/lib/public/IPreview.php index cfcbebd863..ceebaa9e52 100644 --- a/lib/public/IPreview.php +++ b/lib/public/IPreview.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @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/public/IRequest.php b/lib/public/IRequest.php index 46e67d1415..11242c481f 100644 --- a/lib/public/IRequest.php +++ b/lib/public/IRequest.php @@ -1,13 +1,15 @@ + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @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/public/ISearch.php b/lib/public/ISearch.php index ec6673dabb..93dc3b9c1f 100644 --- a/lib/public/ISearch.php +++ b/lib/public/ISearch.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @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/public/IServerContainer.php b/lib/public/IServerContainer.php index 2ec18a5462..8debbf2088 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -1,22 +1,23 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Björn Schießle * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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 diff --git a/lib/public/ISession.php b/lib/public/ISession.php index 68f68dfc85..2d23497686 100644 --- a/lib/public/ISession.php +++ b/lib/public/ISession.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @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/public/ITagManager.php b/lib/public/ITagManager.php index e6d67ddd02..60d547e44a 100644 --- a/lib/public/ITagManager.php +++ b/lib/public/ITagManager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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 diff --git a/lib/public/ITags.php b/lib/public/ITags.php index cbc178c37b..ef9b3e8796 100644 --- a/lib/public/ITags.php +++ b/lib/public/ITags.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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 diff --git a/lib/public/ITempManager.php b/lib/public/ITempManager.php index 025e43d856..aef155b00e 100644 --- a/lib/public/ITempManager.php +++ b/lib/public/ITempManager.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/public/IURLGenerator.php b/lib/public/IURLGenerator.php index a702ca47bf..e309336c0f 100644 --- a/lib/public/IURLGenerator.php +++ b/lib/public/IURLGenerator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @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/public/IUser.php b/lib/public/IUser.php index 83d0bd11b5..6bcc484dea 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke * @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/public/IUserBackend.php b/lib/public/IUserBackend.php index 5cd7945dd7..502856fc35 100644 --- a/lib/public/IUserBackend.php +++ b/lib/public/IUserBackend.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/public/IUserManager.php b/lib/public/IUserManager.php index 77f5d389b4..d6ae361ae4 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @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/public/IUserSession.php b/lib/public/IUserSession.php index 7d70d6eb81..74d86b9665 100644 --- a/lib/public/IUserSession.php +++ b/lib/public/IUserSession.php @@ -1,5 +1,7 @@ * @author Bernhard Posselt * @author Jörn Friedrich Dreyer @@ -7,7 +9,6 @@ * @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/public/Image.php b/lib/public/Image.php index 4a7ffe8bc9..d583dffe91 100644 --- a/lib/public/Image.php +++ b/lib/public/Image.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/public/JSON.php b/lib/public/JSON.php index e136fde070..02c515e863 100644 --- a/lib/public/JSON.php +++ b/lib/public/JSON.php @@ -1,5 +1,7 @@ * @author Frank Karlitschek * @author Lukas Reschke @@ -8,7 +10,6 @@ * @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 diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php index 264c971963..0d6e583c7e 100644 --- a/lib/public/L10N/IFactory.php +++ b/lib/public/L10N/IFactory.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Lock/ILockingProvider.php b/lib/public/Lock/ILockingProvider.php index b4b579bbc7..8633266ef1 100644 --- a/lib/public/Lock/ILockingProvider.php +++ b/lib/public/Lock/ILockingProvider.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/public/Lock/LockedException.php b/lib/public/Lock/LockedException.php index d084046046..22beb46df8 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.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/public/Mail/IMailer.php b/lib/public/Mail/IMailer.php index 61559c82e7..9ecebd2ee4 100644 --- a/lib/public/Mail/IMailer.php +++ b/lib/public/Mail/IMailer.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/public/Migration/IOutput.php b/lib/public/Migration/IOutput.php index 2e6ad00c64..7c6b12ceaf 100644 --- a/lib/public/Migration/IOutput.php +++ b/lib/public/Migration/IOutput.php @@ -1,9 +1,10 @@ * @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/public/Migration/IRepairStep.php b/lib/public/Migration/IRepairStep.php index 84619128b4..0ba834e2cb 100644 --- a/lib/public/Migration/IRepairStep.php +++ b/lib/public/Migration/IRepairStep.php @@ -1,9 +1,10 @@ * @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/public/Notification/IAction.php b/lib/public/Notification/IAction.php index 1f4d1d5b7f..6f2b78e3a8 100644 --- a/lib/public/Notification/IAction.php +++ b/lib/public/Notification/IAction.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Notification/IApp.php b/lib/public/Notification/IApp.php index 98da265559..fa06a63ccc 100644 --- a/lib/public/Notification/IApp.php +++ b/lib/public/Notification/IApp.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php index a18af747b1..35878d2af3 100644 --- a/lib/public/Notification/IManager.php +++ b/lib/public/Notification/IManager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Notification/INotification.php b/lib/public/Notification/INotification.php index 2d8557ec64..492e30dfaf 100644 --- a/lib/public/Notification/INotification.php +++ b/lib/public/Notification/INotification.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Notification/INotifier.php b/lib/public/Notification/INotifier.php index 0d9cecc88b..5e2a47266a 100644 --- a/lib/public/Notification/INotifier.php +++ b/lib/public/Notification/INotifier.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/PreConditionNotMetException.php b/lib/public/PreConditionNotMetException.php index 212efc08de..ea6350afb4 100644 --- a/lib/public/PreConditionNotMetException.php +++ b/lib/public/PreConditionNotMetException.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/public/Preview/IProvider.php b/lib/public/Preview/IProvider.php index 8231e90f00..ca545d8eb7 100644 --- a/lib/public/Preview/IProvider.php +++ b/lib/public/Preview/IProvider.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Response.php b/lib/public/Response.php index 62827450d7..52384373cf 100644 --- a/lib/public/Response.php +++ b/lib/public/Response.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Frank Karlitschek @@ -10,7 +12,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/public/Route/IRoute.php b/lib/public/Route/IRoute.php index 904cb81b0b..e655238f03 100644 --- a/lib/public/Route/IRoute.php +++ b/lib/public/Route/IRoute.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/public/Route/IRouter.php b/lib/public/Route/IRouter.php index 3266842928..02c0f2795d 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @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/public/SabrePluginEvent.php b/lib/public/SabrePluginEvent.php index 11d939aee4..d75c84965f 100644 --- a/lib/public/SabrePluginEvent.php +++ b/lib/public/SabrePluginEvent.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/SabrePluginException.php b/lib/public/SabrePluginException.php index 2c5a799c4f..b5dd45b5bc 100644 --- a/lib/public/SabrePluginException.php +++ b/lib/public/SabrePluginException.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Search/PagedProvider.php b/lib/public/Search/PagedProvider.php index 80a2896f73..43d8c31665 100644 --- a/lib/public/Search/PagedProvider.php +++ b/lib/public/Search/PagedProvider.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Search/Provider.php b/lib/public/Search/Provider.php index 9bcbe36ef7..6760fa347b 100644 --- a/lib/public/Search/Provider.php +++ b/lib/public/Search/Provider.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @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/public/Search/Result.php b/lib/public/Search/Result.php index e90c261903..c441081a8c 100644 --- a/lib/public/Search/Result.php +++ b/lib/public/Search/Result.php @@ -1,11 +1,12 @@ * @author Jakob Sack * @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/public/Security/IContentSecurityPolicyManager.php b/lib/public/Security/IContentSecurityPolicyManager.php index 7b4544b936..ebd477f75a 100644 --- a/lib/public/Security/IContentSecurityPolicyManager.php +++ b/lib/public/Security/IContentSecurityPolicyManager.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/public/Security/ICredentialsManager.php b/lib/public/Security/ICredentialsManager.php index d576bbcfbd..6c1bb67192 100644 --- a/lib/public/Security/ICredentialsManager.php +++ b/lib/public/Security/ICredentialsManager.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/public/Security/ICrypto.php b/lib/public/Security/ICrypto.php index 7c0ab7c793..0de2e47b75 100644 --- a/lib/public/Security/ICrypto.php +++ b/lib/public/Security/ICrypto.php @@ -1,9 +1,10 @@ * @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/public/Security/IHasher.php b/lib/public/Security/IHasher.php index b5e4582942..11159cbc01 100644 --- a/lib/public/Security/IHasher.php +++ b/lib/public/Security/IHasher.php @@ -1,9 +1,10 @@ * @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/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index 03ac51aa16..c60529ef80 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -1,9 +1,10 @@ * @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/public/Security/StringUtils.php b/lib/public/Security/StringUtils.php index d34f6dda31..04b5028cbd 100644 --- a/lib/public/Security/StringUtils.php +++ b/lib/public/Security/StringUtils.php @@ -1,9 +1,10 @@ * @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/public/Session/Exceptions/SessionNotAvailableException.php b/lib/public/Session/Exceptions/SessionNotAvailableException.php index 6ec4a33989..ae2a32db3c 100644 --- a/lib/public/Session/Exceptions/SessionNotAvailableException.php +++ b/lib/public/Session/Exceptions/SessionNotAvailableException.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/public/Share.php b/lib/public/Share.php index bff45864db..bc7aa828f6 100644 --- a/lib/public/Share.php +++ b/lib/public/Share.php @@ -1,20 +1,21 @@ * @author Bart Visscher * @author Björn Schießle - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Michael Kuhn * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Stefan Weil * @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/public/Share/Exceptions/GenericShareException.php b/lib/public/Share/Exceptions/GenericShareException.php index eeb08ccdb2..4a05d7a034 100644 --- a/lib/public/Share/Exceptions/GenericShareException.php +++ b/lib/public/Share/Exceptions/GenericShareException.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/Share/Exceptions/IllegalIDChangeException.php b/lib/public/Share/Exceptions/IllegalIDChangeException.php index 6cd887c386..46cbe5fbf9 100644 --- a/lib/public/Share/Exceptions/IllegalIDChangeException.php +++ b/lib/public/Share/Exceptions/IllegalIDChangeException.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/public/Share/Exceptions/ShareNotFound.php b/lib/public/Share/Exceptions/ShareNotFound.php index 96e7c09649..dd2137379a 100644 --- a/lib/public/Share/Exceptions/ShareNotFound.php +++ b/lib/public/Share/Exceptions/ShareNotFound.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/public/Share/IManager.php b/lib/public/Share/IManager.php index 0ff115679e..3775191188 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.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/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 3a8baccf33..8d9ea5bfdd 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.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/public/Share/IShare.php b/lib/public/Share/IShare.php index ee71715f43..206b0e286a 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.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/public/Share/IShareProvider.php b/lib/public/Share/IShareProvider.php index ac75a6f20b..c4e116ac7f 100644 --- a/lib/public/Share/IShareProvider.php +++ b/lib/public/Share/IShareProvider.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/public/Share_Backend.php b/lib/public/Share_Backend.php index 0e01911757..7ebad8b64d 100644 --- a/lib/public/Share_Backend.php +++ b/lib/public/Share_Backend.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @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/public/Share_Backend_Collection.php b/lib/public/Share_Backend_Collection.php index 185cf32ce3..0c87a58ce9 100644 --- a/lib/public/Share_Backend_Collection.php +++ b/lib/public/Share_Backend_Collection.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Share_Backend_File_Dependent.php b/lib/public/Share_Backend_File_Dependent.php index 64b3bf4331..a7f866dd7d 100644 --- a/lib/public/Share_Backend_File_Dependent.php +++ b/lib/public/Share_Backend_File_Dependent.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/SystemTag/ISystemTag.php b/lib/public/SystemTag/ISystemTag.php index 02d0203729..539c7835fa 100644 --- a/lib/public/SystemTag/ISystemTag.php +++ b/lib/public/SystemTag/ISystemTag.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/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php index 35447b05fd..bdfa19286f 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/SystemTag/ISystemTagManagerFactory.php b/lib/public/SystemTag/ISystemTagManagerFactory.php index ad7467633b..0d65269749 100644 --- a/lib/public/SystemTag/ISystemTagManagerFactory.php +++ b/lib/public/SystemTag/ISystemTagManagerFactory.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/public/SystemTag/ISystemTagObjectMapper.php b/lib/public/SystemTag/ISystemTagObjectMapper.php index 59b988a365..3e28ab1577 100644 --- a/lib/public/SystemTag/ISystemTagObjectMapper.php +++ b/lib/public/SystemTag/ISystemTagObjectMapper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/SystemTag/ManagerEvent.php b/lib/public/SystemTag/ManagerEvent.php index a0429fc9f6..85e7863492 100644 --- a/lib/public/SystemTag/ManagerEvent.php +++ b/lib/public/SystemTag/ManagerEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/SystemTag/MapperEvent.php b/lib/public/SystemTag/MapperEvent.php index e05a5ce09c..a86497c844 100644 --- a/lib/public/SystemTag/MapperEvent.php +++ b/lib/public/SystemTag/MapperEvent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/SystemTag/SystemTagsEntityEvent.php b/lib/public/SystemTag/SystemTagsEntityEvent.php index 7ad161027a..15ae443998 100644 --- a/lib/public/SystemTag/SystemTagsEntityEvent.php +++ b/lib/public/SystemTag/SystemTagsEntityEvent.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/public/SystemTag/TagAlreadyExistsException.php b/lib/public/SystemTag/TagAlreadyExistsException.php index 5c3d86ad64..caf0d9f08b 100644 --- a/lib/public/SystemTag/TagAlreadyExistsException.php +++ b/lib/public/SystemTag/TagAlreadyExistsException.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/public/SystemTag/TagNotFoundException.php b/lib/public/SystemTag/TagNotFoundException.php index 12feda8f58..c983e2afc8 100644 --- a/lib/public/SystemTag/TagNotFoundException.php +++ b/lib/public/SystemTag/TagNotFoundException.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @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/public/Template.php b/lib/public/Template.php index 3721f1f124..590f430e24 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -1,17 +1,18 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @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/public/User.php b/lib/public/User.php index 5ffb61a28c..75ca6b6f75 100644 --- a/lib/public/User.php +++ b/lib/public/User.php @@ -1,10 +1,12 @@ * @author Björn Schießle * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci * @author Lukas Reschke @@ -12,7 +14,6 @@ * @author Robin McCorkell * @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/public/UserInterface.php b/lib/public/UserInterface.php index d3521992db..119564da73 100644 --- a/lib/public/UserInterface.php +++ b/lib/public/UserInterface.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/public/Util.php b/lib/public/Util.php index 9422dbac66..117e0bb67b 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -7,7 +9,7 @@ * @author Georg Ehrke * @author Individual IT Services * @author Jens-Christian Fischer - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke @@ -16,14 +18,13 @@ * @author Randolph Carter * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Herbrechtsmeier * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * @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/ocs/providers.php b/ocs/providers.php index 8da105b637..be0aff8add 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @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/ocs/routes.php b/ocs/routes.php index c465e08e87..0606fe3e30 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -1,14 +1,16 @@ * @author Björn Schießle * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @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/ocs/v1.php b/ocs/v1.php index e3ecefccf2..7c61824a87 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -1,15 +1,18 @@ - * @author Joas Schilling + * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * @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/ocs/v2.php b/ocs/v2.php index a9fffe529b..45f6503305 100644 --- a/ocs/v2.php +++ b/ocs/v2.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/public.php b/public.php index 964ed03c1a..67f1a4bafa 100644 --- a/public.php +++ b/public.php @@ -1,14 +1,17 @@ * @author Christopher Schäpers * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller + * @author Victor Dubiniuk * @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/remote.php b/remote.php index f7e55e2be0..b096d87dc4 100644 --- a/remote.php +++ b/remote.php @@ -1,8 +1,10 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin Appelman @@ -10,7 +12,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/settings/Application.php b/settings/Application.php index 1549b273c5..60530418c1 100644 --- a/settings/Application.php +++ b/settings/Application.php @@ -1,16 +1,17 @@ * @author Christoph Wurst * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/settings/ChangePassword/Controller.php b/settings/ChangePassword/Controller.php index 94fb1e4e7a..ff07cd6418 100644 --- a/settings/ChangePassword/Controller.php +++ b/settings/ChangePassword/Controller.php @@ -1,6 +1,9 @@ + * @author Bjoern Schiessle * @author Björn Schießle * @author Christopher Schäpers * @author Clark Tomlinson @@ -12,7 +15,6 @@ * @author Sam Tuke * @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/settings/Controller/AppSettingsController.php b/settings/Controller/AppSettingsController.php index c7722267f1..2efd3b8a84 100644 --- a/settings/Controller/AppSettingsController.php +++ b/settings/Controller/AppSettingsController.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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/settings/Controller/AuthSettingsController.php b/settings/Controller/AuthSettingsController.php index 47ab1fc03f..1a479e4ff4 100644 --- a/settings/Controller/AuthSettingsController.php +++ b/settings/Controller/AuthSettingsController.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Christoph Wurst + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/Controller/CertificateController.php b/settings/Controller/CertificateController.php index cd75ce91ee..0c71a43f44 100644 --- a/settings/Controller/CertificateController.php +++ b/settings/Controller/CertificateController.php @@ -1,11 +1,12 @@ * @author Lukas Reschke * @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/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 7e30616d1f..4d9ad47651 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @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/settings/Controller/EncryptionController.php b/settings/Controller/EncryptionController.php index 86ca897b9c..b2757b0965 100644 --- a/settings/Controller/EncryptionController.php +++ b/settings/Controller/EncryptionController.php @@ -1,9 +1,10 @@ * @author Lukas Reschke * - * @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/settings/Controller/GroupsController.php b/settings/Controller/GroupsController.php index 73385e3edd..feed45b118 100644 --- a/settings/Controller/GroupsController.php +++ b/settings/Controller/GroupsController.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/settings/Controller/LogSettingsController.php b/settings/Controller/LogSettingsController.php index 6c9fe76c24..ce4913c247 100644 --- a/settings/Controller/LogSettingsController.php +++ b/settings/Controller/LogSettingsController.php @@ -1,12 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @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/settings/Controller/MailSettingsController.php b/settings/Controller/MailSettingsController.php index cd3c6e2224..6ff12dec40 100644 --- a/settings/Controller/MailSettingsController.php +++ b/settings/Controller/MailSettingsController.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Lukas Reschke * @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/settings/Controller/SecuritySettingsController.php b/settings/Controller/SecuritySettingsController.php index fb5a39a101..44e07f25a0 100644 --- a/settings/Controller/SecuritySettingsController.php +++ b/settings/Controller/SecuritySettingsController.php @@ -1,9 +1,10 @@ * @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/settings/Controller/UsersController.php b/settings/Controller/UsersController.php index 1bd6d9d18c..c29d5015c9 100644 --- a/settings/Controller/UsersController.php +++ b/settings/Controller/UsersController.php @@ -1,16 +1,17 @@ * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @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/settings/Middleware/SubadminMiddleware.php b/settings/Middleware/SubadminMiddleware.php index f1ba399d5d..df34b80656 100644 --- a/settings/Middleware/SubadminMiddleware.php +++ b/settings/Middleware/SubadminMiddleware.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @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/settings/admin.php b/settings/admin.php index 81267ddef1..a31836f72b 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -1,19 +1,20 @@ * @author Björn Schießle - * @author Frank Karlitschek * @author Georg Ehrke * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke * @author Robin Appelman - * @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/settings/ajax/disableapp.php b/settings/ajax/disableapp.php index 03626df5eb..1a000672e6 100644 --- a/settings/ajax/disableapp.php +++ b/settings/ajax/disableapp.php @@ -1,10 +1,11 @@ * @author Kamil Domanski * @author Lukas Reschke * - * @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/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index fef295b8fd..b0fc7896c9 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Kamil Domanski * @author Lukas Reschke * @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/settings/ajax/installapp.php b/settings/ajax/installapp.php index d579f75f71..3fda8ebe4e 100644 --- a/settings/ajax/installapp.php +++ b/settings/ajax/installapp.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 61ec93a79b..5f783e1e89 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.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/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index 4e3140aa9b..02a066f8b2 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @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/settings/ajax/setquota.php b/settings/ajax/setquota.php index 069c618a28..ef6047d3ff 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -11,7 +13,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/settings/ajax/togglegroups.php b/settings/ajax/togglegroups.php index e39669f0dd..0a2b99f40e 100644 --- a/settings/ajax/togglegroups.php +++ b/settings/ajax/togglegroups.php @@ -1,5 +1,7 @@ * @author Christopher Schäpers * @author Georg Ehrke @@ -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/settings/ajax/togglesubadmins.php b/settings/ajax/togglesubadmins.php index 3113fe5aac..390e5c09ef 100644 --- a/settings/ajax/togglesubadmins.php +++ b/settings/ajax/togglesubadmins.php @@ -1,10 +1,11 @@ * @author Georg Ehrke * @author Lukas Reschke * - * @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/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index 49328f8275..d685ed4aa5 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -1,10 +1,11 @@ * @author Lukas Reschke * @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/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index d140f43820..8398e54b8f 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -1,5 +1,7 @@ * @author Frank Karlitschek * @author Georg Ehrke @@ -7,7 +9,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/settings/help.php b/settings/help.php index 5c95f3bebb..1c0a4855be 100644 --- a/settings/help.php +++ b/settings/help.php @@ -1,5 +1,7 @@ * @author Christopher Schäpers * @author Frank Karlitschek @@ -8,9 +10,8 @@ * @author Lukas Reschke * @author Morris Jobke * @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/settings/languageCodes.php b/settings/languageCodes.php index f83123df67..b79da15bca 100644 --- a/settings/languageCodes.php +++ b/settings/languageCodes.php @@ -1,5 +1,7 @@ * @author Jan-Christoph Borchardt * @author Morris Jobke @@ -7,7 +9,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/settings/personal.php b/settings/personal.php index 0519e68bea..2e3aa29229 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -1,24 +1,25 @@ * @author Bart Visscher * @author Björn Schießle - * @author Christoph Wurst * @author Christopher Schäpers + * @author Christoph Wurst * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Marvin Thomas Rabe * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * @author Volkan Gezer * - * @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/settings/routes.php b/settings/routes.php index c4046a52a3..14346d267d 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -1,20 +1,21 @@ * @author Björn Schießle - * @author Christoph Wurst * @author Christopher Schäpers + * @author Christoph Wurst * @author Frank Karlitschek * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar * @author Robin Appelman - * @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/settings/users.php b/settings/users.php index 430c2cc0a8..c952f1e29e 100644 --- a/settings/users.php +++ b/settings/users.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -7,17 +9,16 @@ * @author Daniel Molkentin * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stephan Peijnik * @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/status.php b/status.php index 0f2be4d56f..0d7c228567 100644 --- a/status.php +++ b/status.php @@ -1,15 +1,16 @@ * @author Christopher Schäpers * @author Frank Karlitschek - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Masaki Kawabata Neto * @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/version.php b/version.php index 31837b1543..2bb6f24b9c 100644 --- a/version.php +++ b/version.php @@ -1,12 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Frank Karlitschek - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @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 From 0215b004da6af887b3e3efa28c425d41a1c76b9b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 18:13:36 +0200 Subject: [PATCH 3/3] Update with robin --- AUTHORS | 7 +++-- apps/dav/appinfo/v1/publicwebdav.php | 2 +- apps/dav/lib/CalDAV/BirthdayService.php | 2 +- apps/dav/lib/CardDAV/ContactsManager.php | 2 +- apps/dav/lib/Connector/PublicAuth.php | 2 +- .../lib/Connector/Sabre/AppEnabledPlugin.php | 2 +- apps/dav/lib/Connector/Sabre/Directory.php | 2 +- .../Connector/Sabre/ExceptionLoggerPlugin.php | 2 +- apps/dav/lib/Connector/Sabre/File.php | 2 +- apps/dav/lib/Connector/Sabre/FilesPlugin.php | 2 +- apps/dav/lib/Connector/Sabre/LockPlugin.php | 2 +- .../lib/Connector/Sabre/MaintenancePlugin.php | 2 +- apps/dav/lib/Connector/Sabre/Node.php | 2 +- apps/dav/lib/Connector/Sabre/ObjectTree.php | 2 +- apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 2 +- .../dav/lib/Connector/Sabre/ServerFactory.php | 2 +- apps/dav/lib/DAV/Sharing/Xml/Invite.php | 2 +- .../dav/lib/Files/CustomPropertiesBackend.php | 2 +- .../Files/Sharing/PublicLinkCheckPlugin.php | 2 +- apps/dav/lib/Server.php | 2 +- .../unit/Connector/Sabre/DirectoryTest.php | 2 +- .../tests/unit/Connector/Sabre/FileTest.php | 2 +- .../tests/unit/Connector/Sabre/NodeTest.php | 2 +- .../unit/Connector/Sabre/ObjectTreeTest.php | 2 +- .../unit/Connector/Sabre/QuotaPluginTest.php | 2 +- .../unit/Connector/Sabre/RequestTest/Auth.php | 2 +- .../Sabre/RequestTest/DeleteTest.php | 2 +- .../Sabre/RequestTest/DownloadTest.php | 2 +- .../RequestTest/EncryptionUploadTest.php | 2 +- .../Sabre/RequestTest/ExceptionPlugin.php | 2 +- .../RequestTest/PartFileInRootUploadTest.php | 2 +- .../Sabre/RequestTest/RequestTest.php | 2 +- .../unit/Connector/Sabre/RequestTest/Sapi.php | 2 +- .../Sabre/RequestTest/UploadTest.php | 2 +- apps/dav/tests/unit/ServerTest.php | 2 +- apps/encryption/lib/Migration.php | 2 +- apps/encryption/tests/MigrationTest.php | 2 +- .../lib/FederatedShareProvider.php | 2 +- .../tests/FederatedShareProviderTest.php | 2 +- .../tests/RequestHandlerTest.php | 2 +- apps/federation/lib/API/OCSAuthAPI.php | 2 +- apps/federation/lib/AppInfo/Application.php | 2 +- .../lib/BackgroundJob/GetSharedSecret.php | 2 +- .../lib/BackgroundJob/RequestSharedSecret.php | 2 +- apps/federation/lib/DbHandler.php | 2 +- apps/federation/tests/API/OCSAuthAPITest.php | 2 +- apps/files/admin.php | 2 +- apps/files/ajax/download.php | 2 +- apps/files/ajax/getstoragestats.php | 2 +- apps/files/ajax/list.php | 2 +- apps/files/ajax/upload.php | 2 +- apps/files/appinfo/app.php | 2 +- apps/files/download.php | 2 +- apps/files/lib/Command/Scan.php | 2 +- apps/files/lib/Controller/ViewController.php | 2 +- apps/files/lib/Helper.php | 2 +- .../tests/Command/DeleteOrphanedFilesTest.php | 2 +- apps/files/tests/HelperTest.php | 2 +- apps/files_external/ajax/oauth1.php | 2 +- apps/files_external/ajax/oauth2.php | 2 +- apps/files_external/appinfo/app.php | 2 +- .../appinfo/register_command.php | 2 +- apps/files_external/appinfo/routes.php | 2 +- apps/files_external/appinfo/update.php | 2 +- .../lib/AppInfo/Application.php | 2 +- .../files_external/lib/Command/Applicable.php | 2 +- apps/files_external/lib/Command/Backends.php | 2 +- apps/files_external/lib/Command/Config.php | 2 +- apps/files_external/lib/Command/Create.php | 2 +- apps/files_external/lib/Command/Delete.php | 2 +- apps/files_external/lib/Command/Export.php | 2 +- apps/files_external/lib/Command/Import.php | 2 +- .../lib/Command/ListCommand.php | 2 +- apps/files_external/lib/Command/Notify.php | 2 +- apps/files_external/lib/Command/Option.php | 2 +- apps/files_external/lib/Command/Verify.php | 2 +- .../lib/Config/ConfigAdapter.php | 2 +- .../lib/Controller/AjaxController.php | 2 +- .../Controller/GlobalStoragesController.php | 2 +- .../lib/Controller/StoragesController.php | 2 +- .../UserGlobalStoragesController.php | 2 +- .../lib/Controller/UserStoragesController.php | 2 +- .../lib/Lib/Auth/AuthMechanism.php | 2 +- .../lib/Lib/Auth/IUserProvided.php | 2 +- .../lib/Lib/Auth/Password/GlobalAuth.php | 2 +- .../lib/Lib/DefinitionParameter.php | 2 +- .../lib/Lib/FrontendDefinitionTrait.php | 2 +- ...icientDataForMeaningfulAnswerException.php | 2 +- apps/files_external/lib/Lib/PersonalMount.php | 2 +- .../lib/Lib/Storage/AmazonS3.php | 2 +- .../lib/Lib/Storage/Dropbox.php | 2 +- apps/files_external/lib/Lib/Storage/FTP.php | 2 +- .../files_external/lib/Lib/Storage/Google.php | 2 +- apps/files_external/lib/Lib/Storage/SFTP.php | 2 +- apps/files_external/lib/Lib/Storage/SMB.php | 2 +- .../lib/Lib/Storage/StreamWrapper.php | 2 +- apps/files_external/lib/Lib/Storage/Swift.php | 2 +- apps/files_external/lib/Lib/StorageConfig.php | 2 +- .../lib/Migration/DummyUserSession.php | 2 +- .../lib/Migration/StorageMigrator.php | 2 +- .../lib/Service/DBConfigService.php | 2 +- .../Service/GlobalLegacyStoragesService.php | 2 +- .../lib/Service/GlobalStoragesService.php | 2 +- .../Service/ImportLegacyStoragesService.php | 2 +- .../lib/Service/LegacyStoragesService.php | 2 +- .../lib/Service/StoragesService.php | 2 +- .../lib/Service/UserGlobalStoragesService.php | 2 +- .../lib/Service/UserLegacyStoragesService.php | 2 +- .../lib/Service/UserStoragesService.php | 2 +- apps/files_external/lib/config.php | 2 +- apps/files_external/personal.php | 2 +- apps/files_external/settings.php | 2 +- .../tests/Auth/Password/GlobalAuth.php | 2 +- .../tests/Command/ApplicableTest.php | 2 +- .../tests/Command/CommandTest.php | 2 +- .../tests/Command/ListCommandTest.php | 2 +- .../GlobalStoragesControllerTest.php | 2 +- .../Controller/UserStoragesControllerTest.php | 2 +- .../tests/DefinitionParameterTest.php | 2 +- .../tests/FrontendDefinitionTraitTest.php | 2 +- .../tests/PersonalMountTest.php | 2 +- .../tests/Service/DBConfigServiceTest.php | 2 +- .../Service/GlobalStoragesServiceTest.php | 2 +- .../tests/Service/StoragesServiceTest.php | 2 +- .../Service/UserGlobalStoragesServiceTest.php | 2 +- .../tests/Service/UserStoragesServiceTest.php | 2 +- .../tests/Storage/Amazons3Test.php | 2 +- .../tests/Storage/DropboxTest.php | 2 +- apps/files_external/tests/Storage/FtpTest.php | 2 +- .../tests/Storage/GoogleTest.php | 2 +- .../files_external/tests/Storage/SftpTest.php | 2 +- apps/files_external/tests/Storage/SmbTest.php | 2 +- .../tests/Storage/SwiftTest.php | 2 +- .../tests/Storage/WebdavTest.php | 2 +- apps/files_external/tests/config.php | 2 +- apps/files_sharing/ajax/shareinfo.php | 2 +- apps/files_sharing/appinfo/app.php | 2 +- apps/files_sharing/appinfo/routes.php | 2 +- .../files_sharing/lib/AppInfo/Application.php | 2 +- apps/files_sharing/lib/Cache.php | 2 +- .../Controllers/ExternalSharesController.php | 2 +- .../lib/Controllers/ShareController.php | 2 +- apps/files_sharing/lib/External/Cache.php | 2 +- apps/files_sharing/lib/External/Manager.php | 2 +- apps/files_sharing/lib/External/Mount.php | 2 +- .../lib/External/MountProvider.php | 2 +- apps/files_sharing/lib/External/Scanner.php | 2 +- apps/files_sharing/lib/External/Storage.php | 2 +- apps/files_sharing/lib/External/Watcher.php | 2 +- apps/files_sharing/lib/Helper.php | 2 +- apps/files_sharing/lib/Hooks.php | 2 +- apps/files_sharing/lib/ISharedStorage.php | 2 +- apps/files_sharing/lib/Migration.php | 2 +- apps/files_sharing/lib/MountProvider.php | 2 +- apps/files_sharing/lib/Scanner.php | 2 +- apps/files_sharing/lib/SharedMount.php | 2 +- apps/files_sharing/lib/SharedPropagator.php | 2 +- apps/files_sharing/lib/share/file.php | 10 ++++--- apps/files_sharing/lib/sharedstorage.php | 2 +- apps/files_sharing/tests/ApiTest.php | 2 +- apps/files_sharing/tests/BackendTest.php | 2 +- apps/files_sharing/tests/CacheTest.php | 2 +- .../tests/Controllers/ShareControllerTest.php | 2 +- .../tests/EncryptedSizePropagationTest.php | 2 +- .../tests/EtagPropagationTest.php | 2 +- .../tests/External/CacheTest.php | 2 +- .../tests/External/ManagerTest.php | 2 +- .../tests/ExternalStorageTest.php | 2 +- .../tests/GroupEtagPropagationTest.php | 2 +- apps/files_sharing/tests/LockingTest.php | 2 +- apps/files_sharing/tests/PermissionsTest.php | 2 +- .../tests/PropagationTestCase.php | 2 +- apps/files_sharing/tests/ShareTest.php | 2 +- apps/files_sharing/tests/SharedMountTest.php | 2 +- .../files_sharing/tests/SharedStorageTest.php | 2 +- .../tests/SizePropagationTest.php | 2 +- apps/files_sharing/tests/TestCase.php | 2 +- .../tests/UnshareChildrenTest.php | 2 +- apps/files_sharing/tests/UpdaterTest.php | 2 +- apps/files_sharing/tests/WatcherTest.php | 2 +- apps/files_trashbin/ajax/delete.php | 2 +- apps/files_trashbin/ajax/undelete.php | 2 +- apps/files_trashbin/appinfo/app.php | 2 +- apps/files_trashbin/lib/Command/Expire.php | 2 +- apps/files_trashbin/lib/Helper.php | 2 +- apps/files_trashbin/lib/Storage.php | 2 +- apps/files_trashbin/lib/Trashbin.php | 2 +- apps/files_trashbin/tests/StorageTest.php | 2 +- apps/files_trashbin/tests/TrashbinTest.php | 2 +- apps/files_versions/ajax/rollbackVersion.php | 2 +- apps/files_versions/lib/Command/Expire.php | 2 +- apps/files_versions/lib/Hooks.php | 2 +- apps/files_versions/lib/Storage.php | 2 +- apps/files_versions/tests/VersioningTest.php | 2 +- apps/user_ldap/ajax/deleteConfiguration.php | 2 +- apps/user_ldap/ajax/testConfiguration.php | 2 +- apps/user_ldap/ajax/wizard.php | 2 +- apps/user_ldap/appinfo/app.php | 2 +- apps/user_ldap/lib/Connection.php | 2 +- apps/user_ldap/lib/Jobs/UpdateGroups.php | 2 +- apps/user_ldap/lib/User_LDAP.php | 2 +- apps/user_ldap/lib/Wizard.php | 2 +- apps/user_ldap/settings.php | 2 +- .../features/bootstrap/AppConfiguration.php | 20 +++++++++++++ build/integration/features/bootstrap/Auth.php | 20 +++++++++++++ .../features/bootstrap/BasicStructure.php | 24 ++++++++++++++++ .../features/bootstrap/CalDavContext.php | 6 ++-- .../bootstrap/CapabilitiesContext.php | 22 +++++++++++++++ .../features/bootstrap/CardDavContext.php | 6 ++-- .../features/bootstrap/ChecksumsContext.php | 21 ++++++++++++++ .../features/bootstrap/CommentsContext.php | 6 ++-- .../features/bootstrap/FeatureContext.php | 21 ++++++++++++++ .../features/bootstrap/FederationContext.php | 22 +++++++++++++++ .../features/bootstrap/Provisioning.php | 26 +++++++++++++++++ .../features/bootstrap/ShareesContext.php | 21 ++++++++++++++ .../features/bootstrap/Sharing.php | 25 +++++++++++++++++ .../features/bootstrap/TagsContext.php | 7 +++-- .../integration/features/bootstrap/WebDav.php | 28 +++++++++++++++++++ core/Command/App/Disable.php | 2 +- core/Command/App/Enable.php | 2 +- core/Command/App/ListApps.php | 2 +- core/Command/Group/AddUser.php | 2 +- core/Command/Group/ListCommand.php | 2 +- core/Command/Group/RemoveUser.php | 2 +- core/Command/Maintenance/Repair.php | 2 +- core/Command/Maintenance/SingleUser.php | 2 +- core/Command/Security/ImportCertificate.php | 2 +- core/Command/Security/ListCertificates.php | 2 +- core/Command/Security/RemoveCertificate.php | 2 +- core/Command/User/Info.php | 2 +- core/Command/User/ListCommand.php | 2 +- core/Controller/AvatarController.php | 2 +- core/Controller/SetupController.php | 2 +- core/ajax/appconfig.php | 2 +- core/ajax/preview.php | 2 +- core/ajax/share.php | 2 +- core/ajax/update.php | 2 +- core/js/config.php | 2 +- core/register_command.php | 2 +- core/search/ajax/search.php | 2 +- core/strings.php | 2 +- cron.php | 2 +- index.php | 2 +- lib/autoloader.php | 2 +- lib/base.php | 2 +- lib/composer/autoload.php | 1 + lib/composer/composer/autoload_classmap.php | 1 + lib/composer/composer/autoload_namespaces.php | 1 + lib/composer/composer/autoload_psr4.php | 1 + lib/composer/composer/autoload_real.php | 1 + lib/composer/composer/autoload_static.php | 1 + lib/private/AllConfig.php | 2 +- lib/private/App/AppManager.php | 2 +- lib/private/AppConfig.php | 2 +- lib/private/AppFramework/Core/API.php | 2 +- lib/private/AppFramework/Db/Db.php | 2 +- lib/private/AppFramework/Http/Request.php | 2 +- .../AppFramework/Routing/RouteConfig.php | 2 +- lib/private/Archive/Archive.php | 2 +- lib/private/Archive/TAR.php | 2 +- lib/private/Archive/ZIP.php | 2 +- lib/private/Avatar.php | 2 +- lib/private/AvatarManager.php | 2 +- lib/private/BackgroundJob/Job.php | 2 +- lib/private/BackgroundJob/JobList.php | 2 +- .../BackgroundJob/Legacy/QueuedJob.php | 2 +- .../BackgroundJob/Legacy/RegularJob.php | 2 +- lib/private/BackgroundJob/QueuedJob.php | 2 +- lib/private/BackgroundJob/TimedJob.php | 2 +- lib/private/Cache/CappedMemoryCache.php | 2 +- lib/private/Command/AsyncBus.php | 2 +- lib/private/Command/CallableJob.php | 2 +- lib/private/Command/ClosureJob.php | 2 +- lib/private/Command/CommandJob.php | 2 +- lib/private/Command/FileAccess.php | 2 +- lib/private/Command/QueueBus.php | 2 +- lib/private/Config.php | 2 +- lib/private/DB/Adapter.php | 2 +- lib/private/DB/AdapterMySQL.php | 2 +- lib/private/DB/AdapterOCI8.php | 2 +- lib/private/DB/AdapterSqlite.php | 2 +- lib/private/DB/Connection.php | 2 +- lib/private/DB/ConnectionFactory.php | 2 +- lib/private/DB/MDB2SchemaManager.php | 2 +- lib/private/DB/MDB2SchemaReader.php | 2 +- lib/private/DB/MigrationException.php | 2 +- lib/private/DB/Migrator.php | 2 +- lib/private/DB/MySQLMigrator.php | 2 +- lib/private/DB/NoCheckMigrator.php | 2 +- lib/private/DB/OCSqlitePlatform.php | 2 +- lib/private/DB/OracleConnection.php | 2 +- lib/private/DB/OracleMigrator.php | 2 +- .../ExpressionBuilder/ExpressionBuilder.php | 2 +- .../OCIExpressionBuilder.php | 2 +- lib/private/DB/QueryBuilder/QueryBuilder.php | 2 +- lib/private/DB/SQLiteMigrator.php | 2 +- lib/private/DB/SQLiteSessionInit.php | 2 +- lib/private/Diagnostics/Event.php | 2 +- lib/private/Diagnostics/EventLogger.php | 2 +- lib/private/Diagnostics/NullEventLogger.php | 2 +- lib/private/Diagnostics/NullQueryLogger.php | 2 +- lib/private/Diagnostics/Query.php | 2 +- lib/private/Diagnostics/QueryLogger.php | 2 +- lib/private/Files/Cache/Cache.php | 2 +- lib/private/Files/Cache/CacheEntry.php | 2 +- lib/private/Files/Cache/FailedCache.php | 2 +- lib/private/Files/Cache/HomeCache.php | 2 +- lib/private/Files/Cache/HomePropagator.php | 2 +- .../Files/Cache/MoveFromCacheTrait.php | 2 +- lib/private/Files/Cache/Propagator.php | 2 +- lib/private/Files/Cache/Scanner.php | 2 +- lib/private/Files/Cache/Storage.php | 2 +- lib/private/Files/Cache/Updater.php | 2 +- lib/private/Files/Cache/Watcher.php | 2 +- lib/private/Files/Cache/Wrapper/CacheJail.php | 2 +- .../Cache/Wrapper/CachePermissionsMask.php | 2 +- .../Files/Cache/Wrapper/CacheWrapper.php | 2 +- lib/private/Files/Config/CachedMountInfo.php | 2 +- .../Files/Config/LazyStorageMountInfo.php | 2 +- .../Files/Config/MountProviderCollection.php | 2 +- lib/private/Files/Config/UserMountCache.php | 2 +- .../Files/Config/UserMountCacheListener.php | 2 +- lib/private/Files/FileInfo.php | 2 +- lib/private/Files/Filesystem.php | 2 +- .../Files/Mount/CacheMountProvider.php | 2 +- .../Files/Mount/LocalHomeMountProvider.php | 2 +- lib/private/Files/Mount/Manager.php | 2 +- lib/private/Files/Mount/MountPoint.php | 2 +- lib/private/Files/Mount/MoveableMount.php | 2 +- .../Files/Mount/ObjectHomeMountProvider.php | 2 +- lib/private/Files/Node/File.php | 2 +- lib/private/Files/Node/Folder.php | 2 +- lib/private/Files/Node/HookConnector.php | 2 +- lib/private/Files/Node/Node.php | 2 +- lib/private/Files/Node/NonExistingFile.php | 2 +- lib/private/Files/Node/NonExistingFolder.php | 2 +- lib/private/Files/Node/Root.php | 2 +- lib/private/Files/ObjectStore/NoopScanner.php | 2 +- .../Files/ObjectStore/ObjectStoreStorage.php | 2 +- lib/private/Files/ObjectStore/Swift.php | 2 +- lib/private/Files/Storage/Common.php | 2 +- lib/private/Files/Storage/CommonTest.php | 2 +- lib/private/Files/Storage/DAV.php | 2 +- lib/private/Files/Storage/FailedStorage.php | 2 +- lib/private/Files/Storage/Flysystem.php | 2 +- lib/private/Files/Storage/Home.php | 2 +- lib/private/Files/Storage/Local.php | 2 +- .../Files/Storage/PolyFill/CopyDirectory.php | 2 +- lib/private/Files/Storage/Storage.php | 2 +- lib/private/Files/Storage/StorageFactory.php | 2 +- lib/private/Files/Storage/Temporary.php | 2 +- .../Files/Storage/Wrapper/Availability.php | 2 +- .../Files/Storage/Wrapper/Encryption.php | 2 +- lib/private/Files/Storage/Wrapper/Jail.php | 2 +- .../Files/Storage/Wrapper/PermissionsMask.php | 2 +- lib/private/Files/Storage/Wrapper/Quota.php | 2 +- lib/private/Files/Storage/Wrapper/Wrapper.php | 2 +- lib/private/Files/Stream/Close.php | 2 +- lib/private/Files/Stream/Dir.php | 2 +- lib/private/Files/Stream/OC.php | 2 +- lib/private/Files/Stream/Quota.php | 2 +- lib/private/Files/Stream/StaticStream.php | 2 +- lib/private/Files/Type/Detection.php | 2 +- lib/private/Files/Type/TemplateManager.php | 2 +- lib/private/Files/Utils/Scanner.php | 2 +- lib/private/Files/View.php | 2 +- lib/private/Group/Group.php | 2 +- lib/private/Group/Manager.php | 2 +- lib/private/Hooks/BasicEmitter.php | 2 +- lib/private/Hooks/Emitter.php | 2 +- lib/private/Hooks/EmitterTrait.php | 2 +- lib/private/Hooks/ForwardingEmitter.php | 2 +- lib/private/Hooks/LegacyEmitter.php | 2 +- lib/private/Hooks/PublicEmitter.php | 2 +- lib/private/Http/Client/Client.php | 2 +- lib/private/Http/Client/Response.php | 2 +- lib/private/Installer.php | 2 +- lib/private/L10N/Factory.php | 2 +- lib/private/Lock/AbstractLockingProvider.php | 2 +- lib/private/Lock/DBLockingProvider.php | 2 +- lib/private/Lock/MemcacheLockingProvider.php | 2 +- lib/private/Lock/NoopLockingProvider.php | 2 +- lib/private/Log.php | 2 +- lib/private/Log/Owncloud.php | 2 +- lib/private/Memcache/APC.php | 2 +- lib/private/Memcache/APCu.php | 2 +- lib/private/Memcache/ArrayCache.php | 2 +- lib/private/Memcache/CADTrait.php | 2 +- lib/private/Memcache/CASTrait.php | 2 +- lib/private/Memcache/Cache.php | 2 +- lib/private/Memcache/Factory.php | 2 +- lib/private/Memcache/Memcached.php | 2 +- lib/private/Memcache/NullCache.php | 2 +- lib/private/Memcache/Redis.php | 2 +- lib/private/Memcache/XCache.php | 2 +- lib/private/NeedsUpdateException.php | 2 +- lib/private/Preview.php | 2 +- lib/private/Preview/Image.php | 2 +- lib/private/Preview/Provider.php | 2 +- lib/private/Preview/TXT.php | 2 +- lib/private/PreviewManager.php | 2 +- lib/private/RedisFactory.php | 2 +- lib/private/Repair.php | 2 +- lib/private/Repair/Collation.php | 2 +- lib/private/Repair/InnoDB.php | 2 +- lib/private/Repair/SharePropagation.php | 2 +- lib/private/Route/CachingRouter.php | 2 +- lib/private/Route/Route.php | 2 +- lib/private/Route/Router.php | 2 +- lib/private/Search.php | 2 +- lib/private/Security/Certificate.php | 2 +- lib/private/Security/CertificateManager.php | 2 +- lib/private/Server.php | 2 +- lib/private/ServiceUnavailableException.php | 2 +- lib/private/Session/Internal.php | 2 +- lib/private/Session/Memory.php | 2 +- lib/private/Session/Session.php | 2 +- lib/private/Setup.php | 2 +- lib/private/Setup/AbstractDatabase.php | 2 +- lib/private/Setup/PostgreSQL.php | 2 +- lib/private/Share/Helper.php | 2 +- lib/private/Share/Share.php | 2 +- lib/private/Tags.php | 2 +- lib/private/TempManager.php | 2 +- lib/private/TemplateLayout.php | 2 +- lib/private/URLGenerator.php | 2 +- lib/private/Updater.php | 2 +- lib/private/User/Database.php | 2 +- lib/private/User/LoginException.php | 2 +- lib/private/User/Manager.php | 2 +- lib/private/User/Session.php | 2 +- lib/private/User/User.php | 2 +- lib/private/legacy/api.php | 2 +- lib/private/legacy/app.php | 2 +- lib/private/legacy/db.php | 2 +- lib/private/legacy/db/statementwrapper.php | 2 +- lib/private/legacy/defaults.php | 2 +- lib/private/legacy/eventsource.php | 2 +- lib/private/legacy/filechunking.php | 2 +- lib/private/legacy/files.php | 2 +- lib/private/legacy/group.php | 2 +- lib/private/legacy/group/backend.php | 2 +- lib/private/legacy/group/example.php | 2 +- lib/private/legacy/helper.php | 2 +- lib/private/legacy/hook.php | 2 +- lib/private/legacy/image.php | 2 +- lib/private/legacy/json.php | 2 +- lib/private/legacy/l10n.php | 2 +- lib/private/legacy/ocs.php | 2 +- lib/private/legacy/template.php | 2 +- lib/private/legacy/user.php | 2 +- lib/private/legacy/util.php | 2 +- lib/public/App/IAppManager.php | 2 +- lib/public/AppFramework/App.php | 2 +- lib/public/BackgroundJob.php | 2 +- lib/public/BackgroundJob/IJob.php | 2 +- lib/public/BackgroundJob/IJobList.php | 2 +- lib/public/Command/IBus.php | 2 +- lib/public/Command/ICommand.php | 2 +- lib/public/Config.php | 2 +- lib/public/DB.php | 2 +- .../DB/QueryBuilder/IExpressionBuilder.php | 2 +- lib/public/Diagnostics/IEvent.php | 2 +- lib/public/Diagnostics/IEventLogger.php | 2 +- lib/public/Diagnostics/IQuery.php | 2 +- lib/public/Diagnostics/IQueryLogger.php | 2 +- lib/public/Files.php | 2 +- lib/public/Files/AlreadyExistsException.php | 2 +- lib/public/Files/Cache/ICache.php | 2 +- lib/public/Files/Cache/ICacheEntry.php | 2 +- lib/public/Files/Cache/IPropagator.php | 2 +- lib/public/Files/Cache/IScanner.php | 2 +- lib/public/Files/Cache/IUpdater.php | 2 +- lib/public/Files/Cache/IWatcher.php | 2 +- lib/public/Files/Config/ICachedMountInfo.php | 2 +- .../Files/Config/IHomeMountProvider.php | 2 +- lib/public/Files/Config/IMountProvider.php | 2 +- .../Files/Config/IMountProviderCollection.php | 2 +- lib/public/Files/Config/IUserMountCache.php | 2 +- lib/public/Files/File.php | 2 +- lib/public/Files/FileInfo.php | 2 +- lib/public/Files/Folder.php | 2 +- lib/public/Files/LockNotAcquiredException.php | 2 +- lib/public/Files/Mount/IMountManager.php | 2 +- lib/public/Files/Mount/IMountPoint.php | 2 +- lib/public/Files/Node.php | 2 +- lib/public/Files/NotEnoughSpaceException.php | 2 +- lib/public/Files/NotFoundException.php | 2 +- lib/public/Files/NotPermittedException.php | 2 +- lib/public/Files/Storage.php | 2 +- lib/public/Files/Storage/ILockingStorage.php | 2 +- lib/public/Files/Storage/INotifyStorage.php | 2 +- lib/public/Files/Storage/IStorage.php | 2 +- lib/public/Files/Storage/IStorageFactory.php | 2 +- lib/public/Files/StorageInvalidException.php | 2 +- .../Files/StorageNotAvailableException.php | 2 +- lib/public/Http/Client/IResponse.php | 2 +- lib/public/IAppConfig.php | 2 +- lib/public/IAvatar.php | 2 +- lib/public/ICacheFactory.php | 2 +- lib/public/ICertificate.php | 2 +- lib/public/ICertificateManager.php | 2 +- lib/public/IConfig.php | 2 +- lib/public/IDBConnection.php | 2 +- lib/public/IEventSource.php | 2 +- lib/public/IGroup.php | 2 +- lib/public/IGroupManager.php | 2 +- lib/public/IMemcache.php | 2 +- lib/public/IMemcacheTTL.php | 2 +- lib/public/IPreview.php | 2 +- lib/public/IServerContainer.php | 2 +- lib/public/ITempManager.php | 2 +- lib/public/IUser.php | 2 +- lib/public/IUserManager.php | 2 +- lib/public/IUserSession.php | 2 +- lib/public/Lock/ILockingProvider.php | 2 +- lib/public/Lock/LockedException.php | 2 +- lib/public/Response.php | 2 +- lib/public/Route/IRoute.php | 2 +- lib/public/Route/IRouter.php | 2 +- lib/public/Util.php | 2 +- ocs/v1.php | 2 +- public.php | 2 +- remote.php | 2 +- settings/Application.php | 2 +- settings/ChangePassword/Controller.php | 2 +- .../Controller/AuthSettingsController.php | 2 +- settings/Controller/CertificateController.php | 2 +- settings/Controller/UsersController.php | 2 +- settings/admin.php | 2 +- settings/ajax/enableapp.php | 2 +- settings/ajax/installapp.php | 2 +- settings/ajax/navigationdetect.php | 2 +- settings/ajax/setlanguage.php | 2 +- settings/ajax/setquota.php | 2 +- settings/ajax/togglegroups.php | 2 +- settings/ajax/uninstallapp.php | 2 +- settings/ajax/updateapp.php | 2 +- settings/help.php | 2 +- settings/languageCodes.php | 2 +- settings/personal.php | 2 +- settings/routes.php | 2 +- settings/users.php | 2 +- 543 files changed, 804 insertions(+), 534 deletions(-) diff --git a/AUTHORS b/AUTHORS index c2a987d9e5..296a80d909 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -ownCloud is written by: +Nextcloud is written by: - AW-UC - Aaron Wood - Achim Königs @@ -43,6 +43,7 @@ ownCloud is written by: - Daniel Molkentin - Daniel Tosello - David Prévot + - David Toledo - Dominik Schmidt - Fabian Henze - Faruk Uzun @@ -136,7 +137,7 @@ ownCloud is written by: - RealRancor - Remco Brenninkmeijer - Renaud Fortier - - Robin Appelman + - Robin Appelman - Robin McCorkell - Roeland Jago Douma - Roman Geber @@ -149,6 +150,7 @@ ownCloud is written by: - Sebastian Döll - Senorsen - Serge Martin + - Sergio Bertolin - Sergio Bertolín - Simon Könnecke - Sjors van der Pluijm @@ -201,6 +203,7 @@ ownCloud is written by: - michag86 - mmccarn - nishiki + - oparoz - root - scambra - scolebrook diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index 10981834d8..286629b20f 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 6aab55a7b2..31a6c73f48 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Achim Königs - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/ContactsManager.php b/apps/dav/lib/CardDAV/ContactsManager.php index 18926b10b6..3f2019d582 100644 --- a/apps/dav/lib/CardDAV/ContactsManager.php +++ b/apps/dav/lib/CardDAV/ContactsManager.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/PublicAuth.php b/apps/dav/lib/Connector/PublicAuth.php index 62420c042c..94fa370a87 100644 --- a/apps/dav/lib/Connector/PublicAuth.php +++ b/apps/dav/lib/Connector/PublicAuth.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php index 770aa881f4..a806659351 100644 --- a/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php +++ b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/Directory.php b/apps/dav/lib/Connector/Sabre/Directory.php index 485876e5a9..25cca40a88 100644 --- a/apps/dav/lib/Connector/Sabre/Directory.php +++ b/apps/dav/lib/Connector/Sabre/Directory.php @@ -8,7 +8,7 @@ * @author Jakob Sack * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php index f248a90261..56a8b2b764 100644 --- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php @@ -4,7 +4,7 @@ * * @author Morris Jobke * @author Pierre Jochem - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 6f5c2c2c4d..f2c69eccff 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -10,7 +10,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index 0f4126c789..203c0a4683 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/lib/Connector/Sabre/LockPlugin.php b/apps/dav/lib/Connector/Sabre/LockPlugin.php index e22d7694df..de0aaed4c6 100644 --- a/apps/dav/lib/Connector/Sabre/LockPlugin.php +++ b/apps/dav/lib/Connector/Sabre/LockPlugin.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php index 8e0d3f3d05..57284b2244 100644 --- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/Node.php b/apps/dav/lib/Connector/Sabre/Node.php index 80006fbf54..a63282c75e 100644 --- a/apps/dav/lib/Connector/Sabre/Node.php +++ b/apps/dav/lib/Connector/Sabre/Node.php @@ -10,7 +10,7 @@ * @author Klaas Freitag * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/ObjectTree.php b/apps/dav/lib/Connector/Sabre/ObjectTree.php index 77325675aa..e872ea5827 100644 --- a/apps/dav/lib/Connector/Sabre/ObjectTree.php +++ b/apps/dav/lib/Connector/Sabre/ObjectTree.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php index 4d74de1e04..0682fca94e 100644 --- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php @@ -4,7 +4,7 @@ * * @author Felix Moeller * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author scambra * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php index 753681715c..9f142b996e 100644 --- a/apps/dav/lib/Connector/Sabre/ServerFactory.php +++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/DAV/Sharing/Xml/Invite.php b/apps/dav/lib/DAV/Sharing/Xml/Invite.php index f43c543e40..376ae3ee78 100644 --- a/apps/dav/lib/DAV/Sharing/Xml/Invite.php +++ b/apps/dav/lib/DAV/Sharing/Xml/Invite.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Files/CustomPropertiesBackend.php b/apps/dav/lib/Files/CustomPropertiesBackend.php index 149cdd4a79..43c02e7d6e 100644 --- a/apps/dav/lib/Files/CustomPropertiesBackend.php +++ b/apps/dav/lib/Files/CustomPropertiesBackend.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php index dcceec3624..76ec8db25b 100644 --- a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php +++ b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php index ffa2e1163b..c488feeb80 100644 --- a/apps/dav/lib/Server.php +++ b/apps/dav/lib/Server.php @@ -6,7 +6,7 @@ * @author Christoph Wurst * @author Georg Ehrke * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php index 059ac18b62..fedf76f792 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php index b97a037cb1..999326463a 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php index 4532b2d314..0aa3fe6101 100644 --- a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php index da31e16e74..0b942aa1bc 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php index 0445754726..48c920541a 100644 --- a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php index a3c4941736..ff056da35d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php index 8c569dc16b..240a51d01f 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php index 92749c0d5b..8aac99e8c5 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php index 20878ca8e9..e65d58b816 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php index 1bf194b164..0be2bc5ef7 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php index 8990f88cc1..00e012197d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php index d1ee93be7e..a254aca772 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php index 3d677b397e..31f8e051ec 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php index 310ab18d85..f22da14a0d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/ServerTest.php b/apps/dav/tests/unit/ServerTest.php index 3d5c55f78b..19e75c7b24 100644 --- a/apps/dav/tests/unit/ServerTest.php +++ b/apps/dav/tests/unit/ServerTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/lib/Migration.php b/apps/encryption/lib/Migration.php index cbf967e000..7f4acbb68d 100644 --- a/apps/encryption/lib/Migration.php +++ b/apps/encryption/lib/Migration.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/MigrationTest.php b/apps/encryption/tests/MigrationTest.php index 06b6988e40..3126dd2ff2 100644 --- a/apps/encryption/tests/MigrationTest.php +++ b/apps/encryption/tests/MigrationTest.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php index 08ae0baf5e..c567b92c3e 100644 --- a/apps/federatedfilesharing/lib/FederatedShareProvider.php +++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php @@ -4,7 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php index c512b496cf..d1a15158af 100644 --- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php +++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/tests/RequestHandlerTest.php b/apps/federatedfilesharing/tests/RequestHandlerTest.php index 601d953193..9689716af3 100644 --- a/apps/federatedfilesharing/tests/RequestHandlerTest.php +++ b/apps/federatedfilesharing/tests/RequestHandlerTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/API/OCSAuthAPI.php b/apps/federation/lib/API/OCSAuthAPI.php index 2443fbb759..a22de155d4 100644 --- a/apps/federation/lib/API/OCSAuthAPI.php +++ b/apps/federation/lib/API/OCSAuthAPI.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/federation/lib/AppInfo/Application.php b/apps/federation/lib/AppInfo/Application.php index 4018bd31e4..5d8da05c8e 100644 --- a/apps/federation/lib/AppInfo/Application.php +++ b/apps/federation/lib/AppInfo/Application.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php index 6f947d77b0..521ffca8a7 100644 --- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index 37605cc491..fa7a67a1ca 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/DbHandler.php b/apps/federation/lib/DbHandler.php index e72bce8cdc..b30ce74009 100644 --- a/apps/federation/lib/DbHandler.php +++ b/apps/federation/lib/DbHandler.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/tests/API/OCSAuthAPITest.php b/apps/federation/tests/API/OCSAuthAPITest.php index 5d7afa36e7..7861e917ff 100644 --- a/apps/federation/tests/API/OCSAuthAPITest.php +++ b/apps/federation/tests/API/OCSAuthAPITest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files/admin.php b/apps/files/admin.php index 48c066a79b..ad7b16a3a2 100644 --- a/apps/files/admin.php +++ b/apps/files/admin.php @@ -7,7 +7,7 @@ * @author Frank Karlitschek * @author Michael Göhler * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index 75567e9aae..17a7fd8b32 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -9,7 +9,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Piotr Filiciak - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index cbe68b63e0..d1d8d57b46 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index a5e3ab5317..bb95f124da 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 2592e1cbf3..9de5c0bce3 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -13,7 +13,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Luke Policinski - * @author Robin Appelman + * @author Robin Appelman * @author Roman Geber * @author TheSFReader * @author Thomas Müller diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 574dc6ea9b..cc86e9bf27 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files/download.php b/apps/files/download.php index 14633207e0..60f386f50f 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -7,7 +7,7 @@ * @author Frank Karlitschek * @author Jakob Sack * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 3ca0bb1f2c..25933ae25a 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author martin.mattel@diemattels.at * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index a1c46d9fa7..5e342e6589 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index db70ed191b..26bc020c87 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files/tests/Command/DeleteOrphanedFilesTest.php b/apps/files/tests/Command/DeleteOrphanedFilesTest.php index 4eee9c516e..b4d16e5461 100644 --- a/apps/files/tests/Command/DeleteOrphanedFilesTest.php +++ b/apps/files/tests/Command/DeleteOrphanedFilesTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index b32c5a5c72..8afd52abd9 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -5,7 +5,7 @@ * @author brumsel * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/ajax/oauth1.php b/apps/files_external/ajax/oauth1.php index ae89608335..f0f872c99f 100644 --- a/apps/files_external/ajax/oauth1.php +++ b/apps/files_external/ajax/oauth1.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index 478bb22f17..db2570800a 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * @author Volkan Gezer diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index cec58332d6..3a90cf0c2c 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -5,7 +5,7 @@ * @author Jan-Christoph Borchardt * @author j-ed * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @author Thomas Müller diff --git a/apps/files_external/appinfo/register_command.php b/apps/files_external/appinfo/register_command.php index e45f1866b0..614f0c0a97 100644 --- a/apps/files_external/appinfo/register_command.php +++ b/apps/files_external/appinfo/register_command.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 717315e9c7..97c2d7b0e0 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @author Vincent Petry diff --git a/apps/files_external/appinfo/update.php b/apps/files_external/appinfo/update.php index 9a90f08b6b..3d173f300e 100644 --- a/apps/files_external/appinfo/update.php +++ b/apps/files_external/appinfo/update.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php index e3ab88ed95..a32a3a26c7 100644 --- a/apps/files_external/lib/AppInfo/Application.php +++ b/apps/files_external/lib/AppInfo/Application.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll diff --git a/apps/files_external/lib/Command/Applicable.php b/apps/files_external/lib/Command/Applicable.php index 44d65135ae..c7c2f6aa21 100644 --- a/apps/files_external/lib/Command/Applicable.php +++ b/apps/files_external/lib/Command/Applicable.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Backends.php b/apps/files_external/lib/Command/Backends.php index 56961cdab6..b5c1b7f7a5 100644 --- a/apps/files_external/lib/Command/Backends.php +++ b/apps/files_external/lib/Command/Backends.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Config.php b/apps/files_external/lib/Command/Config.php index 72ccdf3525..cd1c9244d1 100644 --- a/apps/files_external/lib/Command/Config.php +++ b/apps/files_external/lib/Command/Config.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Create.php b/apps/files_external/lib/Command/Create.php index 2142dfce7b..d5b320dcfc 100644 --- a/apps/files_external/lib/Command/Create.php +++ b/apps/files_external/lib/Command/Create.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Delete.php b/apps/files_external/lib/Command/Delete.php index a7399cf117..d63aa35050 100644 --- a/apps/files_external/lib/Command/Delete.php +++ b/apps/files_external/lib/Command/Delete.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Export.php b/apps/files_external/lib/Command/Export.php index 4da3dd2308..9e586609d6 100644 --- a/apps/files_external/lib/Command/Export.php +++ b/apps/files_external/lib/Command/Export.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Import.php b/apps/files_external/lib/Command/Import.php index 23e7a0cfd3..2159c0a001 100644 --- a/apps/files_external/lib/Command/Import.php +++ b/apps/files_external/lib/Command/Import.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/ListCommand.php b/apps/files_external/lib/Command/ListCommand.php index d6ce42b9a1..fc1f2bf6c5 100644 --- a/apps/files_external/lib/Command/ListCommand.php +++ b/apps/files_external/lib/Command/ListCommand.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Notify.php b/apps/files_external/lib/Command/Notify.php index 7067517842..913299b59b 100644 --- a/apps/files_external/lib/Command/Notify.php +++ b/apps/files_external/lib/Command/Notify.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/lib/Command/Option.php b/apps/files_external/lib/Command/Option.php index ab09401caf..59fde157da 100644 --- a/apps/files_external/lib/Command/Option.php +++ b/apps/files_external/lib/Command/Option.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Verify.php b/apps/files_external/lib/Command/Verify.php index 719f27fb56..57a10eaac5 100644 --- a/apps/files_external/lib/Command/Verify.php +++ b/apps/files_external/lib/Command/Verify.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Config/ConfigAdapter.php b/apps/files_external/lib/Config/ConfigAdapter.php index 0e006f5188..00366135ea 100644 --- a/apps/files_external/lib/Config/ConfigAdapter.php +++ b/apps/files_external/lib/Config/ConfigAdapter.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Controller/AjaxController.php b/apps/files_external/lib/Controller/AjaxController.php index 4d525843d4..0bee1ce977 100644 --- a/apps/files_external/lib/Controller/AjaxController.php +++ b/apps/files_external/lib/Controller/AjaxController.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * diff --git a/apps/files_external/lib/Controller/GlobalStoragesController.php b/apps/files_external/lib/Controller/GlobalStoragesController.php index ae7a5635fe..c6a19004e8 100644 --- a/apps/files_external/lib/Controller/GlobalStoragesController.php +++ b/apps/files_external/lib/Controller/GlobalStoragesController.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Juan Pablo Villafáñez - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Controller/StoragesController.php b/apps/files_external/lib/Controller/StoragesController.php index 93ebee3e1c..ef7cc8c6e4 100644 --- a/apps/files_external/lib/Controller/StoragesController.php +++ b/apps/files_external/lib/Controller/StoragesController.php @@ -5,7 +5,7 @@ * @author Jesús Macias * @author Joas Schilling * @author Juan Pablo Villafáñez - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Controller/UserGlobalStoragesController.php b/apps/files_external/lib/Controller/UserGlobalStoragesController.php index cfa8c87b0c..4acbc15626 100644 --- a/apps/files_external/lib/Controller/UserGlobalStoragesController.php +++ b/apps/files_external/lib/Controller/UserGlobalStoragesController.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Juan Pablo Villafáñez - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index b51cc24c2e..db07834631 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Juan Pablo Villafáñez - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Lib/Auth/AuthMechanism.php b/apps/files_external/lib/Lib/Auth/AuthMechanism.php index 0ce9280fb7..1229fd7f07 100644 --- a/apps/files_external/lib/Lib/Auth/AuthMechanism.php +++ b/apps/files_external/lib/Lib/Auth/AuthMechanism.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/Auth/IUserProvided.php b/apps/files_external/lib/Lib/Auth/IUserProvided.php index c5391a60e0..ed4abaf657 100644 --- a/apps/files_external/lib/Lib/Auth/IUserProvided.php +++ b/apps/files_external/lib/Lib/Auth/IUserProvided.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php index 9684b0f07e..502024be4f 100644 --- a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2015, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/DefinitionParameter.php b/apps/files_external/lib/Lib/DefinitionParameter.php index 5a84d00d66..c1108fccce 100644 --- a/apps/files_external/lib/Lib/DefinitionParameter.php +++ b/apps/files_external/lib/Lib/DefinitionParameter.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/FrontendDefinitionTrait.php b/apps/files_external/lib/Lib/FrontendDefinitionTrait.php index 6d38ce26a6..ae4b8ec4c3 100644 --- a/apps/files_external/lib/Lib/FrontendDefinitionTrait.php +++ b/apps/files_external/lib/Lib/FrontendDefinitionTrait.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php index af98556b5e..925dae7030 100644 --- a/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php +++ b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/PersonalMount.php b/apps/files_external/lib/Lib/PersonalMount.php index 9f5c547d9c..c54ed0a79f 100644 --- a/apps/files_external/lib/Lib/PersonalMount.php +++ b/apps/files_external/lib/Lib/PersonalMount.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index 9e6ed1e392..25b8e74b82 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -13,7 +13,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/Dropbox.php b/apps/files_external/lib/Lib/Storage/Dropbox.php index 2b269c8060..45bc6cd0e9 100644 --- a/apps/files_external/lib/Lib/Storage/Dropbox.php +++ b/apps/files_external/lib/Lib/Storage/Dropbox.php @@ -7,7 +7,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index 9a74d1edc3..6f34416d11 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -9,7 +9,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Senorsen * @author Thomas Müller diff --git a/apps/files_external/lib/Lib/Storage/Google.php b/apps/files_external/lib/Lib/Storage/Google.php index 6a8cc0434f..a3133cb474 100644 --- a/apps/files_external/lib/Lib/Storage/Google.php +++ b/apps/files_external/lib/Lib/Storage/Google.php @@ -12,7 +12,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 417b76ccf0..9d20742fcb 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -9,7 +9,7 @@ * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @author SA diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 2512e43886..50ea186060 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -8,7 +8,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/StreamWrapper.php b/apps/files_external/lib/Lib/Storage/StreamWrapper.php index 670ec2d769..5b44091006 100644 --- a/apps/files_external/lib/Lib/Storage/StreamWrapper.php +++ b/apps/files_external/lib/Lib/Storage/StreamWrapper.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index 6514608d52..ba0b4898e2 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -11,7 +11,7 @@ * @author Martin Mattel * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Tim Dettrick diff --git a/apps/files_external/lib/Lib/StorageConfig.php b/apps/files_external/lib/Lib/StorageConfig.php index f4de425ff9..093e6840a1 100644 --- a/apps/files_external/lib/Lib/StorageConfig.php +++ b/apps/files_external/lib/Lib/StorageConfig.php @@ -5,7 +5,7 @@ * @author Jesús Macias * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Migration/DummyUserSession.php b/apps/files_external/lib/Migration/DummyUserSession.php index 23fb3f5ebc..004ca019eb 100644 --- a/apps/files_external/lib/Migration/DummyUserSession.php +++ b/apps/files_external/lib/Migration/DummyUserSession.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Migration/StorageMigrator.php b/apps/files_external/lib/Migration/StorageMigrator.php index 96aafb5895..e48c672613 100644 --- a/apps/files_external/lib/Migration/StorageMigrator.php +++ b/apps/files_external/lib/Migration/StorageMigrator.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Service/DBConfigService.php b/apps/files_external/lib/Service/DBConfigService.php index 5d4ef81ce6..a94b73772e 100644 --- a/apps/files_external/lib/Service/DBConfigService.php +++ b/apps/files_external/lib/Service/DBConfigService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Service/GlobalLegacyStoragesService.php b/apps/files_external/lib/Service/GlobalLegacyStoragesService.php index 3fceadf84c..ee7f158b79 100644 --- a/apps/files_external/lib/Service/GlobalLegacyStoragesService.php +++ b/apps/files_external/lib/Service/GlobalLegacyStoragesService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/GlobalStoragesService.php b/apps/files_external/lib/Service/GlobalStoragesService.php index 1a0a834733..d0431ed11a 100644 --- a/apps/files_external/lib/Service/GlobalStoragesService.php +++ b/apps/files_external/lib/Service/GlobalStoragesService.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Vincent Petry diff --git a/apps/files_external/lib/Service/ImportLegacyStoragesService.php b/apps/files_external/lib/Service/ImportLegacyStoragesService.php index d8add8cf24..9b3dc5336b 100644 --- a/apps/files_external/lib/Service/ImportLegacyStoragesService.php +++ b/apps/files_external/lib/Service/ImportLegacyStoragesService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/LegacyStoragesService.php b/apps/files_external/lib/Service/LegacyStoragesService.php index 81dee6fcee..68faf0f285 100644 --- a/apps/files_external/lib/Service/LegacyStoragesService.php +++ b/apps/files_external/lib/Service/LegacyStoragesService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Service/StoragesService.php b/apps/files_external/lib/Service/StoragesService.php index b4858fc90c..43839a17d7 100644 --- a/apps/files_external/lib/Service/StoragesService.php +++ b/apps/files_external/lib/Service/StoragesService.php @@ -5,7 +5,7 @@ * @author Jesús Macias * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Vincent Petry diff --git a/apps/files_external/lib/Service/UserGlobalStoragesService.php b/apps/files_external/lib/Service/UserGlobalStoragesService.php index 3cffca63b4..c22508e57c 100644 --- a/apps/files_external/lib/Service/UserGlobalStoragesService.php +++ b/apps/files_external/lib/Service/UserGlobalStoragesService.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Service/UserLegacyStoragesService.php b/apps/files_external/lib/Service/UserLegacyStoragesService.php index 7cf4ac7553..dec673b6f7 100644 --- a/apps/files_external/lib/Service/UserLegacyStoragesService.php +++ b/apps/files_external/lib/Service/UserLegacyStoragesService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/UserStoragesService.php b/apps/files_external/lib/Service/UserStoragesService.php index 735734836a..b225f1eec8 100644 --- a/apps/files_external/lib/Service/UserStoragesService.php +++ b/apps/files_external/lib/Service/UserStoragesService.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Vincent Petry diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 5dd6744cd9..cd3b4d9f3c 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -13,7 +13,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/personal.php b/apps/files_external/personal.php index 5b709a8374..e213125238 100644 --- a/apps/files_external/personal.php +++ b/apps/files_external/personal.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index f51c9e500e..cb9ee5ccde 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php index 5fc31be56c..1f0841a349 100644 --- a/apps/files_external/tests/Auth/Password/GlobalAuth.php +++ b/apps/files_external/tests/Auth/Password/GlobalAuth.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Command/ApplicableTest.php b/apps/files_external/tests/Command/ApplicableTest.php index dc9a5e2e0b..7e2ba9563a 100644 --- a/apps/files_external/tests/Command/ApplicableTest.php +++ b/apps/files_external/tests/Command/ApplicableTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Command/CommandTest.php b/apps/files_external/tests/Command/CommandTest.php index 60e3dd2d0a..568fdd7a52 100644 --- a/apps/files_external/tests/Command/CommandTest.php +++ b/apps/files_external/tests/Command/CommandTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Command/ListCommandTest.php b/apps/files_external/tests/Command/ListCommandTest.php index 0d0128b1df..256b35d888 100644 --- a/apps/files_external/tests/Command/ListCommandTest.php +++ b/apps/files_external/tests/Command/ListCommandTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php index 4ca90c18b9..627892613e 100644 --- a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Controller/UserStoragesControllerTest.php b/apps/files_external/tests/Controller/UserStoragesControllerTest.php index 443b61b89d..36182505bf 100644 --- a/apps/files_external/tests/Controller/UserStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/UserStoragesControllerTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/DefinitionParameterTest.php b/apps/files_external/tests/DefinitionParameterTest.php index 1b0c82abb9..d60d9677db 100644 --- a/apps/files_external/tests/DefinitionParameterTest.php +++ b/apps/files_external/tests/DefinitionParameterTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/FrontendDefinitionTraitTest.php b/apps/files_external/tests/FrontendDefinitionTraitTest.php index 99260e8db0..7efc7c6658 100644 --- a/apps/files_external/tests/FrontendDefinitionTraitTest.php +++ b/apps/files_external/tests/FrontendDefinitionTraitTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/PersonalMountTest.php b/apps/files_external/tests/PersonalMountTest.php index b3a2e772cf..28c3bab745 100644 --- a/apps/files_external/tests/PersonalMountTest.php +++ b/apps/files_external/tests/PersonalMountTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/DBConfigServiceTest.php b/apps/files_external/tests/Service/DBConfigServiceTest.php index d422a98210..e6115ddec2 100644 --- a/apps/files_external/tests/Service/DBConfigServiceTest.php +++ b/apps/files_external/tests/Service/DBConfigServiceTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Service/GlobalStoragesServiceTest.php b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php index 3daec1d6d4..ba62feb7f9 100644 --- a/apps/files_external/tests/Service/GlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Service/StoragesServiceTest.php b/apps/files_external/tests/Service/StoragesServiceTest.php index f60340b6e1..5dcd93c8ae 100644 --- a/apps/files_external/tests/Service/StoragesServiceTest.php +++ b/apps/files_external/tests/Service/StoragesServiceTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php index 68a89a2aa0..6d4aa922c7 100644 --- a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Service/UserStoragesServiceTest.php b/apps/files_external/tests/Service/UserStoragesServiceTest.php index 9c23945b8a..85338065c7 100644 --- a/apps/files_external/tests/Service/UserStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserStoragesServiceTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Storage/Amazons3Test.php b/apps/files_external/tests/Storage/Amazons3Test.php index 79c5de313f..ce616ca175 100644 --- a/apps/files_external/tests/Storage/Amazons3Test.php +++ b/apps/files_external/tests/Storage/Amazons3Test.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/apps/files_external/tests/Storage/DropboxTest.php b/apps/files_external/tests/Storage/DropboxTest.php index 1ab50997f0..910f8245e9 100644 --- a/apps/files_external/tests/Storage/DropboxTest.php +++ b/apps/files_external/tests/Storage/DropboxTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/Storage/FtpTest.php b/apps/files_external/tests/Storage/FtpTest.php index 56d3ecf7de..5b56becb4a 100644 --- a/apps/files_external/tests/Storage/FtpTest.php +++ b/apps/files_external/tests/Storage/FtpTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/Storage/GoogleTest.php b/apps/files_external/tests/Storage/GoogleTest.php index f305408fad..2a73da4be8 100644 --- a/apps/files_external/tests/Storage/GoogleTest.php +++ b/apps/files_external/tests/Storage/GoogleTest.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/Storage/SftpTest.php b/apps/files_external/tests/Storage/SftpTest.php index 4ca379e840..85b2eec057 100644 --- a/apps/files_external/tests/Storage/SftpTest.php +++ b/apps/files_external/tests/Storage/SftpTest.php @@ -5,7 +5,7 @@ * @author hkjolhede * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/Storage/SmbTest.php b/apps/files_external/tests/Storage/SmbTest.php index ca6cde1051..150d4d3a03 100644 --- a/apps/files_external/tests/Storage/SmbTest.php +++ b/apps/files_external/tests/Storage/SmbTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/Storage/SwiftTest.php b/apps/files_external/tests/Storage/SwiftTest.php index fe1120d223..19f185ed03 100644 --- a/apps/files_external/tests/Storage/SwiftTest.php +++ b/apps/files_external/tests/Storage/SwiftTest.php @@ -5,7 +5,7 @@ * @author Christian Berendt * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/apps/files_external/tests/Storage/WebdavTest.php b/apps/files_external/tests/Storage/WebdavTest.php index 98a59af0ba..1e518e23b7 100644 --- a/apps/files_external/tests/Storage/WebdavTest.php +++ b/apps/files_external/tests/Storage/WebdavTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 154b2b4410..8f953753fd 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -5,7 +5,7 @@ * @author Christian Berendt * @author hkjolhede * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Ross Nicoll * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/ajax/shareinfo.php b/apps/files_sharing/ajax/shareinfo.php index ca45e3f9fb..75d6e6081e 100644 --- a/apps/files_sharing/ajax/shareinfo.php +++ b/apps/files_sharing/ajax/shareinfo.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Vincent Petry diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 2cce3ad612..2df7f09983 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -7,7 +7,7 @@ * @author Gadzy * @author Joas Schilling * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index b17f150c28..92c2759ed1 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -6,7 +6,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index 37ef166d0c..aff42cd43d 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index 55bd03d8e4..7977410f58 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controllers/ExternalSharesController.php b/apps/files_sharing/lib/Controllers/ExternalSharesController.php index cf935d64dc..24b3211e00 100644 --- a/apps/files_sharing/lib/Controllers/ExternalSharesController.php +++ b/apps/files_sharing/lib/Controllers/ExternalSharesController.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controllers/ShareController.php b/apps/files_sharing/lib/Controllers/ShareController.php index fa3d64cfbc..cd0d40048c 100644 --- a/apps/files_sharing/lib/Controllers/ShareController.php +++ b/apps/files_sharing/lib/Controllers/ShareController.php @@ -10,7 +10,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Piotr Filiciak - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/External/Cache.php b/apps/files_sharing/lib/External/Cache.php index 59e90fc508..eaf8e0c4ac 100644 --- a/apps/files_sharing/lib/External/Cache.php +++ b/apps/files_sharing/lib/External/Cache.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index 06bda622ee..741428d8e8 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * diff --git a/apps/files_sharing/lib/External/Mount.php b/apps/files_sharing/lib/External/Mount.php index 2c2435dc72..d756a1830b 100644 --- a/apps/files_sharing/lib/External/Mount.php +++ b/apps/files_sharing/lib/External/Mount.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/External/MountProvider.php b/apps/files_sharing/lib/External/MountProvider.php index 2aab36ae6c..f46bb009ab 100644 --- a/apps/files_sharing/lib/External/MountProvider.php +++ b/apps/files_sharing/lib/External/MountProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/External/Scanner.php b/apps/files_sharing/lib/External/Scanner.php index a1466b4970..a044333811 100644 --- a/apps/files_sharing/lib/External/Scanner.php +++ b/apps/files_sharing/lib/External/Scanner.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index 76f86b8295..1ed6375cd4 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/lib/External/Watcher.php b/apps/files_sharing/lib/External/Watcher.php index 729058ad5b..e733e16679 100644 --- a/apps/files_sharing/lib/External/Watcher.php +++ b/apps/files_sharing/lib/External/Watcher.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Helper.php b/apps/files_sharing/lib/Helper.php index 13736a2511..5ba65ea131 100644 --- a/apps/files_sharing/lib/Helper.php +++ b/apps/files_sharing/lib/Helper.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/Hooks.php b/apps/files_sharing/lib/Hooks.php index fcc499cf85..237e845bc4 100644 --- a/apps/files_sharing/lib/Hooks.php +++ b/apps/files_sharing/lib/Hooks.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/ISharedStorage.php b/apps/files_sharing/lib/ISharedStorage.php index 9ff19190aa..b8abd5821d 100644 --- a/apps/files_sharing/lib/ISharedStorage.php +++ b/apps/files_sharing/lib/ISharedStorage.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Migration.php b/apps/files_sharing/lib/Migration.php index 3b60b0c23c..9c971bf7f4 100644 --- a/apps/files_sharing/lib/Migration.php +++ b/apps/files_sharing/lib/Migration.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/MountProvider.php b/apps/files_sharing/lib/MountProvider.php index a440f4de07..1a08b5e9b6 100644 --- a/apps/files_sharing/lib/MountProvider.php +++ b/apps/files_sharing/lib/MountProvider.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/Scanner.php b/apps/files_sharing/lib/Scanner.php index f524348417..6982f1b461 100644 --- a/apps/files_sharing/lib/Scanner.php +++ b/apps/files_sharing/lib/Scanner.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php index a30688ca36..e5b7edc8e0 100644 --- a/apps/files_sharing/lib/SharedMount.php +++ b/apps/files_sharing/lib/SharedMount.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/SharedPropagator.php b/apps/files_sharing/lib/SharedPropagator.php index 19feeb6692..cd4aab3b52 100644 --- a/apps/files_sharing/lib/SharedPropagator.php +++ b/apps/files_sharing/lib/SharedPropagator.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php index 61a2a379c6..370e755ec8 100644 --- a/apps/files_sharing/lib/share/file.php +++ b/apps/files_sharing/lib/share/file.php @@ -4,12 +4,14 @@ * * @author Andreas Fischer * @author Bart Visscher - * @author Björn Schießle - * @author Lukas Reschke + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 5dbdd9adaa..710137cfe9 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author scambra diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index 1a645444a0..88b7d86e6f 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files_sharing/tests/BackendTest.php b/apps/files_sharing/tests/BackendTest.php index 0911c5b0d5..f5fd726d63 100644 --- a/apps/files_sharing/tests/BackendTest.php +++ b/apps/files_sharing/tests/BackendTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/CacheTest.php b/apps/files_sharing/tests/CacheTest.php index 19120d977c..531aa13aa3 100644 --- a/apps/files_sharing/tests/CacheTest.php +++ b/apps/files_sharing/tests/CacheTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/apps/files_sharing/tests/Controllers/ShareControllerTest.php b/apps/files_sharing/tests/Controllers/ShareControllerTest.php index a978d0ef7a..34ed08629a 100644 --- a/apps/files_sharing/tests/Controllers/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controllers/ShareControllerTest.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Cloutier diff --git a/apps/files_sharing/tests/EncryptedSizePropagationTest.php b/apps/files_sharing/tests/EncryptedSizePropagationTest.php index 055c478141..6b6ed2cd73 100644 --- a/apps/files_sharing/tests/EncryptedSizePropagationTest.php +++ b/apps/files_sharing/tests/EncryptedSizePropagationTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/EtagPropagationTest.php b/apps/files_sharing/tests/EtagPropagationTest.php index bb69d92304..977f98f049 100644 --- a/apps/files_sharing/tests/EtagPropagationTest.php +++ b/apps/files_sharing/tests/EtagPropagationTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/External/CacheTest.php b/apps/files_sharing/tests/External/CacheTest.php index 5d86d79760..a31a748a69 100644 --- a/apps/files_sharing/tests/External/CacheTest.php +++ b/apps/files_sharing/tests/External/CacheTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index 7d9bc1bb19..931c1fed14 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/ExternalStorageTest.php b/apps/files_sharing/tests/ExternalStorageTest.php index 20a65b2744..48c348667c 100644 --- a/apps/files_sharing/tests/ExternalStorageTest.php +++ b/apps/files_sharing/tests/ExternalStorageTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/tests/GroupEtagPropagationTest.php b/apps/files_sharing/tests/GroupEtagPropagationTest.php index bea49a09af..0ff3a4c01c 100644 --- a/apps/files_sharing/tests/GroupEtagPropagationTest.php +++ b/apps/files_sharing/tests/GroupEtagPropagationTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/LockingTest.php b/apps/files_sharing/tests/LockingTest.php index 6361119608..4af5e3e2ce 100644 --- a/apps/files_sharing/tests/LockingTest.php +++ b/apps/files_sharing/tests/LockingTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/PermissionsTest.php b/apps/files_sharing/tests/PermissionsTest.php index 39a4ac91a3..2eca474e96 100644 --- a/apps/files_sharing/tests/PermissionsTest.php +++ b/apps/files_sharing/tests/PermissionsTest.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/PropagationTestCase.php b/apps/files_sharing/tests/PropagationTestCase.php index d641ed9ff0..21cea3033a 100644 --- a/apps/files_sharing/tests/PropagationTestCase.php +++ b/apps/files_sharing/tests/PropagationTestCase.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/ShareTest.php b/apps/files_sharing/tests/ShareTest.php index edd853dee3..c1e61152e6 100644 --- a/apps/files_sharing/tests/ShareTest.php +++ b/apps/files_sharing/tests/ShareTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php index 20b81e4ddb..7427304eb1 100644 --- a/apps/files_sharing/tests/SharedMountTest.php +++ b/apps/files_sharing/tests/SharedMountTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/SharedStorageTest.php b/apps/files_sharing/tests/SharedStorageTest.php index 57b59f9b70..9be52b3feb 100644 --- a/apps/files_sharing/tests/SharedStorageTest.php +++ b/apps/files_sharing/tests/SharedStorageTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/SizePropagationTest.php b/apps/files_sharing/tests/SizePropagationTest.php index 61db3cb590..3655977fd9 100644 --- a/apps/files_sharing/tests/SizePropagationTest.php +++ b/apps/files_sharing/tests/SizePropagationTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/TestCase.php b/apps/files_sharing/tests/TestCase.php index cb1423f2ec..de7968dd3e 100644 --- a/apps/files_sharing/tests/TestCase.php +++ b/apps/files_sharing/tests/TestCase.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files_sharing/tests/UnshareChildrenTest.php b/apps/files_sharing/tests/UnshareChildrenTest.php index f88021f974..2bde37af20 100644 --- a/apps/files_sharing/tests/UnshareChildrenTest.php +++ b/apps/files_sharing/tests/UnshareChildrenTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/UpdaterTest.php b/apps/files_sharing/tests/UpdaterTest.php index 4d8cbe3535..da292826f0 100644 --- a/apps/files_sharing/tests/UpdaterTest.php +++ b/apps/files_sharing/tests/UpdaterTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/WatcherTest.php b/apps/files_sharing/tests/WatcherTest.php index c77aeb767e..e6ca5f40a8 100644 --- a/apps/files_sharing/tests/WatcherTest.php +++ b/apps/files_sharing/tests/WatcherTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index 1a2223868f..d75325c3ae 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index 408fdd1eb6..9095c551b4 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 96ccb378dd..ed53657d22 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Florin Peter - * @author Robin Appelman + * @author Robin Appelman * @author Victor Dubiniuk * @author Vincent Petry * diff --git a/apps/files_trashbin/lib/Command/Expire.php b/apps/files_trashbin/lib/Command/Expire.php index 8f6a07b4fd..0d9bb4a088 100644 --- a/apps/files_trashbin/lib/Command/Expire.php +++ b/apps/files_trashbin/lib/Command/Expire.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_trashbin/lib/Helper.php b/apps/files_trashbin/lib/Helper.php index 838c6cac17..836f799381 100644 --- a/apps/files_trashbin/lib/Helper.php +++ b/apps/files_trashbin/lib/Helper.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_trashbin/lib/Storage.php b/apps/files_trashbin/lib/Storage.php index 7247031a27..a6672dbf63 100644 --- a/apps/files_trashbin/lib/Storage.php +++ b/apps/files_trashbin/lib/Storage.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 408d087aa2..db6eb29228 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Qingping Hou - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sjors van der Pluijm diff --git a/apps/files_trashbin/tests/StorageTest.php b/apps/files_trashbin/tests/StorageTest.php index 7b81bc23fa..2aebe6414f 100644 --- a/apps/files_trashbin/tests/StorageTest.php +++ b/apps/files_trashbin/tests/StorageTest.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index ea2d179be8..cb5a9fed5b 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -6,7 +6,7 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_versions/ajax/rollbackVersion.php b/apps/files_versions/ajax/rollbackVersion.php index 681f7f97ef..6d5933e07f 100644 --- a/apps/files_versions/ajax/rollbackVersion.php +++ b/apps/files_versions/ajax/rollbackVersion.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author Frank Karlitschek * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus diff --git a/apps/files_versions/lib/Command/Expire.php b/apps/files_versions/lib/Command/Expire.php index 472afe5e64..fecffd2f3c 100644 --- a/apps/files_versions/lib/Command/Expire.php +++ b/apps/files_versions/lib/Command/Expire.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/files_versions/lib/Hooks.php b/apps/files_versions/lib/Hooks.php index 9032ab820d..5181bb1b1a 100644 --- a/apps/files_versions/lib/Hooks.php +++ b/apps/files_versions/lib/Hooks.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Sam Tuke * @author Vincent Petry diff --git a/apps/files_versions/lib/Storage.php b/apps/files_versions/lib/Storage.php index e80ec3e37c..cf0e09f64c 100644 --- a/apps/files_versions/lib/Storage.php +++ b/apps/files_versions/lib/Storage.php @@ -13,7 +13,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index 62221da6b4..15bcaf9a90 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -9,7 +9,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index def642b243..683a63435e 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index f7e949ec74..6581e8453b 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -6,7 +6,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 8ceafcb216..b5eab90af4 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index 8b94817e62..18987614bd 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -8,7 +8,7 @@ * @author Dominik Schmidt * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index dc150cef21..7bd5e97e4f 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -9,7 +9,7 @@ * @author Lukas Reschke * @author Lyonel Vincent * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index e29c6a8141..91d40d5874 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -8,7 +8,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index 188b8a4f30..a2a65bb840 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Renaud Fortier - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index fb304f576f..be4d1821ee 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Nicolas Grekas - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Victor Dubiniuk diff --git a/apps/user_ldap/settings.php b/apps/user_ldap/settings.php index 32baa676a8..f20f873e13 100644 --- a/apps/user_ldap/settings.php +++ b/apps/user_ldap/settings.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Volkan Gezer * diff --git a/build/integration/features/bootstrap/AppConfiguration.php b/build/integration/features/bootstrap/AppConfiguration.php index af904a3089..2f84dce3f1 100644 --- a/build/integration/features/bootstrap/AppConfiguration.php +++ b/build/integration/features/bootstrap/AppConfiguration.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Hook\Scope\AfterScenarioScope; use Behat\Behat\Hook\Scope\BeforeScenarioScope; use GuzzleHttp\Message\ResponseInterface; diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php index 5f36b199e0..e0eb5393bb 100644 --- a/build/integration/features/bootstrap/Auth.php +++ b/build/integration/features/bootstrap/Auth.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use GuzzleHttp\Client; use GuzzleHttp\Exception\ClientException; diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index 9248b2cd25..0999000f2e 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -1,5 +1,29 @@ + * @author Joas Schilling + * @author Lukas Reschke + * @author Sergio Bertolin + * @author Thomas Müller + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use GuzzleHttp\Client; use GuzzleHttp\Message\ResponseInterface; diff --git a/build/integration/features/bootstrap/CalDavContext.php b/build/integration/features/bootstrap/CalDavContext.php index 30c50630b3..5db56f0fe7 100644 --- a/build/integration/features/bootstrap/CalDavContext.php +++ b/build/integration/features/bootstrap/CalDavContext.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 57db355579..1220e22415 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -1,5 +1,27 @@ + * @author Roeland Jago Douma + * @author Sergio Bertolin + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use Behat\Behat\Hook\Scope\AfterScenarioScope; diff --git a/build/integration/features/bootstrap/CardDavContext.php b/build/integration/features/bootstrap/CardDavContext.php index d317ba5193..bfdd51bfdb 100644 --- a/build/integration/features/bootstrap/CardDavContext.php +++ b/build/integration/features/bootstrap/CardDavContext.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php index af8f9e5590..3d2d900079 100644 --- a/build/integration/features/bootstrap/ChecksumsContext.php +++ b/build/integration/features/bootstrap/ChecksumsContext.php @@ -1,5 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ require __DIR__ . '/../../vendor/autoload.php'; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/CommentsContext.php b/build/integration/features/bootstrap/CommentsContext.php index e74e9580dc..5c3b0edafa 100644 --- a/build/integration/features/bootstrap/CommentsContext.php +++ b/build/integration/features/bootstrap/CommentsContext.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index 21ca8d8729..c066fa5419 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -1,5 +1,26 @@ + * @author Thomas Müller + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index 55f3a55da0..e6e99e2fa9 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -1,5 +1,27 @@ + * @author Sergio Bertolin + * @author Sergio Bertolín + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php index 6cf5751448..bc3fc9a4c4 100644 --- a/build/integration/features/bootstrap/Provisioning.php +++ b/build/integration/features/bootstrap/Provisioning.php @@ -1,5 +1,31 @@ + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Sergio Bertolín + * @author Thomas Müller + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use GuzzleHttp\Client; use GuzzleHttp\Message\ResponseInterface; diff --git a/build/integration/features/bootstrap/ShareesContext.php b/build/integration/features/bootstrap/ShareesContext.php index bd08ae6e13..822a701127 100644 --- a/build/integration/features/bootstrap/ShareesContext.php +++ b/build/integration/features/bootstrap/ShareesContext.php @@ -1,5 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Message\ResponseInterface; diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index d423a28f19..9d230e35ac 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -1,5 +1,30 @@ + * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Sergio Bertolín + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use GuzzleHttp\Client; use GuzzleHttp\Message\ResponseInterface; diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php index 882f5d9e13..91fb585d64 100644 --- a/build/integration/features/bootstrap/TagsContext.php +++ b/build/integration/features/bootstrap/TagsContext.php @@ -1,8 +1,11 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index 23f80c2fa7..9b0050d82d 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -1,5 +1,33 @@ + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Sergio Bertolín + * @author Thomas Müller + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use GuzzleHttp\Client as GClient; use GuzzleHttp\Message\ResponseInterface; use Sabre\DAV\Client as SClient; diff --git a/core/Command/App/Disable.php b/core/Command/App/Disable.php index 45e93a2351..07e752ee83 100644 --- a/core/Command/App/Disable.php +++ b/core/Command/App/Disable.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php index a12a169992..d5b161f8ea 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 6359413d6e..08449dd8dc 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/core/Command/Group/AddUser.php b/core/Command/Group/AddUser.php index d9b90c5ccf..05ae4e2d52 100644 --- a/core/Command/Group/AddUser.php +++ b/core/Command/Group/AddUser.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Group/ListCommand.php b/core/Command/Group/ListCommand.php index 6dc5ced1c1..f3703bc109 100644 --- a/core/Command/Group/ListCommand.php +++ b/core/Command/Group/ListCommand.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Group/RemoveUser.php b/core/Command/Group/RemoveUser.php index 71c04a4f8d..09f081004d 100644 --- a/core/Command/Group/RemoveUser.php +++ b/core/Command/Group/RemoveUser.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php index 514da16916..236326b4e3 100644 --- a/core/Command/Maintenance/Repair.php +++ b/core/Command/Maintenance/Repair.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/core/Command/Maintenance/SingleUser.php b/core/Command/Maintenance/SingleUser.php index 6715da6636..e4f945596d 100644 --- a/core/Command/Maintenance/SingleUser.php +++ b/core/Command/Maintenance/SingleUser.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/core/Command/Security/ImportCertificate.php b/core/Command/Security/ImportCertificate.php index 4dc037363a..38a774add5 100644 --- a/core/Command/Security/ImportCertificate.php +++ b/core/Command/Security/ImportCertificate.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/core/Command/Security/ListCertificates.php b/core/Command/Security/ListCertificates.php index 6378ffa746..fe19348876 100644 --- a/core/Command/Security/ListCertificates.php +++ b/core/Command/Security/ListCertificates.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/core/Command/Security/RemoveCertificate.php b/core/Command/Security/RemoveCertificate.php index 04d8319e4d..8be7123ad0 100644 --- a/core/Command/Security/RemoveCertificate.php +++ b/core/Command/Security/RemoveCertificate.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Carla Schroder - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php index 818b81136f..b23ddd942a 100644 --- a/core/Command/User/Info.php +++ b/core/Command/User/Info.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php index 978e937183..77d99eb213 100644 --- a/core/Command/User/ListCommand.php +++ b/core/Command/User/ListCommand.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index 5e02140a65..ed63025aca 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index 6dcbc1a978..fc1efe4c11 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -6,7 +6,7 @@ * @author ideaship * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php index 2d63222108..6bb70e4c39 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/core/ajax/preview.php b/core/ajax/preview.php index 006b890b17..2894efdc8e 100644 --- a/core/ajax/preview.php +++ b/core/ajax/preview.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/core/ajax/share.php b/core/ajax/share.php index 0d91923004..adcf31a0df 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -14,7 +14,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Ramiro Aparicio - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus diff --git a/core/ajax/update.php b/core/ajax/update.php index c917d0dc21..fca40477d6 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -7,7 +7,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry diff --git a/core/js/config.php b/core/js/config.php index 3ba494aef5..e88d9c741a 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -12,7 +12,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Chan * @author Vincent Petry diff --git a/core/register_command.php b/core/register_command.php index 0f5b60d8b9..6f20769fa7 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/core/search/ajax/search.php b/core/search/ajax/search.php index 9e8e4367d2..1de53158ad 100644 --- a/core/search/ajax/search.php +++ b/core/search/ajax/search.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/core/strings.php b/core/strings.php index 2c074a3452..48592e9d16 100644 --- a/core/strings.php +++ b/core/strings.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jan-Christoph Borchardt - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/cron.php b/cron.php index d83937e647..b1dedaa84b 100644 --- a/cron.php +++ b/cron.php @@ -9,7 +9,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Kohl D.Sc. - * @author Robin Appelman + * @author Robin Appelman * @author Steffen Lindner * @author Thomas Müller * @author Vincent Petry diff --git a/index.php b/index.php index 6cbe1a05c4..2b344dadff 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/autoloader.php b/lib/autoloader.php index ea08723a63..08188ef8e5 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/base.php b/lib/base.php index 015f14e43d..d22490ca5d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -25,7 +25,7 @@ * @author Owen Winkler * @author Phil Davis * @author Ramiro Aparicio - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil diff --git a/lib/composer/autoload.php b/lib/composer/autoload.php index c7aedcf4dd..d99c5074e6 100644 --- a/lib/composer/autoload.php +++ b/lib/composer/autoload.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/composer/composer/autoload_classmap.php b/lib/composer/composer/autoload_classmap.php index cac6411236..7f2a0bfdc8 100644 --- a/lib/composer/composer/autoload_classmap.php +++ b/lib/composer/composer/autoload_classmap.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/composer/composer/autoload_namespaces.php b/lib/composer/composer/autoload_namespaces.php index 56c59c8212..3f901596d5 100644 --- a/lib/composer/composer/autoload_namespaces.php +++ b/lib/composer/composer/autoload_namespaces.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/composer/composer/autoload_psr4.php b/lib/composer/composer/autoload_psr4.php index ac203b88fe..5bf20ca807 100644 --- a/lib/composer/composer/autoload_psr4.php +++ b/lib/composer/composer/autoload_psr4.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/composer/composer/autoload_real.php b/lib/composer/composer/autoload_real.php index c429e5c68b..0e7b95703d 100644 --- a/lib/composer/composer/autoload_real.php +++ b/lib/composer/composer/autoload_real.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index a921a65938..a76d6799a7 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -2,6 +2,7 @@ /** * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AllConfig.php b/lib/private/AllConfig.php index 7e9ae724f9..52d77bf3f5 100644 --- a/lib/private/AllConfig.php +++ b/lib/private/AllConfig.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 5a3905cc8b..55fd575e12 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 30431560d5..d92e8965b5 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/AppFramework/Core/API.php b/lib/private/AppFramework/Core/API.php index 416cf4bb2a..85cdc00a63 100644 --- a/lib/private/AppFramework/Core/API.php +++ b/lib/private/AppFramework/Core/API.php @@ -5,7 +5,7 @@ * @author Bernhard Posselt * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/private/AppFramework/Db/Db.php b/lib/private/AppFramework/Db/Db.php index 27904c81d4..5fea09747a 100644 --- a/lib/private/AppFramework/Db/Db.php +++ b/lib/private/AppFramework/Db/Db.php @@ -5,7 +5,7 @@ * @author Bernhard Posselt * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index f5f77497b7..8fb19f2d9b 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -9,7 +9,7 @@ * @author Lukas Reschke * @author Mitar * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/AppFramework/Routing/RouteConfig.php b/lib/private/AppFramework/Routing/RouteConfig.php index e23ab94217..066c0da113 100644 --- a/lib/private/AppFramework/Routing/RouteConfig.php +++ b/lib/private/AppFramework/Routing/RouteConfig.php @@ -5,7 +5,7 @@ * @author Bernhard Posselt * @author Morris Jobke * @author Patrick Paysant - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Archive/Archive.php b/lib/private/Archive/Archive.php index d4c3d66083..da2c53f2aa 100644 --- a/lib/private/Archive/Archive.php +++ b/lib/private/Archive/Archive.php @@ -10,7 +10,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/Archive/TAR.php b/lib/private/Archive/TAR.php index 85aa04d9a1..bbd24bd05a 100644 --- a/lib/private/Archive/TAR.php +++ b/lib/private/Archive/TAR.php @@ -10,7 +10,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Remco Brenninkmeijer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Archive/ZIP.php b/lib/private/Archive/ZIP.php index ee730b823c..9e9fe40b2b 100644 --- a/lib/private/Archive/ZIP.php +++ b/lib/private/Archive/ZIP.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/lib/private/Avatar.php b/lib/private/Avatar.php index 041afe8f86..80691774b6 100644 --- a/lib/private/Avatar.php +++ b/lib/private/Avatar.php @@ -6,7 +6,7 @@ * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/AvatarManager.php b/lib/private/AvatarManager.php index 0ae129c3d7..e461a70608 100644 --- a/lib/private/AvatarManager.php +++ b/lib/private/AvatarManager.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/BackgroundJob/Job.php b/lib/private/BackgroundJob/Job.php index 1a2454d50a..726c66ef5d 100644 --- a/lib/private/BackgroundJob/Job.php +++ b/lib/private/BackgroundJob/Job.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index 33f416c91d..b6a235e9e4 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/BackgroundJob/Legacy/QueuedJob.php b/lib/private/BackgroundJob/Legacy/QueuedJob.php index 05aef9d9f8..e519a65471 100644 --- a/lib/private/BackgroundJob/Legacy/QueuedJob.php +++ b/lib/private/BackgroundJob/Legacy/QueuedJob.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/BackgroundJob/Legacy/RegularJob.php b/lib/private/BackgroundJob/Legacy/RegularJob.php index 05ada257ad..e329b186a5 100644 --- a/lib/private/BackgroundJob/Legacy/RegularJob.php +++ b/lib/private/BackgroundJob/Legacy/RegularJob.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/BackgroundJob/QueuedJob.php b/lib/private/BackgroundJob/QueuedJob.php index 306a365efb..e5afc79233 100644 --- a/lib/private/BackgroundJob/QueuedJob.php +++ b/lib/private/BackgroundJob/QueuedJob.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/BackgroundJob/TimedJob.php b/lib/private/BackgroundJob/TimedJob.php index 8515ecd251..22b48a8037 100644 --- a/lib/private/BackgroundJob/TimedJob.php +++ b/lib/private/BackgroundJob/TimedJob.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Cache/CappedMemoryCache.php b/lib/private/Cache/CappedMemoryCache.php index ab12d2c38c..29446c74bd 100644 --- a/lib/private/Cache/CappedMemoryCache.php +++ b/lib/private/Cache/CappedMemoryCache.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/AsyncBus.php b/lib/private/Command/AsyncBus.php index 371319cca4..3c1f67da0c 100644 --- a/lib/private/Command/AsyncBus.php +++ b/lib/private/Command/AsyncBus.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/CallableJob.php b/lib/private/Command/CallableJob.php index 2ed365a148..1d0557ffa6 100644 --- a/lib/private/Command/CallableJob.php +++ b/lib/private/Command/CallableJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/ClosureJob.php b/lib/private/Command/ClosureJob.php index b929c0a3dd..baa46bc99d 100644 --- a/lib/private/Command/ClosureJob.php +++ b/lib/private/Command/ClosureJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/CommandJob.php b/lib/private/Command/CommandJob.php index 6897dd35c0..5522f61ced 100644 --- a/lib/private/Command/CommandJob.php +++ b/lib/private/Command/CommandJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/FileAccess.php b/lib/private/Command/FileAccess.php index ad22c2abc0..08b2a61e41 100644 --- a/lib/private/Command/FileAccess.php +++ b/lib/private/Command/FileAccess.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Command/QueueBus.php b/lib/private/Command/QueueBus.php index 4ee7f38c5b..7f2fc88a70 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Config.php b/lib/private/Config.php index a379005ebe..e6a27a76b2 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -13,7 +13,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/DB/Adapter.php b/lib/private/DB/Adapter.php index 87aa85c0fa..3123a1b0d5 100644 --- a/lib/private/DB/Adapter.php +++ b/lib/private/DB/Adapter.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jonny007-MKD <1-23-4-5@web.de> * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/AdapterMySQL.php b/lib/private/DB/AdapterMySQL.php index 45b8708669..3e2fceda8d 100644 --- a/lib/private/DB/AdapterMySQL.php +++ b/lib/private/DB/AdapterMySQL.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/AdapterOCI8.php b/lib/private/DB/AdapterOCI8.php index aa3ed24f7a..e23f74345a 100644 --- a/lib/private/DB/AdapterOCI8.php +++ b/lib/private/DB/AdapterOCI8.php @@ -4,7 +4,7 @@ * * @author Bart Visscher * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/AdapterSqlite.php b/lib/private/DB/AdapterSqlite.php index aeca462e45..7a69cb7e8c 100644 --- a/lib/private/DB/AdapterSqlite.php +++ b/lib/private/DB/AdapterSqlite.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index 8825d0dc87..4fa25aae08 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index f9d85b806a..b2c356edef 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -5,7 +5,7 @@ * @author Andreas Fischer * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php index 93961b70a6..494c8fd53f 100644 --- a/lib/private/DB/MDB2SchemaManager.php +++ b/lib/private/DB/MDB2SchemaManager.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index d3c3ffe2df..3f183c9723 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/DB/MigrationException.php b/lib/private/DB/MigrationException.php index 694ff06f4f..34cac82a26 100644 --- a/lib/private/DB/MigrationException.php +++ b/lib/private/DB/MigrationException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/Migrator.php b/lib/private/DB/Migrator.php index 3efe708e93..1d00d9a1b4 100644 --- a/lib/private/DB/Migrator.php +++ b/lib/private/DB/Migrator.php @@ -4,7 +4,7 @@ * * @author martin-rueegg * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author tbelau666 * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/DB/MySQLMigrator.php b/lib/private/DB/MySQLMigrator.php index 4b220fd3ee..6058e8cafc 100644 --- a/lib/private/DB/MySQLMigrator.php +++ b/lib/private/DB/MySQLMigrator.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * diff --git a/lib/private/DB/NoCheckMigrator.php b/lib/private/DB/NoCheckMigrator.php index 5eacf9e572..723653511b 100644 --- a/lib/private/DB/NoCheckMigrator.php +++ b/lib/private/DB/NoCheckMigrator.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/OCSqlitePlatform.php b/lib/private/DB/OCSqlitePlatform.php index 1712df858c..9fcd8038f4 100644 --- a/lib/private/DB/OCSqlitePlatform.php +++ b/lib/private/DB/OCSqlitePlatform.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/OracleConnection.php b/lib/private/DB/OracleConnection.php index c645baa50c..08d7136517 100644 --- a/lib/private/DB/OracleConnection.php +++ b/lib/private/DB/OracleConnection.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/OracleMigrator.php b/lib/private/DB/OracleMigrator.php index 81f44b5b06..908b2dedf0 100644 --- a/lib/private/DB/OracleMigrator.php +++ b/lib/private/DB/OracleMigrator.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php index a0196acfb7..f9170e97a0 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php index de35139c36..69c34947fe 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index e5688e889c..eac77dd98f 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/DB/SQLiteMigrator.php b/lib/private/DB/SQLiteMigrator.php index d3f246d136..b7c32148ae 100644 --- a/lib/private/DB/SQLiteMigrator.php +++ b/lib/private/DB/SQLiteMigrator.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * diff --git a/lib/private/DB/SQLiteSessionInit.php b/lib/private/DB/SQLiteSessionInit.php index c4d28988c1..f8e6dcef8a 100644 --- a/lib/private/DB/SQLiteSessionInit.php +++ b/lib/private/DB/SQLiteSessionInit.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Diagnostics/Event.php b/lib/private/Diagnostics/Event.php index 271b243fbf..00a40b77e7 100644 --- a/lib/private/Diagnostics/Event.php +++ b/lib/private/Diagnostics/Event.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php index 0db902b229..5abaae3f1d 100644 --- a/lib/private/Diagnostics/EventLogger.php +++ b/lib/private/Diagnostics/EventLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/NullEventLogger.php b/lib/private/Diagnostics/NullEventLogger.php index 5ff2c02443..9fe7461eb4 100644 --- a/lib/private/Diagnostics/NullEventLogger.php +++ b/lib/private/Diagnostics/NullEventLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/NullQueryLogger.php b/lib/private/Diagnostics/NullQueryLogger.php index 1d16c90755..873f556f90 100644 --- a/lib/private/Diagnostics/NullQueryLogger.php +++ b/lib/private/Diagnostics/NullQueryLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/Query.php b/lib/private/Diagnostics/Query.php index 3d6964c449..908ad17f9d 100644 --- a/lib/private/Diagnostics/Query.php +++ b/lib/private/Diagnostics/Query.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/QueryLogger.php b/lib/private/Diagnostics/QueryLogger.php index 84e59f1b3a..5cf7e0689f 100644 --- a/lib/private/Diagnostics/QueryLogger.php +++ b/lib/private/Diagnostics/QueryLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index a63edc8c38..5083b99b86 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author TheSFReader diff --git a/lib/private/Files/Cache/CacheEntry.php b/lib/private/Files/Cache/CacheEntry.php index fb1f9b0158..4a2579a88f 100644 --- a/lib/private/Files/Cache/CacheEntry.php +++ b/lib/private/Files/Cache/CacheEntry.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/FailedCache.php b/lib/private/Files/Cache/FailedCache.php index dcb16f586c..3a0424b5e2 100644 --- a/lib/private/Files/Cache/FailedCache.php +++ b/lib/private/Files/Cache/FailedCache.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/HomeCache.php b/lib/private/Files/Cache/HomeCache.php index e322d9ac9e..e9dca27711 100644 --- a/lib/private/Files/Cache/HomeCache.php +++ b/lib/private/Files/Cache/HomeCache.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/HomePropagator.php b/lib/private/Files/Cache/HomePropagator.php index bba9fc8438..8f41a1be9d 100644 --- a/lib/private/Files/Cache/HomePropagator.php +++ b/lib/private/Files/Cache/HomePropagator.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/MoveFromCacheTrait.php b/lib/private/Files/Cache/MoveFromCacheTrait.php index 791a18b0f8..a814a081dc 100644 --- a/lib/private/Files/Cache/MoveFromCacheTrait.php +++ b/lib/private/Files/Cache/MoveFromCacheTrait.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Propagator.php b/lib/private/Files/Cache/Propagator.php index 686113eac5..48122ae552 100644 --- a/lib/private/Files/Cache/Propagator.php +++ b/lib/private/Files/Cache/Propagator.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Scanner.php b/lib/private/Files/Cache/Scanner.php index 249ed32389..28f7be0b65 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -11,7 +11,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Files/Cache/Storage.php b/lib/private/Files/Cache/Storage.php index 67b032d104..99b127ab22 100644 --- a/lib/private/Files/Cache/Storage.php +++ b/lib/private/Files/Cache/Storage.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Files/Cache/Updater.php b/lib/private/Files/Cache/Updater.php index 383455577c..57a3d895cd 100644 --- a/lib/private/Files/Cache/Updater.php +++ b/lib/private/Files/Cache/Updater.php @@ -6,7 +6,7 @@ * @author Daniel Jagszent * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/Watcher.php b/lib/private/Files/Cache/Watcher.php index 32393bf71c..47dde26d7b 100644 --- a/lib/private/Files/Cache/Watcher.php +++ b/lib/private/Files/Cache/Watcher.php @@ -4,7 +4,7 @@ * * @author Daniel Jagszent * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php index ec95565e2f..d121ee2536 100644 --- a/lib/private/Files/Cache/Wrapper/CacheJail.php +++ b/lib/private/Files/Cache/Wrapper/CacheJail.php @@ -4,7 +4,7 @@ * * @author Daniel Jagszent * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Vincent Petry diff --git a/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php b/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php index 42670eb0ce..83cf01045a 100644 --- a/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php +++ b/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Wrapper/CacheWrapper.php b/lib/private/Files/Cache/Wrapper/CacheWrapper.php index db5b3bd41a..7a8177566c 100644 --- a/lib/private/Files/Cache/Wrapper/CacheWrapper.php +++ b/lib/private/Files/Cache/Wrapper/CacheWrapper.php @@ -5,7 +5,7 @@ * @author Daniel Jagszent * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Vincent Petry diff --git a/lib/private/Files/Config/CachedMountInfo.php b/lib/private/Files/Config/CachedMountInfo.php index 3472728dd2..f68949f8d5 100644 --- a/lib/private/Files/Config/CachedMountInfo.php +++ b/lib/private/Files/Config/CachedMountInfo.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Config/LazyStorageMountInfo.php b/lib/private/Files/Config/LazyStorageMountInfo.php index 60b4e00337..2e9639f5f0 100644 --- a/lib/private/Files/Config/LazyStorageMountInfo.php +++ b/lib/private/Files/Config/LazyStorageMountInfo.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Config/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php index 8f2018e14f..a09f246e6b 100644 --- a/lib/private/Files/Config/MountProviderCollection.php +++ b/lib/private/Files/Config/MountProviderCollection.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Config/UserMountCache.php b/lib/private/Files/Config/UserMountCache.php index f8e952241f..ab58a97687 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Config/UserMountCacheListener.php b/lib/private/Files/Config/UserMountCacheListener.php index cd998a1bc6..78b8b894bf 100644 --- a/lib/private/Files/Config/UserMountCacheListener.php +++ b/lib/private/Files/Config/UserMountCacheListener.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 46bea20d82..d463abfadc 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author tbartenstein diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php index 25117dd08f..d835fea7f4 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke diff --git a/lib/private/Files/Mount/CacheMountProvider.php b/lib/private/Files/Mount/CacheMountProvider.php index 8b70bd02ed..14ebb7c584 100644 --- a/lib/private/Files/Mount/CacheMountProvider.php +++ b/lib/private/Files/Mount/CacheMountProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Mount/LocalHomeMountProvider.php b/lib/private/Files/Mount/LocalHomeMountProvider.php index 5a87443656..23bbfcd5ff 100644 --- a/lib/private/Files/Mount/LocalHomeMountProvider.php +++ b/lib/private/Files/Mount/LocalHomeMountProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Mount/Manager.php b/lib/private/Files/Mount/Manager.php index c857d700f0..7bd888a638 100644 --- a/lib/private/Files/Mount/Manager.php +++ b/lib/private/Files/Mount/Manager.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Files/Mount/MountPoint.php b/lib/private/Files/Mount/MountPoint.php index 0c11a39c24..d6a6a5565a 100644 --- a/lib/private/Files/Mount/MountPoint.php +++ b/lib/private/Files/Mount/MountPoint.php @@ -6,7 +6,7 @@ * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Files/Mount/MoveableMount.php b/lib/private/Files/Mount/MoveableMount.php index e4b2a11295..6a9647067a 100644 --- a/lib/private/Files/Mount/MoveableMount.php +++ b/lib/private/Files/Mount/MoveableMount.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Mount/ObjectHomeMountProvider.php b/lib/private/Files/Mount/ObjectHomeMountProvider.php index 6063f4c99d..c1eea34a72 100644 --- a/lib/private/Files/Mount/ObjectHomeMountProvider.php +++ b/lib/private/Files/Mount/ObjectHomeMountProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Files/Node/File.php b/lib/private/Files/Node/File.php index c88d96f567..c4430b9181 100644 --- a/lib/private/Files/Node/File.php +++ b/lib/private/Files/Node/File.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/lib/private/Files/Node/Folder.php b/lib/private/Files/Node/Folder.php index aa76ebbc6f..8813b6c077 100644 --- a/lib/private/Files/Node/Folder.php +++ b/lib/private/Files/Node/Folder.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/lib/private/Files/Node/HookConnector.php b/lib/private/Files/Node/HookConnector.php index 02b93f3874..27f65d9987 100644 --- a/lib/private/Files/Node/HookConnector.php +++ b/lib/private/Files/Node/HookConnector.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/Node.php b/lib/private/Files/Node/Node.php index 087cfb88ce..226c182622 100644 --- a/lib/private/Files/Node/Node.php +++ b/lib/private/Files/Node/Node.php @@ -5,7 +5,7 @@ * @author Bernhard Posselt * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/lib/private/Files/Node/NonExistingFile.php b/lib/private/Files/Node/NonExistingFile.php index 524b27d4d6..fbfb67749b 100644 --- a/lib/private/Files/Node/NonExistingFile.php +++ b/lib/private/Files/Node/NonExistingFile.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/NonExistingFolder.php b/lib/private/Files/Node/NonExistingFolder.php index c91c48b44c..efc359181c 100644 --- a/lib/private/Files/Node/NonExistingFolder.php +++ b/lib/private/Files/Node/NonExistingFolder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Node/Root.php b/lib/private/Files/Node/Root.php index 21dac773b5..bad865a798 100644 --- a/lib/private/Files/Node/Root.php +++ b/lib/private/Files/Node/Root.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * diff --git a/lib/private/Files/ObjectStore/NoopScanner.php b/lib/private/Files/ObjectStore/NoopScanner.php index fe055a6a1d..a3a396651a 100644 --- a/lib/private/Files/ObjectStore/NoopScanner.php +++ b/lib/private/Files/ObjectStore/NoopScanner.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index ac865e7991..0f0229c9ca 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php index 002db1571a..dbb8dde32a 100644 --- a/lib/private/Files/ObjectStore/Swift.php +++ b/lib/private/Files/ObjectStore/Swift.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php index 34ed831ada..63d3c004fd 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -12,7 +12,7 @@ * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke diff --git a/lib/private/Files/Storage/CommonTest.php b/lib/private/Files/Storage/CommonTest.php index 574b5fd564..b979a8816c 100644 --- a/lib/private/Files/Storage/CommonTest.php +++ b/lib/private/Files/Storage/CommonTest.php @@ -7,7 +7,7 @@ * @author Felix Moeller * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 941a06de4e..ea4bbba274 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -11,7 +11,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Files/Storage/FailedStorage.php b/lib/private/Files/Storage/FailedStorage.php index ac169e42b4..f717c798c5 100644 --- a/lib/private/Files/Storage/FailedStorage.php +++ b/lib/private/Files/Storage/FailedStorage.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/lib/private/Files/Storage/Flysystem.php b/lib/private/Files/Storage/Flysystem.php index e7e1a137e5..423a6f0d83 100644 --- a/lib/private/Files/Storage/Flysystem.php +++ b/lib/private/Files/Storage/Flysystem.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Home.php b/lib/private/Files/Storage/Home.php index f83730f669..e5ba0f9dfe 100644 --- a/lib/private/Files/Storage/Home.php +++ b/lib/private/Files/Storage/Home.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index a4babddd9d..19674fc941 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -10,7 +10,7 @@ * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Sjors van der Pluijm * @author Stefan Weil * @author Thomas Müller diff --git a/lib/private/Files/Storage/PolyFill/CopyDirectory.php b/lib/private/Files/Storage/PolyFill/CopyDirectory.php index 986b6022de..9fe29d075d 100644 --- a/lib/private/Files/Storage/PolyFill/CopyDirectory.php +++ b/lib/private/Files/Storage/PolyFill/CopyDirectory.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Martin Mattel - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Storage.php b/lib/private/Files/Storage/Storage.php index 3693729da8..49a714587a 100644 --- a/lib/private/Files/Storage/Storage.php +++ b/lib/private/Files/Storage/Storage.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/StorageFactory.php b/lib/private/Files/Storage/StorageFactory.php index e1b027e10d..fa94f4f05f 100644 --- a/lib/private/Files/Storage/StorageFactory.php +++ b/lib/private/Files/Storage/StorageFactory.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Temporary.php b/lib/private/Files/Storage/Temporary.php index 9443049aff..2633de4980 100644 --- a/lib/private/Files/Storage/Temporary.php +++ b/lib/private/Files/Storage/Temporary.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Files/Storage/Wrapper/Availability.php b/lib/private/Files/Storage/Wrapper/Availability.php index 670e900516..2a44a3a17d 100644 --- a/lib/private/Files/Storage/Wrapper/Availability.php +++ b/lib/private/Files/Storage/Wrapper/Availability.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index b913a29adb..8531ccc0dd 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Files/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php index f0d0d511d1..80c7552374 100644 --- a/lib/private/Files/Storage/Wrapper/Jail.php +++ b/lib/private/Files/Storage/Wrapper/Jail.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/PermissionsMask.php b/lib/private/Files/Storage/Wrapper/PermissionsMask.php index e1e1dc57af..39375602c3 100644 --- a/lib/private/Files/Storage/Wrapper/PermissionsMask.php +++ b/lib/private/Files/Storage/Wrapper/PermissionsMask.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index 4ce971f939..7312ed61dc 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index c5e6be6cc8..706023a289 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Files/Stream/Close.php b/lib/private/Files/Stream/Close.php index dadd176f29..7cc9903c91 100644 --- a/lib/private/Files/Stream/Close.php +++ b/lib/private/Files/Stream/Close.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Stream/Dir.php b/lib/private/Files/Stream/Dir.php index 2e492bc33e..f8f6b1fa89 100644 --- a/lib/private/Files/Stream/Dir.php +++ b/lib/private/Files/Stream/Dir.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Stream/OC.php b/lib/private/Files/Stream/OC.php index 5e532839c5..f415bc13b1 100644 --- a/lib/private/Files/Stream/OC.php +++ b/lib/private/Files/Stream/OC.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Files/Stream/Quota.php b/lib/private/Files/Stream/Quota.php index d320f7e574..f064ca6c01 100644 --- a/lib/private/Files/Stream/Quota.php +++ b/lib/private/Files/Stream/Quota.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Stream/StaticStream.php b/lib/private/Files/Stream/StaticStream.php index 0a0c5e5ca5..3c91b23fd3 100644 --- a/lib/private/Files/Stream/StaticStream.php +++ b/lib/private/Files/Stream/StaticStream.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 345aa338c7..492025b7bf 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -7,7 +7,7 @@ * @author Jens-Christian Fischer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus diff --git a/lib/private/Files/Type/TemplateManager.php b/lib/private/Files/Type/TemplateManager.php index e7e27c02fe..8b30eb6b4e 100644 --- a/lib/private/Files/Type/TemplateManager.php +++ b/lib/private/Files/Type/TemplateManager.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Files/Utils/Scanner.php b/lib/private/Files/Utils/Scanner.php index dbe8a6156f..f672cc7574 100644 --- a/lib/private/Files/Utils/Scanner.php +++ b/lib/private/Files/Utils/Scanner.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 920e387fd4..fa6ba20c34 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -19,7 +19,7 @@ * @author Morris Jobke * @author Petr Svoboda * @author Piotr Filiciak - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke diff --git a/lib/private/Group/Group.php b/lib/private/Group/Group.php index 9da73ceb71..9379d604c4 100644 --- a/lib/private/Group/Group.php +++ b/lib/private/Group/Group.php @@ -6,7 +6,7 @@ * @author Bart Visscher * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * diff --git a/lib/private/Group/Manager.php b/lib/private/Group/Manager.php index 6556b8ccf8..3191113898 100644 --- a/lib/private/Group/Manager.php +++ b/lib/private/Group/Manager.php @@ -10,7 +10,7 @@ * @author Lukas Reschke * @author macjohnny * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Roman Kreisel diff --git a/lib/private/Hooks/BasicEmitter.php b/lib/private/Hooks/BasicEmitter.php index ebef658737..0feba32ea6 100644 --- a/lib/private/Hooks/BasicEmitter.php +++ b/lib/private/Hooks/BasicEmitter.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Hooks/Emitter.php b/lib/private/Hooks/Emitter.php index 90fac7de7e..a93a71bc5c 100644 --- a/lib/private/Hooks/Emitter.php +++ b/lib/private/Hooks/Emitter.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Hooks/EmitterTrait.php b/lib/private/Hooks/EmitterTrait.php index 84fa5b992f..cb061d4b99 100644 --- a/lib/private/Hooks/EmitterTrait.php +++ b/lib/private/Hooks/EmitterTrait.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Hooks/ForwardingEmitter.php b/lib/private/Hooks/ForwardingEmitter.php index ea43a7e051..67234bc03d 100644 --- a/lib/private/Hooks/ForwardingEmitter.php +++ b/lib/private/Hooks/ForwardingEmitter.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Hooks/LegacyEmitter.php b/lib/private/Hooks/LegacyEmitter.php index 596fd821e1..4f936e8aab 100644 --- a/lib/private/Hooks/LegacyEmitter.php +++ b/lib/private/Hooks/LegacyEmitter.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Hooks/PublicEmitter.php b/lib/private/Hooks/PublicEmitter.php index 104ea0ed73..4bdaeec3b4 100644 --- a/lib/private/Hooks/PublicEmitter.php +++ b/lib/private/Hooks/PublicEmitter.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Http/Client/Client.php b/lib/private/Http/Client/Client.php index d5ca694d32..8e18211130 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Http/Client/Response.php b/lib/private/Http/Client/Response.php index 62f8fa7a8d..48885de9f3 100644 --- a/lib/private/Http/Client/Response.php +++ b/lib/private/Http/Client/Response.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Installer.php b/lib/private/Installer.php index 9ef375eb19..eed97e18d9 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -16,7 +16,7 @@ * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author root * @author Thomas Müller diff --git a/lib/private/L10N/Factory.php b/lib/private/L10N/Factory.php index d744473c48..74f759a4e0 100644 --- a/lib/private/L10N/Factory.php +++ b/lib/private/L10N/Factory.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Lock/AbstractLockingProvider.php b/lib/private/Lock/AbstractLockingProvider.php index 4a3f7e5abe..6ad1dd7ca1 100644 --- a/lib/private/Lock/AbstractLockingProvider.php +++ b/lib/private/Lock/AbstractLockingProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Lock/DBLockingProvider.php b/lib/private/Lock/DBLockingProvider.php index adfefd443f..c521bcf548 100644 --- a/lib/private/Lock/DBLockingProvider.php +++ b/lib/private/Lock/DBLockingProvider.php @@ -4,7 +4,7 @@ * * @author Individual IT Services * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Lock/MemcacheLockingProvider.php b/lib/private/Lock/MemcacheLockingProvider.php index bd81490d62..c4b1469b50 100644 --- a/lib/private/Lock/MemcacheLockingProvider.php +++ b/lib/private/Lock/MemcacheLockingProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Lock/NoopLockingProvider.php b/lib/private/Lock/NoopLockingProvider.php index fe54de27a6..6dfbd8ccb4 100644 --- a/lib/private/Lock/NoopLockingProvider.php +++ b/lib/private/Lock/NoopLockingProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Log.php b/lib/private/Log.php index 2a991251a5..59233cf5c1 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/Log/Owncloud.php b/lib/private/Log/Owncloud.php index 2a7fded857..2cc70015e3 100644 --- a/lib/private/Log/Owncloud.php +++ b/lib/private/Log/Owncloud.php @@ -9,7 +9,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Phiber2000 - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Pulzer diff --git a/lib/private/Memcache/APC.php b/lib/private/Memcache/APC.php index 2cfd828c36..7db6d64b08 100644 --- a/lib/private/Memcache/APC.php +++ b/lib/private/Memcache/APC.php @@ -6,7 +6,7 @@ * @author Clark Tomlinson * @author Morris Jobke * @author Otto Sabart - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/APCu.php b/lib/private/Memcache/APCu.php index 25d6b716eb..713ed15264 100644 --- a/lib/private/Memcache/APCu.php +++ b/lib/private/Memcache/APCu.php @@ -7,7 +7,7 @@ * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/ArrayCache.php b/lib/private/Memcache/ArrayCache.php index b927599d2a..2f63ba371a 100644 --- a/lib/private/Memcache/ArrayCache.php +++ b/lib/private/Memcache/ArrayCache.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/CADTrait.php b/lib/private/Memcache/CADTrait.php index 501c9bb892..e45e9d28fd 100644 --- a/lib/private/Memcache/CADTrait.php +++ b/lib/private/Memcache/CADTrait.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/CASTrait.php b/lib/private/Memcache/CASTrait.php index 3f543cd908..b95c150a3e 100644 --- a/lib/private/Memcache/CASTrait.php +++ b/lib/private/Memcache/CASTrait.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/Cache.php b/lib/private/Memcache/Cache.php index feeeea006a..5ed0eca588 100644 --- a/lib/private/Memcache/Cache.php +++ b/lib/private/Memcache/Cache.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php index f3063fc809..f3841d3167 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * @author Thomas Müller diff --git a/lib/private/Memcache/Memcached.php b/lib/private/Memcache/Memcached.php index ee298a9329..12f4573937 100644 --- a/lib/private/Memcache/Memcached.php +++ b/lib/private/Memcache/Memcached.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/private/Memcache/NullCache.php b/lib/private/Memcache/NullCache.php index 99d02993fb..5d4f176f84 100644 --- a/lib/private/Memcache/NullCache.php +++ b/lib/private/Memcache/NullCache.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Memcache/Redis.php b/lib/private/Memcache/Redis.php index f0a5453c82..c3184e4585 100644 --- a/lib/private/Memcache/Redis.php +++ b/lib/private/Memcache/Redis.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/Memcache/XCache.php b/lib/private/Memcache/XCache.php index 69478f9b82..7eb7a138d1 100644 --- a/lib/private/Memcache/XCache.php +++ b/lib/private/Memcache/XCache.php @@ -7,7 +7,7 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/NeedsUpdateException.php b/lib/private/NeedsUpdateException.php index 905f329998..04d62da7c5 100644 --- a/lib/private/NeedsUpdateException.php +++ b/lib/private/NeedsUpdateException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Preview.php b/lib/private/Preview.php index 48ad0528ce..70b000a30e 100644 --- a/lib/private/Preview.php +++ b/lib/private/Preview.php @@ -10,7 +10,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky diff --git a/lib/private/Preview/Image.php b/lib/private/Preview/Image.php index 3ab8c6c9f8..7fdf1bbd50 100644 --- a/lib/private/Preview/Image.php +++ b/lib/private/Preview/Image.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author josh4trunks * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/private/Preview/Provider.php b/lib/private/Preview/Provider.php index 1bdd9dfa40..5c9234fcf7 100644 --- a/lib/private/Preview/Provider.php +++ b/lib/private/Preview/Provider.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Preview/TXT.php b/lib/private/Preview/TXT.php index 78bb77afc8..8448991be2 100644 --- a/lib/private/Preview/TXT.php +++ b/lib/private/Preview/TXT.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Nmz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/PreviewManager.php b/lib/private/PreviewManager.php index 76d604c982..109feb4586 100644 --- a/lib/private/PreviewManager.php +++ b/lib/private/PreviewManager.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/RedisFactory.php b/lib/private/RedisFactory.php index 74c04eca5d..3ba637c414 100644 --- a/lib/private/RedisFactory.php +++ b/lib/private/RedisFactory.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Repair.php b/lib/private/Repair.php index b4105e56b8..6c1eef5b9f 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Repair/Collation.php b/lib/private/Repair/Collation.php index d65a608167..74c4ca2e6a 100644 --- a/lib/private/Repair/Collation.php +++ b/lib/private/Repair/Collation.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Repair/InnoDB.php b/lib/private/Repair/InnoDB.php index 123d600f89..174cc33448 100644 --- a/lib/private/Repair/InnoDB.php +++ b/lib/private/Repair/InnoDB.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Repair/SharePropagation.php b/lib/private/Repair/SharePropagation.php index 27df58fa68..c0cca3bd1a 100644 --- a/lib/private/Repair/SharePropagation.php +++ b/lib/private/Repair/SharePropagation.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Route/CachingRouter.php b/lib/private/Route/CachingRouter.php index 175a2fed9d..355f9e80c3 100644 --- a/lib/private/Route/CachingRouter.php +++ b/lib/private/Route/CachingRouter.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Route/Route.php b/lib/private/Route/Route.php index c905f5bc1a..3a953af901 100644 --- a/lib/private/Route/Route.php +++ b/lib/private/Route/Route.php @@ -6,7 +6,7 @@ * @author David Prévot * @author Felix Moeller * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Tanghus * diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index 439deb1b68..ac42c4025c 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -8,7 +8,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Search.php b/lib/private/Search.php index 18cdd1f2d2..17958c8e08 100644 --- a/lib/private/Search.php +++ b/lib/private/Search.php @@ -6,7 +6,7 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Security/Certificate.php b/lib/private/Security/Certificate.php index 2ac0feae46..0bc5681131 100644 --- a/lib/private/Security/Certificate.php +++ b/lib/private/Security/Certificate.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Security/CertificateManager.php b/lib/private/Security/CertificateManager.php index b40dfad4f6..f7bf0df58c 100644 --- a/lib/private/Security/CertificateManager.php +++ b/lib/private/Security/CertificateManager.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Server.php b/lib/private/Server.php index 954543aed7..de2970d9bf 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -14,7 +14,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sander diff --git a/lib/private/ServiceUnavailableException.php b/lib/private/ServiceUnavailableException.php index e08e2af4e9..2f7eeeda39 100644 --- a/lib/private/ServiceUnavailableException.php +++ b/lib/private/ServiceUnavailableException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Session/Internal.php b/lib/private/Session/Internal.php index 0f7ae3be95..22878154c0 100644 --- a/lib/private/Session/Internal.php +++ b/lib/private/Session/Internal.php @@ -7,7 +7,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Phil Davis - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Session/Memory.php b/lib/private/Session/Memory.php index 2e6ebb5479..22d6ffa011 100644 --- a/lib/private/Session/Memory.php +++ b/lib/private/Session/Memory.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Session/Session.php b/lib/private/Session/Session.php index 8370cd1e50..49afc56430 100644 --- a/lib/private/Session/Session.php +++ b/lib/private/Session/Session.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 3959b22ff7..3b3a57c3e9 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -14,7 +14,7 @@ * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Sean Comeau * @author Serge Martin diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index 320e6df7a7..65f6a8c5b7 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Manish Bisht - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Pulzer * diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index 92c1a5ee91..3647d5bdce 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -6,7 +6,7 @@ * @author eduardo * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/Share/Helper.php b/lib/private/Share/Helper.php index a2f90ea178..20aaa79372 100644 --- a/lib/private/Share/Helper.php +++ b/lib/private/Share/Helper.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Miguel Prokop * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index 2916ffa24a..fdc5818dbf 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -14,7 +14,7 @@ * @author Lukas Reschke * @author Michael Kuhn * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sebastian Döll diff --git a/lib/private/Tags.php b/lib/private/Tags.php index 4523bd37a8..3ec1af00e3 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/private/TempManager.php b/lib/private/TempManager.php index b4a918daaa..4dfcbe7f52 100644 --- a/lib/private/TempManager.php +++ b/lib/private/TempManager.php @@ -7,7 +7,7 @@ * @author Martin Mattel * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Stefan Weil * diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index a30e0c6bd2..9e3bbf8847 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -12,7 +12,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Remco Brenninkmeijer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/URLGenerator.php b/lib/private/URLGenerator.php index aeef0db64d..0f3c60b132 100644 --- a/lib/private/URLGenerator.php +++ b/lib/private/URLGenerator.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author mmccarn * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/private/Updater.php b/lib/private/Updater.php index 10549a8950..0a6d9c9a31 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Steffen Lindner * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/User/Database.php b/lib/private/User/Database.php index 232650653d..354609d0a9 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -17,7 +17,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author nishiki - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/User/LoginException.php b/lib/private/User/LoginException.php index cda401bccb..9019075fcd 100644 --- a/lib/private/User/LoginException.php +++ b/lib/private/User/LoginException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php index e1b912a9de..eb2f1ce1da 100644 --- a/lib/private/User/Manager.php +++ b/lib/private/User/Manager.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Michael U * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index e21168496c..3db6cd1a11 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -8,7 +8,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/User/User.php b/lib/private/User/User.php index 62c9a91cdb..4d403535bf 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -8,7 +8,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/legacy/api.php b/lib/private/legacy/api.php index 6ce524d3b2..3008329486 100644 --- a/lib/private/legacy/api.php +++ b/lib/private/legacy/api.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index c57cb5005f..4cfa68cff2 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -22,7 +22,7 @@ * @author Markus Goetz * @author Morris Jobke * @author RealRancor - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke diff --git a/lib/private/legacy/db.php b/lib/private/legacy/db.php index 32706aafbe..2d48e830ec 100644 --- a/lib/private/legacy/db.php +++ b/lib/private/legacy/db.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/legacy/db/statementwrapper.php b/lib/private/legacy/db/statementwrapper.php index 4a908b0364..0c3a6ea62a 100644 --- a/lib/private/legacy/db/statementwrapper.php +++ b/lib/private/legacy/db/statementwrapper.php @@ -6,7 +6,7 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index 82ae967a9e..38bbaa8daa 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/defaults.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Pascal de Bruijn - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author scolebrook * @author Thomas Müller diff --git a/lib/private/legacy/eventsource.php b/lib/private/legacy/eventsource.php index c8d1fbfca6..6211d85142 100644 --- a/lib/private/legacy/eventsource.php +++ b/lib/private/legacy/eventsource.php @@ -6,7 +6,7 @@ * @author Felix Moeller * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/legacy/filechunking.php b/lib/private/legacy/filechunking.php index 470c0ad592..5b48271787 100644 --- a/lib/private/legacy/filechunking.php +++ b/lib/private/legacy/filechunking.php @@ -6,7 +6,7 @@ * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/private/legacy/files.php b/lib/private/legacy/files.php index c34d4e2ae0..064fa9e1d7 100644 --- a/lib/private/legacy/files.php +++ b/lib/private/legacy/files.php @@ -14,7 +14,7 @@ * @author Michael Gapczynski * @author Nicolai Ehemann * @author Piotr Filiciak - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thibaut GRIDEL * @author Thomas Müller diff --git a/lib/private/legacy/group.php b/lib/private/legacy/group.php index 2d63643fc4..6b58cb4c83 100644 --- a/lib/private/legacy/group.php +++ b/lib/private/legacy/group.php @@ -13,7 +13,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Qingping Hou - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/legacy/group/backend.php b/lib/private/legacy/group/backend.php index 2c816c184d..534004c97e 100644 --- a/lib/private/legacy/group/backend.php +++ b/lib/private/legacy/group/backend.php @@ -7,7 +7,7 @@ * @author Jakob Sack * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/legacy/group/example.php b/lib/private/legacy/group/example.php index 29bc85fb2d..c800c54b8a 100644 --- a/lib/private/legacy/group/example.php +++ b/lib/private/legacy/group/example.php @@ -7,7 +7,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/legacy/helper.php b/lib/private/legacy/helper.php index a04c7cf1b1..62814e495d 100644 --- a/lib/private/legacy/helper.php +++ b/lib/private/legacy/helper.php @@ -19,7 +19,7 @@ * @author Morris Jobke * @author Olivier Paroz * @author Pellaeon Lin - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Simon Könnecke diff --git a/lib/private/legacy/hook.php b/lib/private/legacy/hook.php index d7adbe68b2..f78fe134a0 100644 --- a/lib/private/legacy/hook.php +++ b/lib/private/legacy/hook.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Sam Tuke * @author Thomas Müller diff --git a/lib/private/legacy/image.php b/lib/private/legacy/image.php index ee3ede1975..2c20daf5d4 100644 --- a/lib/private/legacy/image.php +++ b/lib/private/legacy/image.php @@ -16,7 +16,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/private/legacy/json.php b/lib/private/legacy/json.php index a9374f09a8..2882ac94ea 100644 --- a/lib/private/legacy/json.php +++ b/lib/private/legacy/json.php @@ -9,7 +9,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/legacy/l10n.php b/lib/private/legacy/l10n.php index 7e1f1d11f0..94eff197ab 100644 --- a/lib/private/legacy/l10n.php +++ b/lib/private/legacy/l10n.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/private/legacy/ocs.php b/lib/private/legacy/ocs.php index fdaa16cc76..2ed17e7dae 100644 --- a/lib/private/legacy/ocs.php +++ b/lib/private/legacy/ocs.php @@ -6,7 +6,7 @@ * @author Frank Karlitschek * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index 935d112aac..477fd624a9 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -14,7 +14,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/legacy/user.php b/lib/private/legacy/user.php index 1585d65d68..af2382dbb8 100644 --- a/lib/private/legacy/user.php +++ b/lib/private/legacy/user.php @@ -14,7 +14,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author shkdee diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php index 646ab1f062..f3a79311a1 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -28,7 +28,7 @@ * @author Marvin Thomas Rabe * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Rado diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php index 0aed2c219e..44990b7c47 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index 58898c376b..313f1e490a 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -4,7 +4,7 @@ * * @author Bernhard Posselt * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/public/BackgroundJob.php b/lib/public/BackgroundJob.php index ba826e50ca..b49dd92278 100644 --- a/lib/public/BackgroundJob.php +++ b/lib/public/BackgroundJob.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/BackgroundJob/IJob.php b/lib/public/BackgroundJob/IJob.php index aa674be1b3..05927989b6 100644 --- a/lib/public/BackgroundJob/IJob.php +++ b/lib/public/BackgroundJob/IJob.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/BackgroundJob/IJobList.php b/lib/public/BackgroundJob/IJobList.php index f6084ee68d..fbc4619222 100644 --- a/lib/public/BackgroundJob/IJobList.php +++ b/lib/public/BackgroundJob/IJobList.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/Command/IBus.php b/lib/public/Command/IBus.php index 84d8d41cd1..bf7f98e87a 100644 --- a/lib/public/Command/IBus.php +++ b/lib/public/Command/IBus.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Command/ICommand.php b/lib/public/Command/ICommand.php index 5d9dfd2b47..bf7210f40c 100644 --- a/lib/public/Command/ICommand.php +++ b/lib/public/Command/ICommand.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Config.php b/lib/public/Config.php index 73380560c6..b8f25b9302 100644 --- a/lib/public/Config.php +++ b/lib/public/Config.php @@ -8,7 +8,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/DB.php b/lib/public/DB.php index 68692bf121..d22da39d9c 100644 --- a/lib/public/DB.php +++ b/lib/public/DB.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/public/DB/QueryBuilder/IExpressionBuilder.php b/lib/public/DB/QueryBuilder/IExpressionBuilder.php index 44dc448333..8164c738ca 100644 --- a/lib/public/DB/QueryBuilder/IExpressionBuilder.php +++ b/lib/public/DB/QueryBuilder/IExpressionBuilder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Diagnostics/IEvent.php b/lib/public/Diagnostics/IEvent.php index e882a9f80d..fe69d97c4c 100644 --- a/lib/public/Diagnostics/IEvent.php +++ b/lib/public/Diagnostics/IEvent.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IEventLogger.php b/lib/public/Diagnostics/IEventLogger.php index 3a09ca0002..517a131d43 100644 --- a/lib/public/Diagnostics/IEventLogger.php +++ b/lib/public/Diagnostics/IEventLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IQuery.php b/lib/public/Diagnostics/IQuery.php index 726db607ca..9aaf7c423b 100644 --- a/lib/public/Diagnostics/IQuery.php +++ b/lib/public/Diagnostics/IQuery.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IQueryLogger.php b/lib/public/Diagnostics/IQueryLogger.php index af6ab84bb4..58ea78795e 100644 --- a/lib/public/Diagnostics/IQueryLogger.php +++ b/lib/public/Diagnostics/IQueryLogger.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files.php b/lib/public/Files.php index 763b4d935d..08fcbe0bbe 100644 --- a/lib/public/Files.php +++ b/lib/public/Files.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * @author Thomas Müller * diff --git a/lib/public/Files/AlreadyExistsException.php b/lib/public/Files/AlreadyExistsException.php index 3804d9a910..af80195924 100644 --- a/lib/public/Files/AlreadyExistsException.php +++ b/lib/public/Files/AlreadyExistsException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php index c8c4063c2e..7d01b1a290 100644 --- a/lib/public/Files/Cache/ICache.php +++ b/lib/public/Files/Cache/ICache.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/ICacheEntry.php b/lib/public/Files/Cache/ICacheEntry.php index f6cc3779a0..bbc9982935 100644 --- a/lib/public/Files/Cache/ICacheEntry.php +++ b/lib/public/Files/Cache/ICacheEntry.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/IPropagator.php b/lib/public/Files/Cache/IPropagator.php index ad9ad91105..301811d463 100644 --- a/lib/public/Files/Cache/IPropagator.php +++ b/lib/public/Files/Cache/IPropagator.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/IScanner.php b/lib/public/Files/Cache/IScanner.php index b99fbc1779..6028299623 100644 --- a/lib/public/Files/Cache/IScanner.php +++ b/lib/public/Files/Cache/IScanner.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/IUpdater.php b/lib/public/Files/Cache/IUpdater.php index f24a01d890..0fc9e8c35e 100644 --- a/lib/public/Files/Cache/IUpdater.php +++ b/lib/public/Files/Cache/IUpdater.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Cache/IWatcher.php b/lib/public/Files/Cache/IWatcher.php index adac8f4405..ff49616ecd 100644 --- a/lib/public/Files/Cache/IWatcher.php +++ b/lib/public/Files/Cache/IWatcher.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/ICachedMountInfo.php b/lib/public/Files/Config/ICachedMountInfo.php index 19de2e5837..2986f1d98c 100644 --- a/lib/public/Files/Config/ICachedMountInfo.php +++ b/lib/public/Files/Config/ICachedMountInfo.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/IHomeMountProvider.php b/lib/public/Files/Config/IHomeMountProvider.php index d00618e029..615ac54c27 100644 --- a/lib/public/Files/Config/IHomeMountProvider.php +++ b/lib/public/Files/Config/IHomeMountProvider.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/IMountProvider.php b/lib/public/Files/Config/IMountProvider.php index 0656279fb6..db2397331d 100644 --- a/lib/public/Files/Config/IMountProvider.php +++ b/lib/public/Files/Config/IMountProvider.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/IMountProviderCollection.php b/lib/public/Files/Config/IMountProviderCollection.php index 8412bb3403..f0f5bf4be2 100644 --- a/lib/public/Files/Config/IMountProviderCollection.php +++ b/lib/public/Files/Config/IMountProviderCollection.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index 5f5aa6667a..c141d019c2 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/File.php b/lib/public/Files/File.php index 0d9dd3befa..8b57b3cfd8 100644 --- a/lib/public/Files/File.php +++ b/lib/public/Files/File.php @@ -4,7 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index 43fde8e6f9..d61726c421 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/public/Files/Folder.php b/lib/public/Files/Folder.php index cd60e5342a..9a2a338b55 100644 --- a/lib/public/Files/Folder.php +++ b/lib/public/Files/Folder.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/public/Files/LockNotAcquiredException.php b/lib/public/Files/LockNotAcquiredException.php index 09c3b0cb03..1ef0e676b3 100644 --- a/lib/public/Files/LockNotAcquiredException.php +++ b/lib/public/Files/LockNotAcquiredException.php @@ -4,7 +4,7 @@ * * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Mount/IMountManager.php b/lib/public/Files/Mount/IMountManager.php index 2f18fcd4a4..2b6458bf7c 100644 --- a/lib/public/Files/Mount/IMountManager.php +++ b/lib/public/Files/Mount/IMountManager.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Mount/IMountPoint.php b/lib/public/Files/Mount/IMountPoint.php index 3835a97d20..f9a00af7cb 100644 --- a/lib/public/Files/Mount/IMountPoint.php +++ b/lib/public/Files/Mount/IMountPoint.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Node.php b/lib/public/Files/Node.php index 7a576f2453..59bd0e193c 100644 --- a/lib/public/Files/Node.php +++ b/lib/public/Files/Node.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/NotEnoughSpaceException.php b/lib/public/Files/NotEnoughSpaceException.php index 7e8b659b91..f4407a9578 100644 --- a/lib/public/Files/NotEnoughSpaceException.php +++ b/lib/public/Files/NotEnoughSpaceException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/NotFoundException.php b/lib/public/Files/NotFoundException.php index b9e3091def..f0ccb90a52 100644 --- a/lib/public/Files/NotFoundException.php +++ b/lib/public/Files/NotFoundException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/NotPermittedException.php b/lib/public/Files/NotPermittedException.php index e6dc31f4ba..516c323181 100644 --- a/lib/public/Files/NotPermittedException.php +++ b/lib/public/Files/NotPermittedException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php index caf714492c..cf67879908 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Michael Roth * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/lib/public/Files/Storage/ILockingStorage.php b/lib/public/Files/Storage/ILockingStorage.php index 42371c8de9..635c607537 100644 --- a/lib/public/Files/Storage/ILockingStorage.php +++ b/lib/public/Files/Storage/ILockingStorage.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage/INotifyStorage.php b/lib/public/Files/Storage/INotifyStorage.php index f3ebdbf1df..e99124abdf 100644 --- a/lib/public/Files/Storage/INotifyStorage.php +++ b/lib/public/Files/Storage/INotifyStorage.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * - * @author Robin Appelman + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index 3654870330..b806dc3b7d 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage/IStorageFactory.php b/lib/public/Files/Storage/IStorageFactory.php index 8406ec7719..668a70375c 100644 --- a/lib/public/Files/Storage/IStorageFactory.php +++ b/lib/public/Files/Storage/IStorageFactory.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/public/Files/StorageInvalidException.php b/lib/public/Files/StorageInvalidException.php index 70d9f1d6db..c772a714fc 100644 --- a/lib/public/Files/StorageInvalidException.php +++ b/lib/public/Files/StorageInvalidException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Files/StorageNotAvailableException.php b/lib/public/Files/StorageNotAvailableException.php index 78c5be7db4..a28a66f251 100644 --- a/lib/public/Files/StorageNotAvailableException.php +++ b/lib/public/Files/StorageNotAvailableException.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Jesús Macias * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/Http/Client/IResponse.php b/lib/public/Http/Client/IResponse.php index 5dac193dc3..94817f012b 100644 --- a/lib/public/Http/Client/IResponse.php +++ b/lib/public/Http/Client/IResponse.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IAppConfig.php b/lib/public/IAppConfig.php index 46e12a372e..01aca47ad8 100644 --- a/lib/public/IAppConfig.php +++ b/lib/public/IAppConfig.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/IAvatar.php b/lib/public/IAvatar.php index 5715340e05..369cafa00c 100644 --- a/lib/public/IAvatar.php +++ b/lib/public/IAvatar.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/public/ICacheFactory.php b/lib/public/ICacheFactory.php index eb07935475..717fbc5e62 100644 --- a/lib/public/ICacheFactory.php +++ b/lib/public/ICacheFactory.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/ICertificate.php b/lib/public/ICertificate.php index 9758b017da..fc2c0a6f1e 100644 --- a/lib/public/ICertificate.php +++ b/lib/public/ICertificate.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/ICertificateManager.php b/lib/public/ICertificateManager.php index f6d9c5b887..d4564adfcd 100644 --- a/lib/public/ICertificateManager.php +++ b/lib/public/ICertificateManager.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php index 98ada83aec..e4cd158f87 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index ccf0615414..188e715aba 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/public/IEventSource.php b/lib/public/IEventSource.php index dec15aaa1f..747c3e2453 100644 --- a/lib/public/IEventSource.php +++ b/lib/public/IEventSource.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 7568def213..d5fcbcc5cd 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IGroupManager.php b/lib/public/IGroupManager.php index 914142aaf8..4d76fa76fb 100644 --- a/lib/public/IGroupManager.php +++ b/lib/public/IGroupManager.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IMemcache.php b/lib/public/IMemcache.php index 6abe7abb27..8f182553b6 100644 --- a/lib/public/IMemcache.php +++ b/lib/public/IMemcache.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IMemcacheTTL.php b/lib/public/IMemcacheTTL.php index 404b3cbe61..c9dbec4f5c 100644 --- a/lib/public/IMemcacheTTL.php +++ b/lib/public/IMemcacheTTL.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/IPreview.php b/lib/public/IPreview.php index ceebaa9e52..071b5b8064 100644 --- a/lib/public/IPreview.php +++ b/lib/public/IPreview.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 8debbf2088..b736af2899 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -11,7 +11,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/public/ITempManager.php b/lib/public/ITempManager.php index aef155b00e..e74797516d 100644 --- a/lib/public/ITempManager.php +++ b/lib/public/ITempManager.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/IUser.php b/lib/public/IUser.php index 6bcc484dea..13aa60b380 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index d6ae361ae4..1e0c298edc 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -4,7 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IUserSession.php b/lib/public/IUserSession.php index 74d86b9665..d7bf5f9a38 100644 --- a/lib/public/IUserSession.php +++ b/lib/public/IUserSession.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Lock/ILockingProvider.php b/lib/public/Lock/ILockingProvider.php index 8633266ef1..6fe9894b7b 100644 --- a/lib/public/Lock/ILockingProvider.php +++ b/lib/public/Lock/ILockingProvider.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Lock/LockedException.php b/lib/public/Lock/LockedException.php index 22beb46df8..87ae4511ac 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/public/Response.php b/lib/public/Response.php index 52384373cf..b68da64435 100644 --- a/lib/public/Response.php +++ b/lib/public/Response.php @@ -7,7 +7,7 @@ * @author Frank Karlitschek * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Stefan Weil * @author Thomas Müller * @author Vincent Petry diff --git a/lib/public/Route/IRoute.php b/lib/public/Route/IRoute.php index e655238f03..9b8218085a 100644 --- a/lib/public/Route/IRoute.php +++ b/lib/public/Route/IRoute.php @@ -4,7 +4,7 @@ * * @author Bart Visscher * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/public/Route/IRouter.php b/lib/public/Route/IRouter.php index 02c0f2795d..1245e8324d 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Util.php b/lib/public/Util.php index 117e0bb67b..aa8e5288c7 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -16,7 +16,7 @@ * @author Nicolas Grekas * @author Pellaeon Lin * @author Randolph Carter - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Herbrechtsmeier diff --git a/ocs/v1.php b/ocs/v1.php index 7c61824a87..0ea3ac4c76 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham diff --git a/public.php b/public.php index 67f1a4bafa..48fca3e8c3 100644 --- a/public.php +++ b/public.php @@ -7,7 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry diff --git a/remote.php b/remote.php index b096d87dc4..d4c321be80 100644 --- a/remote.php +++ b/remote.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry diff --git a/settings/Application.php b/settings/Application.php index 60530418c1..657b3fe490 100644 --- a/settings/Application.php +++ b/settings/Application.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/settings/ChangePassword/Controller.php b/settings/ChangePassword/Controller.php index ff07cd6418..496b2f8208 100644 --- a/settings/ChangePassword/Controller.php +++ b/settings/ChangePassword/Controller.php @@ -11,7 +11,7 @@ * @author Florin Peter * @author Jakob Sack * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Sam Tuke * @author Thomas Müller * diff --git a/settings/Controller/AuthSettingsController.php b/settings/Controller/AuthSettingsController.php index 1a479e4ff4..5e6ad7859a 100644 --- a/settings/Controller/AuthSettingsController.php +++ b/settings/Controller/AuthSettingsController.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/settings/Controller/CertificateController.php b/settings/Controller/CertificateController.php index 0c71a43f44..4a527036a7 100644 --- a/settings/Controller/CertificateController.php +++ b/settings/Controller/CertificateController.php @@ -4,7 +4,7 @@ * * @author Björn Schießle * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * * @license AGPL-3.0 diff --git a/settings/Controller/UsersController.php b/settings/Controller/UsersController.php index c29d5015c9..d4831214da 100644 --- a/settings/Controller/UsersController.php +++ b/settings/Controller/UsersController.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/settings/admin.php b/settings/admin.php index a31836f72b..11d3a3f40d 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -10,7 +10,7 @@ * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index b0fc7896c9..db4503f20e 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Kamil Domanski * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/ajax/installapp.php b/settings/ajax/installapp.php index 3fda8ebe4e..8831305e22 100644 --- a/settings/ajax/installapp.php +++ b/settings/ajax/installapp.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 5f783e1e89..167f819f91 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index 02a066f8b2..7c19c14b32 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php index ef6047d3ff..eee1de407b 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -10,7 +10,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/ajax/togglegroups.php b/settings/ajax/togglegroups.php index 0a2b99f40e..ff79861b81 100644 --- a/settings/ajax/togglegroups.php +++ b/settings/ajax/togglegroups.php @@ -7,7 +7,7 @@ * @author Georg Ehrke * @author Jakob Sack * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index d685ed4aa5..be8196f4b3 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index 8398e54b8f..47ecac26cf 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -6,7 +6,7 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Lukas Reschke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/help.php b/settings/help.php index 1c0a4855be..62f10ade52 100644 --- a/settings/help.php +++ b/settings/help.php @@ -9,7 +9,7 @@ * @author Jan-Christoph Borchardt * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/settings/languageCodes.php b/settings/languageCodes.php index b79da15bca..20d6ea701c 100644 --- a/settings/languageCodes.php +++ b/settings/languageCodes.php @@ -6,7 +6,7 @@ * @author Jan-Christoph Borchardt * @author Morris Jobke * @author Pellaeon Lin - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/personal.php b/settings/personal.php index 2e3aa29229..a0d08aa0bd 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -14,7 +14,7 @@ * @author Lukas Reschke * @author Marvin Thomas Rabe * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/settings/routes.php b/settings/routes.php index 14346d267d..94732b3192 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -11,7 +11,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar - * @author Robin Appelman + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/settings/users.php b/settings/users.php index c952f1e29e..5f31d35ff9 100644 --- a/settings/users.php +++ b/settings/users.php @@ -13,7 +13,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Stephan Peijnik