From 813f0a0f40dd42b28cd35d91616f3f87ef400861 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 16:49:16 +0200 Subject: [PATCH] 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