From 0eebff152a177dd59ed8773df26f1679f8a88e90 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Nov 2017 15:56:42 +0100 Subject: [PATCH] Update license headers Signed-off-by: Morris Jobke --- .mailmap | 2 + AUTHORS | 121 ++++++++++++++---- apps/admin_audit/appinfo/app.php | 2 +- apps/admin_audit/lib/Actions/Action.php | 1 + apps/admin_audit/lib/Actions/Auth.php | 1 + apps/admin_audit/lib/Actions/Files.php | 1 + .../lib/Actions/GroupManagement.php | 1 + apps/admin_audit/lib/Actions/Sharing.php | 1 + apps/admin_audit/lib/Actions/Trashbin.php | 1 + .../lib/Actions/UserManagement.php | 1 + apps/admin_audit/lib/Actions/Versions.php | 1 + apps/admin_audit/lib/AppInfo/Application.php | 3 + apps/comments/appinfo/app.php | 2 + apps/comments/appinfo/routes.php | 7 +- apps/comments/lib/Activity/Filter.php | 2 + apps/comments/lib/Activity/Listener.php | 1 + apps/comments/lib/Activity/Provider.php | 2 + apps/comments/lib/Activity/Setting.php | 2 + apps/comments/lib/AppInfo/Application.php | 20 +-- .../comments/lib/Controller/Notifications.php | 20 +-- apps/comments/lib/EventHandler.php | 1 - apps/comments/lib/Notification/Listener.php | 6 +- apps/comments/lib/Notification/Notifier.php | 7 +- .../tests/Unit/AppInfo/ApplicationTest.php | 6 +- .../Unit/Controller/NotificationsTest.php | 6 +- .../tests/Unit/Notification/ListenerTest.php | 7 +- .../tests/Unit/Notification/NotifierTest.php | 1 + apps/dav/appinfo/app.php | 1 + apps/dav/appinfo/v1/caldav.php | 1 + apps/dav/appinfo/v1/carddav.php | 2 +- apps/dav/appinfo/v1/webdav.php | 4 + apps/dav/appinfo/v2/remote.php | 1 + apps/dav/lib/AppInfo/Application.php | 3 +- apps/dav/lib/AppInfo/PluginManager.php | 4 +- apps/dav/lib/Avatars/AvatarHome.php | 5 +- apps/dav/lib/Avatars/AvatarNode.php | 4 +- apps/dav/lib/Avatars/RootCollection.php | 23 +++- apps/dav/lib/CalDAV/Activity/Backend.php | 3 + .../lib/CalDAV/Activity/Filter/Calendar.php | 2 + apps/dav/lib/CalDAV/Activity/Filter/Todo.php | 2 + .../dav/lib/CalDAV/Activity/Provider/Base.php | 2 + .../lib/CalDAV/Activity/Provider/Calendar.php | 2 + .../lib/CalDAV/Activity/Provider/Event.php | 2 + .../dav/lib/CalDAV/Activity/Provider/Todo.php | 2 + .../lib/CalDAV/Activity/Setting/Calendar.php | 2 + .../dav/lib/CalDAV/Activity/Setting/Event.php | 2 + apps/dav/lib/CalDAV/Activity/Setting/Todo.php | 2 + apps/dav/lib/CalDAV/BirthdayService.php | 4 +- apps/dav/lib/CalDAV/CalDavBackend.php | 6 +- apps/dav/lib/CalDAV/Calendar.php | 3 + apps/dav/lib/CalDAV/CalendarHome.php | 2 + apps/dav/lib/CalDAV/CalendarObject.php | 2 +- apps/dav/lib/CalDAV/Plugin.php | 4 +- apps/dav/lib/CalDAV/PublicCalendar.php | 17 +-- apps/dav/lib/CalDAV/PublicCalendarObject.php | 17 +-- apps/dav/lib/CalDAV/PublicCalendarRoot.php | 6 +- .../lib/CalDAV/Publishing/PublishPlugin.php | 19 +-- .../lib/CalDAV/Publishing/Xml/Publisher.php | 16 ++- apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 4 +- apps/dav/lib/CalDAV/Search/SearchPlugin.php | 19 +-- .../CalDAV/Search/Xml/Filter/CompFilter.php | 18 +-- .../CalDAV/Search/Xml/Filter/LimitFilter.php | 18 +-- .../CalDAV/Search/Xml/Filter/OffsetFilter.php | 18 +-- .../CalDAV/Search/Xml/Filter/ParamFilter.php | 18 +-- .../CalDAV/Search/Xml/Filter/PropFilter.php | 18 +-- .../Search/Xml/Filter/SearchTermFilter.php | 18 +-- .../Xml/Request/CalendarSearchReport.php | 18 +-- apps/dav/lib/Capabilities.php | 3 +- apps/dav/lib/CardDAV/AddressBook.php | 1 + apps/dav/lib/CardDAV/AddressBookImpl.php | 1 + apps/dav/lib/CardDAV/AddressBookRoot.php | 1 + apps/dav/lib/CardDAV/CardDavBackend.php | 5 + apps/dav/lib/CardDAV/ContactsManager.php | 1 + apps/dav/lib/CardDAV/Converter.php | 1 + apps/dav/lib/CardDAV/ImageExportPlugin.php | 1 + apps/dav/lib/CardDAV/PhotoCache.php | 22 +++- apps/dav/lib/CardDAV/Plugin.php | 1 + apps/dav/lib/CardDAV/SyncService.php | 3 +- apps/dav/lib/CardDAV/UserAddressBooks.php | 1 + apps/dav/lib/Command/CreateCalendar.php | 2 + apps/dav/lib/Comments/CommentsPlugin.php | 1 + apps/dav/lib/Connector/LegacyDAVACL.php | 1 + apps/dav/lib/Connector/PublicAuth.php | 1 + apps/dav/lib/Connector/Sabre/Auth.php | 1 + apps/dav/lib/Connector/Sabre/BearerAuth.php | 2 + apps/dav/lib/Connector/Sabre/CachingTree.php | 2 + .../Sabre/CommentPropertiesPlugin.php | 1 + .../Sabre/DummyGetResponsePlugin.php | 2 + .../Connector/Sabre/ExceptionLoggerPlugin.php | 3 +- .../lib/Connector/Sabre/FakeLockerPlugin.php | 1 + apps/dav/lib/Connector/Sabre/File.php | 3 + apps/dav/lib/Connector/Sabre/FilesPlugin.php | 2 + .../lib/Connector/Sabre/FilesReportPlugin.php | 1 + .../lib/Connector/Sabre/MaintenancePlugin.php | 1 - apps/dav/lib/Connector/Sabre/Node.php | 1 + apps/dav/lib/Connector/Sabre/ObjectTree.php | 2 +- apps/dav/lib/Connector/Sabre/Principal.php | 1 + apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 3 +- apps/dav/lib/Connector/Sabre/Server.php | 1 + apps/dav/lib/Connector/Sabre/SharesPlugin.php | 4 + apps/dav/lib/Connector/Sabre/TagsPlugin.php | 2 + apps/dav/lib/DAV/CustomPropertiesBackend.php | 2 +- apps/dav/lib/DAV/GroupPrincipalBackend.php | 1 + apps/dav/lib/DAV/PublicAuth.php | 3 +- apps/dav/lib/DAV/Sharing/Backend.php | 1 + apps/dav/lib/DAV/Sharing/Plugin.php | 1 + apps/dav/lib/DAV/SystemPrincipalBackend.php | 1 + apps/dav/lib/Files/FileSearchBackend.php | 2 + apps/dav/lib/Files/FilesHome.php | 3 + apps/dav/lib/Files/RootCollection.php | 2 + apps/dav/lib/HookManager.php | 5 + .../Migration/BuildCalendarSearchIndex.php | 2 +- .../BuildCalendarSearchIndexBackgroundJob.php | 2 +- .../FixBirthdayCalendarComponent.php | 3 +- .../Version1004Date20170825134824.php | 1 + .../Version1004Date20170919104507.php | 21 +++ .../Version1004Date20170926103422.php | 21 +++ apps/dav/lib/Server.php | 4 + apps/dav/lib/Settings/CalDAVSettings.php | 2 +- apps/dav/lib/SystemTag/SystemTagNode.php | 1 + .../SystemTagsObjectMappingCollection.php | 1 + apps/dav/lib/Upload/AssemblyStream.php | 3 + apps/dav/lib/Upload/UploadHome.php | 1 + .../tests/unit/AppInfo/PluginManagerTest.php | 3 +- .../dav/tests/unit/Avatars/AvatarHomeTest.php | 4 +- .../dav/tests/unit/Avatars/AvatarNodeTest.php | 3 +- .../unit/CalDAV/AbstractCalDavBackend.php | 3 + .../unit/CalDAV/Activity/BackendTest.php | 2 + .../CalDAV/Activity/Filter/CalendarTest.php | 2 + .../CalDAV/Activity/Filter/GenericTest.php | 2 + .../unit/CalDAV/Activity/Filter/TodoTest.php | 2 + .../CalDAV/Activity/Provider/BaseTest.php | 2 + .../CalDAV/Activity/Setting/GenericTest.php | 2 + .../tests/unit/CalDAV/CalDavBackendTest.php | 3 +- apps/dav/tests/unit/CalDAV/CalendarTest.php | 3 + apps/dav/tests/unit/CalDAV/PluginTest.php | 2 + .../unit/CalDAV/PublicCalendarRootTest.php | 27 +++- .../tests/unit/CalDAV/PublicCalendarTest.php | 18 +-- .../unit/CalDAV/Publishing/PublisherTest.php | 22 +++- .../unit/CalDAV/Publishing/PublishingTest.php | 23 +++- .../unit/CalDAV/Schedule/IMipPluginTest.php | 3 +- .../tests/unit/CalDAV/Schedule/PluginTest.php | 2 + .../Request/CalendarSearchReportTest.php | 18 +-- .../unit/CalDAV/Search/SearchPluginTest.php | 18 +-- apps/dav/tests/unit/CapabilitiesTest.php | 2 + .../tests/unit/CardDAV/AddressBookTest.php | 1 + .../tests/unit/CardDAV/CardDavBackendTest.php | 4 + .../unit/CardDAV/ContactsManagerTest.php | 1 + apps/dav/tests/unit/CardDAV/ConverterTest.php | 2 + .../unit/CardDAV/ImageExportPluginTest.php | 1 + .../tests/unit/CardDAV/Sharing/PluginTest.php | 1 + .../tests/unit/CardDAV/SyncServiceTest.php | 3 +- .../tests/unit/Comments/CommentsNodeTest.php | 1 + .../unit/Comments/CommentsPluginTest.php | 1 + .../unit/Comments/EntityCollectionTest.php | 1 + .../Comments/EntityTypeCollectionTest.php | 1 + .../unit/Comments/RootCollectionTest.php | 1 + .../tests/unit/Connector/PublicAuthTest.php | 2 + .../tests/unit/Connector/Sabre/AuthTest.php | 1 + .../unit/Connector/Sabre/BearerAuthTest.php | 2 + .../Sabre/BlockLegacyClientPluginTest.php | 1 + .../Sabre/CommentsPropertiesPluginTest.php | 1 + .../Sabre/CopyEtagHeaderPluginTest.php | 1 + .../Sabre/CustomPropertiesBackendTest.php | 1 + .../unit/Connector/Sabre/DirectoryTest.php | 2 +- .../Sabre/DummyGetResponsePluginTest.php | 1 + .../Sabre/ExceptionLoggerPluginTest.php | 1 + .../Connector/Sabre/FakeLockerPluginTest.php | 1 + .../tests/unit/Connector/Sabre/FileTest.php | 1 + .../unit/Connector/Sabre/FilesPluginTest.php | 3 + .../Connector/Sabre/FilesReportPluginTest.php | 2 + .../Connector/Sabre/MaintenancePluginTest.php | 2 +- .../tests/unit/Connector/Sabre/NodeTest.php | 1 + .../unit/Connector/Sabre/ObjectTreeTest.php | 1 - .../unit/Connector/Sabre/PrincipalTest.php | 1 + .../unit/Connector/Sabre/QuotaPluginTest.php | 1 + .../Sabre/RequestTest/DeleteTest.php | 1 + .../EncryptionMasterKeyUploadTest.php | 4 +- .../RequestTest/EncryptionUploadTest.php | 1 + .../RequestTest/PartFileInRootUploadTest.php | 1 + .../Sabre/RequestTest/RequestTestCase.php | 1 + .../unit/Connector/Sabre/SharesPluginTest.php | 3 + .../unit/Connector/Sabre/TagsPluginTest.php | 1 + .../unit/DAV/BrowserErrorPagePluginTest.php | 1 + .../unit/DAV/CustomPropertiesBackendTest.php | 2 +- .../dav/tests/unit/DAV/GroupPrincipalTest.php | 1 + apps/dav/tests/unit/DAV/HookManagerTest.php | 6 + .../dav/tests/unit/DAV/Sharing/PluginTest.php | 1 + .../unit/DAV/SystemPrincipalBackendTest.php | 1 + .../unit/Files/FileSearchBackendTest.php | 3 + .../Migration/CalDAVRemoveEmptyValueTest.php | 2 +- apps/dav/tests/unit/ServerTest.php | 1 + .../unit/Settings/CalDAVSettingsTest.php | 2 +- .../SystemTag/SystemTagMappingNodeTest.php | 1 + .../unit/SystemTag/SystemTagNodeTest.php | 1 + .../unit/SystemTag/SystemTagPluginTest.php | 1 + .../SystemTagsByIdCollectionTest.php | 1 + .../SystemTagsObjectMappingCollectionTest.php | 1 + .../SystemTagsObjectTypeCollectionTest.php | 1 + .../tests/unit/Upload/AssemblyStreamTest.php | 3 + apps/dav/tests/unit/Upload/FutureFileTest.php | 1 + apps/encryption/appinfo/app.php | 1 + apps/encryption/lib/AppInfo/Application.php | 1 + .../lib/Command/DisableMasterKey.php | 2 + apps/encryption/lib/Command/MigrateKeys.php | 1 + .../lib/Controller/StatusController.php | 2 + apps/encryption/lib/Crypto/Crypt.php | 2 + apps/encryption/lib/Crypto/EncryptAll.php | 1 + apps/encryption/lib/Crypto/Encryption.php | 2 + apps/encryption/lib/Hooks/UserHooks.php | 2 + apps/encryption/lib/KeyManager.php | 2 + apps/encryption/lib/Migration.php | 1 + .../lib/Migration/SetMasterKeyStatus.php | 2 + apps/encryption/lib/Session.php | 1 + apps/encryption/lib/Util.php | 1 + .../tests/Command/TestEnableMasterKey.php | 1 + .../Controller/RecoveryControllerTest.php | 1 + .../Controller/SettingsControllerTest.php | 2 + .../tests/Controller/StatusControllerTest.php | 3 + apps/encryption/tests/Crypto/CryptTest.php | 3 + .../tests/Crypto/DecryptAllTest.php | 1 + .../tests/Crypto/EncryptAllTest.php | 3 + .../tests/Crypto/EncryptionTest.php | 3 + apps/encryption/tests/HookManagerTest.php | 2 + apps/encryption/tests/Hooks/UserHooksTest.php | 3 + apps/encryption/tests/KeyManagerTest.php | 4 + apps/encryption/tests/MigrationTest.php | 1 + apps/encryption/tests/RecoveryTest.php | 2 + apps/encryption/tests/SessionTest.php | 2 + apps/encryption/tests/Settings/AdminTest.php | 1 + apps/encryption/tests/Users/SetupTest.php | 2 + apps/encryption/tests/UtilTest.php | 3 + apps/federatedfilesharing/appinfo/app.php | 2 + apps/federatedfilesharing/appinfo/routes.php | 2 + .../lib/AddressHandler.php | 2 + .../lib/AppInfo/Application.php | 3 + .../lib/BackgroundJob/RetryJob.php | 4 + .../Controller/MountPublicLinkController.php | 4 + .../Controller/RequestHandlerController.php | 3 + .../lib/FederatedShareProvider.php | 3 + .../lib/Notifications.php | 2 - apps/federatedfilesharing/lib/Notifier.php | 1 + .../lib/Settings/Admin.php | 2 + .../lib/Settings/Personal.php | 1 + .../tests/AddressHandlerTest.php | 3 + .../MountPublicLinkControllerTest.php | 2 + .../RequestHandlerControllerTest.php | 2 + .../tests/FederatedShareProviderTest.php | 3 + .../tests/NotificationsTest.php | 2 + .../tests/Settings/AdminTest.php | 1 + apps/federatedfilesharing/tests/TestCase.php | 2 + .../tests/TokenHandlerTest.php | 1 + apps/federation/appinfo/routes.php | 2 + apps/federation/lib/AppInfo/Application.php | 2 +- .../lib/BackgroundJob/GetSharedSecret.php | 4 + .../lib/BackgroundJob/RequestSharedSecret.php | 4 + .../Command/SyncFederationAddressBooks.php | 1 + .../lib/Controller/OCSAuthAPIController.php | 2 + .../lib/Controller/SettingsController.php | 1 + apps/federation/lib/DbHandler.php | 1 + .../lib/Middleware/AddServerMiddleware.php | 3 + .../lib/SyncFederationAddressBooks.php | 1 + apps/federation/lib/SyncJob.php | 1 + apps/federation/lib/TrustedServers.php | 1 + .../BackgroundJob/GetSharedSecretTest.php | 2 + .../BackgroundJob/RequestSharedSecretTest.php | 2 + .../Controller/OCSAuthAPIControllerTest.php | 2 + .../Controller/SettingsControllerTest.php | 1 + apps/federation/tests/DbHandlerTest.php | 1 + .../Middleware/AddServerMiddlewareTest.php | 2 + .../tests/SyncFederationAddressbooksTest.php | 1 + apps/federation/tests/TrustedServersTest.php | 2 + apps/files/ajax/download.php | 1 + apps/files/appinfo/app.php | 2 - apps/files/appinfo/routes.php | 1 + apps/files/lib/Activity/FavoriteProvider.php | 2 + apps/files/lib/Activity/Filter/Favorites.php | 2 + .../files/lib/Activity/Filter/FileChanges.php | 2 + apps/files/lib/Activity/Provider.php | 3 + .../lib/Activity/Settings/FavoriteAction.php | 2 + .../lib/Activity/Settings/FileChanged.php | 2 + .../lib/Activity/Settings/FileCreated.php | 2 + .../lib/Activity/Settings/FileDeleted.php | 2 + .../lib/Activity/Settings/FileFavorite.php | 2 + .../lib/Activity/Settings/FileRestored.php | 2 + apps/files/lib/App.php | 1 + apps/files/lib/AppInfo/Application.php | 2 + apps/files/lib/Command/ScanAppData.php | 24 +++- apps/files/lib/Command/TransferOwnership.php | 4 + apps/files/lib/Controller/ApiController.php | 3 +- apps/files/lib/Controller/ViewController.php | 2 +- apps/files/lib/Helper.php | 1 + apps/files/lib/Service/TagService.php | 1 - apps/files/lib/Settings/Admin.php | 1 + apps/files/recentlist.php | 21 +++ .../tests/Activity/Filter/GenericTest.php | 2 + apps/files/tests/Activity/ProviderTest.php | 2 + .../tests/Activity/Setting/GenericTest.php | 2 + .../tests/BackgroundJob/ScanFilesTest.php | 1 + .../tests/Controller/ApiControllerTest.php | 1 + .../tests/Controller/ViewControllerTest.php | 4 + apps/files/tests/HelperTest.php | 1 + apps/files/tests/Settings/AdminTest.php | 1 + apps/files_external/ajax/oauth2.php | 5 - apps/files_external/appinfo/app.php | 5 +- .../files_external/lib/Command/Applicable.php | 1 + apps/files_external/lib/Command/Config.php | 1 + apps/files_external/lib/Command/Create.php | 1 + apps/files_external/lib/Command/Delete.php | 1 + apps/files_external/lib/Command/Import.php | 1 + .../lib/Command/ListCommand.php | 1 + apps/files_external/lib/Command/Notify.php | 1 + .../lib/Config/ExternalMountPoint.php | 2 + .../lib/Controller/AjaxController.php | 2 + apps/files_external/lib/Lib/Api.php | 2 + .../lib/Lib/Auth/AuthMechanism.php | 1 + .../lib/Lib/Auth/InvalidAuth.php | 3 +- .../lib/Lib/Auth/Password/GlobalAuth.php | 1 + .../Lib/Auth/Password/SessionCredentials.php | 2 +- .../lib/Lib/Auth/PublicKey/RSA.php | 1 + .../lib/Lib/Backend/Backend.php | 1 + .../lib/Lib/Backend/InvalidBackend.php | 5 +- .../lib/Lib/Backend/OwnCloud.php | 1 + .../lib/Lib/FrontendDefinitionTrait.php | 1 + .../lib/Lib/IdentifierTrait.php | 1 + ...icientDataForMeaningfulAnswerException.php | 1 + .../lib/Lib/Storage/AmazonS3.php | 1 - apps/files_external/lib/Lib/Storage/FTP.php | 1 + .../lib/Lib/Storage/OwnCloud.php | 2 + apps/files_external/lib/Lib/Storage/SFTP.php | 1 + apps/files_external/lib/Lib/Storage/SMB.php | 3 + apps/files_external/lib/Lib/Storage/Swift.php | 4 + .../lib/Service/DBConfigService.php | 1 + apps/files_external/lib/Settings/Personal.php | 2 + .../lib/Settings/PersonalSection.php | 3 + apps/files_external/lib/Settings/Section.php | 1 + apps/files_external/lib/config.php | 1 + .../tests/Auth/AuthMechanismTest.php | 1 + .../tests/Auth/Password/GlobalAuth.php | 1 + .../tests/Backend/BackendTest.php | 1 + .../tests/Command/ApplicableTest.php | 1 + .../tests/Command/ListCommandTest.php | 3 + .../tests/Controller/AjaxControllerTest.php | 1 + .../GlobalStoragesControllerTest.php | 1 + .../Controller/StoragesControllerTest.php | 1 + .../Controller/UserStoragesControllerTest.php | 1 + .../tests/FrontendDefinitionTraitTest.php | 1 + .../tests/Service/BackendServiceTest.php | 2 + .../tests/Service/StoragesServiceTest.php | 2 + .../Service/UserGlobalStoragesServiceTest.php | 1 + .../tests/Service/UserStoragesServiceTest.php | 1 + .../tests/Settings/SectionTest.php | 1 + apps/files_external/tests/Storage/SmbTest.php | 1 + .../tests/StorageConfigTest.php | 1 + apps/files_sharing/appinfo/app.php | 7 +- apps/files_sharing/appinfo/routes.php | 4 - apps/files_sharing/lib/Activity/Filter.php | 2 + .../lib/Activity/Providers/Base.php | 2 + .../lib/Activity/Providers/Downloads.php | 2 + .../lib/Activity/Providers/Groups.php | 2 + .../lib/Activity/Providers/PublicLinks.php | 2 + .../lib/Activity/Providers/RemoteShares.php | 3 + .../lib/Activity/Providers/Users.php | 2 + .../lib/Activity/Settings/PublicLinks.php | 2 + .../lib/Activity/Settings/RemoteShare.php | 3 + .../lib/Activity/Settings/Shared.php | 3 + .../files_sharing/lib/AppInfo/Application.php | 2 + apps/files_sharing/lib/Cache.php | 1 + apps/files_sharing/lib/Capabilities.php | 1 + .../lib/Command/CleanupRemoteStorages.php | 7 +- .../Controller/PublicPreviewController.php | 1 + .../lib/Controller/RemoteController.php | 3 +- .../lib/Controller/ShareAPIController.php | 5 + .../lib/Controller/ShareController.php | 3 + .../lib/Controller/ShareInfoController.php | 22 +++- .../lib/Controller/ShareesAPIController.php | 7 +- apps/files_sharing/lib/ExpireSharesJob.php | 1 + apps/files_sharing/lib/External/Manager.php | 2 + .../lib/External/MountProvider.php | 1 + apps/files_sharing/lib/External/Storage.php | 2 + apps/files_sharing/lib/Hooks.php | 1 + .../lib/Middleware/OCSShareAPIMiddleware.php | 23 +++- .../lib/Middleware/ShareInfoMiddleware.php | 22 +++- .../lib/Middleware/SharingCheckMiddleware.php | 1 + apps/files_sharing/lib/MountProvider.php | 2 + apps/files_sharing/lib/Scanner.php | 1 + .../files_sharing/lib/ShareBackend/Folder.php | 1 + apps/files_sharing/lib/SharedMount.php | 1 + apps/files_sharing/lib/SharedStorage.php | 1 + apps/files_sharing/tests/ApiTest.php | 2 + apps/files_sharing/tests/BackendTest.php | 1 + apps/files_sharing/tests/CapabilitiesTest.php | 2 + .../Command/CleanupRemoteStoragesTest.php | 6 +- .../Controller/ShareAPIControllerTest.php | 5 +- .../Controller/ShareInfoControllerTest.php | 22 +++- .../Controller/ShareesAPIControllerTest.php | 5 +- .../tests/DeleteOrphanedSharesJobTest.php | 1 + .../tests/EncryptedSizePropagationTest.php | 1 + .../tests/ExpireSharesJobTest.php | 1 + .../tests/External/ManagerTest.php | 4 +- .../tests/ExternalStorageTest.php | 1 + .../tests/GroupEtagPropagationTest.php | 2 + apps/files_sharing/tests/HelperTest.php | 1 + .../Middleware/OCSShareAPIMiddlewareTest.php | 22 +++- .../Middleware/ShareInfoMiddlewareTest.php | 22 +++- .../Middleware/SharingCheckMiddlewareTest.php | 1 + .../tests/Migration/SetPasswordColumnTest.php | 4 - .../files_sharing/tests/MountProviderTest.php | 2 + apps/files_sharing/tests/SharedMountTest.php | 1 + apps/files_sharing/tests/UpdaterTest.php | 1 + apps/files_trashbin/ajax/undelete.php | 1 + apps/files_trashbin/appinfo/app.php | 4 +- apps/files_trashbin/appinfo/routes.php | 1 - .../lib/BackgroundJob/ExpireTrash.php | 1 + .../lib/Command/ExpireTrash.php | 4 +- .../lib/Controller/PreviewController.php | 1 + .../lib/Events/MoveToTrashEvent.php | 2 + apps/files_trashbin/lib/Helper.php | 3 + apps/files_trashbin/lib/Storage.php | 2 + apps/files_trashbin/lib/Trashbin.php | 5 +- .../tests/BackgroundJob/ExpireTrashTest.php | 1 + .../tests/Command/CleanUpTest.php | 1 + apps/files_trashbin/tests/ExpirationTest.php | 1 + apps/files_trashbin/tests/StorageTest.php | 1 + apps/files_versions/appinfo/routes.php | 3 - .../lib/BackgroundJob/ExpireVersions.php | 1 + apps/files_versions/lib/Command/Expire.php | 1 + .../lib/Command/ExpireVersions.php | 4 +- .../lib/Controller/PreviewController.php | 1 + .../lib/Events/CreateVersionEvent.php | 2 + apps/files_versions/lib/Hooks.php | 2 + apps/files_versions/lib/Storage.php | 2 +- .../tests/Command/CleanupTest.php | 1 + apps/files_versions/tests/ExpirationTest.php | 1 + apps/provisioning_api/appinfo/routes.php | 4 +- .../lib/AppInfo/Application.php | 24 +++- .../lib/Controller/AppConfigController.php | 2 + .../lib/Controller/AppsController.php | 1 + .../lib/Controller/GroupsController.php | 1 + .../lib/Controller/UsersController.php | 1 + .../Exceptions/NotSubAdminException.php | 22 +++- .../Middleware/ProvisioningApiMiddleware.php | 23 +++- .../Controller/AppConfigControllerTest.php | 2 + .../tests/Controller/UsersControllerTest.php | 2 + apps/systemtags/appinfo/app.php | 3 + apps/systemtags/lib/Activity/Listener.php | 1 + apps/systemtags/lib/Activity/Provider.php | 2 + apps/systemtags/lib/Activity/Setting.php | 2 + .../lib/Controller/LastUsedController.php | 2 + apps/systemtags/lib/Settings/Admin.php | 1 + apps/systemtags/tests/Settings/AdminTest.php | 1 + apps/testing/appinfo/app.php | 4 +- apps/testing/appinfo/routes.php | 2 + apps/testing/clean_opcode_cache.php | 2 + .../lib/AlternativeHomeUserBackend.php | 3 +- apps/testing/lib/AppInfo/Application.php | 4 +- .../lib/Controller/ConfigController.php | 1 + .../lib/Controller/LockingController.php | 2 +- .../Controller/RateLimitTestController.php | 2 + apps/theming/appinfo/app.php | 2 + apps/theming/appinfo/routes.php | 3 + apps/theming/lib/Capabilities.php | 2 + .../theming/lib/Controller/IconController.php | 2 + .../lib/Controller/ThemingController.php | 7 +- apps/theming/lib/IconBuilder.php | 22 ++-- apps/theming/lib/ImageManager.php | 22 ++-- apps/theming/lib/Migration/ThemingImages.php | 22 ++-- apps/theming/lib/Settings/Admin.php | 6 + apps/theming/lib/Settings/Section.php | 1 + apps/theming/lib/ThemingDefaults.php | 11 ++ apps/theming/lib/Util.php | 2 + apps/theming/tests/CapabilitiesTest.php | 4 + .../tests/Controller/IconControllerTest.php | 23 ++-- .../Controller/ThemingControllerTest.php | 8 +- apps/theming/tests/IconBuilderTest.php | 23 ++-- apps/theming/tests/ImageManagerTest.php | 23 ++-- .../theming/tests/Migration/ThemingImages.php | 22 ++-- apps/theming/tests/ServicesTest.php | 2 + apps/theming/tests/Settings/AdminTest.php | 4 + apps/theming/tests/Settings/SectionTest.php | 1 + apps/theming/tests/ThemingDefaultsTest.php | 6 + apps/theming/tests/UtilTest.php | 2 + apps/updatenotification/appinfo/app.php | 1 + .../lib/Controller/AdminController.php | 2 + .../lib/Notification/BackgroundJob.php | 2 + .../lib/Notification/Notifier.php | 2 +- apps/updatenotification/lib/UpdateChecker.php | 1 + .../tests/Controller/AdminControllerTest.php | 1 + .../tests/ResetTokenBackgroundJobTest.php | 1 + .../tests/UpdateCheckerTest.php | 1 + apps/user_ldap/ajax/deleteConfiguration.php | 2 +- apps/user_ldap/ajax/getConfiguration.php | 2 +- .../ajax/getNewServerConfigPrefix.php | 1 + apps/user_ldap/ajax/testConfiguration.php | 2 + apps/user_ldap/ajax/wizard.php | 3 + apps/user_ldap/appinfo/app.php | 10 +- apps/user_ldap/appinfo/install.php | 3 +- apps/user_ldap/appinfo/register_command.php | 3 + apps/user_ldap/appinfo/routes.php | 2 + apps/user_ldap/appinfo/update.php | 5 +- apps/user_ldap/lib/Access.php | 5 +- apps/user_ldap/lib/Command/Search.php | 3 + apps/user_ldap/lib/Command/SetConfig.php | 1 + apps/user_ldap/lib/Command/TestConfig.php | 1 + apps/user_ldap/lib/Configuration.php | 4 +- apps/user_ldap/lib/Connection.php | 6 +- apps/user_ldap/lib/GroupPluginManager.php | 18 +-- apps/user_ldap/lib/Group_LDAP.php | 5 +- apps/user_ldap/lib/Group_Proxy.php | 1 + apps/user_ldap/lib/Helper.php | 5 +- apps/user_ldap/lib/IGroupLDAP.php | 3 +- apps/user_ldap/lib/ILDAPGroupPlugin.php | 18 +-- apps/user_ldap/lib/ILDAPUserPlugin.php | 18 +-- apps/user_ldap/lib/ILDAPWrapper.php | 2 + apps/user_ldap/lib/IUserLDAP.php | 4 +- apps/user_ldap/lib/Jobs/CleanUp.php | 3 + apps/user_ldap/lib/Jobs/UpdateGroups.php | 4 + apps/user_ldap/lib/LDAPProvider.php | 6 +- apps/user_ldap/lib/LDAPProviderFactory.php | 5 +- apps/user_ldap/lib/Migration/UUIDFixGroup.php | 2 + apps/user_ldap/lib/Migration/UUIDFixUser.php | 1 + apps/user_ldap/lib/Notification/Notifier.php | 2 + apps/user_ldap/lib/Proxy.php | 2 + apps/user_ldap/lib/Settings/Admin.php | 2 + apps/user_ldap/lib/Settings/Section.php | 2 + apps/user_ldap/lib/User/Manager.php | 1 + apps/user_ldap/lib/User/User.php | 7 +- apps/user_ldap/lib/UserPluginManager.php | 18 +-- apps/user_ldap/lib/User_LDAP.php | 7 +- apps/user_ldap/lib/User_Proxy.php | 6 +- apps/user_ldap/lib/Wizard.php | 3 + apps/user_ldap/tests/AccessTest.php | 9 +- apps/user_ldap/tests/ConnectionTest.php | 3 + apps/user_ldap/tests/GroupLDAPPluginTest.php | 17 +-- apps/user_ldap/tests/Group_LDAPTest.php | 3 + apps/user_ldap/tests/HelperTest.php | 22 +++- .../Integration/AbstractIntegrationTest.php | 3 + .../user_ldap/tests/Integration/Bootstrap.php | 16 +-- .../Integration/ExceptionOnLostConnection.php | 1 + .../Lib/IntegrationTestAttributeDetection.php | 1 + .../IntegrationTestFetchUsersByLoginName.php | 1 + .../Integration/Lib/IntegrationTestPaging.php | 1 + .../Lib/IntegrationTestUserHome.php | 3 + .../Lib/User/IntegrationTestUserAvatar.php | 2 + .../Lib/User/IntegrationTestUserCleanUp.php | 2 +- .../User/IntegrationTestUserDisplayName.php | 1 + apps/user_ldap/tests/Jobs/CleanUpTest.php | 1 + apps/user_ldap/tests/LDAPGroupPluginDummy.php | 18 +-- apps/user_ldap/tests/LDAPProviderTest.php | 6 +- apps/user_ldap/tests/LDAPTest.php | 2 + apps/user_ldap/tests/LDAPUserPluginDummy.php | 18 +-- .../tests/Mapping/AbstractMappingTest.php | 1 + apps/user_ldap/tests/Settings/AdminTest.php | 2 + apps/user_ldap/tests/Settings/SectionTest.php | 1 + apps/user_ldap/tests/User/ManagerTest.php | 2 + apps/user_ldap/tests/User/UserTest.php | 4 + apps/user_ldap/tests/UserLDAPPluginTest.php | 17 +-- apps/user_ldap/tests/User_LDAPTest.php | 5 +- apps/user_ldap/tests/User_ProxyTest.php | 4 +- apps/user_ldap/tests/WizardTest.php | 2 + .../features/bootstrap/AppConfiguration.php | 3 +- build/integration/features/bootstrap/Auth.php | 4 + .../features/bootstrap/BasicStructure.php | 6 +- .../features/bootstrap/CalDavContext.php | 1 + .../bootstrap/CapabilitiesContext.php | 2 +- .../features/bootstrap/CardDavContext.php | 1 + .../features/bootstrap/ChecksumsContext.php | 3 +- .../features/bootstrap/CommandLine.php | 4 +- .../features/bootstrap/CommandLineContext.php | 5 +- .../features/bootstrap/CommentsContext.php | 1 + .../features/bootstrap/FeatureContext.php | 3 +- .../features/bootstrap/FederationContext.php | 2 +- .../features/bootstrap/FilesDropContext.php | 22 +++- .../features/bootstrap/LDAPContext.php | 1 - .../features/bootstrap/Provisioning.php | 2 +- .../features/bootstrap/SetupContext.php | 3 +- .../features/bootstrap/ShareesContext.php | 2 +- .../features/bootstrap/Sharing.php | 2 +- .../features/bootstrap/TagsContext.php | 3 + .../features/bootstrap/Trashbin.php | 3 +- .../integration/features/bootstrap/WebDav.php | 2 +- console.php | 4 + core/Application.php | 2 - core/Command/App/Enable.php | 1 + core/Command/App/GetPath.php | 1 + core/Command/App/Install.php | 2 +- core/Command/Config/App/Base.php | 2 + core/Command/Config/System/Base.php | 2 + core/Command/Db/ConvertMysqlToMB4.php | 4 +- core/Command/Db/ConvertType.php | 4 +- core/Command/Db/Migrations/ExecuteCommand.php | 5 +- .../Command/Db/Migrations/GenerateCommand.php | 5 +- .../GenerateFromSchemaFileCommand.php | 1 - core/Command/Db/Migrations/MigrateCommand.php | 5 +- core/Command/Db/Migrations/StatusCommand.php | 5 +- core/Command/Encryption/DecryptAll.php | 2 + core/Command/Encryption/EncryptAll.php | 2 + core/Command/Integrity/SignApp.php | 1 + core/Command/Integrity/SignCore.php | 1 + core/Command/InterruptedException.php | 3 +- core/Command/L10n/CreateJs.php | 1 + core/Command/Log/File.php | 1 + core/Command/Log/Manage.php | 1 + core/Command/Maintenance/Install.php | 2 + .../Command/Maintenance/Mimetype/UpdateJS.php | 1 + core/Command/Maintenance/UpdateHtaccess.php | 1 + core/Command/Maintenance/UpdateTheme.php | 20 +-- core/Command/TwoFactorAuth/Base.php | 2 + core/Command/TwoFactorAuth/Disable.php | 1 + core/Command/TwoFactorAuth/Enable.php | 1 + core/Command/Upgrade.php | 3 + core/Command/User/Add.php | 1 + core/Command/User/Report.php | 1 + core/Command/User/ResetPassword.php | 2 + core/Controller/AvatarController.php | 1 - core/Controller/ClientFlowLoginController.php | 5 + core/Controller/ContactsMenuController.php | 5 +- core/Controller/CssController.php | 5 + core/Controller/JsController.php | 2 + core/Controller/LoginController.php | 7 +- core/Controller/LostController.php | 1 + core/Controller/OCJSController.php | 3 + core/Controller/OCSController.php | 4 + core/Controller/PreviewController.php | 1 + core/Controller/SetupController.php | 1 + .../TwoFactorChallengeController.php | 4 +- core/Controller/UserController.php | 1 + core/Middleware/TwoFactorMiddleware.php | 2 + .../Version13000Date20170919121250.php | 21 +++ .../Version13000Date20170926101637.php | 21 +++ core/ajax/update.php | 1 + core/register_command.php | 4 + core/routes.php | 5 +- cron.php | 4 + index.php | 3 + lib/base.php | 11 +- lib/private/Accounts/AccountManager.php | 7 +- lib/private/Accounts/Hooks.php | 2 + lib/private/Activity/EventMerger.php | 2 + lib/private/Activity/LegacyFilter.php | 2 + lib/private/Activity/LegacySetting.php | 2 + lib/private/Activity/Manager.php | 1 + lib/private/AllConfig.php | 2 + lib/private/App/AppManager.php | 1 + lib/private/App/AppStore/Bundles/Bundle.php | 2 + .../App/AppStore/Bundles/BundleFetcher.php | 2 + .../App/AppStore/Bundles/CoreBundle.php | 2 + .../App/AppStore/Bundles/EducationBundle.php | 2 + .../App/AppStore/Bundles/EnterpriseBundle.php | 2 + .../App/AppStore/Bundles/GroupwareBundle.php | 2 + .../AppStore/Bundles/SocialSharingBundle.php | 2 + .../App/AppStore/Fetcher/AppFetcher.php | 5 + .../App/AppStore/Fetcher/CategoryFetcher.php | 5 + lib/private/App/AppStore/Fetcher/Fetcher.php | 6 + lib/private/App/AppStore/Version/Version.php | 2 + .../App/AppStore/Version/VersionParser.php | 2 + .../App/CodeChecker/DeprecationCheck.php | 1 + .../CodeChecker/MigrationSchemaChecker.php | 1 + lib/private/App/DependencyAnalyzer.php | 1 + lib/private/App/InfoParser.php | 3 + lib/private/AppFramework/App.php | 3 +- .../DependencyInjection/DIContainer.php | 3 + lib/private/AppFramework/Http.php | 1 + lib/private/AppFramework/Http/Dispatcher.php | 1 + lib/private/AppFramework/Http/Output.php | 1 + lib/private/AppFramework/Http/Request.php | 3 + .../AppFramework/Middleware/OCSMiddleware.php | 3 +- .../Security/BruteForceMiddleware.php | 3 + .../Security/Exceptions/NotAdminException.php | 1 + .../Exceptions/NotConfirmedException.php | 3 +- .../StrictCookieMissingException.php | 2 +- .../Security/RateLimitingMiddleware.php | 3 + .../Security/SecurityMiddleware.php | 1 + .../Middleware/SessionMiddleware.php | 2 + .../Utility/ControllerMethodReflector.php | 2 + .../AppFramework/Utility/SimpleContainer.php | 1 + lib/private/Archive/Archive.php | 2 - lib/private/Archive/TAR.php | 1 - lib/private/Archive/ZIP.php | 1 - .../LoginCredentials/Credentials.php | 3 +- .../Authentication/LoginCredentials/Store.php | 3 +- .../Authentication/Token/DefaultToken.php | 1 + .../Token/DefaultTokenMapper.php | 6 + .../Token/DefaultTokenProvider.php | 4 + .../Authentication/Token/IProvider.php | 3 + lib/private/Authentication/Token/IToken.php | 1 + .../Authentication/TwoFactorAuth/Manager.php | 4 +- lib/private/Avatar.php | 1 + lib/private/BackgroundJob/Job.php | 2 + lib/private/BackgroundJob/JobList.php | 3 + lib/private/BackgroundJob/QueuedJob.php | 1 + lib/private/BackgroundJob/TimedJob.php | 1 + lib/private/Cache/File.php | 1 + lib/private/CapabilitiesManager.php | 1 + .../Collaborators/SearchResult.php | 1 + lib/private/Command/CronBus.php | 3 + lib/private/Command/QueueBus.php | 1 + lib/private/Comments/Comment.php | 1 + lib/private/Comments/Manager.php | 3 + lib/private/Comments/ManagerFactory.php | 1 - lib/private/Config.php | 1 + lib/private/Console/Application.php | 5 +- .../Contacts/ContactsMenu/ActionFactory.php | 3 +- .../ContactsMenu/ActionProviderStore.php | 3 +- .../ContactsMenu/Actions/LinkAction.php | 3 +- .../Contacts/ContactsMenu/ContactsStore.php | 6 +- lib/private/Contacts/ContactsMenu/Entry.php | 3 +- lib/private/Contacts/ContactsMenu/Manager.php | 4 +- .../ContactsMenu/Providers/EMailProvider.php | 3 +- lib/private/DB/Connection.php | 2 + lib/private/DB/ConnectionFactory.php | 1 + lib/private/DB/MDB2SchemaManager.php | 1 + lib/private/DB/MDB2SchemaReader.php | 1 - lib/private/DB/MigrationService.php | 6 +- lib/private/DB/Migrator.php | 1 + lib/private/DB/MySqlTools.php | 3 +- lib/private/DB/OCPostgreSqlPlatform.php | 5 +- lib/private/DB/OracleConnection.php | 1 + lib/private/DB/OracleMigrator.php | 4 + .../SqliteExpressionBuilder.php | 2 + .../FunctionBuilder/FunctionBuilder.php | 2 + .../FunctionBuilder/OCIFunctionBuilder.php | 2 + .../FunctionBuilder/PgSqlFunctionBuilder.php | 3 + .../FunctionBuilder/SqliteFunctionBuilder.php | 3 + lib/private/DB/QueryBuilder/QueryBuilder.php | 1 + lib/private/DB/QueryBuilder/QuoteHelper.php | 1 + lib/private/DB/SchemaWrapper.php | 2 + lib/private/DateTimeFormatter.php | 2 +- lib/private/Diagnostics/EventLogger.php | 3 +- lib/private/Diagnostics/Query.php | 1 + lib/private/Diagnostics/QueryLogger.php | 4 +- lib/private/Encryption/DecryptAll.php | 1 + lib/private/Encryption/EncryptionWrapper.php | 1 + lib/private/Encryption/File.php | 2 + lib/private/Encryption/Keys/Storage.php | 2 + lib/private/Encryption/Manager.php | 1 + lib/private/Encryption/Update.php | 2 +- lib/private/Encryption/Util.php | 3 + lib/private/Federation/CloudId.php | 15 ++- lib/private/Federation/CloudIdManager.php | 16 ++- lib/private/Files/Cache/Cache.php | 4 +- lib/private/Files/Cache/Propagator.php | 1 + lib/private/Files/Cache/QuerySearchHelper.php | 2 + lib/private/Files/Cache/Scanner.php | 3 +- lib/private/Files/Cache/StorageGlobal.php | 17 ++- lib/private/Files/Cache/Wrapper/CacheJail.php | 1 + .../Files/Cache/Wrapper/CacheWrapper.php | 1 - .../Files/Cache/Wrapper/JailPropagator.php | 3 + lib/private/Files/Config/CachedMountInfo.php | 1 + lib/private/Files/Config/UserMountCache.php | 1 + lib/private/Files/FileInfo.php | 3 + lib/private/Files/Node/LazyRoot.php | 1 + lib/private/Files/Node/Root.php | 2 + lib/private/Files/ObjectStore/Mapper.php | 1 + lib/private/Files/ObjectStore/S3.php | 3 + .../Files/ObjectStore/S3ConnectionTrait.php | 2 + .../Files/ObjectStore/S3ObjectTrait.php | 2 + .../Files/ObjectStore/StorageObjectStore.php | 2 + lib/private/Files/ObjectStore/Swift.php | 1 + .../Files/Search/SearchBinaryOperator.php | 2 + lib/private/Files/Search/SearchComparison.php | 2 + lib/private/Files/Search/SearchOrder.php | 2 + lib/private/Files/Search/SearchQuery.php | 2 + lib/private/Files/Storage/Common.php | 1 + lib/private/Files/Storage/DAV.php | 2 +- lib/private/Files/Storage/FailedStorage.php | 1 + lib/private/Files/Storage/Local.php | 4 + .../Files/Storage/Wrapper/Availability.php | 1 + .../Files/Storage/Wrapper/Encoding.php | 1 + .../Files/Storage/Wrapper/Encryption.php | 2 + lib/private/Files/Storage/Wrapper/Jail.php | 1 + .../Files/Storage/Wrapper/PermissionsMask.php | 2 + lib/private/Files/Storage/Wrapper/Quota.php | 1 + lib/private/Files/Storage/Wrapper/Wrapper.php | 3 + lib/private/Files/Stream/Encryption.php | 1 + lib/private/Files/Type/Detection.php | 3 + lib/private/Files/Type/Loader.php | 3 + lib/private/Files/Utils/Scanner.php | 2 + lib/private/Files/View.php | 2 - lib/private/GlobalScale/Config.php | 2 + lib/private/Group/Backend.php | 2 + lib/private/Group/Database.php | 1 + lib/private/Group/Group.php | 1 + lib/private/Group/Manager.php | 3 + lib/private/HintException.php | 1 + lib/private/Hooks/LegacyEmitter.php | 1 + lib/private/Hooks/PublicEmitter.php | 1 + lib/private/Installer.php | 8 +- lib/private/IntegrityCheck/Checker.php | 2 + .../Helpers/FileAccessHelper.php | 1 + lib/private/L10N/L10N.php | 2 + lib/private/L10N/L10NString.php | 2 + .../L10N/LanguageNotFoundException.php | 1 + lib/private/Lock/DBLockingProvider.php | 1 + lib/private/Lockdown/Filesystem/NullCache.php | 18 ++- .../Lockdown/Filesystem/NullStorage.php | 19 ++- lib/private/Lockdown/LockdownManager.php | 18 ++- lib/private/Log.php | 5 +- lib/private/Log/File.php | 5 +- lib/private/Log/Rotate.php | 1 + lib/private/Mail/Attachment.php | 2 + lib/private/Mail/EMailTemplate.php | 4 +- lib/private/Mail/Mailer.php | 3 + lib/private/Mail/Message.php | 2 + lib/private/Memcache/Factory.php | 1 + lib/private/Memcache/Memcached.php | 2 + lib/private/Memcache/Redis.php | 2 + lib/private/Memcache/XCache.php | 1 + lib/private/Migration/BackgroundRepair.php | 1 + lib/private/Migration/ConsoleOutput.php | 5 +- lib/private/Migration/SimpleOutput.php | 5 +- lib/private/NavigationManager.php | 3 + lib/private/Notification/Manager.php | 1 + lib/private/Notification/Notification.php | 1 + lib/private/OCS/DiscoveryService.php | 2 + lib/private/OCS/Provider.php | 1 + lib/private/Preview/Bitmap.php | 2 +- lib/private/Preview/Generator.php | 2 + lib/private/Preview/MP3.php | 2 +- lib/private/Preview/Office.php | 2 +- lib/private/Preview/SVG.php | 2 +- lib/private/PreviewManager.php | 1 + lib/private/RedisFactory.php | 2 + lib/private/Repair.php | 2 +- lib/private/Repair/CleanTags.php | 3 + lib/private/Repair/Collation.php | 1 + lib/private/Repair/NC11/MoveAvatars.php | 1 + .../Repair/NC11/MoveAvatarsBackgroundJob.php | 2 + lib/private/Repair/NC12/InstallCoreBundle.php | 2 + .../NC12/RepairIdentityProofKeyFolders.php | 2 + .../Repair/NC12/UpdateLanguageCodes.php | 1 + .../Repair/NC13/RepairInvalidPaths.php | 5 + .../Repair/OldGroupMembershipShares.php | 1 + lib/private/Repair/RemoveRootShares.php | 1 + lib/private/Repair/RepairInvalidShares.php | 2 +- lib/private/Repair/RepairMimeTypes.php | 6 +- lib/private/RichObjectStrings/Validator.php | 4 + lib/private/Route/Route.php | 2 +- lib/private/Route/Router.php | 2 +- lib/private/Search/Provider/File.php | 1 + .../Security/Bruteforce/Capabilities.php | 2 + lib/private/Security/Bruteforce/Throttler.php | 3 + .../Security/CSP/ContentSecurityPolicy.php | 1 + .../CSP/ContentSecurityPolicyNonceManager.php | 4 + lib/private/Security/CSRF/CsrfToken.php | 1 + .../CSRF/TokenStorage/SessionStorage.php | 1 + lib/private/Security/CertificateManager.php | 1 + lib/private/Security/Hasher.php | 1 + lib/private/Security/IdentityProof/Key.php | 2 + .../Security/IdentityProof/Manager.php | 4 + lib/private/Security/IdentityProof/Signer.php | 3 + lib/private/Security/Normalizer/IpAddress.php | 2 + .../RateLimiting/Backend/IBackend.php | 2 + .../RateLimiting/Backend/MemoryCache.php | 2 + .../Exception/RateLimitExceededException.php | 2 + lib/private/Security/RateLimiting/Limiter.php | 2 + lib/private/Security/TrustedDomainHelper.php | 1 + lib/private/Server.php | 9 +- lib/private/Session/CryptoSessionData.php | 2 + lib/private/Session/Internal.php | 3 +- lib/private/Settings/Admin/Additional.php | 2 + lib/private/Settings/Admin/Encryption.php | 2 + lib/private/Settings/Admin/Server.php | 3 + .../Settings/Admin/ServerDevNotice.php | 1 + lib/private/Settings/Admin/Sharing.php | 3 + lib/private/Settings/Admin/TipsTricks.php | 1 + lib/private/Settings/Manager.php | 6 + lib/private/Settings/Mapper.php | 2 + .../Settings/Personal/PersonalInfo.php | 2 +- lib/private/Settings/RemoveOrphaned.php | 1 + lib/private/Settings/Section.php | 2 + lib/private/Setup.php | 4 +- lib/private/Setup/AbstractDatabase.php | 2 + lib/private/Setup/MySQL.php | 6 +- lib/private/Setup/OCI.php | 3 +- lib/private/Setup/PostgreSQL.php | 3 +- lib/private/Share/Constants.php | 3 + lib/private/Share/Share.php | 5 +- lib/private/Share20/DefaultShareProvider.php | 6 + lib/private/Share20/LegacyHooks.php | 1 + lib/private/Share20/Manager.php | 10 ++ lib/private/Share20/ProviderFactory.php | 5 + lib/private/Share20/Share.php | 1 + lib/private/Share20/ShareHelper.php | 1 + lib/private/SubAdmin.php | 1 + lib/private/SystemConfig.php | 1 + lib/private/SystemTag/SystemTagManager.php | 2 + .../SystemTag/SystemTagObjectMapper.php | 1 + lib/private/Tags.php | 2 + lib/private/TempManager.php | 1 + lib/private/Template/CSSResourceLocator.php | 5 + lib/private/Template/JSCombiner.php | 2 + lib/private/Template/JSConfigHelper.php | 5 + lib/private/Template/JSResourceLocator.php | 1 + lib/private/Template/ResourceLocator.php | 3 + lib/private/Template/SCSSCacher.php | 7 + lib/private/TemplateLayout.php | 5 +- lib/private/URLGenerator.php | 4 +- lib/private/Updater.php | 2 + lib/private/Updater/VersionCheck.php | 2 + lib/private/User/Backend.php | 1 + lib/private/User/Database.php | 3 + lib/private/User/Manager.php | 2 - lib/private/User/Session.php | 7 +- lib/private/User/User.php | 3 +- lib/private/legacy/app.php | 4 +- lib/private/legacy/db.php | 1 + lib/private/legacy/db/statementwrapper.php | 3 +- lib/private/legacy/defaults.php | 4 + lib/private/legacy/files.php | 2 + lib/private/legacy/helper.php | 3 +- lib/private/legacy/image.php | 5 +- lib/private/legacy/json.php | 2 + lib/private/legacy/response.php | 2 + lib/private/legacy/template.php | 7 +- lib/private/legacy/template/functions.php | 3 +- lib/private/legacy/user.php | 3 +- lib/private/legacy/util.php | 8 +- lib/public/Activity/IEventMerger.php | 2 + lib/public/Activity/IExtension.php | 1 + lib/public/Activity/IFilter.php | 2 + lib/public/Activity/IManager.php | 1 + lib/public/Activity/IProvider.php | 2 + lib/public/Activity/ISetting.php | 2 + lib/public/App/AppPathNotFoundException.php | 17 +-- lib/public/App/IAppManager.php | 2 + lib/public/App/ManagerEvent.php | 1 + lib/public/AppFramework/ApiController.php | 1 + lib/public/AppFramework/App.php | 1 + lib/public/AppFramework/Controller.php | 2 + .../Http/ContentSecurityPolicy.php | 1 + .../AppFramework/Http/DataDisplayResponse.php | 1 + .../Http/EmptyContentSecurityPolicy.php | 3 + .../AppFramework/Http/ICallbackResponse.php | 1 + lib/public/AppFramework/Http/IOutput.php | 1 + lib/public/AppFramework/Http/OCSResponse.php | 2 + lib/public/AppFramework/Http/Response.php | 2 + .../AppFramework/Http/StreamResponse.php | 1 + lib/public/AppFramework/IApi.php | 1 + lib/public/AppFramework/Middleware.php | 1 + .../OCS/OCSBadRequestException.php | 2 +- lib/public/AppFramework/OCS/OCSException.php | 2 +- .../OCS/OCSForbiddenException.php | 2 +- .../AppFramework/OCS/OCSNotFoundException.php | 2 +- lib/public/AppFramework/OCSController.php | 2 + .../CredentialsUnavailableException.php | 3 +- .../PasswordUnavailableException.php | 3 +- lib/public/Authentication/IApacheBackend.php | 1 + .../LoginCredentials/ICredentials.php | 4 +- .../LoginCredentials/IStore.php | 3 +- .../TwoFactorAuth/IProvidesCustomCSP.php | 5 +- .../TwoFactorAuth/TwoFactorException.php | 5 +- lib/public/BackgroundJob.php | 2 - lib/public/BackgroundJob/IJob.php | 1 + lib/public/BackgroundJob/IJobList.php | 1 + lib/public/Capabilities/IPublicCapability.php | 20 +-- lib/public/Comments/CommentsEvent.php | 1 + lib/public/Comments/IComment.php | 1 + lib/public/Comments/ICommentsEventHandler.php | 1 + lib/public/Comments/ICommentsManager.php | 3 + lib/public/Contacts/ContactsMenu/IAction.php | 3 +- .../Contacts/ContactsMenu/IActionFactory.php | 4 +- lib/public/Contacts/ContactsMenu/IEntry.php | 3 +- .../Contacts/ContactsMenu/ILinkAction.php | 3 +- .../Contacts/ContactsMenu/IProvider.php | 3 +- lib/public/Contacts/IManager.php | 4 +- lib/public/DB.php | 3 +- .../DB/QueryBuilder/IFunctionBuilder.php | 2 + lib/public/DB/QueryBuilder/IQueryBuilder.php | 2 + lib/public/Diagnostics/IEventLogger.php | 2 +- lib/public/Diagnostics/IQuery.php | 2 + lib/public/Diagnostics/IQueryLogger.php | 3 +- lib/public/Encryption/IEncryptionModule.php | 1 + lib/public/Encryption/Keys/IStorage.php | 1 + lib/public/Federation/ICloudId.php | 15 ++- lib/public/Federation/ICloudIdManager.php | 16 ++- lib/public/Files.php | 1 + lib/public/Files/Config/ICachedMountInfo.php | 1 + lib/public/Files/Config/IUserMountCache.php | 1 + lib/public/Files/EmptyFileNameException.php | 2 + lib/public/Files/FileInfo.php | 3 +- lib/public/Files/ForbiddenException.php | 1 + .../Files/InvalidDirectoryException.php | 2 + lib/public/Files/ObjectStore/IObjectStore.php | 1 + .../Files/Search/ISearchBinaryOperator.php | 2 + lib/public/Files/Search/ISearchComparison.php | 2 + lib/public/Files/Search/ISearchOperator.php | 2 + lib/public/Files/Search/ISearchOrder.php | 2 + lib/public/Files/Search/ISearchQuery.php | 2 + lib/public/Files/SimpleFS/ISimpleRoot.php | 1 + lib/public/Files/Storage.php | 2 + lib/public/Files/Storage/ILockingStorage.php | 1 + lib/public/Files/Storage/IStorage.php | 1 + lib/public/Files/StorageAuthException.php | 1 + .../Files/StorageBadConfigException.php | 1 + .../Files/StorageConnectionException.php | 1 + .../Files/StorageNotAvailableException.php | 2 + lib/public/Files/StorageTimeoutException.php | 1 + lib/public/GlobalScale/IConfig.php | 2 + lib/public/GroupInterface.php | 2 + lib/public/IDBConnection.php | 1 + lib/public/IDateTimeFormatter.php | 1 + lib/public/IGroup.php | 4 +- lib/public/IGroupManager.php | 1 + lib/public/IL10N.php | 4 +- lib/public/ILogger.php | 2 + lib/public/IPreview.php | 1 + lib/public/IRequest.php | 1 + lib/public/IServerContainer.php | 1 + lib/public/IURLGenerator.php | 1 + lib/public/IUserManager.php | 4 + lib/public/JSON.php | 1 + lib/public/LDAP/IDeletionFlagSupport.php | 5 +- lib/public/LDAP/ILDAPProvider.php | 6 +- lib/public/LDAP/ILDAPProviderFactory.php | 5 +- lib/public/Lock/LockedException.php | 1 + lib/public/Lockdown/ILockdownManager.php | 18 ++- lib/public/Mail/IAttachment.php | 2 + lib/public/Mail/IEMailTemplate.php | 3 + lib/public/Mail/IMessage.php | 2 + lib/public/Migration/BigIntMigration.php | 2 + lib/public/Migration/IMigrationStep.php | 2 + lib/public/Migration/SimpleMigrationStep.php | 2 + lib/public/Notification/INotification.php | 1 + lib/public/OCS/IDiscoveryService.php | 2 + lib/public/RichObjectStrings/Definitions.php | 4 + lib/public/RichObjectStrings/IValidator.php | 3 + .../InvalidObjectExeption.php | 3 + lib/public/Search/PagedProvider.php | 2 + lib/public/Security/ISecureRandom.php | 2 + lib/public/Settings/IManager.php | 1 + lib/public/Settings/ISection.php | 2 + lib/public/Settings/ISettings.php | 1 + lib/public/Share.php | 6 - .../Exceptions/GenericShareException.php | 1 + lib/public/Share/IManager.php | 4 + lib/public/Share/IProviderFactory.php | 1 + lib/public/Share/IShare.php | 2 + lib/public/Share/IShareHelper.php | 1 + lib/public/Share/IShareProvider.php | 2 + lib/public/SystemTag/ManagerEvent.php | 1 + lib/public/SystemTag/TagNotFoundException.php | 1 + lib/public/Template.php | 5 +- lib/public/User.php | 2 +- lib/public/Util.php | 1 + lib/public/WorkflowEngine/ICheck.php | 2 + lib/public/WorkflowEngine/IManager.php | 2 + lib/public/WorkflowEngine/IOperation.php | 2 + ocs/providers.php | 2 +- ocs/v2.php | 1 + public.php | 2 +- settings/Activity/Provider.php | 2 + settings/Activity/SecurityFilter.php | 5 +- settings/Activity/SecurityProvider.php | 20 +-- settings/Activity/SecuritySetting.php | 19 +-- settings/Activity/Setting.php | 2 + settings/Application.php | 4 +- settings/BackgroundJobs/VerifyUserData.php | 4 + .../Controller/AdminSettingsController.php | 1 + settings/Controller/AppSettingsController.php | 4 + .../Controller/AuthSettingsController.php | 4 + settings/Controller/CertificateController.php | 1 + .../Controller/ChangePasswordController.php | 5 + settings/Controller/CheckSetupController.php | 4 + settings/Controller/CommonSettingsTrait.php | 1 + settings/Controller/EncryptionController.php | 3 + settings/Controller/LogSettingsController.php | 3 +- .../Controller/PersonalSettingsController.php | 1 + .../Controller/SecuritySettingsController.php | 1 + settings/Controller/UsersController.php | 6 + settings/Hooks.php | 4 + settings/Mailer/NewUserMailHelper.php | 5 + settings/ajax/enableapp.php | 1 - settings/ajax/setquota.php | 1 + settings/ajax/togglesubadmins.php | 2 + settings/ajax/uninstallapp.php | 1 + settings/ajax/updateapp.php | 1 + settings/routes.php | 4 +- settings/users.php | 3 +- status.php | 2 + version.php | 3 + 1081 files changed, 2978 insertions(+), 811 deletions(-) diff --git a/.mailmap b/.mailmap index f160206ac9..cab196a3b5 100644 --- a/.mailmap +++ b/.mailmap @@ -315,6 +315,7 @@ Robin McCorkell Robin McCorkell Roeland Jago Douma Roeland Jago Douma Roeland Jago Douma Roeland Douma +Roger Szabo root rok Roland Hager Roland van Laar @@ -400,6 +401,7 @@ Victor Dubiniuk VicDeo Vincent Cloutier Vincent Petry Vincent Petry Vincent Petry Vincent Petry +Vinicius Cubas Brand Vinicius Cubas Brand Vitaly Kuznetsov Vladimir Sapronov Volkan Gezer Volkan Gezer diff --git a/AUTHORS b/AUTHORS index 296a80d909..09ec9487fa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,5 @@ Nextcloud is written by: + - 1 Man Projects - AW-UC - Aaron Wood - Achim Königs @@ -7,10 +8,17 @@ Nextcloud is written by: - Aldo "xoen" Giambelluca - Alex Weirig - Alexander Bergolth + - Allan Nordhøy - Andreas Fischer + - Andreas Pflug - Andrew Brown + - Andrius - André Gaul + - Ardinis + - Artem Kochnev + - Artem Sidorenko - Arthur Schiwon + - Axel Helmert - Bart Visscher - Bartek Przybylski - Bastien Ho @@ -21,7 +29,9 @@ Nextcloud is written by: - Birk Borkason - Bjoern Schiessle - Björn Schießle + - Boris Rybalkin - Borjan Tchakaloff + - Brent Bloxam - Brice Maron - Byron Marohn - Carla Schroder @@ -32,40 +42,47 @@ Nextcloud is written by: - Christian Kampka - Christian Weiske - Christoph Schaefer + - Christoph Wickert - Christoph Wurst + - Christopher Bartz - Christopher Schäpers - Christopher T. Johnson - Clark Tomlinson - - Craig Morrissey + - Cornelius Kölbel + - Damjan Georgievski - Dan Bartram - - Daniel Hansson + - Daniel Calviño Sánchez + - Daniel Hansson - Daniel Jagszent - Daniel Molkentin - Daniel Tosello - David Prévot - David Toledo + - Derek - Dominik Schmidt + - Donquixote - Fabian Henze - - Faruk Uzun - - Felix Böhm + - Fabrizio Steiner + - Felix A. Epp + - Felix Epp + - Felix Heidecke - Felix Moeller - - Florian Preinstorfer - - Florian Pritz + - Felix Rupp - Florin Peter - - Francesco Rovelli + - Frank Isemann - Frank Karlitschek - François Kubler - Frédéric Fortier - Gadzy - Georg Ehrke - - Guillaume AMAT - - Hasso Tepper + - Hemanth Kumar Veeranki - Hendrik Leppelsack - - Hugo Gonzalez Labrador + - Ilja Neumann - Individual IT Services - Jakob Sack - Jan-Christoph Borchardt - - Jarrett + - Jan-Philipp Litza + - Jarkko Lehtoranta - Jean-Louis Dupond - Jens-Christian Fischer - Jesús Macias @@ -74,80 +91,121 @@ Nextcloud is written by: - Joas Schilling - Johan Björk - Johannes Ernst + - Johannes Schlichenmaier - Johannes Willnecker + - John Molakvoæ (skjnldsv) + - John Molakvoæ - Jonny007-MKD <1-23-4-5@web.de> + - Juan Pablo Villafañez + - Juan Pablo Villafáñez - Juan Pablo Villafáñez - Julius Haertl + - Julius Härtl - Jörn Friedrich Dreyer + - Jürgen Haas + - KB7777 - Kamil Domanski + - Kawohl + - Kenneth Newwood - Klaas Freitag + - Knut Ahlers + - Ko- + - Kristof Provost - Lars - Laurens Post - Laurens Post - Lennart Rosam - Lennart Rosam - - Leonardo Diez + - Leon Klingele + - Leon Klingele + - Loki3000 - Lorenzo M. Catucci - Lukas Reschke - Luke Policinski - Lyonel Vincent + - Magnus Walbeck - Manish Bisht + - Marcel Waldvogel + - Marin Treselj - Mario Kolling + - Marius Blüm - Markus Goetz + - Martin - Martin Konrad - Martin Konrad - Martin Mattel - Marvin Thomas Rabe - Masaki Kawabata Neto + - Matthew Setter + - Maxence Lange + - Maxence Lange + - Maxence Lange - Michael Gapczynski - Michael Göhler - - Michael Kuhn + - Michael Jobst + - Michael Letzgus - Michael Roitzsch - Michael Roth - Michael U - Miguel Prokop + - Miha Frangez - Mitar - Morris Jobke - Nicolai Ehemann - Nicolas Grekas + - Nils - Nmz - - Normal Ra + - Noveen Sachdeva - Oliver Gasser - Oliver Kohl D.Sc. + - Olivier Mehani - Olivier Paroz - - Otto Sabart - Owen Winkler - Pascal de Bruijn + - Patrick Paysant - Patrick Paysant + - Patrik Kernstock + - Pauli Järvinen - Pellaeon Lin - Petr Svoboda - Phiber2000 - Phil Davis - Philipp Kapfer + - Philipp Schaffrath - Philippe Jung - - Pierre Jochem - Pierre Ozoux + - Pierre Rudloff - Piotr Filiciak + - Piotr M + - Piotr Mrowczynski + - Piotr Mrówczyński - Qingping Hou - - Raghu Nayyar - Raghu Nayyar - Ralph Krimmel - Ramiro Aparicio - Randolph Carter - RealRancor + - RealRancor + - Rello - Remco Brenninkmeijer - Renaud Fortier + - Robert Scheck - Robin Appelman - Robin McCorkell - Roeland Jago Douma - - Roman Geber + - Roger Szabo - Roman Kreisel - Ross Nicoll - SA - Sam Tuke - Sander + - Sander Ruitenbeek + - Sandro Lutz + - Sascha Sambale - Sean Comeau - Sebastian Döll + - Sebastian Wessalowski + - Semih Serhat Karakaya - Senorsen - Serge Martin - Sergio Bertolin @@ -156,54 +214,72 @@ Nextcloud is written by: - Sjors van der Pluijm - Stefan Herbrechtsmeier - Stefan Rado + - Stefan Schneider - Stefan Weil - Steffen Lindner + - Stephan Müller - Stephan Peijnik - - TheSFReader + - Steven Bühner + - Sujith H - Thibaut GRIDEL - Thomas Citharel + - Thomas Ebert - Thomas Müller - Thomas Pulzer - Thomas Tanghus - Tigran Mkrtchyan - Tim Dettrick - Tobia De Koninck + - Tobias Brunner - Tobias Kaminsky - Tom Needham - Torben Dannhauer + - Ujjwal Bhardwaj - Victor Dubiniuk - Viktor Szépe - Vincent Chan - Vincent Cloutier - Vincent Petry + - Vinicius Cubas Brand - Volkan Gezer + - William Pain + - Xuanwo - adrien - alexweirig + - bline - brumsel - cetra3 - cmeh - - dampfklon + - coderkun + - dartcafe - davidgumberg - davitol - derkostka + - duritong - eduardo - fabian - felixboehm - - goodkiller - helix84 - hkjolhede + - iamfool - ideaship - j-ed - jknockaert - josh4trunks + - justin-sleep - karakayasemi - macjohnny - martin-rueegg - martin.mattel@diemattels.at - michag86 - mmccarn + - nhirokinet - nishiki + - noveens - oparoz + - phisch + - rakekniven + - root - root - scambra - scolebrook @@ -211,8 +287,9 @@ Nextcloud is written by: - sualko - tbartenstein - tbelau666 - - unclejamal3000 + - tux-rampage - v1r0x + - vkuimov - voxsim With help from many libraries and frameworks including: diff --git a/apps/admin_audit/appinfo/app.php b/apps/admin_audit/appinfo/app.php index fef5b9ef02..6959c6afa7 100644 --- a/apps/admin_audit/appinfo/app.php +++ b/apps/admin_audit/appinfo/app.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2017 Lukas Reschke * - * @author Bjoern Schiessle + * @author Joas Schilling * @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 d9257b53fd..9ca8536325 100644 --- a/apps/admin_audit/lib/Actions/Action.php +++ b/apps/admin_audit/lib/Actions/Action.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/Auth.php b/apps/admin_audit/lib/Actions/Auth.php index a6a37409b9..7a2a3b42e1 100644 --- a/apps/admin_audit/lib/Actions/Auth.php +++ b/apps/admin_audit/lib/Actions/Auth.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/Files.php b/apps/admin_audit/lib/Actions/Files.php index 2f8626497c..e2d60c448d 100644 --- a/apps/admin_audit/lib/Actions/Files.php +++ b/apps/admin_audit/lib/Actions/Files.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/GroupManagement.php b/apps/admin_audit/lib/Actions/GroupManagement.php index 07d65ec068..6872ed2894 100644 --- a/apps/admin_audit/lib/Actions/GroupManagement.php +++ b/apps/admin_audit/lib/Actions/GroupManagement.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Joas Schilling * @author Lukas Reschke * @author Roger Szabo * diff --git a/apps/admin_audit/lib/Actions/Sharing.php b/apps/admin_audit/lib/Actions/Sharing.php index 48e8121f8b..689ec44f6c 100644 --- a/apps/admin_audit/lib/Actions/Sharing.php +++ b/apps/admin_audit/lib/Actions/Sharing.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/Trashbin.php b/apps/admin_audit/lib/Actions/Trashbin.php index 27830345b6..c2b88589ab 100644 --- a/apps/admin_audit/lib/Actions/Trashbin.php +++ b/apps/admin_audit/lib/Actions/Trashbin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/admin_audit/lib/Actions/UserManagement.php b/apps/admin_audit/lib/Actions/UserManagement.php index 6cb70fad50..9d0b237e30 100644 --- a/apps/admin_audit/lib/Actions/UserManagement.php +++ b/apps/admin_audit/lib/Actions/UserManagement.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/Versions.php b/apps/admin_audit/lib/Actions/Versions.php index 9c8a1c8132..5d26dcc3d7 100644 --- a/apps/admin_audit/lib/Actions/Versions.php +++ b/apps/admin_audit/lib/Actions/Versions.php @@ -3,6 +3,7 @@ * @copyright Bjoern Schiessle * * @author Bjoern Schiessle + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/admin_audit/lib/AppInfo/Application.php b/apps/admin_audit/lib/AppInfo/Application.php index 2748efc56f..d3ae4ad26c 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Bjoern Schiessle + * @author Joas Schilling + * * @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 f6e022e817..e697411181 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Joas Schilling + * @author Lukas Reschke * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/comments/appinfo/routes.php b/apps/comments/appinfo/routes.php index 66b3abe61b..37d3496c4e 100644 --- a/apps/comments/appinfo/routes.php +++ b/apps/comments/appinfo/routes.php @@ -1,9 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/comments/lib/Activity/Filter.php b/apps/comments/lib/Activity/Filter.php index b9417b6b23..606d465215 100644 --- a/apps/comments/lib/Activity/Filter.php +++ b/apps/comments/lib/Activity/Filter.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Listener.php b/apps/comments/lib/Activity/Listener.php index 67f04c03b1..76af565cf1 100644 --- a/apps/comments/lib/Activity/Listener.php +++ b/apps/comments/lib/Activity/Listener.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/comments/lib/Activity/Provider.php b/apps/comments/lib/Activity/Provider.php index 41ab8ea8b8..c21b7a9c4f 100644 --- a/apps/comments/lib/Activity/Provider.php +++ b/apps/comments/lib/Activity/Provider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Setting.php b/apps/comments/lib/Activity/Setting.php index 110ec4a31a..8a6bd98217 100644 --- a/apps/comments/lib/Activity/Setting.php +++ b/apps/comments/lib/Activity/Setting.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/AppInfo/Application.php b/apps/comments/lib/AppInfo/Application.php index a863ca506b..e60f0cbf36 100644 --- a/apps/comments/lib/AppInfo/Application.php +++ b/apps/comments/lib/AppInfo/Application.php @@ -1,22 +1,24 @@ * * @license GNU AGPL version 3 or any later version * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, 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 library is distributed in the hope that it will be useful, + * 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. + * 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 . * - * You should have received a copy of the GNU Affero General Public - * License along with this library. If not, see . */ namespace OCA\Comments\AppInfo; diff --git a/apps/comments/lib/Controller/Notifications.php b/apps/comments/lib/Controller/Notifications.php index 9a07e2fbad..911f19d46e 100644 --- a/apps/comments/lib/Controller/Notifications.php +++ b/apps/comments/lib/Controller/Notifications.php @@ -1,22 +1,24 @@ + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, 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 library is distributed in the hope that it will be useful, + * 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Affero General Public - * License along with this library. If not, see . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/comments/lib/EventHandler.php b/apps/comments/lib/EventHandler.php index 8c20c69837..0fc6de7bf4 100644 --- a/apps/comments/lib/EventHandler.php +++ b/apps/comments/lib/EventHandler.php @@ -1,5 +1,4 @@ * diff --git a/apps/comments/lib/Notification/Listener.php b/apps/comments/lib/Notification/Listener.php index 365f93ce8d..896b383f87 100644 --- a/apps/comments/lib/Notification/Listener.php +++ b/apps/comments/lib/Notification/Listener.php @@ -1,8 +1,10 @@ - * * @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/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php index 60dd85f74c..55802c9a08 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -1,8 +1,11 @@ - * * @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/comments/tests/Unit/AppInfo/ApplicationTest.php b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php index 5adfbbcc63..6ff3bc54b0 100644 --- a/apps/comments/tests/Unit/AppInfo/ApplicationTest.php +++ b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php @@ -1,8 +1,10 @@ - * * @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/comments/tests/Unit/Controller/NotificationsTest.php b/apps/comments/tests/Unit/Controller/NotificationsTest.php index 2c34971f4b..eb29947342 100644 --- a/apps/comments/tests/Unit/Controller/NotificationsTest.php +++ b/apps/comments/tests/Unit/Controller/NotificationsTest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/comments/tests/Unit/Notification/ListenerTest.php b/apps/comments/tests/Unit/Notification/ListenerTest.php index cbe2b63342..d6f83262f3 100644 --- a/apps/comments/tests/Unit/Notification/ListenerTest.php +++ b/apps/comments/tests/Unit/Notification/ListenerTest.php @@ -1,8 +1,11 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @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/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php index 0b08849030..a7ada41d43 100644 --- a/apps/comments/tests/Unit/Notification/NotifierTest.php +++ b/apps/comments/tests/Unit/Notification/NotifierTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index 0d417fd3fe..e312b48d0b 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php index 53f167bea3..e90ce5c3f9 100644 --- a/apps/dav/appinfo/v1/caldav.php +++ b/apps/dav/appinfo/v1/caldav.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller diff --git a/apps/dav/appinfo/v1/carddav.php b/apps/dav/appinfo/v1/carddav.php index 74003f11c9..8633b4211e 100644 --- a/apps/dav/appinfo/v1/carddav.php +++ b/apps/dav/appinfo/v1/carddav.php @@ -3,9 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst - * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index a47316ee93..d6dc9aa9b4 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -2,10 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Christoph Wurst + * @author Ko- * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/appinfo/v2/remote.php b/apps/dav/appinfo/v2/remote.php index c1b29a4a17..d692d97351 100644 --- a/apps/dav/appinfo/v2/remote.php +++ b/apps/dav/appinfo/v2/remote.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Ko- * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index 5d89324d4a..9a221d6703 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -2,9 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Björn Schießle + * @author Bjoern Schiessle * @author Georg Ehrke * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/AppInfo/PluginManager.php b/apps/dav/lib/AppInfo/PluginManager.php index 9cdf358c80..59b03f54fd 100644 --- a/apps/dav/lib/AppInfo/PluginManager.php +++ b/apps/dav/lib/AppInfo/PluginManager.php @@ -1,8 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Avatars/AvatarHome.php b/apps/dav/lib/Avatars/AvatarHome.php index 17ac37dc8a..ee654f2aaa 100644 --- a/apps/dav/lib/Avatars/AvatarHome.php +++ b/apps/dav/lib/Avatars/AvatarHome.php @@ -1,8 +1,11 @@ + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Avatars/AvatarNode.php b/apps/dav/lib/Avatars/AvatarNode.php index 4030f48251..c40ed1b52d 100644 --- a/apps/dav/lib/Avatars/AvatarNode.php +++ b/apps/dav/lib/Avatars/AvatarNode.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Avatars/RootCollection.php b/apps/dav/lib/Avatars/RootCollection.php index d7c7ff4e9f..55eb35d5e2 100644 --- a/apps/dav/lib/Avatars/RootCollection.php +++ b/apps/dav/lib/Avatars/RootCollection.php @@ -1,5 +1,26 @@ + * @author Thomas Müller + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\Avatars; use Sabre\DAVACL\AbstractPrincipalCollection; diff --git a/apps/dav/lib/CalDAV/Activity/Backend.php b/apps/dav/lib/CalDAV/Activity/Backend.php index c1a68c1682..f1f1b43d53 100644 --- a/apps/dav/lib/CalDAV/Activity/Backend.php +++ b/apps/dav/lib/CalDAV/Activity/Backend.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php b/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php index a20b8ad544..7456074915 100644 --- a/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php +++ b/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Filter/Todo.php b/apps/dav/lib/CalDAV/Activity/Filter/Todo.php index 42ee074085..5bc08c8f2d 100644 --- a/apps/dav/lib/CalDAV/Activity/Filter/Todo.php +++ b/apps/dav/lib/CalDAV/Activity/Filter/Todo.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Provider/Base.php b/apps/dav/lib/CalDAV/Activity/Provider/Base.php index 983d05310a..b6d8a5be73 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Base.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Base.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Provider/Calendar.php b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php index fb4a0ff45a..1d524ce354 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Provider/Event.php b/apps/dav/lib/CalDAV/Activity/Provider/Event.php index 7b515d78b1..eabd2e517c 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Event.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Event.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Provider/Todo.php b/apps/dav/lib/CalDAV/Activity/Provider/Todo.php index 20d7afef02..7ee9118479 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Todo.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Todo.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Setting/Calendar.php b/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php index 608ee266bb..24d2cef913 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Setting/Event.php b/apps/dav/lib/CalDAV/Activity/Setting/Event.php index 887cd22afa..14b22ad220 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Event.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Event.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/Activity/Setting/Todo.php b/apps/dav/lib/CalDAV/Activity/Setting/Todo.php index 234774bfea..272843198a 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Todo.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Todo.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index e11f922a63..7d4a1dc9f3 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -4,9 +4,11 @@ * @copyright Copyright (c) 2016, Georg Ehrke * * @author Achim Königs + * @author Georg Ehrke + * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 2c34f6d6d3..7017322272 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -3,11 +3,15 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017 Georg Ehrke * + * @author Georg Ehrke * @author Joas Schilling + * @author Lukas Reschke + * @author nhirokinet + * @author Robin Appelman + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Citharel * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/Calendar.php b/apps/dav/lib/CalDAV/Calendar.php index 75e78daf50..6742c21d9f 100644 --- a/apps/dav/lib/CalDAV/Calendar.php +++ b/apps/dav/lib/CalDAV/Calendar.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CalDAV/CalendarHome.php b/apps/dav/lib/CalDAV/CalendarHome.php index 2aa2c9caa3..5a8368fede 100644 --- a/apps/dav/lib/CalDAV/CalendarHome.php +++ b/apps/dav/lib/CalDAV/CalendarHome.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke + * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/dav/lib/CalDAV/CalendarObject.php b/apps/dav/lib/CalDAV/CalendarObject.php index c268b7410c..b8b02db572 100644 --- a/apps/dav/lib/CalDAV/CalendarObject.php +++ b/apps/dav/lib/CalDAV/CalendarObject.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Georg Ehrke * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/Plugin.php b/apps/dav/lib/CalDAV/Plugin.php index 647dbb5c58..167ea4ffd6 100644 --- a/apps/dav/lib/CalDAV/Plugin.php +++ b/apps/dav/lib/CalDAV/Plugin.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/CalDAV/PublicCalendar.php b/apps/dav/lib/CalDAV/PublicCalendar.php index 63cbdbfa11..e89ca4b691 100644 --- a/apps/dav/lib/CalDAV/PublicCalendar.php +++ b/apps/dav/lib/CalDAV/PublicCalendar.php @@ -2,21 +2,22 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV; diff --git a/apps/dav/lib/CalDAV/PublicCalendarObject.php b/apps/dav/lib/CalDAV/PublicCalendarObject.php index a4e33ca5ce..0121d38418 100644 --- a/apps/dav/lib/CalDAV/PublicCalendarObject.php +++ b/apps/dav/lib/CalDAV/PublicCalendarObject.php @@ -2,21 +2,22 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV; diff --git a/apps/dav/lib/CalDAV/PublicCalendarRoot.php b/apps/dav/lib/CalDAV/PublicCalendarRoot.php index 2065454988..1d0945fcdb 100644 --- a/apps/dav/lib/CalDAV/PublicCalendarRoot.php +++ b/apps/dav/lib/CalDAV/PublicCalendarRoot.php @@ -1,8 +1,12 @@ + * @author Lukas Reschke + * @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/Publishing/PublishPlugin.php b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php index 199bc67e61..5305981803 100644 --- a/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php +++ b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php @@ -1,21 +1,24 @@ - * * @copyright Copyright (c) 2016 Thomas Citharel + * + * @author Thomas Citharel + * @author Thomas Müller + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Publishing; diff --git a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php index 5adbe71c43..6d5e05e0cc 100644 --- a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php +++ b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php @@ -1,21 +1,23 @@ + * * @author Thomas Citharel * - * @copyright Copyright (c) 2016 Thomas Citharel * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Publishing\Xml; diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 889b085133..0702450eb8 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Georg Ehrke + * @author Joas Schilling + * @author Leon Klingele * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/Search/SearchPlugin.php b/apps/dav/lib/CalDAV/Search/SearchPlugin.php index 84e095da5f..92d88a387c 100644 --- a/apps/dav/lib/CalDAV/Search/SearchPlugin.php +++ b/apps/dav/lib/CalDAV/Search/SearchPlugin.php @@ -1,21 +1,24 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php index a2a3c910f0..373eabda2d 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php index f5de78b539..68850ab476 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php index 7257e1e72f..a0f4db8be8 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php index 1c443763da..a1ad91fe55 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php index 06b41d91c6..565800cd79 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php b/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php index 8779e2b394..856c63f2a7 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Filter; diff --git a/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php b/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php index 4d22f310c2..c47ee83ea6 100644 --- a/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php +++ b/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\DAV\CalDAV\Search\Xml\Request; diff --git a/apps/dav/lib/Capabilities.php b/apps/dav/lib/Capabilities.php index c6f63b3742..a301a39300 100644 --- a/apps/dav/lib/Capabilities.php +++ b/apps/dav/lib/Capabilities.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud GmbH * @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 eb5bebaa2e..a034f8b942 100644 --- a/apps/dav/lib/CardDAV/AddressBook.php +++ b/apps/dav/lib/CardDAV/AddressBook.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/AddressBookImpl.php b/apps/dav/lib/CardDAV/AddressBookImpl.php index c650f6c30b..c60378a07c 100644 --- a/apps/dav/lib/CardDAV/AddressBookImpl.php +++ b/apps/dav/lib/CardDAV/AddressBookImpl.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Georg Ehrke + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/AddressBookRoot.php b/apps/dav/lib/CardDAV/AddressBookRoot.php index 88435165a8..c52ee2d74f 100644 --- a/apps/dav/lib/CardDAV/AddressBookRoot.php +++ b/apps/dav/lib/CardDAV/AddressBookRoot.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index 7c73a2cb94..f01f3e753f 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -7,7 +7,12 @@ * @author Björn Schießle * @author Georg Ehrke * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Stefan Weil + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/ContactsManager.php b/apps/dav/lib/CardDAV/ContactsManager.php index b2e3544b28..878e84ee59 100644 --- a/apps/dav/lib/CardDAV/ContactsManager.php +++ b/apps/dav/lib/CardDAV/ContactsManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke + * @author Joas Schilling * @author Robin Appelman * @author Thomas Müller * diff --git a/apps/dav/lib/CardDAV/Converter.php b/apps/dav/lib/CardDAV/Converter.php index 9e106a0fe2..c3f27c0299 100644 --- a/apps/dav/lib/CardDAV/Converter.php +++ b/apps/dav/lib/CardDAV/Converter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/ImageExportPlugin.php b/apps/dav/lib/CardDAV/ImageExportPlugin.php index 747c879ecd..4227e24dfb 100644 --- a/apps/dav/lib/CardDAV/ImageExportPlugin.php +++ b/apps/dav/lib/CardDAV/ImageExportPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index c962591426..fa22aabf55 100644 --- a/apps/dav/lib/CardDAV/PhotoCache.php +++ b/apps/dav/lib/CardDAV/PhotoCache.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\CardDAV; use OCP\Files\IAppData; diff --git a/apps/dav/lib/CardDAV/Plugin.php b/apps/dav/lib/CardDAV/Plugin.php index 61b9915b1a..2dca3585f3 100644 --- a/apps/dav/lib/CardDAV/Plugin.php +++ b/apps/dav/lib/CardDAV/Plugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/SyncService.php b/apps/dav/lib/CardDAV/SyncService.php index b6f5775343..4a5e45ecb8 100644 --- a/apps/dav/lib/CardDAV/SyncService.php +++ b/apps/dav/lib/CardDAV/SyncService.php @@ -2,8 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle - * @author Roeland Jago Douma + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/UserAddressBooks.php b/apps/dav/lib/CardDAV/UserAddressBooks.php index 4c7626ba42..6a0394676a 100644 --- a/apps/dav/lib/CardDAV/UserAddressBooks.php +++ b/apps/dav/lib/CardDAV/UserAddressBooks.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Command/CreateCalendar.php b/apps/dav/lib/Command/CreateCalendar.php index adc86faa19..1ef859e063 100644 --- a/apps/dav/lib/Command/CreateCalendar.php +++ b/apps/dav/lib/Command/CreateCalendar.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Comments/CommentsPlugin.php b/apps/dav/lib/Comments/CommentsPlugin.php index 9b496ccf6e..d49dfdb14e 100644 --- a/apps/dav/lib/Comments/CommentsPlugin.php +++ b/apps/dav/lib/Comments/CommentsPlugin.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/LegacyDAVACL.php b/apps/dav/lib/Connector/LegacyDAVACL.php index 704b967a00..f96d75a248 100644 --- a/apps/dav/lib/Connector/LegacyDAVACL.php +++ b/apps/dav/lib/Connector/LegacyDAVACL.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/PublicAuth.php b/apps/dav/lib/Connector/PublicAuth.php index 5fca8d5c02..8d29704c97 100644 --- a/apps/dav/lib/Connector/PublicAuth.php +++ b/apps/dav/lib/Connector/PublicAuth.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/dav/lib/Connector/Sabre/Auth.php b/apps/dav/lib/Connector/Sabre/Auth.php index 9147e79594..456bb17138 100644 --- a/apps/dav/lib/Connector/Sabre/Auth.php +++ b/apps/dav/lib/Connector/Sabre/Auth.php @@ -11,6 +11,7 @@ * @author Markus Goetz * @author Michael Gapczynski * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/BearerAuth.php b/apps/dav/lib/Connector/Sabre/BearerAuth.php index b7fd9116f2..bf347b5dc8 100644 --- a/apps/dav/lib/Connector/Sabre/BearerAuth.php +++ b/apps/dav/lib/Connector/Sabre/BearerAuth.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/dav/lib/Connector/Sabre/CachingTree.php b/apps/dav/lib/Connector/Sabre/CachingTree.php index 80c8311fed..fd3319f9b4 100644 --- a/apps/dav/lib/Connector/Sabre/CachingTree.php +++ b/apps/dav/lib/Connector/Sabre/CachingTree.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php index 66d6b335f4..ac625c3a9a 100644 --- a/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php index f8193f38e1..f28f86e502 100644 --- a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +++ b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wickert * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php index ba7ea13c54..5721f48383 100644 --- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php @@ -2,9 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Morris Jobke - * @author Pierre Jochem - * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php b/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php index eb490851fc..4fa208d880 100644 --- a/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 478321d41f..f172bde5f1 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -12,8 +12,11 @@ * @author Owen Winkler * @author Robin Appelman * @author Roeland Jago Douma + * @author Semih Serhat Karakaya + * @author Stefan Schneider * @author Thomas Müller * @author Vincent Petry + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index 5655f0355a..daf9d2d211 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke + * @author Michael Jobst * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index 81c082b910..3e85615638 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php index c305fa63f6..21bffcdb29 100644 --- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php @@ -5,7 +5,6 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/Node.php b/apps/dav/lib/Connector/Sabre/Node.php index b6d4090bf8..b2e4c44909 100644 --- a/apps/dav/lib/Connector/Sabre/Node.php +++ b/apps/dav/lib/Connector/Sabre/Node.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Jakob Sack + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Klaas Freitag * @author Markus Goetz diff --git a/apps/dav/lib/Connector/Sabre/ObjectTree.php b/apps/dav/lib/Connector/Sabre/ObjectTree.php index a44b25c24c..41bfceeab9 100644 --- a/apps/dav/lib/Connector/Sabre/ObjectTree.php +++ b/apps/dav/lib/Connector/Sabre/ObjectTree.php @@ -3,11 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle - * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Connector/Sabre/Principal.php b/apps/dav/lib/Connector/Sabre/Principal.php index dfcbf1e1ca..b45807ff82 100644 --- a/apps/dav/lib/Connector/Sabre/Principal.php +++ b/apps/dav/lib/Connector/Sabre/Principal.php @@ -7,6 +7,7 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php index a41a4678f3..af45f52683 100644 --- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php @@ -3,8 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Felix Moeller - * @author Morris Jobke + * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * @author scambra * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/Server.php b/apps/dav/lib/Connector/Sabre/Server.php index 686b0ea760..d6576c0bf4 100644 --- a/apps/dav/lib/Connector/Sabre/Server.php +++ b/apps/dav/lib/Connector/Sabre/Server.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke + * @author Robin Appelman * @author scolebrook * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index 9b06ef0781..811a1fbfcb 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Maxence Lange + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/Sabre/TagsPlugin.php b/apps/dav/lib/Connector/Sabre/TagsPlugin.php index 490501a001..07e0f849a5 100644 --- a/apps/dav/lib/Connector/Sabre/TagsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/TagsPlugin.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Sergio Bertolín + * @author Thomas Citharel * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index ee0d040701..fac5c3090e 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -3,9 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Georg Ehrke * @author Robin Appelman * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/lib/DAV/GroupPrincipalBackend.php b/apps/dav/lib/DAV/GroupPrincipalBackend.php index f6295d3b38..1f182445db 100644 --- a/apps/dav/lib/DAV/GroupPrincipalBackend.php +++ b/apps/dav/lib/DAV/GroupPrincipalBackend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/DAV/PublicAuth.php b/apps/dav/lib/DAV/PublicAuth.php index ffc588c4a5..636039eeb3 100644 --- a/apps/dav/lib/DAV/PublicAuth.php +++ b/apps/dav/lib/DAV/PublicAuth.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 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 aa4b137f2b..141c54899a 100644 --- a/apps/dav/lib/DAV/Sharing/Backend.php +++ b/apps/dav/lib/DAV/Sharing/Backend.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/DAV/Sharing/Plugin.php b/apps/dav/lib/DAV/Sharing/Plugin.php index a1f034d54b..035923f1d6 100644 --- a/apps/dav/lib/DAV/Sharing/Plugin.php +++ b/apps/dav/lib/DAV/Sharing/Plugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/DAV/SystemPrincipalBackend.php b/apps/dav/lib/DAV/SystemPrincipalBackend.php index 8c19e92499..5b3346cf49 100644 --- a/apps/dav/lib/DAV/SystemPrincipalBackend.php +++ b/apps/dav/lib/DAV/SystemPrincipalBackend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Files/FileSearchBackend.php b/apps/dav/lib/Files/FileSearchBackend.php index 515e7ed012..9616d21b88 100644 --- a/apps/dav/lib/Files/FileSearchBackend.php +++ b/apps/dav/lib/Files/FileSearchBackend.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/dav/lib/Files/FilesHome.php b/apps/dav/lib/Files/FilesHome.php index 8768d6313b..8820ef6ffb 100644 --- a/apps/dav/lib/Files/FilesHome.php +++ b/apps/dav/lib/Files/FilesHome.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Files/RootCollection.php b/apps/dav/lib/Files/RootCollection.php index 66e3160eaf..28f98483c4 100644 --- a/apps/dav/lib/Files/RootCollection.php +++ b/apps/dav/lib/Files/RootCollection.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php index 624e45dc55..1e808e5865 100644 --- a/apps/dav/lib/HookManager.php +++ b/apps/dav/lib/HookManager.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Robin Appelman + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Migration/BuildCalendarSearchIndex.php b/apps/dav/lib/Migration/BuildCalendarSearchIndex.php index da4b4f4fe8..f2f69e9fec 100644 --- a/apps/dav/lib/Migration/BuildCalendarSearchIndex.php +++ b/apps/dav/lib/Migration/BuildCalendarSearchIndex.php @@ -2,7 +2,7 @@ /** * @copyright 2017 Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php b/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php index a4fa2c63e0..a35f91a792 100644 --- a/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php +++ b/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php @@ -2,7 +2,7 @@ /** * @copyright 2017 Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php b/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php index 03bd298ff1..d878f07d12 100644 --- a/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php +++ b/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/Migration/Version1004Date20170825134824.php b/apps/dav/lib/Migration/Version1004Date20170825134824.php index b99f51322c..dceb1ffbbd 100644 --- a/apps/dav/lib/Migration/Version1004Date20170825134824.php +++ b/apps/dav/lib/Migration/Version1004Date20170825134824.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/Migration/Version1004Date20170919104507.php b/apps/dav/lib/Migration/Version1004Date20170919104507.php index 3a0fb1ab90..75ed07130f 100644 --- a/apps/dav/lib/Migration/Version1004Date20170919104507.php +++ b/apps/dav/lib/Migration/Version1004Date20170919104507.php @@ -1,4 +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 . + * + */ namespace OCA\DAV\Migration; use Doctrine\DBAL\Schema\Schema; diff --git a/apps/dav/lib/Migration/Version1004Date20170926103422.php b/apps/dav/lib/Migration/Version1004Date20170926103422.php index 76adc8fe6a..16c945fe1a 100644 --- a/apps/dav/lib/Migration/Version1004Date20170926103422.php +++ b/apps/dav/lib/Migration/Version1004Date20170926103422.php @@ -1,4 +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 . + * + */ namespace OCA\DAV\Migration; use Doctrine\DBAL\Schema\Schema; diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php index dfe55959a9..270494c4e8 100644 --- a/apps/dav/lib/Server.php +++ b/apps/dav/lib/Server.php @@ -3,11 +3,15 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Christoph Wurst * @author Georg Ehrke + * @author Joas Schilling + * @author Leon Klingele * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma + * @author Thomas Citharel * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/Settings/CalDAVSettings.php b/apps/dav/lib/Settings/CalDAVSettings.php index 1c85d19432..fcdb65e80b 100644 --- a/apps/dav/lib/Settings/CalDAVSettings.php +++ b/apps/dav/lib/Settings/CalDAVSettings.php @@ -2,7 +2,7 @@ /** * @copyright 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/SystemTag/SystemTagNode.php b/apps/dav/lib/SystemTag/SystemTagNode.php index bd21082f78..b825820aa9 100644 --- a/apps/dav/lib/SystemTag/SystemTagNode.php +++ b/apps/dav/lib/SystemTag/SystemTagNode.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Vincent Petry * diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index 5d54a7f443..9e1dee38fb 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/dav/lib/Upload/AssemblyStream.php b/apps/dav/lib/Upload/AssemblyStream.php index 4b327cecaa..e20d8f9adb 100644 --- a/apps/dav/lib/Upload/AssemblyStream.php +++ b/apps/dav/lib/Upload/AssemblyStream.php @@ -3,7 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Markus Goetz + * @author Robin Appelman * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Upload/UploadHome.php b/apps/dav/lib/Upload/UploadHome.php index df458e8bc4..9f4ae0e8a2 100644 --- a/apps/dav/lib/Upload/UploadHome.php +++ b/apps/dav/lib/Upload/UploadHome.php @@ -4,6 +4,7 @@ * * @author Lukas Reschke * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php index 5776b93912..89c972acd2 100644 --- a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php +++ b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Avatars/AvatarHomeTest.php b/apps/dav/tests/unit/Avatars/AvatarHomeTest.php index f9e1ab5687..102ede0c19 100644 --- a/apps/dav/tests/unit/Avatars/AvatarHomeTest.php +++ b/apps/dav/tests/unit/Avatars/AvatarHomeTest.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2017, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/Avatars/AvatarNodeTest.php b/apps/dav/tests/unit/Avatars/AvatarNodeTest.php index 8e56ea6f6d..98a868aa14 100644 --- a/apps/dav/tests/unit/Avatars/AvatarNodeTest.php +++ b/apps/dav/tests/unit/Avatars/AvatarNodeTest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2017, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php index eef69aadf4..ee9c23be6b 100644 --- a/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php +++ b/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke + * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php index dd48d8172d..16b2b8a616 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php b/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php index 895a404acf..0fdd50b54c 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/Activity/Filter/GenericTest.php b/apps/dav/tests/unit/CalDAV/Activity/Filter/GenericTest.php index 533f88747c..8f495698d0 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Filter/GenericTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Filter/GenericTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php b/apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php index 54a5a6f5f9..f060e7a0b3 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Filter/TodoTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php b/apps/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php index adffaf27de..affc1909e3 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Provider/BaseTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/Activity/Setting/GenericTest.php b/apps/dav/tests/unit/CalDAV/Activity/Setting/GenericTest.php index 54c7a54baf..73ddebeccc 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Setting/GenericTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Setting/GenericTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index 50c8b39484..22a9e22ebd 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -3,10 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017 Georg Ehrke * + * @author Georg Ehrke * @author Joas Schilling + * @author Robin Appelman * @author Thomas Citharel * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/CalDAV/CalendarTest.php b/apps/dav/tests/unit/CalDAV/CalendarTest.php index 3fb29fd0c6..6e8a58e7ae 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarTest.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CalDAV/PluginTest.php b/apps/dav/tests/unit/CalDAV/PluginTest.php index d0330af402..7d283b6d1e 100644 --- a/apps/dav/tests/unit/CalDAV/PluginTest.php +++ b/apps/dav/tests/unit/CalDAV/PluginTest.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/dav/tests/unit/CalDAV/PublicCalendarRootTest.php b/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php index 29ab503e08..2ce5df3c82 100644 --- a/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php +++ b/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php @@ -1,5 +1,30 @@ + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Thomas Citharel + * @author Thomas Müller + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\Tests\unit\CalDAV; use OCA\DAV\CalDAV\Calendar; diff --git a/apps/dav/tests/unit/CalDAV/PublicCalendarTest.php b/apps/dav/tests/unit/CalDAV/PublicCalendarTest.php index 03cbf71d6c..b6d65f7497 100644 --- a/apps/dav/tests/unit/CalDAV/PublicCalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/PublicCalendarTest.php @@ -2,21 +2,23 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke + * @author Joas Schilling * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php index b6b1e4381b..5b71fdcac8 100644 --- a/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php +++ b/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\Tests\unit\CalDAV\Publishing; use OCA\DAV\CalDAV\Publishing\Xml\Publisher; diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php index b60c567e9f..efdafe8bc3 100644 --- a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php +++ b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php @@ -1,5 +1,26 @@ + * @author Thomas Citharel + * + * @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 . + * + */ namespace OCA\DAV\Tests\unit\CalDAV\Publishing; use OCA\DAV\CalDAV\Calendar; diff --git a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php index 664e33dfd0..59dfa1c5e6 100644 --- a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php @@ -3,9 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Georg Ehrke * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller - * @author Georg Ehrke * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php b/apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php index 6df8d2da2a..243077063a 100644 --- a/apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Schedule/PluginTest.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/dav/tests/unit/CalDAV/Search/Request/CalendarSearchReportTest.php b/apps/dav/tests/unit/CalDAV/Search/Request/CalendarSearchReportTest.php index 20bac8aa9f..1a12670ce0 100644 --- a/apps/dav/tests/unit/CalDAV/Search/Request/CalendarSearchReportTest.php +++ b/apps/dav/tests/unit/CalDAV/Search/Request/CalendarSearchReportTest.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php b/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php index fc647bb5da..d76b384adc 100644 --- a/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php @@ -1,21 +1,23 @@ - * * @copyright Copyright (c) 2017 Georg Ehrke + * + * @author Georg Ehrke + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/dav/tests/unit/CapabilitiesTest.php b/apps/dav/tests/unit/CapabilitiesTest.php index 718f2e5d72..e8c1a778ee 100644 --- a/apps/dav/tests/unit/CapabilitiesTest.php +++ b/apps/dav/tests/unit/CapabilitiesTest.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/dav/tests/unit/CardDAV/AddressBookTest.php b/apps/dav/tests/unit/CardDAV/AddressBookTest.php index 0e3d7c6f9b..8fa6023f0d 100644 --- a/apps/dav/tests/unit/CardDAV/AddressBookTest.php +++ b/apps/dav/tests/unit/CardDAV/AddressBookTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php b/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php index a8c0ce9d9c..3e1059da8b 100644 --- a/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php +++ b/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php @@ -7,6 +7,10 @@ * @author Björn Schießle * @author Georg Ehrke * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Morris Jobke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php b/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php index 7a773ac999..606eedfb63 100644 --- a/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php +++ b/apps/dav/tests/unit/CardDAV/ContactsManagerTest.php @@ -4,6 +4,7 @@ * * @author Georg Ehrke * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CardDAV/ConverterTest.php b/apps/dav/tests/unit/CardDAV/ConverterTest.php index 9ab0631e93..757d69659e 100644 --- a/apps/dav/tests/unit/CardDAV/ConverterTest.php +++ b/apps/dav/tests/unit/CardDAV/ConverterTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php index e773e41ba5..0c0e714c1c 100644 --- a/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php +++ b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke + * @author Lukas Reschke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php index 4d4070511b..9dbeee2434 100644 --- a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php index debc923806..a7026cfb34 100644 --- a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php @@ -2,8 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Björn Schießle + * @author Bjoern Schiessle * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index a0ff029efa..f38546f329 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php index e0f7a09a50..c713a2d0cd 100644 --- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php +++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Comments/EntityCollectionTest.php b/apps/dav/tests/unit/Comments/EntityCollectionTest.php index 0cac135843..2657e117b1 100644 --- a/apps/dav/tests/unit/Comments/EntityCollectionTest.php +++ b/apps/dav/tests/unit/Comments/EntityCollectionTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php b/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php index c63d95ad53..9add05ee63 100644 --- a/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php +++ b/apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Comments/RootCollectionTest.php b/apps/dav/tests/unit/Comments/RootCollectionTest.php index 05fb94239b..fde74dc46e 100644 --- a/apps/dav/tests/unit/Comments/RootCollectionTest.php +++ b/apps/dav/tests/unit/Comments/RootCollectionTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/PublicAuthTest.php b/apps/dav/tests/unit/Connector/PublicAuthTest.php index dbb39bac6d..5f35182fa2 100644 --- a/apps/dav/tests/unit/Connector/PublicAuthTest.php +++ b/apps/dav/tests/unit/Connector/PublicAuthTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/AuthTest.php b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php index 34998745f7..f94afb257d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/AuthTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php @@ -6,6 +6,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php b/apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php index 04bb035a63..9b3163d110 100644 --- a/apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/BearerAuthTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php index e80d12979e..e6482de887 100644 --- a/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php index c31a3af980..afb72b0977 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php index f44a4abf63..580558b951 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php index c96915244f..cbde8c2ef6 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php index d5da0dce0d..e72987ef02 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php index fa6f849f12..aec7032878 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php index 83a51ddd86..9cfb2c465e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php index e42bb1704f..d8fce27e9e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php index bf9daebdc5..4d106842cf 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php index e3cf1ff445..3372f99e95 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Markus Goetz + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index c46e4b1480..b6290719e7 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php index b028cb8e6a..d4cc00f158 100644 --- a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Roeland Jago Douma + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php index fe6cbd9782..d496455712 100644 --- a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php index d1b37541dc..a8fbcb39a8 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php index 8d7485769f..5b77a0694f 100644 --- a/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php index 927178996c..8d3cf3620e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php index 35fd83f1fe..5e59524d14 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/DeleteTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionMasterKeyUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionMasterKeyUploadTest.php index 480baab6ba..264d8b69fe 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionMasterKeyUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionMasterKeyUploadTest.php @@ -2,9 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Joas Schilling - * @author Robin Appelman - * @author Thomas Müller + * @author Bjoern Schiessle * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php index c0cba12138..448a21c198 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling * @author Robin Appelman * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php index ec4652a3af..88b6316b68 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php index aec467dd50..a869e68fbb 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php index 57be6e5a9e..63b84eb5c6 100644 --- a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Maxence Lange + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php index af15631088..37b35bc017 100644 --- a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php b/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php index 32f19e9ddb..6d130a9c79 100644 --- a/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php +++ b/apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php index 780324abaa..70e08d4474 100644 --- a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php index 180fc31040..214054176a 100644 --- a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php +++ b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/DAV/HookManagerTest.php b/apps/dav/tests/unit/DAV/HookManagerTest.php index 3296d550a6..25219b7a8f 100644 --- a/apps/dav/tests/unit/DAV/HookManagerTest.php +++ b/apps/dav/tests/unit/DAV/HookManagerTest.php @@ -2,7 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Lukas Reschke + * @author Morris Jobke + * @author Robin Appelman + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/DAV/Sharing/PluginTest.php b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php index d6291467e4..c3b4159036 100644 --- a/apps/dav/tests/unit/DAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php index 71bdfb3b2b..5833847cfe 100644 --- a/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php +++ b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Files/FileSearchBackendTest.php b/apps/dav/tests/unit/Files/FileSearchBackendTest.php index 28b6f08271..14df99a278 100644 --- a/apps/dav/tests/unit/Files/FileSearchBackendTest.php +++ b/apps/dav/tests/unit/Files/FileSearchBackendTest.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Morris Jobke + * @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/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php b/apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php index bf1f708e69..2c77078bb5 100644 --- a/apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php +++ b/apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php @@ -2,7 +2,7 @@ /** * @copyright 2016, Roeland Jago Douma * - * @author Roeland Jago Douma + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/ServerTest.php b/apps/dav/tests/unit/ServerTest.php index 1b430b0f19..d502b24adc 100644 --- a/apps/dav/tests/unit/ServerTest.php +++ b/apps/dav/tests/unit/ServerTest.php @@ -6,6 +6,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php b/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php index 8ee5810748..198c4d16af 100644 --- a/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php +++ b/apps/dav/tests/unit/Settings/CalDAVSettingsTest.php @@ -2,7 +2,7 @@ /** * @copyright 2017, Georg Ehrke * - * @author Georg Ehrke + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php index f67160af8d..8992cb78d0 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php index dd6892fe6e..18c774883c 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php index b231577845..7e1f34a5eb 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php index ec52de0536..840b36e3f1 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php index f99e4df1f6..4795d54e84 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php index 0dc7ace2b8..877fe56c6d 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/dav/tests/unit/Upload/AssemblyStreamTest.php b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php index 0396f80c9f..de60b94168 100644 --- a/apps/dav/tests/unit/Upload/AssemblyStreamTest.php +++ b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php @@ -4,7 +4,10 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Markus Goetz + * @author Morris Jobke * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Upload/FutureFileTest.php b/apps/dav/tests/unit/Upload/FutureFileTest.php index 1066991253..1f20642ff0 100644 --- a/apps/dav/tests/unit/Upload/FutureFileTest.php +++ b/apps/dav/tests/unit/Upload/FutureFileTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 4f54f0e725..63e9947660 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * diff --git a/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index dd9d173c8e..2130044d1f 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller diff --git a/apps/encryption/lib/Command/DisableMasterKey.php b/apps/encryption/lib/Command/DisableMasterKey.php index 97c2ad40b6..230de754bf 100644 --- a/apps/encryption/lib/Command/DisableMasterKey.php +++ b/apps/encryption/lib/Command/DisableMasterKey.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/encryption/lib/Command/MigrateKeys.php b/apps/encryption/lib/Command/MigrateKeys.php index 1cdd76795d..18eb6e710a 100644 --- a/apps/encryption/lib/Command/MigrateKeys.php +++ b/apps/encryption/lib/Command/MigrateKeys.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/encryption/lib/Controller/StatusController.php b/apps/encryption/lib/Controller/StatusController.php index 9ec9fd1234..b133d5b2e5 100644 --- a/apps/encryption/lib/Controller/StatusController.php +++ b/apps/encryption/lib/Controller/StatusController.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/lib/Crypto/Crypt.php b/apps/encryption/lib/Crypto/Crypt.php index 6e1b7387c8..090ca6184d 100644 --- a/apps/encryption/lib/Crypto/Crypt.php +++ b/apps/encryption/lib/Crypto/Crypt.php @@ -2,10 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/lib/Crypto/EncryptAll.php b/apps/encryption/lib/Crypto/EncryptAll.php index 2afab22d52..c2619dc8ef 100644 --- a/apps/encryption/lib/Crypto/EncryptAll.php +++ b/apps/encryption/lib/Crypto/EncryptAll.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Kenneth Newwood * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index 4d20c103a5..bd75e4ae10 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -2,11 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/lib/Hooks/UserHooks.php b/apps/encryption/lib/Hooks/UserHooks.php index a08796aee5..1dade9f782 100644 --- a/apps/encryption/lib/Hooks/UserHooks.php +++ b/apps/encryption/lib/Hooks/UserHooks.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/lib/KeyManager.php b/apps/encryption/lib/KeyManager.php index 6039aaaaa0..d25a25cdcb 100644 --- a/apps/encryption/lib/KeyManager.php +++ b/apps/encryption/lib/KeyManager.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/encryption/lib/Migration.php b/apps/encryption/lib/Migration.php index 656cab6a1e..35f35a1520 100644 --- a/apps/encryption/lib/Migration.php +++ b/apps/encryption/lib/Migration.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/encryption/lib/Migration/SetMasterKeyStatus.php b/apps/encryption/lib/Migration/SetMasterKeyStatus.php index a21d0acae2..2c515fd5f7 100644 --- a/apps/encryption/lib/Migration/SetMasterKeyStatus.php +++ b/apps/encryption/lib/Migration/SetMasterKeyStatus.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/encryption/lib/Session.php b/apps/encryption/lib/Session.php index a61ee25fad..c8f6ac6d0d 100644 --- a/apps/encryption/lib/Session.php +++ b/apps/encryption/lib/Session.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Lukas Reschke diff --git a/apps/encryption/lib/Util.php b/apps/encryption/lib/Util.php index d6ae9bd7e5..5926817dc4 100644 --- a/apps/encryption/lib/Util.php +++ b/apps/encryption/lib/Util.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Phil Davis diff --git a/apps/encryption/tests/Command/TestEnableMasterKey.php b/apps/encryption/tests/Command/TestEnableMasterKey.php index 58118db8c5..3b58148f37 100644 --- a/apps/encryption/tests/Command/TestEnableMasterKey.php +++ b/apps/encryption/tests/Command/TestEnableMasterKey.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Controller/RecoveryControllerTest.php b/apps/encryption/tests/Controller/RecoveryControllerTest.php index 7ab3bc7eeb..c38436e68e 100644 --- a/apps/encryption/tests/Controller/RecoveryControllerTest.php +++ b/apps/encryption/tests/Controller/RecoveryControllerTest.php @@ -4,6 +4,7 @@ * * @author Clark Tomlinson * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Controller/SettingsControllerTest.php b/apps/encryption/tests/Controller/SettingsControllerTest.php index aceb94b23f..b12652b51c 100644 --- a/apps/encryption/tests/Controller/SettingsControllerTest.php +++ b/apps/encryption/tests/Controller/SettingsControllerTest.php @@ -4,6 +4,8 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Controller/StatusControllerTest.php b/apps/encryption/tests/Controller/StatusControllerTest.php index d72fcd1ac3..0dc04b0ba1 100644 --- a/apps/encryption/tests/Controller/StatusControllerTest.php +++ b/apps/encryption/tests/Controller/StatusControllerTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Crypto/CryptTest.php b/apps/encryption/tests/Crypto/CryptTest.php index ace4453a80..9645dc3cce 100644 --- a/apps/encryption/tests/Crypto/CryptTest.php +++ b/apps/encryption/tests/Crypto/CryptTest.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Crypto/DecryptAllTest.php b/apps/encryption/tests/Crypto/DecryptAllTest.php index 99b1b47ba8..c14549bb96 100644 --- a/apps/encryption/tests/Crypto/DecryptAllTest.php +++ b/apps/encryption/tests/Crypto/DecryptAllTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Crypto/EncryptAllTest.php b/apps/encryption/tests/Crypto/EncryptAllTest.php index 38b64a8b6b..0d894ab6fd 100644 --- a/apps/encryption/tests/Crypto/EncryptAllTest.php +++ b/apps/encryption/tests/Crypto/EncryptAllTest.php @@ -4,6 +4,9 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Kenneth Newwood + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Crypto/EncryptionTest.php b/apps/encryption/tests/Crypto/EncryptionTest.php index 42da71b0eb..3e47b4b075 100644 --- a/apps/encryption/tests/Crypto/EncryptionTest.php +++ b/apps/encryption/tests/Crypto/EncryptionTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/HookManagerTest.php b/apps/encryption/tests/HookManagerTest.php index 109afb1ef8..0b0c09bbf7 100644 --- a/apps/encryption/tests/HookManagerTest.php +++ b/apps/encryption/tests/HookManagerTest.php @@ -4,6 +4,8 @@ * * @author Clark Tomlinson * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Hooks/UserHooksTest.php b/apps/encryption/tests/Hooks/UserHooksTest.php index f4c7a5ae0f..f951ddb37f 100644 --- a/apps/encryption/tests/Hooks/UserHooksTest.php +++ b/apps/encryption/tests/Hooks/UserHooksTest.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/KeyManagerTest.php b/apps/encryption/tests/KeyManagerTest.php index 721b7f53a0..7af9e39e95 100644 --- a/apps/encryption/tests/KeyManagerTest.php +++ b/apps/encryption/tests/KeyManagerTest.php @@ -2,11 +2,15 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/MigrationTest.php b/apps/encryption/tests/MigrationTest.php index 71d2f52dd5..3854a82180 100644 --- a/apps/encryption/tests/MigrationTest.php +++ b/apps/encryption/tests/MigrationTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/encryption/tests/RecoveryTest.php b/apps/encryption/tests/RecoveryTest.php index 2dda774565..b83b71737f 100644 --- a/apps/encryption/tests/RecoveryTest.php +++ b/apps/encryption/tests/RecoveryTest.php @@ -6,6 +6,8 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/SessionTest.php b/apps/encryption/tests/SessionTest.php index 3000fedf2c..7bced19679 100644 --- a/apps/encryption/tests/SessionTest.php +++ b/apps/encryption/tests/SessionTest.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/tests/Settings/AdminTest.php b/apps/encryption/tests/Settings/AdminTest.php index 5fe3fe956e..9afc024dfc 100644 --- a/apps/encryption/tests/Settings/AdminTest.php +++ b/apps/encryption/tests/Settings/AdminTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/encryption/tests/Users/SetupTest.php b/apps/encryption/tests/Users/SetupTest.php index 27866ef392..f61969039a 100644 --- a/apps/encryption/tests/Users/SetupTest.php +++ b/apps/encryption/tests/Users/SetupTest.php @@ -5,6 +5,8 @@ * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/UtilTest.php b/apps/encryption/tests/UtilTest.php index e59565d3b8..1777d1f8f1 100644 --- a/apps/encryption/tests/UtilTest.php +++ b/apps/encryption/tests/UtilTest.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index 62265ff064..f941987365 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -4,6 +4,8 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/appinfo/routes.php b/apps/federatedfilesharing/appinfo/routes.php index 3c1272840e..9dafbfdc77 100644 --- a/apps/federatedfilesharing/appinfo/routes.php +++ b/apps/federatedfilesharing/appinfo/routes.php @@ -4,6 +4,8 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Robin Appelman + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/federatedfilesharing/lib/AddressHandler.php b/apps/federatedfilesharing/lib/AddressHandler.php index 6c59df0686..78234f17ed 100644 --- a/apps/federatedfilesharing/lib/AddressHandler.php +++ b/apps/federatedfilesharing/lib/AddressHandler.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php index a2e2f76186..ba0126c3fa 100644 --- a/apps/federatedfilesharing/lib/AppInfo/Application.php +++ b/apps/federatedfilesharing/lib/AppInfo/Application.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php index bb07c2717f..bd0990e37c 100644 --- a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php +++ b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php @@ -2,7 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php index 09bc7333c1..19f98b264e 100644 --- a/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php +++ b/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php @@ -3,8 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Björn Schießle * + * @author Allan Nordhøy * @author Bjoern Schiessle * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php b/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php index 529d7f7db6..e0985f9aef 100644 --- a/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php +++ b/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php @@ -3,10 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php index 60a54c6ca3..27606c5fde 100644 --- a/apps/federatedfilesharing/lib/FederatedShareProvider.php +++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php @@ -4,6 +4,9 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index 5abac71198..6f3f699e5c 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -4,9 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle - * @author Joas Schilling * @author Lukas Reschke - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/Notifier.php b/apps/federatedfilesharing/lib/Notifier.php index 2b7c9f78a7..03491f20af 100644 --- a/apps/federatedfilesharing/lib/Notifier.php +++ b/apps/federatedfilesharing/lib/Notifier.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/lib/Settings/Admin.php b/apps/federatedfilesharing/lib/Settings/Admin.php index 47470fd584..cbeaa167ff 100644 --- a/apps/federatedfilesharing/lib/Settings/Admin.php +++ b/apps/federatedfilesharing/lib/Settings/Admin.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/federatedfilesharing/lib/Settings/Personal.php b/apps/federatedfilesharing/lib/Settings/Personal.php index 13e96cf872..e7522d0c96 100644 --- a/apps/federatedfilesharing/lib/Settings/Personal.php +++ b/apps/federatedfilesharing/lib/Settings/Personal.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Marin Treselj * * @license GNU AGPL version 3 or any later version * diff --git a/apps/federatedfilesharing/tests/AddressHandlerTest.php b/apps/federatedfilesharing/tests/AddressHandlerTest.php index a9c5cedf49..358bef428b 100644 --- a/apps/federatedfilesharing/tests/AddressHandlerTest.php +++ b/apps/federatedfilesharing/tests/AddressHandlerTest.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php index cef341fdc8..e4556972b1 100644 --- a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php +++ b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php @@ -5,6 +5,8 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Morris Jobke + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php index 585102d687..d04c75b9a8 100644 --- a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php +++ b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php @@ -2,11 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php index aa81eef9e6..0a6d95d9d9 100644 --- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php +++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/federatedfilesharing/tests/NotificationsTest.php b/apps/federatedfilesharing/tests/NotificationsTest.php index 4f70d5f395..c2ad1b2030 100644 --- a/apps/federatedfilesharing/tests/NotificationsTest.php +++ b/apps/federatedfilesharing/tests/NotificationsTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/tests/Settings/AdminTest.php b/apps/federatedfilesharing/tests/Settings/AdminTest.php index 183cd05568..debd2bec63 100644 --- a/apps/federatedfilesharing/tests/Settings/AdminTest.php +++ b/apps/federatedfilesharing/tests/Settings/AdminTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/federatedfilesharing/tests/TestCase.php b/apps/federatedfilesharing/tests/TestCase.php index b31772e4e9..35fbd97803 100644 --- a/apps/federatedfilesharing/tests/TestCase.php +++ b/apps/federatedfilesharing/tests/TestCase.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/federatedfilesharing/tests/TokenHandlerTest.php b/apps/federatedfilesharing/tests/TokenHandlerTest.php index 2025b90e00..aca6c3d26c 100644 --- a/apps/federatedfilesharing/tests/TokenHandlerTest.php +++ b/apps/federatedfilesharing/tests/TokenHandlerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/federation/appinfo/routes.php b/apps/federation/appinfo/routes.php index 01c37eab58..065be94f36 100644 --- a/apps/federation/appinfo/routes.php +++ b/apps/federation/appinfo/routes.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federation/lib/AppInfo/Application.php b/apps/federation/lib/AppInfo/Application.php index 38bbe293a5..ea8116e435 100644 --- a/apps/federation/lib/AppInfo/Application.php +++ b/apps/federation/lib/AppInfo/Application.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Robin Appelman + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/BackgroundJob/GetSharedSecret.php b/apps/federation/lib/BackgroundJob/GetSharedSecret.php index bf9f58999d..a3b087e12f 100644 --- a/apps/federation/lib/BackgroundJob/GetSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/GetSharedSecret.php @@ -2,9 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index 7effb838d8..0ba4e37f75 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -2,9 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/Command/SyncFederationAddressBooks.php b/apps/federation/lib/Command/SyncFederationAddressBooks.php index db332d3d7a..3b1f95b050 100644 --- a/apps/federation/lib/Command/SyncFederationAddressBooks.php +++ b/apps/federation/lib/Command/SyncFederationAddressBooks.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/federation/lib/Controller/OCSAuthAPIController.php b/apps/federation/lib/Controller/OCSAuthAPIController.php index b0594877b2..a1284a4e3a 100644 --- a/apps/federation/lib/Controller/OCSAuthAPIController.php +++ b/apps/federation/lib/Controller/OCSAuthAPIController.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/federation/lib/Controller/SettingsController.php b/apps/federation/lib/Controller/SettingsController.php index 68267dcb73..6e64200dc8 100644 --- a/apps/federation/lib/Controller/SettingsController.php +++ b/apps/federation/lib/Controller/SettingsController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Morris Jobke * diff --git a/apps/federation/lib/DbHandler.php b/apps/federation/lib/DbHandler.php index 04968daf0f..abfb4c2f1b 100644 --- a/apps/federation/lib/DbHandler.php +++ b/apps/federation/lib/DbHandler.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/apps/federation/lib/Middleware/AddServerMiddleware.php b/apps/federation/lib/Middleware/AddServerMiddleware.php index 082596216c..247cc95883 100644 --- a/apps/federation/lib/Middleware/AddServerMiddleware.php +++ b/apps/federation/lib/Middleware/AddServerMiddleware.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/SyncFederationAddressBooks.php b/apps/federation/lib/SyncFederationAddressBooks.php index 87419a5ba5..b5cd9a574c 100644 --- a/apps/federation/lib/SyncFederationAddressBooks.php +++ b/apps/federation/lib/SyncFederationAddressBooks.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Lukas Reschke * @author Thomas Müller diff --git a/apps/federation/lib/SyncJob.php b/apps/federation/lib/SyncJob.php index 2e5d1578ba..0aa1d61aff 100644 --- a/apps/federation/lib/SyncJob.php +++ b/apps/federation/lib/SyncJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/lib/TrustedServers.php b/apps/federation/lib/TrustedServers.php index 067cf671a9..79cf86ab67 100644 --- a/apps/federation/lib/TrustedServers.php +++ b/apps/federation/lib/TrustedServers.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php index 8759392cae..fca64faebe 100644 --- a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php +++ b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php index 276180e513..33133e3b12 100644 --- a/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php +++ b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php index ef6c7c80bf..b489bc16e5 100644 --- a/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php +++ b/apps/federation/tests/Controller/OCSAuthAPIControllerTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federation/tests/Controller/SettingsControllerTest.php b/apps/federation/tests/Controller/SettingsControllerTest.php index 2f93ebfeaa..f023274e3e 100644 --- a/apps/federation/tests/Controller/SettingsControllerTest.php +++ b/apps/federation/tests/Controller/SettingsControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/federation/tests/DbHandlerTest.php b/apps/federation/tests/DbHandlerTest.php index d9f9cf162b..8a1b9e3275 100644 --- a/apps/federation/tests/DbHandlerTest.php +++ b/apps/federation/tests/DbHandlerTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/tests/Middleware/AddServerMiddlewareTest.php b/apps/federation/tests/Middleware/AddServerMiddlewareTest.php index 6c502c66f5..4620234d68 100644 --- a/apps/federation/tests/Middleware/AddServerMiddlewareTest.php +++ b/apps/federation/tests/Middleware/AddServerMiddlewareTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/federation/tests/SyncFederationAddressbooksTest.php b/apps/federation/tests/SyncFederationAddressbooksTest.php index 9ce5efeb45..3ee12c8830 100644 --- a/apps/federation/tests/SyncFederationAddressbooksTest.php +++ b/apps/federation/tests/SyncFederationAddressbooksTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/federation/tests/TrustedServersTest.php b/apps/federation/tests/TrustedServersTest.php index 5995c5e446..c350796a01 100644 --- a/apps/federation/tests/TrustedServersTest.php +++ b/apps/federation/tests/TrustedServersTest.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index 7c33cdec6d..cc9ae7d566 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -5,6 +5,7 @@ * @author Andreas Fischer * @author Björn Schießle * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 63acda3a70..6624740b93 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -2,11 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 06d8d39585..28bc60a31a 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Christoph Wurst * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Tom Needham diff --git a/apps/files/lib/Activity/FavoriteProvider.php b/apps/files/lib/Activity/FavoriteProvider.php index 318ce66e67..787978babe 100644 --- a/apps/files/lib/Activity/FavoriteProvider.php +++ b/apps/files/lib/Activity/FavoriteProvider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Filter/Favorites.php b/apps/files/lib/Activity/Filter/Favorites.php index 2639ae847f..0cb03eec2b 100644 --- a/apps/files/lib/Activity/Filter/Favorites.php +++ b/apps/files/lib/Activity/Filter/Favorites.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Filter/FileChanges.php b/apps/files/lib/Activity/Filter/FileChanges.php index d8d1a69881..122dc4250f 100644 --- a/apps/files/lib/Activity/Filter/FileChanges.php +++ b/apps/files/lib/Activity/Filter/FileChanges.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Provider.php b/apps/files/lib/Activity/Provider.php index 736b930b7a..3da1f3c115 100644 --- a/apps/files/lib/Activity/Provider.php +++ b/apps/files/lib/Activity/Provider.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Morris Jobke + * * @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/lib/Activity/Settings/FavoriteAction.php b/apps/files/lib/Activity/Settings/FavoriteAction.php index 509c0883e1..8f798d6e5d 100644 --- a/apps/files/lib/Activity/Settings/FavoriteAction.php +++ b/apps/files/lib/Activity/Settings/FavoriteAction.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Settings/FileChanged.php b/apps/files/lib/Activity/Settings/FileChanged.php index 1c20fb6f01..f89c088e1b 100644 --- a/apps/files/lib/Activity/Settings/FileChanged.php +++ b/apps/files/lib/Activity/Settings/FileChanged.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Settings/FileCreated.php b/apps/files/lib/Activity/Settings/FileCreated.php index dfde00ae7e..945d25806a 100644 --- a/apps/files/lib/Activity/Settings/FileCreated.php +++ b/apps/files/lib/Activity/Settings/FileCreated.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Settings/FileDeleted.php b/apps/files/lib/Activity/Settings/FileDeleted.php index 256e412b3f..34ecc7cb2d 100644 --- a/apps/files/lib/Activity/Settings/FileDeleted.php +++ b/apps/files/lib/Activity/Settings/FileDeleted.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Settings/FileFavorite.php b/apps/files/lib/Activity/Settings/FileFavorite.php index b2f20688df..ae0a4cae67 100644 --- a/apps/files/lib/Activity/Settings/FileFavorite.php +++ b/apps/files/lib/Activity/Settings/FileFavorite.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/Activity/Settings/FileRestored.php b/apps/files/lib/Activity/Settings/FileRestored.php index bac5485f5e..76f2cca588 100644 --- a/apps/files/lib/Activity/Settings/FileRestored.php +++ b/apps/files/lib/Activity/Settings/FileRestored.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/lib/App.php b/apps/files/lib/App.php index 34d3ab4384..ca4b0b7f4f 100644 --- a/apps/files/lib/App.php +++ b/apps/files/lib/App.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christopher Schäpers + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index 43c977655c..7042af10ca 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Joas Schilling + * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Vincent Petry diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php index 7212717ee4..841b36fa11 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -1,6 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files\Command; use Doctrine\DBAL\Connection; diff --git a/apps/files/lib/Command/TransferOwnership.php b/apps/files/lib/Command/TransferOwnership.php index aa07cf9de9..d175f66d17 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -4,7 +4,11 @@ * * @author Carla Schroder * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sujith H * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index 790da4a184..a66b1b4d56 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -2,12 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller * @author Tobias Kaminsky * @author Vincent Petry * diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index bfeb2cafcf..fa8243822a 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index 3eddbbaebf..ab952c97df 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -6,6 +6,7 @@ * @author brumsel * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Michael Jobst * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files/lib/Service/TagService.php b/apps/files/lib/Service/TagService.php index cea26d26d1..d812b16c30 100644 --- a/apps/files/lib/Service/TagService.php +++ b/apps/files/lib/Service/TagService.php @@ -4,7 +4,6 @@ * * @author Joas Schilling * @author Morris Jobke - * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files/lib/Settings/Admin.php b/apps/files/lib/Settings/Admin.php index faaeb5b89c..4965c1e6c1 100644 --- a/apps/files/lib/Settings/Admin.php +++ b/apps/files/lib/Settings/Admin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files/recentlist.php b/apps/files/recentlist.php index 1976be4894..195b6f41b4 100644 --- a/apps/files/recentlist.php +++ b/apps/files/recentlist.php @@ -1,4 +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 . + * + */ // Check if we are a user OCP\User::checkLoggedIn(); diff --git a/apps/files/tests/Activity/Filter/GenericTest.php b/apps/files/tests/Activity/Filter/GenericTest.php index 3788126dd9..f2b1acba3b 100644 --- a/apps/files/tests/Activity/Filter/GenericTest.php +++ b/apps/files/tests/Activity/Filter/GenericTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/tests/Activity/ProviderTest.php b/apps/files/tests/Activity/ProviderTest.php index 6cb89961a1..4a835f42d7 100644 --- a/apps/files/tests/Activity/ProviderTest.php +++ b/apps/files/tests/Activity/ProviderTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @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/tests/Activity/Setting/GenericTest.php b/apps/files/tests/Activity/Setting/GenericTest.php index 5ae15f02a0..a8df291cb8 100644 --- a/apps/files/tests/Activity/Setting/GenericTest.php +++ b/apps/files/tests/Activity/Setting/GenericTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php index 877c3bafd6..5b5557310d 100644 --- a/apps/files/tests/BackgroundJob/ScanFilesTest.php +++ b/apps/files/tests/BackgroundJob/ScanFilesTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php index eba8728930..3beabf73ad 100644 --- a/apps/files/tests/Controller/ApiControllerTest.php +++ b/apps/files/tests/Controller/ApiControllerTest.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 3d8c8164ab..b4f07b65e7 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -3,8 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index 901e86ddb2..34d01bd7bc 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -6,6 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files/tests/Settings/AdminTest.php b/apps/files/tests/Settings/AdminTest.php index 1bcfd111db..071cef7d75 100644 --- a/apps/files/tests/Settings/AdminTest.php +++ b/apps/files/tests/Settings/AdminTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index 2510d6ba8c..9a3f2e0af6 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -2,15 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Adam Williamson - * @author Christopher Schäpers - * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski * @author Robin Appelman - * @author Robin McCorkell * @author Vincent Petry - * @author Volkan Gezer * * @license AGPL-3.0 * diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 250cbbd00d..4a1b7c1b09 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -2,13 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Jan-Christoph Borchardt * @author j-ed + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Robin Appelman * @author Robin McCorkell - * @author Ross Nicoll - * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Command/Applicable.php b/apps/files_external/lib/Command/Applicable.php index 2e8311db9e..d954be4893 100644 --- a/apps/files_external/lib/Command/Applicable.php +++ b/apps/files_external/lib/Command/Applicable.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Config.php b/apps/files_external/lib/Command/Config.php index 5df6f7ee65..375181d35e 100644 --- a/apps/files_external/lib/Command/Config.php +++ b/apps/files_external/lib/Command/Config.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Ardinis * @author Joas Schilling * @author Robin Appelman * diff --git a/apps/files_external/lib/Command/Create.php b/apps/files_external/lib/Command/Create.php index ff9fa3ae87..2b1ac7af3d 100644 --- a/apps/files_external/lib/Command/Create.php +++ b/apps/files_external/lib/Command/Create.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Delete.php b/apps/files_external/lib/Command/Delete.php index 015995ec14..1b87a63793 100644 --- a/apps/files_external/lib/Command/Delete.php +++ b/apps/files_external/lib/Command/Delete.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Import.php b/apps/files_external/lib/Command/Import.php index 712a8851c8..88e67d703f 100644 --- a/apps/files_external/lib/Command/Import.php +++ b/apps/files_external/lib/Command/Import.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/ListCommand.php b/apps/files_external/lib/Command/ListCommand.php index a9618854b3..efb2669e28 100644 --- a/apps/files_external/lib/Command/ListCommand.php +++ b/apps/files_external/lib/Command/ListCommand.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Command/Notify.php b/apps/files_external/lib/Command/Notify.php index 3c5c3af9ac..f649d36df7 100644 --- a/apps/files_external/lib/Command/Notify.php +++ b/apps/files_external/lib/Command/Notify.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Robin Appelman * * @author Robin Appelman + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/lib/Config/ExternalMountPoint.php b/apps/files_external/lib/Config/ExternalMountPoint.php index 76a090b7ec..76040a839f 100644 --- a/apps/files_external/lib/Config/ExternalMountPoint.php +++ b/apps/files_external/lib/Config/ExternalMountPoint.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/Controller/AjaxController.php b/apps/files_external/lib/Controller/AjaxController.php index 5f5b32cffb..9c2953851f 100644 --- a/apps/files_external/lib/Controller/AjaxController.php +++ b/apps/files_external/lib/Controller/AjaxController.php @@ -3,9 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Martin Mattel * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Ross Nicoll * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/Api.php b/apps/files_external/lib/Lib/Api.php index 547285a231..6957af0b7b 100644 --- a/apps/files_external/lib/Lib/Api.php +++ b/apps/files_external/lib/Lib/Api.php @@ -5,7 +5,9 @@ * @author Jesús Macias * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/Auth/AuthMechanism.php b/apps/files_external/lib/Lib/Auth/AuthMechanism.php index b18579163a..28d1dde437 100644 --- a/apps/files_external/lib/Lib/Auth/AuthMechanism.php +++ b/apps/files_external/lib/Lib/Auth/AuthMechanism.php @@ -4,6 +4,7 @@ * * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Auth/InvalidAuth.php b/apps/files_external/lib/Lib/Auth/InvalidAuth.php index c99eaa73d1..e22a75adc1 100644 --- a/apps/files_external/lib/Lib/Auth/InvalidAuth.php +++ b/apps/files_external/lib/Lib/Auth/InvalidAuth.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @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 c0ece745aa..3c5798ccee 100644 --- a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2015, ownCloud, Inc. * + * @author Morris Jobke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php index 30644206c2..9f1ad9e4a3 100644 --- a/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php +++ b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php @@ -1,8 +1,8 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php index 8dedf8c519..425a601d7e 100644 --- a/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php +++ b/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Backend/Backend.php b/apps/files_external/lib/Lib/Backend/Backend.php index 3b6f7c3eee..d00c1802b4 100644 --- a/apps/files_external/lib/Lib/Backend/Backend.php +++ b/apps/files_external/lib/Lib/Backend/Backend.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Backend/InvalidBackend.php b/apps/files_external/lib/Lib/Backend/InvalidBackend.php index 6c8eda22d0..7b3eb26aec 100644 --- a/apps/files_external/lib/Lib/Backend/InvalidBackend.php +++ b/apps/files_external/lib/Lib/Backend/InvalidBackend.php @@ -1,8 +1,11 @@ + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @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 1304b09c87..0d3ffb30b4 100644 --- a/apps/files_external/lib/Lib/Backend/OwnCloud.php +++ b/apps/files_external/lib/Lib/Backend/OwnCloud.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/lib/Lib/FrontendDefinitionTrait.php b/apps/files_external/lib/Lib/FrontendDefinitionTrait.php index 03b39927d9..25b3cb4fc2 100644 --- a/apps/files_external/lib/Lib/FrontendDefinitionTrait.php +++ b/apps/files_external/lib/Lib/FrontendDefinitionTrait.php @@ -4,6 +4,7 @@ * * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/IdentifierTrait.php b/apps/files_external/lib/Lib/IdentifierTrait.php index 38f2d4cd33..a9f553dea8 100644 --- a/apps/files_external/lib/Lib/IdentifierTrait.php +++ b/apps/files_external/lib/Lib/IdentifierTrait.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php index 6b335f82b5..dc0799042e 100644 --- a/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php +++ b/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell * diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index d3157bccf6..7c536443a0 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -4,7 +4,6 @@ * * @author André Gaul * @author Arthur Schiwon - * @author Bart Visscher * @author Christian Berendt * @author Christopher T. Johnson * @author Johan Björk diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index 1bbdfaba46..427a076ffe 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Felix Moeller + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_external/lib/Lib/Storage/OwnCloud.php b/apps/files_external/lib/Lib/Storage/OwnCloud.php index 34838b9891..d846fa811a 100644 --- a/apps/files_external/lib/Lib/Storage/OwnCloud.php +++ b/apps/files_external/lib/Lib/Storage/OwnCloud.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Vincent Petry diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 8d48955126..22162fa61c 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -5,6 +5,7 @@ * @author Andreas Fischer * @author Bart Visscher * @author hkjolhede + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lennart Rosam * @author Lukas Reschke diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 4af6df5d84..557dafda72 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -4,6 +4,9 @@ * * @author Arthur Schiwon * @author Jesús Macias + * @author Joas Schilling + * @author Juan Pablo Villafañez + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index a775195e85..970ade02ce 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -2,12 +2,16 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bart Visscher * @author Benjamin Liles * @author Christian Berendt + * @author Christopher Bartz * @author Daniel Tosello * @author Felix Moeller + * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke * @author Philipp Kapfer diff --git a/apps/files_external/lib/Service/DBConfigService.php b/apps/files_external/lib/Service/DBConfigService.php index 71a77cd434..c986acbaa5 100644 --- a/apps/files_external/lib/Service/DBConfigService.php +++ b/apps/files_external/lib/Service/DBConfigService.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell * diff --git a/apps/files_external/lib/Settings/Personal.php b/apps/files_external/lib/Settings/Personal.php index 946ba9f694..7aec459bfb 100644 --- a/apps/files_external/lib/Settings/Personal.php +++ b/apps/files_external/lib/Settings/Personal.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/Settings/PersonalSection.php b/apps/files_external/lib/Settings/PersonalSection.php index 669cd941da..1a2197f60c 100644 --- a/apps/files_external/lib/Settings/PersonalSection.php +++ b/apps/files_external/lib/Settings/PersonalSection.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling + * @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/Settings/Section.php b/apps/files_external/lib/Settings/Section.php index 4829bb60d3..d7ebfd325c 100644 --- a/apps/files_external/lib/Settings/Section.php +++ b/apps/files_external/lib/Settings/Section.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 4900de57b6..13960dde68 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -15,6 +15,7 @@ * @author Philipp Kapfer * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_external/tests/Auth/AuthMechanismTest.php b/apps/files_external/tests/Auth/AuthMechanismTest.php index 11eee7b882..ed3b52c1db 100644 --- a/apps/files_external/tests/Auth/AuthMechanismTest.php +++ b/apps/files_external/tests/Auth/AuthMechanismTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php index 405fbd2941..c447be7a66 100644 --- a/apps/files_external/tests/Auth/Password/GlobalAuth.php +++ b/apps/files_external/tests/Auth/Password/GlobalAuth.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Backend/BackendTest.php b/apps/files_external/tests/Backend/BackendTest.php index 1a1c386240..bc8aa6a0ae 100644 --- a/apps/files_external/tests/Backend/BackendTest.php +++ b/apps/files_external/tests/Backend/BackendTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Command/ApplicableTest.php b/apps/files_external/tests/Command/ApplicableTest.php index 70b18be6b7..90cfeace36 100644 --- a/apps/files_external/tests/Command/ApplicableTest.php +++ b/apps/files_external/tests/Command/ApplicableTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Command/ListCommandTest.php b/apps/files_external/tests/Command/ListCommandTest.php index 76a8f98f52..046b4de328 100644 --- a/apps/files_external/tests/Command/ListCommandTest.php +++ b/apps/files_external/tests/Command/ListCommandTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling + * @author Lukas Reschke * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Controller/AjaxControllerTest.php b/apps/files_external/tests/Controller/AjaxControllerTest.php index 8aba70e0d6..1153036c41 100644 --- a/apps/files_external/tests/Controller/AjaxControllerTest.php +++ b/apps/files_external/tests/Controller/AjaxControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Lukas Reschke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php index 5c334efdf4..2e0245e76f 100644 --- a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Controller/StoragesControllerTest.php b/apps/files_external/tests/Controller/StoragesControllerTest.php index f854b25676..ad0a340141 100644 --- a/apps/files_external/tests/Controller/StoragesControllerTest.php +++ b/apps/files_external/tests/Controller/StoragesControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/Controller/UserStoragesControllerTest.php b/apps/files_external/tests/Controller/UserStoragesControllerTest.php index cdfcbcd140..817c5b4e5c 100644 --- a/apps/files_external/tests/Controller/UserStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/UserStoragesControllerTest.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/tests/FrontendDefinitionTraitTest.php b/apps/files_external/tests/FrontendDefinitionTraitTest.php index 4154ac6092..cdb1cb2b87 100644 --- a/apps/files_external/tests/FrontendDefinitionTraitTest.php +++ b/apps/files_external/tests/FrontendDefinitionTraitTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * diff --git a/apps/files_external/tests/Service/BackendServiceTest.php b/apps/files_external/tests/Service/BackendServiceTest.php index 6916d47a02..e8a3181658 100644 --- a/apps/files_external/tests/Service/BackendServiceTest.php +++ b/apps/files_external/tests/Service/BackendServiceTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/StoragesServiceTest.php b/apps/files_external/tests/Service/StoragesServiceTest.php index 22409ea9db..01e5c4122f 100644 --- a/apps/files_external/tests/Service/StoragesServiceTest.php +++ b/apps/files_external/tests/Service/StoragesServiceTest.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php index 72e5dc1514..013af9b042 100644 --- a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Service/UserStoragesServiceTest.php b/apps/files_external/tests/Service/UserStoragesServiceTest.php index 3a820f644b..2d90ec3a48 100644 --- a/apps/files_external/tests/Service/UserStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserStoragesServiceTest.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_external/tests/Settings/SectionTest.php b/apps/files_external/tests/Settings/SectionTest.php index 93aee61b47..b83f8f0fee 100644 --- a/apps/files_external/tests/Settings/SectionTest.php +++ b/apps/files_external/tests/Settings/SectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/tests/Storage/SmbTest.php b/apps/files_external/tests/Storage/SmbTest.php index 037c4cd4d3..edacb498d5 100644 --- a/apps/files_external/tests/Storage/SmbTest.php +++ b/apps/files_external/tests/Storage/SmbTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/tests/StorageConfigTest.php b/apps/files_external/tests/StorageConfigTest.php index f357c0c699..37bb27bf51 100644 --- a/apps/files_external/tests/StorageConfigTest.php +++ b/apps/files_external/tests/StorageConfigTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index b89d468f9b..4782ac1b94 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -2,12 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Arthur Schiwon * @author Björn Schießle * @author Gadzy - * @author Joas Schilling - * @author Michael Gapczynski + * @author Jan-Christoph Borchardt + * @author Jörn Friedrich Dreyer + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 310b1c46eb..863b27da27 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -3,12 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Georg Ehrke - * @author Joas Schilling * @author Lukas Reschke - * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Activity/Filter.php b/apps/files_sharing/lib/Activity/Filter.php index 66ba7f1967..ab1ad0c814 100644 --- a/apps/files_sharing/lib/Activity/Filter.php +++ b/apps/files_sharing/lib/Activity/Filter.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Providers/Base.php b/apps/files_sharing/lib/Activity/Providers/Base.php index 3b73c23786..d9d041f21f 100644 --- a/apps/files_sharing/lib/Activity/Providers/Base.php +++ b/apps/files_sharing/lib/Activity/Providers/Base.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Providers/Downloads.php b/apps/files_sharing/lib/Activity/Providers/Downloads.php index 1e1688d7b0..53c60356dd 100644 --- a/apps/files_sharing/lib/Activity/Providers/Downloads.php +++ b/apps/files_sharing/lib/Activity/Providers/Downloads.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Providers/Groups.php b/apps/files_sharing/lib/Activity/Providers/Groups.php index 683927d573..53262e1931 100644 --- a/apps/files_sharing/lib/Activity/Providers/Groups.php +++ b/apps/files_sharing/lib/Activity/Providers/Groups.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Providers/PublicLinks.php b/apps/files_sharing/lib/Activity/Providers/PublicLinks.php index 98e4ebda2d..5dab417914 100644 --- a/apps/files_sharing/lib/Activity/Providers/PublicLinks.php +++ b/apps/files_sharing/lib/Activity/Providers/PublicLinks.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Providers/RemoteShares.php b/apps/files_sharing/lib/Activity/Providers/RemoteShares.php index f89fb0b005..4a5c6d7c8e 100644 --- a/apps/files_sharing/lib/Activity/Providers/RemoteShares.php +++ b/apps/files_sharing/lib/Activity/Providers/RemoteShares.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @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_sharing/lib/Activity/Providers/Users.php b/apps/files_sharing/lib/Activity/Providers/Users.php index 02f47f3775..b5322db427 100644 --- a/apps/files_sharing/lib/Activity/Providers/Users.php +++ b/apps/files_sharing/lib/Activity/Providers/Users.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Settings/PublicLinks.php b/apps/files_sharing/lib/Activity/Settings/PublicLinks.php index 04fd5e2337..081081b9ad 100644 --- a/apps/files_sharing/lib/Activity/Settings/PublicLinks.php +++ b/apps/files_sharing/lib/Activity/Settings/PublicLinks.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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_sharing/lib/Activity/Settings/RemoteShare.php b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php index 2a5cdcd995..a208ead7ba 100644 --- a/apps/files_sharing/lib/Activity/Settings/RemoteShare.php +++ b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Morris Jobke + * * @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_sharing/lib/Activity/Settings/Shared.php b/apps/files_sharing/lib/Activity/Settings/Shared.php index 97318dc79b..b07872ded9 100644 --- a/apps/files_sharing/lib/Activity/Settings/Shared.php +++ b/apps/files_sharing/lib/Activity/Settings/Shared.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Morris Jobke + * * @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_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index 3e95c738df..fe2669640c 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -6,8 +6,10 @@ * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index 1c311935bb..b3366b29ee 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christopher Schäpers + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_sharing/lib/Capabilities.php b/apps/files_sharing/lib/Capabilities.php index e8e6a4c26f..af41add250 100644 --- a/apps/files_sharing/lib/Capabilities.php +++ b/apps/files_sharing/lib/Capabilities.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Command/CleanupRemoteStorages.php b/apps/files_sharing/lib/Command/CleanupRemoteStorages.php index 389b0dc498..f269b86ea9 100644 --- a/apps/files_sharing/lib/Command/CleanupRemoteStorages.php +++ b/apps/files_sharing/lib/Command/CleanupRemoteStorages.php @@ -1,8 +1,11 @@ - * * @copyright Copyright (c) 2016, ownCloud GmbH. + * + * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @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/Controller/PublicPreviewController.php b/apps/files_sharing/lib/Controller/PublicPreviewController.php index 56d8d94534..0870995fc7 100644 --- a/apps/files_sharing/lib/Controller/PublicPreviewController.php +++ b/apps/files_sharing/lib/Controller/PublicPreviewController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_sharing/lib/Controller/RemoteController.php b/apps/files_sharing/lib/Controller/RemoteController.php index 299b6fe4df..d620639118 100644 --- a/apps/files_sharing/lib/Controller/RemoteController.php +++ b/apps/files_sharing/lib/Controller/RemoteController.php @@ -2,8 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Joas Schilling - * @author Lukas Reschke + * @author Bjoern Schiessle * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index a2e7cbf727..10876e1656 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -2,7 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling + * @author Lukas Reschke + * @author Maxence Lange + * @author Michael Jobst + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 9c3f4c6afe..decea505f0 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -8,10 +8,13 @@ * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke + * @author Maxence Lange * @author Morris Jobke * @author Piotr Filiciak * @author Robin Appelman * @author Roeland Jago Douma + * @author Sascha Sambale + * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controller/ShareInfoController.php b/apps/files_sharing/lib/Controller/ShareInfoController.php index ccf7b7093a..bdd1f35420 100644 --- a/apps/files_sharing/lib/Controller/ShareInfoController.php +++ b/apps/files_sharing/lib/Controller/ShareInfoController.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Controller; use OCA\Files_External\NotFoundException; diff --git a/apps/files_sharing/lib/Controller/ShareesAPIController.php b/apps/files_sharing/lib/Controller/ShareesAPIController.php index dcecf2c8e0..575bf01fdb 100644 --- a/apps/files_sharing/lib/Controller/ShareesAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareesAPIController.php @@ -2,11 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling + * @author Maxence Lange + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller - * @author Arthur Schiwon * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/ExpireSharesJob.php b/apps/files_sharing/lib/ExpireSharesJob.php index e7e10b30c1..39965336bf 100644 --- a/apps/files_sharing/lib/ExpireSharesJob.php +++ b/apps/files_sharing/lib/ExpireSharesJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index ab20e37a79..6935685685 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/files_sharing/lib/External/MountProvider.php b/apps/files_sharing/lib/External/MountProvider.php index 27ee9fcb46..0b07569b30 100644 --- a/apps/files_sharing/lib/External/MountProvider.php +++ b/apps/files_sharing/lib/External/MountProvider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index 95f45dc369..d07e055668 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -2,11 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/lib/Hooks.php b/apps/files_sharing/lib/Hooks.php index 821c304659..97b1079f1e 100644 --- a/apps/files_sharing/lib/Hooks.php +++ b/apps/files_sharing/lib/Hooks.php @@ -7,6 +7,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php b/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php index 9df0229ab8..19ae7ceb76 100644 --- a/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php +++ b/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php @@ -1,5 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Middleware; use OCA\Files_Sharing\Controller\ShareAPIController; diff --git a/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php b/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php index 56e9b48f57..13eed0c62d 100644 --- a/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php +++ b/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Middleware; use OCA\FederatedFileSharing\FederatedShareProvider; diff --git a/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php b/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php index e1a77fdec3..c96b559daf 100644 --- a/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php +++ b/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/MountProvider.php b/apps/files_sharing/lib/MountProvider.php index a02d635049..fd4c537210 100644 --- a/apps/files_sharing/lib/MountProvider.php +++ b/apps/files_sharing/lib/MountProvider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/Scanner.php b/apps/files_sharing/lib/Scanner.php index 8540d296cd..18ea879d5d 100644 --- a/apps/files_sharing/lib/Scanner.php +++ b/apps/files_sharing/lib/Scanner.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/ShareBackend/Folder.php b/apps/files_sharing/lib/ShareBackend/Folder.php index 55c2eff6fe..80b141326d 100644 --- a/apps/files_sharing/lib/ShareBackend/Folder.php +++ b/apps/files_sharing/lib/ShareBackend/Folder.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke * @author Robin McCorkell diff --git a/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php index b42682ab2a..4f0dc89e99 100644 --- a/apps/files_sharing/lib/SharedMount.php +++ b/apps/files_sharing/lib/SharedMount.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Frédéric Fortier * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index 32304afea0..f681854cd2 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -11,6 +11,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author scambra + * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index 8a976108b3..2279155e91 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/tests/BackendTest.php b/apps/files_sharing/tests/BackendTest.php index f3ac485c78..897cf7c2de 100644 --- a/apps/files_sharing/tests/BackendTest.php +++ b/apps/files_sharing/tests/BackendTest.php @@ -6,6 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/CapabilitiesTest.php b/apps/files_sharing/tests/CapabilitiesTest.php index e65131bf45..721dd0fbf5 100644 --- a/apps/files_sharing/tests/CapabilitiesTest.php +++ b/apps/files_sharing/tests/CapabilitiesTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php b/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php index 5480874615..7380f39dfb 100644 --- a/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php +++ b/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud GmbH. + * + * @author Jörn Friedrich Dreyer + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index 3bebb9e119..c438dac252 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Björn Schießle + * @author Arthur Schiwon + * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma + * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/Controller/ShareInfoControllerTest.php b/apps/files_sharing/tests/Controller/ShareInfoControllerTest.php index 497b7f7d5a..fe8b4fd377 100644 --- a/apps/files_sharing/tests/Controller/ShareInfoControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareInfoControllerTest.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Tests\Controller; use OCA\Files_Sharing\Controller\ShareInfoController; diff --git a/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php index 2b919f4849..98ae953a31 100644 --- a/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Björn Schießle + * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php index e417fdb74a..246fe816e5 100644 --- a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php +++ b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/tests/EncryptedSizePropagationTest.php b/apps/files_sharing/tests/EncryptedSizePropagationTest.php index 38bbf12177..ea2d7e786a 100644 --- a/apps/files_sharing/tests/EncryptedSizePropagationTest.php +++ b/apps/files_sharing/tests/EncryptedSizePropagationTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling * @author Robin Appelman * diff --git a/apps/files_sharing/tests/ExpireSharesJobTest.php b/apps/files_sharing/tests/ExpireSharesJobTest.php index 826efc5ed8..46b50c5fac 100644 --- a/apps/files_sharing/tests/ExpireSharesJobTest.php +++ b/apps/files_sharing/tests/ExpireSharesJobTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index 37319dd17b..6756f91fb7 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling - * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/ExternalStorageTest.php b/apps/files_sharing/tests/ExternalStorageTest.php index 1246b0edb9..f7345d25e0 100644 --- a/apps/files_sharing/tests/ExternalStorageTest.php +++ b/apps/files_sharing/tests/ExternalStorageTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/apps/files_sharing/tests/GroupEtagPropagationTest.php b/apps/files_sharing/tests/GroupEtagPropagationTest.php index e339983b40..206980659c 100644 --- a/apps/files_sharing/tests/GroupEtagPropagationTest.php +++ b/apps/files_sharing/tests/GroupEtagPropagationTest.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/HelperTest.php b/apps/files_sharing/tests/HelperTest.php index e1e73ee82c..4585b7e7ab 100644 --- a/apps/files_sharing/tests/HelperTest.php +++ b/apps/files_sharing/tests/HelperTest.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php b/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php index 3b6257adf9..c9108ad0cc 100644 --- a/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Tests\Middleware; use OCA\Files_Sharing\Controller\ShareAPIController; diff --git a/apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php b/apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php index 7f81bcbaa5..1498c5fc12 100644 --- a/apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/ShareInfoMiddlewareTest.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Files_Sharing\Tests\Middleware; use OCA\Files_Sharing\Controller\ShareInfoController; diff --git a/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php index 8d7d42722b..d8676547a7 100644 --- a/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/Migration/SetPasswordColumnTest.php b/apps/files_sharing/tests/Migration/SetPasswordColumnTest.php index 4ae9e428e8..c4c78b04a2 100644 --- a/apps/files_sharing/tests/Migration/SetPasswordColumnTest.php +++ b/apps/files_sharing/tests/Migration/SetPasswordColumnTest.php @@ -2,11 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Björn Schießle * @author Joas Schilling - * @author Morris Jobke - * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/MountProviderTest.php b/apps/files_sharing/tests/MountProviderTest.php index 68c62427e3..b521e109cf 100644 --- a/apps/files_sharing/tests/MountProviderTest.php +++ b/apps/files_sharing/tests/MountProviderTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Maxence Lange + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php index 6f21bd3b92..1eddbcb64f 100644 --- a/apps/files_sharing/tests/SharedMountTest.php +++ b/apps/files_sharing/tests/SharedMountTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/UpdaterTest.php b/apps/files_sharing/tests/UpdaterTest.php index c01365a500..c8d089f54b 100644 --- a/apps/files_sharing/tests/UpdaterTest.php +++ b/apps/files_sharing/tests/UpdaterTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index ba67132537..f7e0594cd8 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index d97f2cd84e..ad0a4ecd69 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -2,10 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bart Visscher * @author Christopher Schäpers * @author Florin Peter - * @author Robin Appelman + * @author John Molakvoæ (skjnldsv) + * @author Jörn Friedrich Dreyer * @author Victor Dubiniuk * @author Vincent Petry * diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index 5241bec742..9243ee7e91 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -5,7 +5,6 @@ * * @author Lukas Reschke * @author Roeland Jago Douma - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php index cd662b1fb5..e19b7ce604 100644 --- a/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php +++ b/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Victor Dubiniuk * diff --git a/apps/files_trashbin/lib/Command/ExpireTrash.php b/apps/files_trashbin/lib/Command/ExpireTrash.php index b016fdd6ae..6b46fd9e62 100644 --- a/apps/files_trashbin/lib/Command/ExpireTrash.php +++ b/apps/files_trashbin/lib/Command/ExpireTrash.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/Controller/PreviewController.php b/apps/files_trashbin/lib/Controller/PreviewController.php index ae3a106d62..8c3ff292b9 100644 --- a/apps/files_trashbin/lib/Controller/PreviewController.php +++ b/apps/files_trashbin/lib/Controller/PreviewController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_trashbin/lib/Events/MoveToTrashEvent.php b/apps/files_trashbin/lib/Events/MoveToTrashEvent.php index 185f39f63c..99b42507ce 100644 --- a/apps/files_trashbin/lib/Events/MoveToTrashEvent.php +++ b/apps/files_trashbin/lib/Events/MoveToTrashEvent.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/files_trashbin/lib/Helper.php b/apps/files_trashbin/lib/Helper.php index a309d533e5..65407b8a56 100644 --- a/apps/files_trashbin/lib/Helper.php +++ b/apps/files_trashbin/lib/Helper.php @@ -2,10 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Morris Jobke * @author Robin Appelman + * @author Victor Dubiniuk * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files_trashbin/lib/Storage.php b/apps/files_trashbin/lib/Storage.php index cb36b4604c..1193d6ec56 100644 --- a/apps/files_trashbin/lib/Storage.php +++ b/apps/files_trashbin/lib/Storage.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 0d336664e3..44c1f482de 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -4,9 +4,12 @@ * * @author Bart Visscher * @author Bastien Ho + * @author Bjoern Schiessle * @author Björn Schießle * @author Florin Peter * @author Georg Ehrke + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke @@ -15,7 +18,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Sjors van der Pluijm - * @author Stefan Weil + * @author Steven Bühner * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry diff --git a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php index 4bf533194b..882099efc9 100644 --- a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php +++ b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/apps/files_trashbin/tests/Command/CleanUpTest.php b/apps/files_trashbin/tests/Command/CleanUpTest.php index d20ce761bf..36b1ff1072 100644 --- a/apps/files_trashbin/tests/Command/CleanUpTest.php +++ b/apps/files_trashbin/tests/Command/CleanUpTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_trashbin/tests/ExpirationTest.php b/apps/files_trashbin/tests/ExpirationTest.php index 9d9f8ec027..396fbdfb88 100644 --- a/apps/files_trashbin/tests/ExpirationTest.php +++ b/apps/files_trashbin/tests/ExpirationTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/apps/files_trashbin/tests/StorageTest.php b/apps/files_trashbin/tests/StorageTest.php index a05fd33f30..0e23ea6a3b 100644 --- a/apps/files_trashbin/tests/StorageTest.php +++ b/apps/files_trashbin/tests/StorageTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke diff --git a/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php index 434ff9d26a..5fe6eaaee1 100644 --- a/apps/files_versions/appinfo/routes.php +++ b/apps/files_versions/appinfo/routes.php @@ -3,12 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Roeland Jago Douma * - * @author Björn Schießle - * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Müller * @author Tom Needham * * @license AGPL-3.0 diff --git a/apps/files_versions/lib/BackgroundJob/ExpireVersions.php b/apps/files_versions/lib/BackgroundJob/ExpireVersions.php index 89b8a96613..d69e5bb87c 100644 --- a/apps/files_versions/lib/BackgroundJob/ExpireVersions.php +++ b/apps/files_versions/lib/BackgroundJob/ExpireVersions.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/apps/files_versions/lib/Command/Expire.php b/apps/files_versions/lib/Command/Expire.php index 794cedbac9..fdb72c9188 100644 --- a/apps/files_versions/lib/Command/Expire.php +++ b/apps/files_versions/lib/Command/Expire.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_versions/lib/Command/ExpireVersions.php b/apps/files_versions/lib/Command/ExpireVersions.php index e88ea1f7a0..09de0ad6d9 100644 --- a/apps/files_versions/lib/Command/ExpireVersions.php +++ b/apps/files_versions/lib/Command/ExpireVersions.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/Controller/PreviewController.php b/apps/files_versions/lib/Controller/PreviewController.php index 7a7c024fb5..b8bf464fb3 100644 --- a/apps/files_versions/lib/Controller/PreviewController.php +++ b/apps/files_versions/lib/Controller/PreviewController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_versions/lib/Events/CreateVersionEvent.php b/apps/files_versions/lib/Events/CreateVersionEvent.php index df18d3545f..90d907147d 100644 --- a/apps/files_versions/lib/Events/CreateVersionEvent.php +++ b/apps/files_versions/lib/Events/CreateVersionEvent.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/files_versions/lib/Hooks.php b/apps/files_versions/lib/Hooks.php index 1fdf1afef9..52dbf54b48 100644 --- a/apps/files_versions/lib/Hooks.php +++ b/apps/files_versions/lib/Hooks.php @@ -4,7 +4,9 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_versions/lib/Storage.php b/apps/files_versions/lib/Storage.php index 25c64b8900..4c76c5340f 100644 --- a/apps/files_versions/lib/Storage.php +++ b/apps/files_versions/lib/Storage.php @@ -8,13 +8,13 @@ * @author Björn Schießle * @author Carlos Damken * @author Felix Moeller - * @author Georg Ehrke * @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 Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry diff --git a/apps/files_versions/tests/Command/CleanupTest.php b/apps/files_versions/tests/Command/CleanupTest.php index fe6c9caf25..289c7123c2 100644 --- a/apps/files_versions/tests/Command/CleanupTest.php +++ b/apps/files_versions/tests/Command/CleanupTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/files_versions/tests/ExpirationTest.php b/apps/files_versions/tests/ExpirationTest.php index 4e4f500d81..8cd288d75c 100644 --- a/apps/files_versions/tests/ExpirationTest.php +++ b/apps/files_versions/tests/ExpirationTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/apps/provisioning_api/appinfo/routes.php b/apps/provisioning_api/appinfo/routes.php index 81b3db2c1b..c4932ebb28 100644 --- a/apps/provisioning_api/appinfo/routes.php +++ b/apps/provisioning_api/appinfo/routes.php @@ -2,12 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling - * @author Lukas Reschke - * @author michag86 * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Müller * @author Tom Needham * * @license AGPL-3.0 diff --git a/apps/provisioning_api/lib/AppInfo/Application.php b/apps/provisioning_api/lib/AppInfo/Application.php index b1c257de68..b7a93d6fb1 100644 --- a/apps/provisioning_api/lib/AppInfo/Application.php +++ b/apps/provisioning_api/lib/AppInfo/Application.php @@ -1,5 +1,27 @@ + * @author Morris Jobke + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Provisioning_API\AppInfo; use OC\AppFramework\Utility\SimpleContainer; diff --git a/apps/provisioning_api/lib/Controller/AppConfigController.php b/apps/provisioning_api/lib/Controller/AppConfigController.php index f710eda652..0ca5e4e20a 100644 --- a/apps/provisioning_api/lib/Controller/AppConfigController.php +++ b/apps/provisioning_api/lib/Controller/AppConfigController.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/provisioning_api/lib/Controller/AppsController.php b/apps/provisioning_api/lib/Controller/AppsController.php index d65b925cf7..30062d94a4 100644 --- a/apps/provisioning_api/lib/Controller/AppsController.php +++ b/apps/provisioning_api/lib/Controller/AppsController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/provisioning_api/lib/Controller/GroupsController.php b/apps/provisioning_api/lib/Controller/GroupsController.php index e167c07582..cb237d9791 100644 --- a/apps/provisioning_api/lib/Controller/GroupsController.php +++ b/apps/provisioning_api/lib/Controller/GroupsController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/provisioning_api/lib/Controller/UsersController.php b/apps/provisioning_api/lib/Controller/UsersController.php index e165457a33..ffae68d5a9 100644 --- a/apps/provisioning_api/lib/Controller/UsersController.php +++ b/apps/provisioning_api/lib/Controller/UsersController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Joas Schilling * @author Lukas Reschke * @author michag86 diff --git a/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php b/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php index 007ea04db4..a8d67870d1 100644 --- a/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php +++ b/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Provisioning_API\Middleware\Exceptions; use OCP\AppFramework\Http; diff --git a/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php b/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php index e21f9b2287..9fa9acde5c 100644 --- a/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php +++ b/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php @@ -1,5 +1,26 @@ + * @author Roeland Jago Douma + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\Provisioning_API\Middleware; use OCA\Provisioning_API\Middleware\Exceptions\NotSubAdminException; diff --git a/apps/provisioning_api/tests/Controller/AppConfigControllerTest.php b/apps/provisioning_api/tests/Controller/AppConfigControllerTest.php index b7cb76c77c..7f24ef5bcb 100644 --- a/apps/provisioning_api/tests/Controller/AppConfigControllerTest.php +++ b/apps/provisioning_api/tests/Controller/AppConfigControllerTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index e9d0a704f4..ef47583e9d 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author michag86 diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php index 099ce7f9b9..e1c8693945 100644 --- a/apps/systemtags/appinfo/app.php +++ b/apps/systemtags/appinfo/app.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/systemtags/lib/Activity/Listener.php b/apps/systemtags/lib/Activity/Listener.php index 0fb5d4c12b..766e08ee8c 100644 --- a/apps/systemtags/lib/Activity/Listener.php +++ b/apps/systemtags/lib/Activity/Listener.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/systemtags/lib/Activity/Provider.php b/apps/systemtags/lib/Activity/Provider.php index db7ff94fd1..3dd53deae0 100644 --- a/apps/systemtags/lib/Activity/Provider.php +++ b/apps/systemtags/lib/Activity/Provider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/systemtags/lib/Activity/Setting.php b/apps/systemtags/lib/Activity/Setting.php index 4cdb11b9c8..febb2c3443 100644 --- a/apps/systemtags/lib/Activity/Setting.php +++ b/apps/systemtags/lib/Activity/Setting.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/systemtags/lib/Controller/LastUsedController.php b/apps/systemtags/lib/Controller/LastUsedController.php index cbd149d75f..d2f7d5c62a 100644 --- a/apps/systemtags/lib/Controller/LastUsedController.php +++ b/apps/systemtags/lib/Controller/LastUsedController.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/systemtags/lib/Settings/Admin.php b/apps/systemtags/lib/Settings/Admin.php index 9e21dafed8..2d892f17f1 100644 --- a/apps/systemtags/lib/Settings/Admin.php +++ b/apps/systemtags/lib/Settings/Admin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/systemtags/tests/Settings/AdminTest.php b/apps/systemtags/tests/Settings/AdminTest.php index d768ad8627..8b0472f2e9 100644 --- a/apps/systemtags/tests/Settings/AdminTest.php +++ b/apps/systemtags/tests/Settings/AdminTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php index 5dce74bf78..9b2f582f9d 100644 --- a/apps/testing/appinfo/app.php +++ b/apps/testing/appinfo/app.php @@ -1,8 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @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 3e5fda4fc1..549496aab3 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/testing/clean_opcode_cache.php b/apps/testing/clean_opcode_cache.php index d48d3131b7..d91bd84288 100644 --- a/apps/testing/clean_opcode_cache.php +++ b/apps/testing/clean_opcode_cache.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/testing/lib/AlternativeHomeUserBackend.php b/apps/testing/lib/AlternativeHomeUserBackend.php index 1e86b0bc55..21511b6f6e 100644 --- a/apps/testing/lib/AlternativeHomeUserBackend.php +++ b/apps/testing/lib/AlternativeHomeUserBackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/AppInfo/Application.php b/apps/testing/lib/AppInfo/Application.php index 9d2b100e8b..233af80d9f 100644 --- a/apps/testing/lib/AppInfo/Application.php +++ b/apps/testing/lib/AppInfo/Application.php @@ -1,8 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/lib/Controller/ConfigController.php b/apps/testing/lib/Controller/ConfigController.php index 7b3e73ab17..a7f7cc8a8b 100644 --- a/apps/testing/lib/Controller/ConfigController.php +++ b/apps/testing/lib/Controller/ConfigController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/testing/lib/Controller/LockingController.php b/apps/testing/lib/Controller/LockingController.php index 6056d9d5d7..7b5c8cbf6c 100644 --- a/apps/testing/lib/Controller/LockingController.php +++ b/apps/testing/lib/Controller/LockingController.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/testing/lib/Controller/RateLimitTestController.php b/apps/testing/lib/Controller/RateLimitTestController.php index c43d33e533..6ee8dde736 100644 --- a/apps/testing/lib/Controller/RateLimitTestController.php +++ b/apps/testing/lib/Controller/RateLimitTestController.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/theming/appinfo/app.php b/apps/theming/appinfo/app.php index 941df6f73d..3d4b993f7b 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -4,6 +4,8 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index 530e13f53d..a69ddc1a6c 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -4,6 +4,9 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl * @author Lukas Reschke * @author oparoz * diff --git a/apps/theming/lib/Capabilities.php b/apps/theming/lib/Capabilities.php index d94a65f21c..bb06ab107e 100644 --- a/apps/theming/lib/Capabilities.php +++ b/apps/theming/lib/Capabilities.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, Joas Schilling * + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Controller/IconController.php b/apps/theming/lib/Controller/IconController.php index 5532a08c83..7a5f76de6b 100644 --- a/apps/theming/lib/Controller/IconController.php +++ b/apps/theming/lib/Controller/IconController.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016 Julius Haertl * + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index ccc2634ec1..b7777f1f90 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -3,10 +3,15 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Arthur Schiwon * @author Bjoern Schiessle + * @author Daniel Calviño Sánchez + * @author Jan-Christoph Borchardt + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * @author Lukas Reschke - * @author oparoz + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/IconBuilder.php b/apps/theming/lib/IconBuilder.php index d0e26e110f..8325834198 100644 --- a/apps/theming/lib/IconBuilder.php +++ b/apps/theming/lib/IconBuilder.php @@ -2,22 +2,24 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Jan-Christoph Borchardt + * @author Julius Haertl * @author Julius Härtl * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/theming/lib/ImageManager.php b/apps/theming/lib/ImageManager.php index 88e456a296..14dba0d074 100644 --- a/apps/theming/lib/ImageManager.php +++ b/apps/theming/lib/ImageManager.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * - * @author 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 - * 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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/theming/lib/Migration/ThemingImages.php b/apps/theming/lib/Migration/ThemingImages.php index f6f484be8b..4f929746cb 100644 --- a/apps/theming/lib/Migration/ThemingImages.php +++ b/apps/theming/lib/Migration/ThemingImages.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 Julius Härtl * - * @author 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 - * 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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php index c8074f386a..12f5dd2b8f 100644 --- a/apps/theming/lib/Settings/Admin.php +++ b/apps/theming/lib/Settings/Admin.php @@ -3,6 +3,12 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author iamfool + * @author Jan-Christoph Borchardt + * @author Julius Haertl + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Settings/Section.php b/apps/theming/lib/Settings/Section.php index 6078743dea..9ec990ebe4 100644 --- a/apps/theming/lib/Settings/Section.php +++ b/apps/theming/lib/Settings/Section.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index 6ee546d263..3d756bdffc 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -3,6 +3,17 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Jan-Christoph Borchardt + * @author Joachim Bauch + * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php index 83d8c7aae4..5d0eba49ec 100644 --- a/apps/theming/lib/Util.php +++ b/apps/theming/lib/Util.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php index 8ab7f6e2c7..d042265213 100644 --- a/apps/theming/tests/CapabilitiesTest.php +++ b/apps/theming/tests/CapabilitiesTest.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Jan-Christoph Borchardt + * @author Joas Schilling + * @author Julius Härtl + * * @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/Controller/IconControllerTest.php b/apps/theming/tests/Controller/IconControllerTest.php index ca1f7fe0ff..d92677e1f8 100644 --- a/apps/theming/tests/Controller/IconControllerTest.php +++ b/apps/theming/tests/Controller/IconControllerTest.php @@ -2,22 +2,25 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Joas Schilling + * @author Julius Haertl * @author Julius Härtl + * @author Morris Jobke * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\Theming\Tests\Controller; diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index e964e886e5..54b842bc4e 100644 --- a/apps/theming/tests/Controller/ThemingControllerTest.php +++ b/apps/theming/tests/Controller/ThemingControllerTest.php @@ -2,9 +2,15 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Daniel Calviño Sánchez + * @author Jan-Christoph Borchardt + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * @author Lukas Reschke - * @author oparoz + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/tests/IconBuilderTest.php b/apps/theming/tests/IconBuilderTest.php index 6821655eaf..f25f76a818 100644 --- a/apps/theming/tests/IconBuilderTest.php +++ b/apps/theming/tests/IconBuilderTest.php @@ -2,22 +2,25 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Jan-Christoph Borchardt + * @author Julius Haertl * @author Julius Härtl + * @author Morris Jobke * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\Theming\Tests; diff --git a/apps/theming/tests/ImageManagerTest.php b/apps/theming/tests/ImageManagerTest.php index 65bcb4dbc0..6c0b31528f 100644 --- a/apps/theming/tests/ImageManagerTest.php +++ b/apps/theming/tests/ImageManagerTest.php @@ -2,22 +2,23 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * - * @author Julius Härtl + * @author Julius Haertl + * @author Morris Jobke * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ namespace OCA\Theming\Tests; diff --git a/apps/theming/tests/Migration/ThemingImages.php b/apps/theming/tests/Migration/ThemingImages.php index e15d0fd1bb..a8d066c26f 100644 --- a/apps/theming/tests/Migration/ThemingImages.php +++ b/apps/theming/tests/Migration/ThemingImages.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 Julius Härtl * - * @author 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 - * 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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php index 1e98e67841..a46e28235f 100644 --- a/apps/theming/tests/ServicesTest.php +++ b/apps/theming/tests/ServicesTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @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/Settings/AdminTest.php b/apps/theming/tests/Settings/AdminTest.php index fb55640e96..4f3c9a9faa 100644 --- a/apps/theming/tests/Settings/AdminTest.php +++ b/apps/theming/tests/Settings/AdminTest.php @@ -2,7 +2,11 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author iamfool + * @author Jan-Christoph Borchardt + * @author Julius Haertl * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/tests/Settings/SectionTest.php b/apps/theming/tests/Settings/SectionTest.php index 90d1854aeb..09abf9e34f 100644 --- a/apps/theming/tests/Settings/SectionTest.php +++ b/apps/theming/tests/Settings/SectionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php index abd85a612c..1bc4dfc69d 100644 --- a/apps/theming/tests/ThemingDefaultsTest.php +++ b/apps/theming/tests/ThemingDefaultsTest.php @@ -2,8 +2,14 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/tests/UtilTest.php b/apps/theming/tests/UtilTest.php index d81c253f98..94e4c9cbcc 100644 --- a/apps/theming/tests/UtilTest.php +++ b/apps/theming/tests/UtilTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Joas Schilling * @author Julius Haertl + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/updatenotification/appinfo/app.php b/apps/updatenotification/appinfo/app.php index 3e966fd127..fd1739bde5 100644 --- a/apps/updatenotification/appinfo/app.php +++ b/apps/updatenotification/appinfo/app.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/updatenotification/lib/Controller/AdminController.php b/apps/updatenotification/lib/Controller/AdminController.php index fd68a6dd96..9d2a5074a4 100644 --- a/apps/updatenotification/lib/Controller/AdminController.php +++ b/apps/updatenotification/lib/Controller/AdminController.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/updatenotification/lib/Notification/BackgroundJob.php b/apps/updatenotification/lib/Notification/BackgroundJob.php index 9155b9d255..08baa35664 100644 --- a/apps/updatenotification/lib/Notification/BackgroundJob.php +++ b/apps/updatenotification/lib/Notification/BackgroundJob.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index 2fc1d36b0c..cb7b89e01f 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/updatenotification/lib/UpdateChecker.php b/apps/updatenotification/lib/UpdateChecker.php index 040a6c3a6a..ad76de5695 100644 --- a/apps/updatenotification/lib/UpdateChecker.php +++ b/apps/updatenotification/lib/UpdateChecker.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/updatenotification/tests/Controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php index ebf044abff..75588a1aec 100644 --- a/apps/updatenotification/tests/Controller/AdminControllerTest.php +++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php index a52d46040c..4309aed84b 100644 --- a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php +++ b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php index c5c3034dd7..f7ed83047a 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index 6115ae2faa..220f4c13c4 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -4,10 +4,10 @@ * * @author Arthur Schiwon * @author Bart Visscher - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index 34ac97f29e..a6c3d97578 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Christopher Schäpers * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Lukas Reschke * @author Morris Jobke * diff --git a/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index 536aab4bc8..d65e9add56 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index d48a6be938..1b33a02544 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Allan Nordhøy * @author Arthur Schiwon * @author Bart Visscher * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 60102c72b4..b38761b0f2 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -4,9 +4,12 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Roger Szabo * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index 7ea578ab9c..f371ef9efb 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -3,15 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Bart Visscher - * @author Christopher Schäpers * @author Dominik Schmidt * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Morris Jobke - * @author Robin Appelman - * @author Thomas Müller - * @author Vinicius Brand - * @author Daniel Tygel + * @author Roeland Jago Douma + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/appinfo/install.php b/apps/user_ldap/appinfo/install.php index 09f9b41234..f0701c6645 100644 --- a/apps/user_ldap/appinfo/install.php +++ b/apps/user_ldap/appinfo/install.php @@ -4,7 +4,8 @@ * * @author Arthur Schiwon * @author Christopher Schäpers - * @author Roger Szabo + * @author Morris Jobke + * @author root * * @license AGPL-3.0 * diff --git a/apps/user_ldap/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php index 495445b3fa..a9de74e1ec 100644 --- a/apps/user_ldap/appinfo/register_command.php +++ b/apps/user_ldap/appinfo/register_command.php @@ -5,6 +5,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php index 39964838d4..c86e16eb8f 100644 --- a/apps/user_ldap/appinfo/routes.php +++ b/apps/user_ldap/appinfo/routes.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Lukas Reschke * @author Morris Jobke + * @author Roger Szabo * * @license AGPL-3.0 * diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php index f6f7389dd5..7c0adbc048 100644 --- a/apps/user_ldap/appinfo/update.php +++ b/apps/user_ldap/appinfo/update.php @@ -1,8 +1,11 @@ + * @author Roger Szabo + * @author root + * * @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/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index bbf0716509..89f401c488 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -8,8 +8,10 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Benjamin Diele + * @author bline * @author Christopher Schäpers * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci * @author Lukas Reschke @@ -18,9 +20,10 @@ * @author Morris Jobke * @author Nicolas Grekas * @author Ralph Krimmel - * @author Renaud Fortier * @author Robin McCorkell * @author Roger Szabo + * @author root + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Command/Search.php b/apps/user_ldap/lib/Command/Search.php index 4b2212a43c..ae61bfcd41 100644 --- a/apps/user_ldap/lib/Command/Search.php +++ b/apps/user_ldap/lib/Command/Search.php @@ -4,7 +4,10 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Morris Jobke + * @author Roeland Jago Douma + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Command/SetConfig.php b/apps/user_ldap/lib/Command/SetConfig.php index 5188bee104..db656558ef 100644 --- a/apps/user_ldap/lib/Command/SetConfig.php +++ b/apps/user_ldap/lib/Command/SetConfig.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Command/TestConfig.php b/apps/user_ldap/lib/Command/TestConfig.php index cd3ecc26d2..a385c892e1 100644 --- a/apps/user_ldap/lib/Command/TestConfig.php +++ b/apps/user_ldap/lib/Command/TestConfig.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Configuration.php b/apps/user_ldap/lib/Configuration.php index c65e6e34e2..bf8a9095a6 100644 --- a/apps/user_ldap/lib/Configuration.php +++ b/apps/user_ldap/lib/Configuration.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Alexander Bergolth * @author Alex Weirig + * @author Alexander Bergolth * @author Arthur Schiwon * @author Joas Schilling * @author Jörn Friedrich Dreyer @@ -12,6 +12,8 @@ * @author Morris Jobke * @author Robin McCorkell * @author Roger Szabo + * @author Victor Dubiniuk + * @author Xuanwo * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 9e84cbde35..0f10874bc2 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -4,6 +4,8 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Brent Bloxam + * @author Jarkko Lehtoranta * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke @@ -11,7 +13,9 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roger Szabo + * @author Roeland Jago Douma + * @author root + * @author Victor Dubiniuk * @author Xuanwo * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/GroupPluginManager.php b/apps/user_ldap/lib/GroupPluginManager.php index 50b50315b8..b3064f61a7 100644 --- a/apps/user_ldap/lib/GroupPluginManager.php +++ b/apps/user_ldap/lib/GroupPluginManager.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php index 09303276c2..3faa96bc2b 100644 --- a/apps/user_ldap/lib/Group_LDAP.php +++ b/apps/user_ldap/lib/Group_LDAP.php @@ -2,10 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Alexander Bergolth * @author Alex Weirig + * @author Alexander Bergolth * @author alexweirig * @author Andreas Fischer + * @author Andreas Pflug * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers @@ -17,7 +18,9 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * @author Vincent Petry + * @author Vinicius Cubas Brand * @author Xuanwo * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Group_Proxy.php b/apps/user_ldap/lib/Group_Proxy.php index 50c46dfbc0..ad3fba4092 100644 --- a/apps/user_ldap/lib/Group_Proxy.php +++ b/apps/user_ldap/lib/Group_Proxy.php @@ -7,6 +7,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php index ce65ee2909..a433ea8e4a 100644 --- a/apps/user_ldap/lib/Helper.php +++ b/apps/user_ldap/lib/Helper.php @@ -8,9 +8,12 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma + * @author Roger Szabo + * @author root * @author Thomas Müller * @author Vincent Petry - * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/IGroupLDAP.php b/apps/user_ldap/lib/IGroupLDAP.php index 378e182fb6..55dd60c16a 100644 --- a/apps/user_ldap/lib/IGroupLDAP.php +++ b/apps/user_ldap/lib/IGroupLDAP.php @@ -1,9 +1,8 @@ + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/ILDAPGroupPlugin.php b/apps/user_ldap/lib/ILDAPGroupPlugin.php index 8afc4c8648..bdad1d7707 100644 --- a/apps/user_ldap/lib/ILDAPGroupPlugin.php +++ b/apps/user_ldap/lib/ILDAPGroupPlugin.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/lib/ILDAPUserPlugin.php b/apps/user_ldap/lib/ILDAPUserPlugin.php index d2e8544c8a..9250830fc8 100644 --- a/apps/user_ldap/lib/ILDAPUserPlugin.php +++ b/apps/user_ldap/lib/ILDAPUserPlugin.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/lib/ILDAPWrapper.php b/apps/user_ldap/lib/ILDAPWrapper.php index e5969cc298..52919c48e5 100644 --- a/apps/user_ldap/lib/ILDAPWrapper.php +++ b/apps/user_ldap/lib/ILDAPWrapper.php @@ -8,6 +8,8 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/IUserLDAP.php b/apps/user_ldap/lib/IUserLDAP.php index cb7d013889..dcd9d938b2 100644 --- a/apps/user_ldap/lib/IUserLDAP.php +++ b/apps/user_ldap/lib/IUserLDAP.php @@ -1,8 +1,10 @@ + * @author root + * * @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/user_ldap/lib/Jobs/CleanUp.php b/apps/user_ldap/lib/Jobs/CleanUp.php index 92bca036b2..849c30ecd6 100644 --- a/apps/user_ldap/lib/Jobs/CleanUp.php +++ b/apps/user_ldap/lib/Jobs/CleanUp.php @@ -5,6 +5,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index 7e4f0c0c1b..49b79f2d61 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -10,7 +10,11 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma + * @author Roger Szabo + * @author root * @author Thomas Müller + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/LDAPProvider.php b/apps/user_ldap/lib/LDAPProvider.php index c62372bdd1..94793980b3 100644 --- a/apps/user_ldap/lib/LDAPProvider.php +++ b/apps/user_ldap/lib/LDAPProvider.php @@ -1,11 +1,11 @@ * @author Roger Szabo - * @author Vinicius Brand - * @author Daniel Tygel + * @author root + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/LDAPProviderFactory.php b/apps/user_ldap/lib/LDAPProviderFactory.php index f2915b4316..c57f996cde 100644 --- a/apps/user_ldap/lib/LDAPProviderFactory.php +++ b/apps/user_ldap/lib/LDAPProviderFactory.php @@ -1,8 +1,11 @@ + * @author Roger Szabo + * @author root + * * @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/user_ldap/lib/Migration/UUIDFixGroup.php b/apps/user_ldap/lib/Migration/UUIDFixGroup.php index 94e0778b9a..7258029dfd 100644 --- a/apps/user_ldap/lib/Migration/UUIDFixGroup.php +++ b/apps/user_ldap/lib/Migration/UUIDFixGroup.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Migration/UUIDFixUser.php b/apps/user_ldap/lib/Migration/UUIDFixUser.php index 68003fd118..28765917ae 100644 --- a/apps/user_ldap/lib/Migration/UUIDFixUser.php +++ b/apps/user_ldap/lib/Migration/UUIDFixUser.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Notification/Notifier.php b/apps/user_ldap/lib/Notification/Notifier.php index 795d8d4c34..8c9d20c12d 100644 --- a/apps/user_ldap/lib/Notification/Notifier.php +++ b/apps/user_ldap/lib/Notification/Notifier.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Roger Szabo * + * @author Joas Schilling + * @author Roeland Jago Douma * @author Roger Szabo * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/lib/Proxy.php b/apps/user_ldap/lib/Proxy.php index 305d2c4181..ec075d761c 100644 --- a/apps/user_ldap/lib/Proxy.php +++ b/apps/user_ldap/lib/Proxy.php @@ -10,6 +10,8 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma + * @author Roger Szabo * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/Settings/Admin.php b/apps/user_ldap/lib/Settings/Admin.php index 32035128b6..33a86ad72d 100644 --- a/apps/user_ldap/lib/Settings/Admin.php +++ b/apps/user_ldap/lib/Settings/Admin.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Settings/Section.php b/apps/user_ldap/lib/Settings/Section.php index 86d293d387..0ff52160a9 100644 --- a/apps/user_ldap/lib/Settings/Section.php +++ b/apps/user_ldap/lib/Settings/Section.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/User/Manager.php b/apps/user_ldap/lib/User/Manager.php index 743456d68e..f04106b7fb 100644 --- a/apps/user_ldap/lib/User/Manager.php +++ b/apps/user_ldap/lib/User/Manager.php @@ -6,6 +6,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roger Szabo * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/User/User.php b/apps/user_ldap/lib/User/User.php index a46b0053b4..ed3ecedf22 100644 --- a/apps/user_ldap/lib/User/User.php +++ b/apps/user_ldap/lib/User/User.php @@ -4,10 +4,13 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author Morris Jobke - * @author Thomas Müller + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer + * @author Morris Jobke * @author Roger Szabo + * @author Thomas Müller + * @author Victor Dubiniuk + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/UserPluginManager.php b/apps/user_ldap/lib/UserPluginManager.php index cee972f145..b3fda49402 100644 --- a/apps/user_ldap/lib/UserPluginManager.php +++ b/apps/user_ldap/lib/UserPluginManager.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index 87706dcfe8..ca157f6953 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -13,11 +13,12 @@ * @author Renaud Fortier * @author Robin Appelman * @author Robin McCorkell + * @author Roger Szabo + * @author root * @author Thomas Müller * @author Tom Needham - * @author Roger Szabo - * @author Vinicius Brand - * @author Daniel Tygel + * @author Victor Dubiniuk + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/User_Proxy.php b/apps/user_ldap/lib/User_Proxy.php index c65999e3fd..ccc82760b0 100644 --- a/apps/user_ldap/lib/User_Proxy.php +++ b/apps/user_ldap/lib/User_Proxy.php @@ -8,10 +8,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Thomas Müller * @author Roger Szabo - * @author Vinicius Brand - * @author Daniel Tygel + * @author root + * @author Thomas Müller + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index 7376507d13..bf7c6bbeb9 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Alexander Bergolth + * @author Allan Nordhøy * @author Arthur Schiwon * @author Bart Visscher * @author Jean-Louis Dupond @@ -13,7 +14,9 @@ * @author Nicolas Grekas * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Stefan Weil + * @author Tobias Brunner * @author Victor Dubiniuk * @author Xuanwo * diff --git a/apps/user_ldap/tests/AccessTest.php b/apps/user_ldap/tests/AccessTest.php index 85f0516dec..22829f38c0 100644 --- a/apps/user_ldap/tests/AccessTest.php +++ b/apps/user_ldap/tests/AccessTest.php @@ -6,9 +6,14 @@ * @author Andreas Fischer * @author Arthur Schiwon * @author Joas Schilling - * @author Morris Jobke - * @author Thomas Müller + * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Roger Szabo + * @author root + * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/ConnectionTest.php b/apps/user_ldap/tests/ConnectionTest.php index 87ebc8d9ad..c0f91d25d3 100644 --- a/apps/user_ldap/tests/ConnectionTest.php +++ b/apps/user_ldap/tests/ConnectionTest.php @@ -3,9 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Jarkko Lehtoranta * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/GroupLDAPPluginTest.php b/apps/user_ldap/tests/GroupLDAPPluginTest.php index 861806677e..9b13e37bc9 100644 --- a/apps/user_ldap/tests/GroupLDAPPluginTest.php +++ b/apps/user_ldap/tests/GroupLDAPPluginTest.php @@ -2,21 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index 8ca7556e09..8eabf2d295 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -7,8 +7,11 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * @author Vincent Petry + * @author Vinicius Cubas Brand * @author Xuanwo * * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/HelperTest.php b/apps/user_ldap/tests/HelperTest.php index ca0bbcc4e8..995b8ebd7e 100644 --- a/apps/user_ldap/tests/HelperTest.php +++ b/apps/user_ldap/tests/HelperTest.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\User_LDAP\Tests; diff --git a/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php index 8f9104999d..3bc3699fba 100644 --- a/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php +++ b/apps/user_ldap/tests/Integration/AbstractIntegrationTest.php @@ -4,6 +4,9 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Roeland Jago Douma + * @author root + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Bootstrap.php b/apps/user_ldap/tests/Integration/Bootstrap.php index f52f132217..46299098ab 100644 --- a/apps/user_ldap/tests/Integration/Bootstrap.php +++ b/apps/user_ldap/tests/Integration/Bootstrap.php @@ -1,23 +1,23 @@ * * @author Arthur Schiwon * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php index 0dc80e8723..32dfb72d9c 100644 --- a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php +++ b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php index bc616bfc77..0238d68f59 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php index e96e44a685..cab5f6196f 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php index c5f74863d9..d54d001c4a 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php index c50baef49f..9ee5a7efac 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php @@ -4,6 +4,9 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Morris Jobke + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php index f8a317f0b1..599458a972 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php @@ -5,7 +5,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roger Szabo * @author Thomas Müller + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php index 10f0968efb..0d072bcf97 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Joas Schilling + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php index 187d13dfdb..476bc8e759 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/Jobs/CleanUpTest.php b/apps/user_ldap/tests/Jobs/CleanUpTest.php index 62cebcf328..1f30af3a58 100644 --- a/apps/user_ldap/tests/Jobs/CleanUpTest.php +++ b/apps/user_ldap/tests/Jobs/CleanUpTest.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/LDAPGroupPluginDummy.php b/apps/user_ldap/tests/LDAPGroupPluginDummy.php index c2ccf3338a..ac67b52657 100644 --- a/apps/user_ldap/tests/LDAPGroupPluginDummy.php +++ b/apps/user_ldap/tests/LDAPGroupPluginDummy.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/LDAPProviderTest.php b/apps/user_ldap/tests/LDAPProviderTest.php index 42a1b0a3c2..f3a27dec2c 100644 --- a/apps/user_ldap/tests/LDAPProviderTest.php +++ b/apps/user_ldap/tests/LDAPProviderTest.php @@ -1,10 +1,10 @@ - * @author Vinicius Brand + * @author Roeland Jago Douma + * @author root + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/tests/LDAPTest.php b/apps/user_ldap/tests/LDAPTest.php index 1ac8cef12d..8e181741b5 100644 --- a/apps/user_ldap/tests/LDAPTest.php +++ b/apps/user_ldap/tests/LDAPTest.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/user_ldap/tests/LDAPUserPluginDummy.php b/apps/user_ldap/tests/LDAPUserPluginDummy.php index 8115141b5e..eb7029a6ef 100644 --- a/apps/user_ldap/tests/LDAPUserPluginDummy.php +++ b/apps/user_ldap/tests/LDAPUserPluginDummy.php @@ -2,22 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand - * @author Daniel Tygel + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php index c9845bb31e..d3d33a82da 100644 --- a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php +++ b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Stefan Weil * * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/Settings/AdminTest.php b/apps/user_ldap/tests/Settings/AdminTest.php index 8623486153..8161896e71 100644 --- a/apps/user_ldap/tests/Settings/AdminTest.php +++ b/apps/user_ldap/tests/Settings/AdminTest.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php index 5f565e8993..65dff000af 100644 --- a/apps/user_ldap/tests/Settings/SectionTest.php +++ b/apps/user_ldap/tests/Settings/SectionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/tests/User/ManagerTest.php b/apps/user_ldap/tests/User/ManagerTest.php index 823081f1da..da30b210b1 100644 --- a/apps/user_ldap/tests/User/ManagerTest.php +++ b/apps/user_ldap/tests/User/ManagerTest.php @@ -6,6 +6,8 @@ * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung + * @author Roeland Jago Douma + * @author Roger Szabo * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php index b118a613e8..ede60fef5c 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -4,8 +4,12 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Morris Jobke + * @author Roeland Jago Douma + * @author Roger Szabo * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/UserLDAPPluginTest.php b/apps/user_ldap/tests/UserLDAPPluginTest.php index 2fe9d6f735..1d7d2ee7c7 100644 --- a/apps/user_ldap/tests/UserLDAPPluginTest.php +++ b/apps/user_ldap/tests/UserLDAPPluginTest.php @@ -2,21 +2,22 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * - * @author Vinicius Brand + * @author Vinicius Cubas Brand * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/User_LDAPTest.php b/apps/user_ldap/tests/User_LDAPTest.php index b6582c816e..fbe9953bbb 100644 --- a/apps/user_ldap/tests/User_LDAPTest.php +++ b/apps/user_ldap/tests/User_LDAPTest.php @@ -8,9 +8,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Thomas Müller + * @author Roeland Jago Douma * @author Roger Szabo - * @author Vinicius Brand + * @author Thomas Müller + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/tests/User_ProxyTest.php b/apps/user_ldap/tests/User_ProxyTest.php index f6aaa01cb8..126391401e 100644 --- a/apps/user_ldap/tests/User_ProxyTest.php +++ b/apps/user_ldap/tests/User_ProxyTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Arthur Schiwon * @author Lukas Reschke - * @author Vinicius Brand + * @author Roger Szabo + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/tests/WizardTest.php b/apps/user_ldap/tests/WizardTest.php index 545d112338..e7717aad37 100644 --- a/apps/user_ldap/tests/WizardTest.php +++ b/apps/user_ldap/tests/WizardTest.php @@ -5,7 +5,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * @author Viktor Szépe * * @license AGPL-3.0 diff --git a/build/integration/features/bootstrap/AppConfiguration.php b/build/integration/features/bootstrap/AppConfiguration.php index 39fee5e361..03bdeae0b8 100644 --- a/build/integration/features/bootstrap/AppConfiguration.php +++ b/build/integration/features/bootstrap/AppConfiguration.php @@ -1,8 +1,9 @@ + * @author Sergio Bertolin * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/Auth.php b/build/integration/features/bootstrap/Auth.php index ae411cc7ab..b185dd0b8c 100644 --- a/build/integration/features/bootstrap/Auth.php +++ b/build/integration/features/bootstrap/Auth.php @@ -1,7 +1,11 @@ + * @author Joas Schilling + * @author Lukas Reschke + * @author Phil Davis * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index 9e7aa272d0..03392ff661 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -1,12 +1,16 @@ * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * @author Sergio Bertolin + * @author Sergio Bertolín * @author Thomas Müller + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/CalDavContext.php b/build/integration/features/bootstrap/CalDavContext.php index 8c0348f37a..27f26b20fb 100644 --- a/build/integration/features/bootstrap/CalDavContext.php +++ b/build/integration/features/bootstrap/CalDavContext.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Phil Davis * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 1220e22415..6ff9b1813c 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -1,6 +1,6 @@ * @author Roeland Jago Douma diff --git a/build/integration/features/bootstrap/CardDavContext.php b/build/integration/features/bootstrap/CardDavContext.php index 8ff8b55d28..dbac4e2254 100644 --- a/build/integration/features/bootstrap/CardDavContext.php +++ b/build/integration/features/bootstrap/CardDavContext.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Phil Davis * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php index 4dd43db852..f2fc2d1d65 100644 --- a/build/integration/features/bootstrap/ChecksumsContext.php +++ b/build/integration/features/bootstrap/ChecksumsContext.php @@ -1,8 +1,9 @@ + * @author Phil Davis * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/build/integration/features/bootstrap/CommandLine.php b/build/integration/features/bootstrap/CommandLine.php index e880cfe24a..2c717e7f5e 100644 --- a/build/integration/features/bootstrap/CommandLine.php +++ b/build/integration/features/bootstrap/CommandLine.php @@ -1,8 +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/build/integration/features/bootstrap/CommandLineContext.php b/build/integration/features/bootstrap/CommandLineContext.php index 9a48c8517c..d8073bde22 100644 --- a/build/integration/features/bootstrap/CommandLineContext.php +++ b/build/integration/features/bootstrap/CommandLineContext.php @@ -1,8 +1,11 @@ + * @author Sujith H * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/CommentsContext.php b/build/integration/features/bootstrap/CommentsContext.php index 1d1b47f973..651e8c5eed 100644 --- a/build/integration/features/bootstrap/CommentsContext.php +++ b/build/integration/features/bootstrap/CommentsContext.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index c066fa5419..6b0b199ec6 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -1,7 +1,8 @@ * @author Sergio Bertolin * @author Thomas Müller * diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index e6e99e2fa9..f6c6de335a 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -1,6 +1,6 @@ * @author Sergio Bertolin diff --git a/build/integration/features/bootstrap/FilesDropContext.php b/build/integration/features/bootstrap/FilesDropContext.php index 760d76ac5e..4715366c86 100644 --- a/build/integration/features/bootstrap/FilesDropContext.php +++ b/build/integration/features/bootstrap/FilesDropContext.php @@ -1,5 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use Behat\Behat\Tester\Exception\PendingException; diff --git a/build/integration/features/bootstrap/LDAPContext.php b/build/integration/features/bootstrap/LDAPContext.php index f23de6f47c..237f316674 100644 --- a/build/integration/features/bootstrap/LDAPContext.php +++ b/build/integration/features/bootstrap/LDAPContext.php @@ -1,5 +1,4 @@ * diff --git a/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php index 94da63a653..00402d73a2 100644 --- a/build/integration/features/bootstrap/Provisioning.php +++ b/build/integration/features/bootstrap/Provisioning.php @@ -1,6 +1,6 @@ * @author Morris Jobke diff --git a/build/integration/features/bootstrap/SetupContext.php b/build/integration/features/bootstrap/SetupContext.php index 53ad7619d3..ac9261756d 100644 --- a/build/integration/features/bootstrap/SetupContext.php +++ b/build/integration/features/bootstrap/SetupContext.php @@ -1,9 +1,8 @@ - * @copyright Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/ShareesContext.php b/build/integration/features/bootstrap/ShareesContext.php index 822a701127..f659495fca 100644 --- a/build/integration/features/bootstrap/ShareesContext.php +++ b/build/integration/features/bootstrap/ShareesContext.php @@ -1,6 +1,6 @@ * @author Roeland Jago Douma diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index e561898706..1921a86656 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -1,6 +1,6 @@ * @author Lukas Reschke diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php index 24ee8863e2..df2f1cae26 100644 --- a/build/integration/features/bootstrap/TagsContext.php +++ b/build/integration/features/bootstrap/TagsContext.php @@ -4,6 +4,9 @@ * * @author Joas Schilling * @author Lukas Reschke + * @author Phil Davis + * @author Roeland Jago Douma + * @author Sergio Bertolin * @author Vincent Petry * * @license AGPL-3.0 diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php index c7d3a338ac..c215e70260 100644 --- a/build/integration/features/bootstrap/Trashbin.php +++ b/build/integration/features/bootstrap/Trashbin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2017, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index 9242b80ac1..5d6ca0633b 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -1,6 +1,6 @@ * @author Joas Schilling diff --git a/console.php b/console.php index df02e89dff..d6854279ca 100644 --- a/console.php +++ b/console.php @@ -4,8 +4,12 @@ * * @author Bart Visscher * @author Joas Schilling + * @author Ko- * @author Lukas Reschke * @author Morris Jobke + * @author Patrick Paysant + * @author RealRancor + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * diff --git a/core/Application.php b/core/Application.php index 5fafb0441f..9a29b4bcdf 100644 --- a/core/Application.php +++ b/core/Application.php @@ -8,8 +8,6 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma - * @author Thomas Müller * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php index 4aa38cd6f8..2d8bd76e85 100644 --- a/core/Command/App/Enable.php +++ b/core/Command/App/Enable.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry diff --git a/core/Command/App/GetPath.php b/core/Command/App/GetPath.php index 33a812c674..367fb7db20 100644 --- a/core/Command/App/GetPath.php +++ b/core/Command/App/GetPath.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index 0c99c7ff85..c8c4652d7b 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Klaus Herberth + * @author sualko * * @license AGPL-3.0 * diff --git a/core/Command/Config/App/Base.php b/core/Command/Config/App/Base.php index 3f29591dd1..9cd7bd6135 100644 --- a/core/Command/Config/App/Base.php +++ b/core/Command/Config/App/Base.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/System/Base.php b/core/Command/Config/System/Base.php index 4e49baf5ab..08d85dd8dc 100644 --- a/core/Command/Config/System/Base.php +++ b/core/Command/Config/System/Base.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/ConvertMysqlToMB4.php b/core/Command/Db/ConvertMysqlToMB4.php index 38aff8b09d..a38604931d 100644 --- a/core/Command/Db/ConvertMysqlToMB4.php +++ b/core/Command/Db/ConvertMysqlToMB4.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2017, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index a783952293..7fdf1f39b8 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -5,10 +5,12 @@ * @author Andreas Fischer * @author Bart Visscher * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sander Ruitenbeek * @author tbelau666 * @author Thomas Müller - * @author unclejamal3000 * * @license AGPL-3.0 * diff --git a/core/Command/Db/Migrations/ExecuteCommand.php b/core/Command/Db/Migrations/ExecuteCommand.php index 0f21bdf28e..88dfe64809 100644 --- a/core/Command/Db/Migrations/ExecuteCommand.php +++ b/core/Command/Db/Migrations/ExecuteCommand.php @@ -1,11 +1,10 @@ - * @author Thomas Müller - * * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 0825ddb708..8fbc1781d9 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -1,11 +1,10 @@ - * @author Thomas Müller - * * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php index 4f888b38a1..d8dc2be11a 100644 --- a/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php +++ b/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2017 Joas Schilling * * @author Joas Schilling - * @author Julius Haertl * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Db/Migrations/MigrateCommand.php b/core/Command/Db/Migrations/MigrateCommand.php index 2b0e082aca..e5dddaebf2 100644 --- a/core/Command/Db/Migrations/MigrateCommand.php +++ b/core/Command/Db/Migrations/MigrateCommand.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2017, ownCloud GmbH + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/Migrations/StatusCommand.php b/core/Command/Db/Migrations/StatusCommand.php index 20172000ee..9fa497a126 100644 --- a/core/Command/Db/Migrations/StatusCommand.php +++ b/core/Command/Db/Migrations/StatusCommand.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2017, ownCloud GmbH + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index a2c306adc2..9931a279ff 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -5,6 +5,8 @@ * @author Björn Schießle * @author davitol * @author Joas Schilling + * @author Marius Blüm + * @author Morris Jobke * @author Sergio Bertolín * @author Vincent Petry * diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index 584bc8a70c..a2b5668332 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -4,6 +4,8 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Matthew Setter + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index 26d2791475..d2c726b674 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index 8f951204a5..88416b3e72 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/core/Command/InterruptedException.php b/core/Command/InterruptedException.php index ef81b5d939..4470ea82d2 100644 --- a/core/Command/InterruptedException.php +++ b/core/Command/InterruptedException.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2017, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php index e52f588b83..9c14490b97 100644 --- a/core/Command/L10n/CreateJs.php +++ b/core/Command/L10n/CreateJs.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * diff --git a/core/Command/Log/File.php b/core/Command/Log/File.php index d53484f086..e5db2c1acc 100644 --- a/core/Command/Log/File.php +++ b/core/Command/Log/File.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Robin McCorkell * @author Thomas Pulzer * diff --git a/core/Command/Log/Manage.php b/core/Command/Log/Manage.php index 578e8e8dac..267e84c140 100644 --- a/core/Command/Log/Manage.php +++ b/core/Command/Log/Manage.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Pulzer * * @license AGPL-3.0 * diff --git a/core/Command/Maintenance/Install.php b/core/Command/Maintenance/Install.php index 342614236d..755d3d386c 100644 --- a/core/Command/Maintenance/Install.php +++ b/core/Command/Maintenance/Install.php @@ -4,9 +4,11 @@ * * @author Bernhard Posselt * @author Christian Kampka + * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Pulzer * diff --git a/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index f302b4a201..a6925c5dc6 100644 --- a/core/Command/Maintenance/Mimetype/UpdateJS.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Ebert * * @license AGPL-3.0 * diff --git a/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php index 89eeb7ccf5..4b9c8a72b5 100644 --- a/core/Command/Maintenance/UpdateHtaccess.php +++ b/core/Command/Maintenance/UpdateHtaccess.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index f750a142a5..cf015b8263 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -6,18 +6,18 @@ * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php index e99703ecd7..fe817d214b 100644 --- a/core/Command/TwoFactorAuth/Base.php +++ b/core/Command/TwoFactorAuth/Base.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php index d0303edac3..0564c89017 100644 --- a/core/Command/TwoFactorAuth/Disable.php +++ b/core/Command/TwoFactorAuth/Disable.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Joas Schilling * * @license AGPL-3.0 * diff --git a/core/Command/TwoFactorAuth/Enable.php b/core/Command/TwoFactorAuth/Enable.php index a15fb83b66..98e8b178cd 100644 --- a/core/Command/TwoFactorAuth/Enable.php +++ b/core/Command/TwoFactorAuth/Enable.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Joas Schilling * * @license AGPL-3.0 * diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index abc37527d2..0877c19bc0 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -5,9 +5,12 @@ * @author Andreas Fischer * @author Björn Schießle * @author Joas Schilling + * @author Jürgen Haas * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler + * @author Robin Appelman + * @author Sander Ruitenbeek * @author Steffen Lindner * @author Thomas Müller * @author Thomas Pulzer diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php index 8dd25a7f29..cc53f1c78c 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Laurens Post + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index 9a3bd9e590..98a258ec31 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php index 56260e9714..9e69626c38 100644 --- a/core/Command/User/ResetPassword.php +++ b/core/Command/User/ResetPassword.php @@ -8,6 +8,8 @@ * @author Joas Schilling * @author Laurens Post * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sujith H * * @license AGPL-3.0 * diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index bf9a576398..36b12fbd79 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -5,7 +5,6 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/core/Controller/ClientFlowLoginController.php b/core/Controller/ClientFlowLoginController.php index 5767c9e1c6..e56a02ca70 100644 --- a/core/Controller/ClientFlowLoginController.php +++ b/core/Controller/ClientFlowLoginController.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Controller/ContactsMenuController.php b/core/Controller/ContactsMenuController.php index 76eaf11085..32984e5d9b 100644 --- a/core/Controller/ContactsMenuController.php +++ b/core/Controller/ContactsMenuController.php @@ -1,9 +1,10 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst + * @author Georg Ehrke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php index 3cf477290f..95a41f8dd1 100644 --- a/core/Controller/CssController.php +++ b/core/Controller/CssController.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php index 1a025edbca..f02948e47a 100644 --- a/core/Controller/JsController.php +++ b/core/Controller/JsController.php @@ -2,6 +2,8 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index 462b9091d4..e87e097e42 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -4,11 +4,16 @@ * @copyright Copyright (c) 2016 Joas Schilling * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Sandro Lutz + * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl + * @author justin-sleep * @author Lukas Reschke + * @author Morris Jobke + * @author Sandro Lutz * @author Thomas Müller + * @author Ujjwal Bhardwaj * * @license AGPL-3.0 * diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php index 04a3a07bea..befa1da694 100644 --- a/core/Controller/LostController.php +++ b/core/Controller/LostController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Julius Haertl diff --git a/core/Controller/OCJSController.php b/core/Controller/OCJSController.php index 9c19f0c0ad..de880968a6 100644 --- a/core/Controller/OCJSController.php +++ b/core/Controller/OCJSController.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php index ff939f71a4..278e01403a 100644 --- a/core/Controller/OCSController.php +++ b/core/Controller/OCSController.php @@ -1,6 +1,10 @@ + * @author Julius Härtl + * @author Lukas Reschke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/PreviewController.php b/core/Controller/PreviewController.php index 4e2b2f0287..dcb27bc888 100644 --- a/core/Controller/PreviewController.php +++ b/core/Controller/PreviewController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index bb7c8c4969..f79e9efe0c 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Damjan Georgievski * @author ideaship * @author Lukas Reschke * @author Morris Jobke diff --git a/core/Controller/TwoFactorChallengeController.php b/core/Controller/TwoFactorChallengeController.php index 50d63b0740..a5d7d14f36 100644 --- a/core/Controller/TwoFactorChallengeController.php +++ b/core/Controller/TwoFactorChallengeController.php @@ -1,10 +1,12 @@ + * @author Cornelius Kölbel * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php index fc282e36d9..24746c65e5 100644 --- a/core/Controller/UserController.php +++ b/core/Controller/UserController.php @@ -4,6 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/core/Middleware/TwoFactorMiddleware.php b/core/Middleware/TwoFactorMiddleware.php index a4e0d7219e..d3811f7d27 100644 --- a/core/Middleware/TwoFactorMiddleware.php +++ b/core/Middleware/TwoFactorMiddleware.php @@ -4,6 +4,8 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/core/Migrations/Version13000Date20170919121250.php b/core/Migrations/Version13000Date20170919121250.php index c709875984..d27d1df646 100644 --- a/core/Migrations/Version13000Date20170919121250.php +++ b/core/Migrations/Version13000Date20170919121250.php @@ -1,4 +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 . + * + */ namespace OC\Core\Migrations; use Doctrine\DBAL\Schema\Schema; diff --git a/core/Migrations/Version13000Date20170926101637.php b/core/Migrations/Version13000Date20170926101637.php index ded34cedd3..7c4e0d4899 100644 --- a/core/Migrations/Version13000Date20170926101637.php +++ b/core/Migrations/Version13000Date20170926101637.php @@ -1,4 +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 . + * + */ namespace OC\Core\Migrations; use Doctrine\DBAL\Schema\Schema; diff --git a/core/ajax/update.php b/core/ajax/update.php index 818291d3ef..71d60f5c43 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Ko- * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/core/register_command.php b/core/register_command.php index 1b91d2005b..3f7fbf508e 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -7,12 +7,16 @@ * @author Christian Kampka * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author sualko * @author Thomas Müller + * @author Thomas Pulzer * @author Victor Dubiniuk * @author Vincent Petry * diff --git a/core/routes.php b/core/routes.php index bca62098b9..93dc126d21 100644 --- a/core/routes.php +++ b/core/routes.php @@ -4,14 +4,15 @@ * * @author Bart Visscher * @author Bernhard Posselt - * @author Christopher Schäpers * @author Christoph Wurst + * @author Christopher Schäpers * @author Georg Ehrke + * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Thomas Tanghus * @author Victor Dubiniuk * @author Vincent Petry * diff --git a/cron.php b/cron.php index b7443ef3ce..511a56f295 100644 --- a/cron.php +++ b/cron.php @@ -2,14 +2,18 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Artem Sidorenko * @author Bernhard Posselt * @author Christopher Schäpers + * @author Damjan Georgievski * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Ko- * @author Morris Jobke * @author Oliver Kohl D.Sc. * @author Robin Appelman + * @author Roeland Jago Douma * @author Steffen Lindner * @author Thomas Müller * @author Vincent Petry diff --git a/index.php b/index.php index f45b67811f..135a0d014e 100644 --- a/index.php +++ b/index.php @@ -2,10 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Sergio Bertolín * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/base.php b/lib/base.php index b9862e7319..dc09d0f533 100644 --- a/lib/base.php +++ b/lib/base.php @@ -7,18 +7,21 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt + * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst + * @author Damjan Georgievski * @author davidgumberg * @author Florin Peter - * @author Georg Ehrke - * @author Hugo Gonzalez Labrador * @author Individual IT Services * @author Jakob Sack - * @author Joachim Bauch + * @author Jan-Christoph Borchardt * @author Joachim Sokolowski * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer + * @author Ko- * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke @@ -28,9 +31,9 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Sebastian Wessalowski * @author Stefan Weil * @author Thomas Müller - * @author Thomas Pulzer * @author Thomas Tanghus * @author Vincent Petry * @author Volkan Gezer diff --git a/lib/private/Accounts/AccountManager.php b/lib/private/Accounts/AccountManager.php index 7db686c33a..8c79de7f9e 100644 --- a/lib/private/Accounts/AccountManager.php +++ b/lib/private/Accounts/AccountManager.php @@ -1,9 +1,12 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Björn Schießle + * + * @author Bjoern Schiessle + * @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/lib/private/Accounts/Hooks.php b/lib/private/Accounts/Hooks.php index eca56913fb..df0b80e822 100644 --- a/lib/private/Accounts/Hooks.php +++ b/lib/private/Accounts/Hooks.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/lib/private/Activity/EventMerger.php b/lib/private/Activity/EventMerger.php index 04aa41b269..ed062d094e 100644 --- a/lib/private/Activity/EventMerger.php +++ b/lib/private/Activity/EventMerger.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Activity/LegacyFilter.php b/lib/private/Activity/LegacyFilter.php index eadb5b1558..9beffc1f3a 100644 --- a/lib/private/Activity/LegacyFilter.php +++ b/lib/private/Activity/LegacyFilter.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Activity/LegacySetting.php b/lib/private/Activity/LegacySetting.php index 27495afddb..7d08533aef 100644 --- a/lib/private/Activity/LegacySetting.php +++ b/lib/private/Activity/LegacySetting.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Activity/Manager.php b/lib/private/Activity/Manager.php index 7640a367e7..792dea4cff 100644 --- a/lib/private/Activity/Manager.php +++ b/lib/private/Activity/Manager.php @@ -5,6 +5,7 @@ * * @author Björn Schießle * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/AllConfig.php b/lib/private/AllConfig.php index 52b0679bb2..f74a2f943d 100644 --- a/lib/private/AllConfig.php +++ b/lib/private/AllConfig.php @@ -5,10 +5,12 @@ * @author Bart Visscher * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Loki3000 * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 7c861597c7..5632b48bc2 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -7,6 +7,7 @@ * @author Christoph Schaefer * @author Christoph Wurst * @author Joas Schilling + * @author Julius Haertl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/App/AppStore/Bundles/Bundle.php b/lib/private/App/AppStore/Bundles/Bundle.php index 47efc4e0cc..7955770435 100644 --- a/lib/private/App/AppStore/Bundles/Bundle.php +++ b/lib/private/App/AppStore/Bundles/Bundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/BundleFetcher.php b/lib/private/App/AppStore/Bundles/BundleFetcher.php index 3fbdf65cd4..0dd6dabfff 100644 --- a/lib/private/App/AppStore/Bundles/BundleFetcher.php +++ b/lib/private/App/AppStore/Bundles/BundleFetcher.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/CoreBundle.php b/lib/private/App/AppStore/Bundles/CoreBundle.php index a87292b9ec..b76dddc8d0 100644 --- a/lib/private/App/AppStore/Bundles/CoreBundle.php +++ b/lib/private/App/AppStore/Bundles/CoreBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index c3885f5e25..0d82de9096 100644 --- a/lib/private/App/AppStore/Bundles/EducationBundle.php +++ b/lib/private/App/AppStore/Bundles/EducationBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/EnterpriseBundle.php b/lib/private/App/AppStore/Bundles/EnterpriseBundle.php index 6d43a6210f..d32fd8c856 100644 --- a/lib/private/App/AppStore/Bundles/EnterpriseBundle.php +++ b/lib/private/App/AppStore/Bundles/EnterpriseBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/GroupwareBundle.php b/lib/private/App/AppStore/Bundles/GroupwareBundle.php index 7e7414f69c..042d97c3ef 100644 --- a/lib/private/App/AppStore/Bundles/GroupwareBundle.php +++ b/lib/private/App/AppStore/Bundles/GroupwareBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php index 8da84e8d1e..c882a8df55 100644 --- a/lib/private/App/AppStore/Bundles/SocialSharingBundle.php +++ b/lib/private/App/AppStore/Bundles/SocialSharingBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Fetcher/AppFetcher.php b/lib/private/App/AppStore/Fetcher/AppFetcher.php index 63f63aaf69..63121c079b 100644 --- a/lib/private/App/AppStore/Fetcher/AppFetcher.php +++ b/lib/private/App/AppStore/Fetcher/AppFetcher.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Fetcher/CategoryFetcher.php b/lib/private/App/AppStore/Fetcher/CategoryFetcher.php index 8c3c963462..f2c523df90 100644 --- a/lib/private/App/AppStore/Fetcher/CategoryFetcher.php +++ b/lib/private/App/AppStore/Fetcher/CategoryFetcher.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index e559cf83e6..3ac207ebf7 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -2,6 +2,12 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Steffen Lindner + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Version/Version.php b/lib/private/App/AppStore/Version/Version.php index ca182ae078..1efdf795e6 100644 --- a/lib/private/App/AppStore/Version/Version.php +++ b/lib/private/App/AppStore/Version/Version.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/AppStore/Version/VersionParser.php b/lib/private/App/AppStore/Version/VersionParser.php index b548ef386d..3924b8aea1 100644 --- a/lib/private/App/AppStore/Version/VersionParser.php +++ b/lib/private/App/AppStore/Version/VersionParser.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/App/CodeChecker/DeprecationCheck.php b/lib/private/App/CodeChecker/DeprecationCheck.php index e19e06dd8f..037a2cee84 100644 --- a/lib/private/App/CodeChecker/DeprecationCheck.php +++ b/lib/private/App/CodeChecker/DeprecationCheck.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/lib/private/App/CodeChecker/MigrationSchemaChecker.php b/lib/private/App/CodeChecker/MigrationSchemaChecker.php index ea403ad775..3d68c031fe 100644 --- a/lib/private/App/CodeChecker/MigrationSchemaChecker.php +++ b/lib/private/App/CodeChecker/MigrationSchemaChecker.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Joas Schilling * * @author Joas Schilling + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/App/DependencyAnalyzer.php b/lib/private/App/DependencyAnalyzer.php index 4e998c71f3..4193ee5083 100644 --- a/lib/private/App/DependencyAnalyzer.php +++ b/lib/private/App/DependencyAnalyzer.php @@ -7,6 +7,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller * diff --git a/lib/private/App/InfoParser.php b/lib/private/App/InfoParser.php index 40eaaf21bc..b811cfca31 100644 --- a/lib/private/App/InfoParser.php +++ b/lib/private/App/InfoParser.php @@ -4,9 +4,12 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Andreas Fischer + * @author Arthur Schiwon * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/AppFramework/App.php b/lib/private/AppFramework/App.php index 75b2e983fe..653000ab72 100644 --- a/lib/private/AppFramework/App.php +++ b/lib/private/AppFramework/App.php @@ -2,10 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Andreas Fischer * @author Bernhard Posselt + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/AppFramework/DependencyInjection/DIContainer.php b/lib/private/AppFramework/DependencyInjection/DIContainer.php index 0ea7eed4ae..0b6291d46d 100644 --- a/lib/private/AppFramework/DependencyInjection/DIContainer.php +++ b/lib/private/AppFramework/DependencyInjection/DIContainer.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bernhard Posselt + * @author Bjoern Schiessle * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer @@ -10,6 +12,7 @@ * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma + * @author Sebastian Wessalowski * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/private/AppFramework/Http.php b/lib/private/AppFramework/Http.php index be1e178a05..e126c8a1cf 100644 --- a/lib/private/AppFramework/Http.php +++ b/lib/private/AppFramework/Http.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Http/Dispatcher.php b/lib/private/AppFramework/Http/Dispatcher.php index 28b88cf9eb..39775265e5 100644 --- a/lib/private/AppFramework/Http/Dispatcher.php +++ b/lib/private/AppFramework/Http/Dispatcher.php @@ -6,6 +6,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/private/AppFramework/Http/Output.php b/lib/private/AppFramework/Http/Output.php index 1d77350b1a..aed72fe585 100644 --- a/lib/private/AppFramework/Http/Output.php +++ b/lib/private/AppFramework/Http/Output.php @@ -4,6 +4,7 @@ * * @author Bernhard Posselt * @author Lukas Reschke + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index d2347ba4b2..072dd9f172 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -4,7 +4,10 @@ * * @author Bart Visscher * @author Bernhard Posselt + * @author Christoph Wurst + * @author coderkun * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Mitar diff --git a/lib/private/AppFramework/Middleware/OCSMiddleware.php b/lib/private/AppFramework/Middleware/OCSMiddleware.php index 46f2881b07..ad1d953f37 100644 --- a/lib/private/AppFramework/Middleware/OCSMiddleware.php +++ b/lib/private/AppFramework/Middleware/OCSMiddleware.php @@ -1,7 +1,8 @@ * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php b/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php index e349960115..79359b142a 100644 --- a/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php index 94191f7f5b..ca8a2c8941 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php index 1ecd463b00..8c1f082c17 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php @@ -1,8 +1,9 @@ * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php index 5602e46fb4..a16b0cbd18 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php @@ -1,6 +1,6 @@ * diff --git a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php index 28ef8b43ff..c3b5a844ed 100644 --- a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php b/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php index 5200498790..ecd7b1bad5 100644 --- a/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/AppFramework/Middleware/SessionMiddleware.php b/lib/private/AppFramework/Middleware/SessionMiddleware.php index dd2029bf05..7b52cc1e31 100644 --- a/lib/private/AppFramework/Middleware/SessionMiddleware.php +++ b/lib/private/AppFramework/Middleware/SessionMiddleware.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/AppFramework/Utility/ControllerMethodReflector.php b/lib/private/AppFramework/Utility/ControllerMethodReflector.php index d6a9b59612..7c777c52c1 100644 --- a/lib/private/AppFramework/Utility/ControllerMethodReflector.php +++ b/lib/private/AppFramework/Utility/ControllerMethodReflector.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Bjoern Schiessle + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell diff --git a/lib/private/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php index 889f17cbc6..b86d333926 100644 --- a/lib/private/AppFramework/Utility/SimpleContainer.php +++ b/lib/private/AppFramework/Utility/SimpleContainer.php @@ -7,6 +7,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Archive/Archive.php b/lib/private/Archive/Archive.php index 15ec3e1fe5..da4dfeeec8 100644 --- a/lib/private/Archive/Archive.php +++ b/lib/private/Archive/Archive.php @@ -3,9 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Bart Visscher * @author Christopher Schäpers - * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/Archive/TAR.php b/lib/private/Archive/TAR.php index e6f7ad2b99..2c34125afe 100644 --- a/lib/private/Archive/TAR.php +++ b/lib/private/Archive/TAR.php @@ -5,7 +5,6 @@ * @author Bart Visscher * @author Christian Weiske * @author Christopher Schäpers - * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Archive/ZIP.php b/lib/private/Archive/ZIP.php index 8d616a7ef9..fb3e2fdde9 100644 --- a/lib/private/Archive/ZIP.php +++ b/lib/private/Archive/ZIP.php @@ -4,7 +4,6 @@ * * @author Bart Visscher * @author Christopher Schäpers - * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Authentication/LoginCredentials/Credentials.php b/lib/private/Authentication/LoginCredentials/Credentials.php index 9314b7489d..c3af2aba00 100644 --- a/lib/private/Authentication/LoginCredentials/Credentials.php +++ b/lib/private/Authentication/LoginCredentials/Credentials.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php index e44c88c7ae..0ed19a2dd0 100644 --- a/lib/private/Authentication/LoginCredentials/Store.php +++ b/lib/private/Authentication/LoginCredentials/Store.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Token/DefaultToken.php b/lib/private/Authentication/Token/DefaultToken.php index 127430ea6c..e06803d0bf 100644 --- a/lib/private/Authentication/Token/DefaultToken.php +++ b/lib/private/Authentication/Token/DefaultToken.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/Token/DefaultTokenMapper.php b/lib/private/Authentication/Token/DefaultTokenMapper.php index 35bb83b85f..41d1b9f203 100644 --- a/lib/private/Authentication/Token/DefaultTokenMapper.php +++ b/lib/private/Authentication/Token/DefaultTokenMapper.php @@ -2,7 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Christoph Wurst + * @author Joas Schilling + * @author Lukas Reschke + * @author Marcel Waldvogel + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/Token/DefaultTokenProvider.php b/lib/private/Authentication/Token/DefaultTokenProvider.php index 80bcc4aeac..3fca122d28 100644 --- a/lib/private/Authentication/Token/DefaultTokenProvider.php +++ b/lib/private/Authentication/Token/DefaultTokenProvider.php @@ -4,6 +4,10 @@ * @copyright Copyright (c) 2016, Christoph Wurst * * @author Christoph Wurst + * @author Lukas Reschke + * @author Marcel Waldvogel + * @author Martin + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/Token/IProvider.php b/lib/private/Authentication/Token/IProvider.php index 8ec1d9b8d6..e1cc8182ff 100644 --- a/lib/private/Authentication/Token/IProvider.php +++ b/lib/private/Authentication/Token/IProvider.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Lukas Reschke + * @author Marcel Waldvogel + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/Token/IToken.php b/lib/private/Authentication/Token/IToken.php index 49745b266c..a24d31e2ed 100644 --- a/lib/private/Authentication/Token/IToken.php +++ b/lib/private/Authentication/Token/IToken.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php index b825f45f73..d527359b2f 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/lib/private/Authentication/TwoFactorAuth/Manager.php @@ -1,9 +1,11 @@ + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Avatar.php b/lib/private/Avatar.php index efbebfd55c..b2d1b2be31 100644 --- a/lib/private/Avatar.php +++ b/lib/private/Avatar.php @@ -6,6 +6,7 @@ * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke + * @author Olivier Mehani * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/BackgroundJob/Job.php b/lib/private/BackgroundJob/Job.php index bf0195b0a1..8ebb1e62a3 100644 --- a/lib/private/BackgroundJob/Job.php +++ b/lib/private/BackgroundJob/Job.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke + * @author Noveen Sachdeva * @author Robin Appelman * @author Thomas Müller * diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index 366fe8aac0..1399683dc9 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -3,7 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke + * @author Noveen Sachdeva * @author Robin Appelman * @author Robin McCorkell * diff --git a/lib/private/BackgroundJob/QueuedJob.php b/lib/private/BackgroundJob/QueuedJob.php index 2abfd257a4..f6061a5cba 100644 --- a/lib/private/BackgroundJob/QueuedJob.php +++ b/lib/private/BackgroundJob/QueuedJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/BackgroundJob/TimedJob.php b/lib/private/BackgroundJob/TimedJob.php index 9179cf258e..a09bbac3f0 100644 --- a/lib/private/BackgroundJob/TimedJob.php +++ b/lib/private/BackgroundJob/TimedJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Cache/File.php b/lib/private/Cache/File.php index 513ef10f9d..ab51b54b8c 100644 --- a/lib/private/Cache/File.php +++ b/lib/private/Cache/File.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma + * @author Sebastian Wessalowski * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/CapabilitiesManager.php b/lib/private/CapabilitiesManager.php index baab63c213..b3db923197 100644 --- a/lib/private/CapabilitiesManager.php +++ b/lib/private/CapabilitiesManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Collaboration/Collaborators/SearchResult.php b/lib/private/Collaboration/Collaborators/SearchResult.php index 184c1f69a1..48efb14a85 100644 --- a/lib/private/Collaboration/Collaborators/SearchResult.php +++ b/lib/private/Collaboration/Collaborators/SearchResult.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php index 9bde4d8824..87244fcaa4 100644 --- a/lib/private/Command/CronBus.php +++ b/lib/private/Command/CronBus.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Morris Jobke + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Command/QueueBus.php b/lib/private/Command/QueueBus.php index 30cdd7740a..70f80acf1b 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/private/Comments/Comment.php b/lib/private/Comments/Comment.php index b9a6103f67..acfebd3202 100644 --- a/lib/private/Comments/Comment.php +++ b/lib/private/Comments/Comment.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index 078e1eef4d..4357a2eb43 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -4,6 +4,9 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php index c2cc81ab37..21926912b1 100644 --- a/lib/private/Comments/ManagerFactory.php +++ b/lib/private/Comments/ManagerFactory.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Joas Schilling * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Config.php b/lib/private/Config.php index b4fe9e03d2..2abf00a718 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -13,6 +13,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke + * @author Philipp Schaffrath * @author Robin Appelman * @author Robin McCorkell * diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php index 20d59e6f4f..0a05b2ac0f 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -3,9 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Miha Frangez * @author Morris Jobke - * @author Robin McCorkell + * @author noveens + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * diff --git a/lib/private/Contacts/ContactsMenu/ActionFactory.php b/lib/private/Contacts/ContactsMenu/ActionFactory.php index 1d2a69c904..6bc724bd43 100644 --- a/lib/private/Contacts/ContactsMenu/ActionFactory.php +++ b/lib/private/Contacts/ContactsMenu/ActionFactory.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/ActionProviderStore.php b/lib/private/Contacts/ContactsMenu/ActionProviderStore.php index ae6436095d..a5e5955771 100644 --- a/lib/private/Contacts/ContactsMenu/ActionProviderStore.php +++ b/lib/private/Contacts/ContactsMenu/ActionProviderStore.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php b/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php index 5b8b0524a2..1ac2667bab 100644 --- a/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php +++ b/lib/private/Contacts/ContactsMenu/Actions/LinkAction.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/ContactsStore.php b/lib/private/Contacts/ContactsMenu/ContactsStore.php index 3eda58cacf..8d0b809924 100644 --- a/lib/private/Contacts/ContactsMenu/ContactsStore.php +++ b/lib/private/Contacts/ContactsMenu/ContactsStore.php @@ -3,8 +3,10 @@ * @copyright 2017 Christoph Wurst * @copyright 2017 Lukas Reschke * - * @author 2017 Christoph Wurst - * @author 2017 Lukas Reschke + * @author Christoph Wurst + * @author Georg Ehrke + * @author Lukas Reschke + * @author Tobia De Koninck * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/Entry.php b/lib/private/Contacts/ContactsMenu/Entry.php index 9ea0511b9c..1a70807189 100644 --- a/lib/private/Contacts/ContactsMenu/Entry.php +++ b/lib/private/Contacts/ContactsMenu/Entry.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/Manager.php b/lib/private/Contacts/ContactsMenu/Manager.php index 766b462325..7c662d3f66 100644 --- a/lib/private/Contacts/ContactsMenu/Manager.php +++ b/lib/private/Contacts/ContactsMenu/Manager.php @@ -1,9 +1,9 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst + * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php b/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php index 242fbd06a2..89aea4d320 100644 --- a/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php +++ b/lib/private/Contacts/ContactsMenu/Providers/EMailProvider.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index 4f042e403f..b9ef447b74 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -4,7 +4,9 @@ * * @author Bart Visscher * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke + * @author Philipp Schaffrath * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index 8848f6db3b..082e81dfa7 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php index ad3f93a264..d43255f005 100644 --- a/lib/private/DB/MDB2SchemaManager.php +++ b/lib/private/DB/MDB2SchemaManager.php @@ -9,6 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index 4092485d6a..027d84db28 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php index 45f6aee83f..a021f00a92 100644 --- a/lib/private/DB/MigrationService.php +++ b/lib/private/DB/MigrationService.php @@ -1,12 +1,10 @@ - * @author Thomas Müller - * @author Vincent Petry - * * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/Migrator.php b/lib/private/DB/Migrator.php index da381ba028..603f9259d6 100644 --- a/lib/private/DB/Migrator.php +++ b/lib/private/DB/Migrator.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author martin-rueegg * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/DB/MySqlTools.php b/lib/private/DB/MySqlTools.php index 32f1de887c..7f0ba47326 100644 --- a/lib/private/DB/MySqlTools.php +++ b/lib/private/DB/MySqlTools.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2017, ownCloud GmbH * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/OCPostgreSqlPlatform.php b/lib/private/DB/OCPostgreSqlPlatform.php index 524a62c2be..e66ab84252 100644 --- a/lib/private/DB/OCPostgreSqlPlatform.php +++ b/lib/private/DB/OCPostgreSqlPlatform.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2017, ownCloud GmbH + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/OracleConnection.php b/lib/private/DB/OracleConnection.php index 51faf21970..71ac6e8dc2 100644 --- a/lib/private/DB/OracleConnection.php +++ b/lib/private/DB/OracleConnection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/DB/OracleMigrator.php b/lib/private/DB/OracleMigrator.php index f5e06b50d9..be90a4bb97 100644 --- a/lib/private/DB/OracleMigrator.php +++ b/lib/private/DB/OracleMigrator.php @@ -2,9 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Piotr Mrowczynski * @author Robin Appelman * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php index b165d8153f..14d8ad33e4 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php b/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php index 9ec8a9fd3c..2789b8cb35 100644 --- a/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php +++ b/lib/private/DB/QueryBuilder/FunctionBuilder/FunctionBuilder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php b/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php index 0f7a7dad23..dda3aba9c0 100644 --- a/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php +++ b/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php b/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php index 26aedb9a8b..1a284515e2 100644 --- a/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php +++ b/lib/private/DB/QueryBuilder/FunctionBuilder/PgSqlFunctionBuilder.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php b/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php index f38445a6d3..21898cf3f9 100644 --- a/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php +++ b/lib/private/DB/QueryBuilder/FunctionBuilder/SqliteFunctionBuilder.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index 3fc827c968..58be4b4325 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller * diff --git a/lib/private/DB/QueryBuilder/QuoteHelper.php b/lib/private/DB/QueryBuilder/QuoteHelper.php index 8821863ed0..5980310d31 100644 --- a/lib/private/DB/QueryBuilder/QuoteHelper.php +++ b/lib/private/DB/QueryBuilder/QuoteHelper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/private/DB/SchemaWrapper.php b/lib/private/DB/SchemaWrapper.php index d686d7e63e..2a0660b2a8 100644 --- a/lib/private/DB/SchemaWrapper.php +++ b/lib/private/DB/SchemaWrapper.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/DateTimeFormatter.php b/lib/private/DateTimeFormatter.php index 7fed5cf26a..0e4ba7cb4b 100644 --- a/lib/private/DateTimeFormatter.php +++ b/lib/private/DateTimeFormatter.php @@ -2,9 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author dartcafe * @author Joas Schilling * @author Morris Jobke - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php index 846be7efc5..c49a464b4a 100644 --- a/lib/private/Diagnostics/EventLogger.php +++ b/lib/private/Diagnostics/EventLogger.php @@ -3,9 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman - * @author Thomas Müller - * @author Piotr Mrowczynski * * @license AGPL-3.0 * diff --git a/lib/private/Diagnostics/Query.php b/lib/private/Diagnostics/Query.php index 7b083ed41b..347695146c 100644 --- a/lib/private/Diagnostics/Query.php +++ b/lib/private/Diagnostics/Query.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/private/Diagnostics/QueryLogger.php b/lib/private/Diagnostics/QueryLogger.php index 2b007b4f04..9ef966c080 100644 --- a/lib/private/Diagnostics/QueryLogger.php +++ b/lib/private/Diagnostics/QueryLogger.php @@ -2,10 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman - * @author Thomas Müller - * @author Piotr Mrowczynski * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/DecryptAll.php b/lib/private/Encryption/DecryptAll.php index caf4237ab9..12bda54a52 100644 --- a/lib/private/Encryption/DecryptAll.php +++ b/lib/private/Encryption/DecryptAll.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Christian Jürges * @author Joas Schilling diff --git a/lib/private/Encryption/EncryptionWrapper.php b/lib/private/Encryption/EncryptionWrapper.php index 573fe0159e..d0f3ae79d4 100644 --- a/lib/private/Encryption/EncryptionWrapper.php +++ b/lib/private/Encryption/EncryptionWrapper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 2bc0e014f0..fbf7c1adaa 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index a4c3a26d7b..223b959e66 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/Manager.php b/lib/private/Encryption/Manager.php index bfadebd0db..fe34ef4555 100644 --- a/lib/private/Encryption/Manager.php +++ b/lib/private/Encryption/Manager.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index 94d64b7350..9d9f5e4d95 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle - * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 4eefe4a402..047ef1626d 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Federation/CloudId.php b/lib/private/Federation/CloudId.php index 6ba4ff9166..f1d08f0687 100644 --- a/lib/private/Federation/CloudId.php +++ b/lib/private/Federation/CloudId.php @@ -2,19 +2,22 @@ /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php index 46d90f7ab9..3b7aaae539 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -2,19 +2,23 @@ /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Joas Schilling + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index e0a4d8da10..93af3fcf6b 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Artem Kochnev * @author Björn Schießle * @author Florin Peter + * @author Frédéric Fortier * @author Jens-Christian Fischer * @author Joas Schilling * @author Jörn Friedrich Dreyer @@ -14,10 +16,8 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author TheSFReader * @author Thomas Müller * @author Vincent Petry - * @author Xuanwo * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Propagator.php b/lib/private/Files/Cache/Propagator.php index be69d174a0..321fd7a66e 100644 --- a/lib/private/Files/Cache/Propagator.php +++ b/lib/private/Files/Cache/Propagator.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/QuerySearchHelper.php b/lib/private/Files/Cache/QuerySearchHelper.php index 6812caabd2..51ecb12a06 100644 --- a/lib/private/Files/Cache/QuerySearchHelper.php +++ b/lib/private/Files/Cache/QuerySearchHelper.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Cache/Scanner.php b/lib/private/Files/Cache/Scanner.php index 3245af0c09..a6adccbb4e 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -5,15 +5,14 @@ * @author Arthur Schiwon * @author Björn Schießle * @author Daniel Jagszent + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Martin Mattel - * @author Michael Gapczynski * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Files/Cache/StorageGlobal.php b/lib/private/Files/Cache/StorageGlobal.php index 81cd075cef..65f689f187 100644 --- a/lib/private/Files/Cache/StorageGlobal.php +++ b/lib/private/Files/Cache/StorageGlobal.php @@ -2,19 +2,22 @@ /** * @copyright Robin Appelman * - * @license AGPL-3.0 + * @author Robin Appelman * - * 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. + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Files/Cache/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php index 8f12ca77ee..f14166ae84 100644 --- a/lib/private/Files/Cache/Wrapper/CacheJail.php +++ b/lib/private/Files/Cache/Wrapper/CacheJail.php @@ -7,6 +7,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/Wrapper/CacheWrapper.php b/lib/private/Files/Cache/Wrapper/CacheWrapper.php index 1463d1467b..bf0d12ba2e 100644 --- a/lib/private/Files/Cache/Wrapper/CacheWrapper.php +++ b/lib/private/Files/Cache/Wrapper/CacheWrapper.php @@ -7,7 +7,6 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Stefan Weil * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/Wrapper/JailPropagator.php b/lib/private/Files/Cache/Wrapper/JailPropagator.php index 297dfce633..02c2111c4d 100644 --- a/lib/private/Files/Cache/Wrapper/JailPropagator.php +++ b/lib/private/Files/Cache/Wrapper/JailPropagator.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Config/CachedMountInfo.php b/lib/private/Files/Config/CachedMountInfo.php index c4132a3443..76b11a7033 100644 --- a/lib/private/Files/Config/CachedMountInfo.php +++ b/lib/private/Files/Config/CachedMountInfo.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Semih Serhat Karakaya * * @license AGPL-3.0 * diff --git a/lib/private/Files/Config/UserMountCache.php b/lib/private/Files/Config/UserMountCache.php index 9466aaf6c8..eeb6c31d8f 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Robin Appelman * @author Vincent Petry * diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 7ac0c6e49d..4c38ba769d 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author 1 Man Projects * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke + * @author Piotr M * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/Files/Node/LazyRoot.php b/lib/private/Files/Node/LazyRoot.php index ae7623d0ed..faa57ecb0b 100644 --- a/lib/private/Files/Node/LazyRoot.php +++ b/lib/private/Files/Node/LazyRoot.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Files/Node/Root.php b/lib/private/Files/Node/Root.php index 175cb4f914..b8214576d7 100644 --- a/lib/private/Files/Node/Root.php +++ b/lib/private/Files/Node/Root.php @@ -5,10 +5,12 @@ * @author Bernhard Posselt * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/ObjectStore/Mapper.php b/lib/private/Files/ObjectStore/Mapper.php index 81f8a9e3fa..2b5cf6ea4a 100644 --- a/lib/private/Files/ObjectStore/Mapper.php +++ b/lib/private/Files/ObjectStore/Mapper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Files/ObjectStore/S3.php b/lib/private/Files/ObjectStore/S3.php index e4a7b068b6..f8130074cd 100644 --- a/lib/private/Files/ObjectStore/S3.php +++ b/lib/private/Files/ObjectStore/S3.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index fdda19ff70..276c892d56 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/ObjectStore/S3ObjectTrait.php b/lib/private/Files/ObjectStore/S3ObjectTrait.php index 4bfa08a3e5..b418219c29 100644 --- a/lib/private/Files/ObjectStore/S3ObjectTrait.php +++ b/lib/private/Files/ObjectStore/S3ObjectTrait.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/ObjectStore/StorageObjectStore.php b/lib/private/Files/ObjectStore/StorageObjectStore.php index 044243c1ee..0d35ba2ed7 100644 --- a/lib/private/Files/ObjectStore/StorageObjectStore.php +++ b/lib/private/Files/ObjectStore/StorageObjectStore.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/ObjectStore/Swift.php b/lib/private/Files/ObjectStore/Swift.php index 36a1a4a873..2ee3a2d62d 100644 --- a/lib/private/Files/ObjectStore/Swift.php +++ b/lib/private/Files/ObjectStore/Swift.php @@ -5,6 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author William Pain * * @license AGPL-3.0 * diff --git a/lib/private/Files/Search/SearchBinaryOperator.php b/lib/private/Files/Search/SearchBinaryOperator.php index c9466d8b9e..3115fea012 100644 --- a/lib/private/Files/Search/SearchBinaryOperator.php +++ b/lib/private/Files/Search/SearchBinaryOperator.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Search/SearchComparison.php b/lib/private/Files/Search/SearchComparison.php index 32c4ad0e5a..93228fa6af 100644 --- a/lib/private/Files/Search/SearchComparison.php +++ b/lib/private/Files/Search/SearchComparison.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Search/SearchOrder.php b/lib/private/Files/Search/SearchOrder.php index c76d6f2e25..3995dcae8b 100644 --- a/lib/private/Files/Search/SearchOrder.php +++ b/lib/private/Files/Search/SearchOrder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Search/SearchQuery.php b/lib/private/Files/Search/SearchQuery.php index c1da522051..a22db2f60b 100644 --- a/lib/private/Files/Search/SearchQuery.php +++ b/lib/private/Files/Search/SearchQuery.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php index b842d86f6a..715b7b1849 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -20,6 +20,7 @@ * @author Stefan Weil * @author Thomas Müller * @author Vincent Petry + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 223f270bc4..311725be25 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -5,7 +5,6 @@ * @author Bart Visscher * @author Björn Schießle * @author Carlos Cerrillo - * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski @@ -14,6 +13,7 @@ * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry + * @author vkuimov * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/FailedStorage.php b/lib/private/Files/Storage/FailedStorage.php index d4046b62fe..9ed09e82e7 100644 --- a/lib/private/Files/Storage/FailedStorage.php +++ b/lib/private/Files/Storage/FailedStorage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index c9cb6f246d..731481d4f4 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -3,14 +3,18 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Boris Rybalkin * @author Brice Maron * @author Jakob Sack * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Klaas Freitag + * @author Lukas Reschke * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Sjors van der Pluijm * @author Stefan Weil * @author Thomas Müller diff --git a/lib/private/Files/Storage/Wrapper/Availability.php b/lib/private/Files/Storage/Wrapper/Availability.php index 1fd38b5d6b..5b957ae036 100644 --- a/lib/private/Files/Storage/Wrapper/Availability.php +++ b/lib/private/Files/Storage/Wrapper/Availability.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell * diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index 240a1f3e04..bc8519bf42 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index e359e86319..1ca750f002 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke + * @author Piotr M * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/Files/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php index d30563341c..d477678c27 100644 --- a/lib/private/Files/Storage/Wrapper/Jail.php +++ b/lib/private/Files/Storage/Wrapper/Jail.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Files/Storage/Wrapper/PermissionsMask.php b/lib/private/Files/Storage/Wrapper/PermissionsMask.php index 16f0e42081..30c59b96ab 100644 --- a/lib/private/Files/Storage/Wrapper/PermissionsMask.php +++ b/lib/private/Files/Storage/Wrapper/PermissionsMask.php @@ -2,10 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index e89a8d08de..22338f9c3c 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index 847a714f7d..060c596ad6 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -2,11 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/lib/private/Files/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php index b68917ce76..d76ba85aa6 100644 --- a/lib/private/Files/Stream/Encryption.php +++ b/lib/private/Files/Stream/Encryption.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author jknockaert * @author Lukas Reschke diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 928c68251c..3207562763 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -5,12 +5,15 @@ * @author Andreas Fischer * @author Hendrik Leppelsack * @author Jens-Christian Fischer + * @author Joas Schilling * @author Lukas Reschke + * @author Magnus Walbeck * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Type/Loader.php b/lib/private/Files/Type/Loader.php index 710562d32b..2b15c9b6e1 100644 --- a/lib/private/Files/Type/Loader.php +++ b/lib/private/Files/Type/Loader.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Rello + * @author Robin Appelman * @author Robin McCorkell * * @license AGPL-3.0 diff --git a/lib/private/Files/Utils/Scanner.php b/lib/private/Files/Utils/Scanner.php index fac95462ce..162e575912 100644 --- a/lib/private/Files/Utils/Scanner.php +++ b/lib/private/Files/Utils/Scanner.php @@ -6,7 +6,9 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index d69f3b45fd..d314d727bf 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -5,7 +5,6 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle - * @author cmeh * @author Florin Peter * @author Jesús Macias * @author Joas Schilling @@ -14,7 +13,6 @@ * @author Klaas Freitag * @author Lukas Reschke * @author Luke Policinski - * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Petr Svoboda diff --git a/lib/private/GlobalScale/Config.php b/lib/private/GlobalScale/Config.php index 3d718e5d04..da7a459741 100644 --- a/lib/private/GlobalScale/Config.php +++ b/lib/private/GlobalScale/Config.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/lib/private/Group/Backend.php b/lib/private/Group/Backend.php index 001d8d9da6..6df7f3ad8a 100644 --- a/lib/private/Group/Backend.php +++ b/lib/private/Group/Backend.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Knut Ahlers * @author Roeland Jago Douma + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Group/Database.php b/lib/private/Group/Database.php index 8be24fc50d..9e59505bdf 100644 --- a/lib/private/Group/Database.php +++ b/lib/private/Group/Database.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Aaron Wood + * @author Loki3000 * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Group/Group.php b/lib/private/Group/Group.php index 32ab79adab..6795f0e2f5 100644 --- a/lib/private/Group/Group.php +++ b/lib/private/Group/Group.php @@ -9,6 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Group/Manager.php b/lib/private/Group/Manager.php index 20d19f106b..48214471e8 100644 --- a/lib/private/Group/Manager.php +++ b/lib/private/Group/Manager.php @@ -7,6 +7,7 @@ * @author Bernhard Posselt * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Knut Ahlers * @author Lukas Reschke * @author macjohnny * @author Morris Jobke @@ -15,6 +16,8 @@ * @author Roeland Jago Douma * @author Roman Kreisel * @author Thomas Müller + * @author Vincent Petry + * @author Vinicius Cubas Brand * @author voxsim * * @license AGPL-3.0 diff --git a/lib/private/HintException.php b/lib/private/HintException.php index 1233fdca14..7fa26d6845 100644 --- a/lib/private/HintException.php +++ b/lib/private/HintException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bart Visscher * @author Lukas Reschke * @author Michael Gapczynski diff --git a/lib/private/Hooks/LegacyEmitter.php b/lib/private/Hooks/LegacyEmitter.php index d18bb88eae..1a4dde1e1f 100644 --- a/lib/private/Hooks/LegacyEmitter.php +++ b/lib/private/Hooks/LegacyEmitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Hooks/PublicEmitter.php b/lib/private/Hooks/PublicEmitter.php index b34769d9b0..c7e0ea4281 100644 --- a/lib/private/Hooks/PublicEmitter.php +++ b/lib/private/Hooks/PublicEmitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Installer.php b/lib/private/Installer.php index d5082a7fad..794aa73958 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -4,21 +4,15 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Arthur Schiwon - * @author Bart Visscher * @author Brice Maron - * @author Christian Weiske - * @author Christopher Schäpers + * @author Christoph Wurst * @author Frank Karlitschek * @author Georg Ehrke - * @author Jakob Sack * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Kamil Domanski * @author Lukas Reschke - * @author michag86 * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma * @author root * @author Thomas Müller * @author Thomas Tanghus diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index d051dae11a..ee7e35550a 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma + * @author Victor Dubiniuk * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php index a7e378c165..ef8e8b41b3 100644 --- a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php +++ b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/L10N/L10N.php b/lib/private/L10N/L10N.php index 19db04a7cd..113028c7e1 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/L10N/L10NString.php b/lib/private/L10N/L10NString.php index 75fcd7f5e4..7b89c445b3 100644 --- a/lib/private/L10N/L10NString.php +++ b/lib/private/L10N/L10NString.php @@ -7,7 +7,9 @@ * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/L10N/LanguageNotFoundException.php b/lib/private/L10N/LanguageNotFoundException.php index 175f6ab348..317e0629b6 100644 --- a/lib/private/L10N/LanguageNotFoundException.php +++ b/lib/private/L10N/LanguageNotFoundException.php @@ -1,5 +1,6 @@ * diff --git a/lib/private/Lock/DBLockingProvider.php b/lib/private/Lock/DBLockingProvider.php index f4778a35fa..9de1098a46 100644 --- a/lib/private/Lock/DBLockingProvider.php +++ b/lib/private/Lock/DBLockingProvider.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Individual IT Services + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Lockdown/Filesystem/NullCache.php b/lib/private/Lockdown/Filesystem/NullCache.php index 670a2fadef..d45d1781ab 100644 --- a/lib/private/Lockdown/Filesystem/NullCache.php +++ b/lib/private/Lockdown/Filesystem/NullCache.php @@ -1,19 +1,23 @@ * - * 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. + * @author Robin Appelman + * + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Lockdown/Filesystem/NullStorage.php b/lib/private/Lockdown/Filesystem/NullStorage.php index 3f3aad3df0..1a6ae77ca0 100644 --- a/lib/private/Lockdown/Filesystem/NullStorage.php +++ b/lib/private/Lockdown/Filesystem/NullStorage.php @@ -1,19 +1,24 @@ * - * 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. + * @author Lukas Reschke + * @author Robin Appelman + * + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Lockdown/LockdownManager.php b/lib/private/Lockdown/LockdownManager.php index 93752dc922..91d0ece4f5 100644 --- a/lib/private/Lockdown/LockdownManager.php +++ b/lib/private/Lockdown/LockdownManager.php @@ -1,19 +1,23 @@ * - * 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. + * @author Robin Appelman + * + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/private/Log.php b/lib/private/Log.php index 25ff26daff..0d1f7a0126 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -2,15 +2,18 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt * @author Joas Schilling + * @author Johannes Schlichenmaier + * @author Juan Pablo Villafáñez * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman - * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/lib/private/Log/File.php b/lib/private/Log/File.php index c6677dd528..076006a0f4 100644 --- a/lib/private/Log/File.php +++ b/lib/private/Log/File.php @@ -4,17 +4,20 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author duritong * @author Georg Ehrke + * @author Joas Schilling + * @author Juan Pablo Villafáñez * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Phiber2000 * @author Robin Appelman * @author Roeland Jago Douma + * @author Roger Szabo * @author Thomas Müller * @author Thomas Pulzer * @author Vincent Petry - * @author Roger Szabo * * @license AGPL-3.0 * diff --git a/lib/private/Log/Rotate.php b/lib/private/Log/Rotate.php index 866068433f..1788cbfa6e 100644 --- a/lib/private/Log/Rotate.php +++ b/lib/private/Log/Rotate.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Mail/Attachment.php b/lib/private/Mail/Attachment.php index 7b85ad1dbb..822fca5a24 100644 --- a/lib/private/Mail/Attachment.php +++ b/lib/private/Mail/Attachment.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index e4e28a9294..1d905635d5 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -3,8 +3,10 @@ * @copyright 2017, Morris Jobke * @copyright 2017, Lukas Reschke * - * @author Morris Jobke + * @author Bjoern Schiessle + * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Mail/Mailer.php b/lib/private/Mail/Mailer.php index ad59d640b3..3637bb1e27 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Mail/Message.php b/lib/private/Mail/Message.php index dcd4a66e99..c695f0f4fb 100644 --- a/lib/private/Mail/Message.php +++ b/lib/private/Mail/Message.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php index 8e62e020fa..ff539e5542 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Joas Schilling * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke diff --git a/lib/private/Memcache/Memcached.php b/lib/private/Memcache/Memcached.php index 4347fc99e5..48b6794d51 100644 --- a/lib/private/Memcache/Memcached.php +++ b/lib/private/Memcache/Memcached.php @@ -9,7 +9,9 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/Redis.php b/lib/private/Memcache/Redis.php index dd7e929a82..9cc61114b0 100644 --- a/lib/private/Memcache/Redis.php +++ b/lib/private/Memcache/Redis.php @@ -6,6 +6,8 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/Memcache/XCache.php b/lib/private/Memcache/XCache.php index 549896e6c6..17dd972128 100644 --- a/lib/private/Memcache/XCache.php +++ b/lib/private/Memcache/XCache.php @@ -8,6 +8,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Migration/BackgroundRepair.php b/lib/private/Migration/BackgroundRepair.php index cf4abbce15..62ba3a9554 100644 --- a/lib/private/Migration/BackgroundRepair.php +++ b/lib/private/Migration/BackgroundRepair.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Migration/ConsoleOutput.php b/lib/private/Migration/ConsoleOutput.php index 892a2f4341..74c8c7340c 100644 --- a/lib/private/Migration/ConsoleOutput.php +++ b/lib/private/Migration/ConsoleOutput.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2017, ownCloud GmbH + * + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/Migration/SimpleOutput.php b/lib/private/Migration/SimpleOutput.php index b28fcbd762..ea61c44fca 100644 --- a/lib/private/Migration/SimpleOutput.php +++ b/lib/private/Migration/SimpleOutput.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2017, ownCloud GmbH + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/NavigationManager.php b/lib/private/NavigationManager.php index 3cf4459ddf..31d147a3b8 100644 --- a/lib/private/NavigationManager.php +++ b/lib/private/NavigationManager.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH * + * @author Arthur Schiwon * @author Bart Visscher * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php index 1d13916755..bf0e8abadb 100644 --- a/lib/private/Notification/Manager.php +++ b/lib/private/Notification/Manager.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Notification/Notification.php b/lib/private/Notification/Notification.php index e5a8976f54..ef7cdb5d44 100644 --- a/lib/private/Notification/Notification.php +++ b/lib/private/Notification/Notification.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/OCS/DiscoveryService.php b/lib/private/OCS/DiscoveryService.php index 5534fb24ef..35230b4cfd 100644 --- a/lib/private/OCS/DiscoveryService.php +++ b/lib/private/OCS/DiscoveryService.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/lib/private/OCS/Provider.php b/lib/private/OCS/Provider.php index 2e9ed85b67..737dd1d6f2 100644 --- a/lib/private/OCS/Provider.php +++ b/lib/private/OCS/Provider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Joas Schilling * @author Lukas Reschke * diff --git a/lib/private/Preview/Bitmap.php b/lib/private/Preview/Bitmap.php index e9fd6cc7c0..a375717480 100644 --- a/lib/private/Preview/Bitmap.php +++ b/lib/private/Preview/Bitmap.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz - * @author Thomas Müller + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Preview/Generator.php b/lib/private/Preview/Generator.php index 71e9fdb1a2..402732ecda 100644 --- a/lib/private/Preview/Generator.php +++ b/lib/private/Preview/Generator.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Preview/MP3.php b/lib/private/Preview/MP3.php index 05cd7c0edb..415f7e008f 100644 --- a/lib/private/Preview/MP3.php +++ b/lib/private/Preview/MP3.php @@ -3,10 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke - * @author Hendrik Leppelsack * @author Joas Schilling * @author Lukas Reschke * @author Olivier Paroz + * @author Roeland Jago Douma * @author Thomas Tanghus * * @license AGPL-3.0 diff --git a/lib/private/Preview/Office.php b/lib/private/Preview/Office.php index 322b254e38..2ec677c04f 100644 --- a/lib/private/Preview/Office.php +++ b/lib/private/Preview/Office.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell - * @author Thomas Müller + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Preview/SVG.php b/lib/private/Preview/SVG.php index fb06faf9c2..a180ec3dd1 100644 --- a/lib/private/Preview/SVG.php +++ b/lib/private/Preview/SVG.php @@ -5,7 +5,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author Olivier Paroz - * @author Thomas Müller + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/PreviewManager.php b/lib/private/PreviewManager.php index 12fcc292c6..db575a8cbe 100644 --- a/lib/private/PreviewManager.php +++ b/lib/private/PreviewManager.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/RedisFactory.php b/lib/private/RedisFactory.php index 701e15325c..754437c06c 100644 --- a/lib/private/RedisFactory.php +++ b/lib/private/RedisFactory.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Jörn Friedrich Dreyer * @author Robin Appelman + * @author Robin McCorkell * * @license AGPL-3.0 * diff --git a/lib/private/Repair.php b/lib/private/Repair.php index ac824095d5..75b0bf53a5 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/private/Repair/CleanTags.php b/lib/private/Repair/CleanTags.php index de46d03922..ce049ec1cd 100644 --- a/lib/private/Repair/CleanTags.php +++ b/lib/private/Repair/CleanTags.php @@ -3,7 +3,10 @@ * @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 * * @license AGPL-3.0 diff --git a/lib/private/Repair/Collation.php b/lib/private/Repair/Collation.php index a01700e047..2642985371 100644 --- a/lib/private/Repair/Collation.php +++ b/lib/private/Repair/Collation.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/lib/private/Repair/NC11/MoveAvatars.php b/lib/private/Repair/NC11/MoveAvatars.php index f98068eaa4..cff591904f 100644 --- a/lib/private/Repair/NC11/MoveAvatars.php +++ b/lib/private/Repair/NC11/MoveAvatars.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php b/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php index d46b6fec8f..81f375e1b4 100644 --- a/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php +++ b/lib/private/Repair/NC11/MoveAvatarsBackgroundJob.php @@ -2,6 +2,8 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/NC12/InstallCoreBundle.php b/lib/private/Repair/NC12/InstallCoreBundle.php index 38583b09a8..f7a2b07dec 100644 --- a/lib/private/Repair/NC12/InstallCoreBundle.php +++ b/lib/private/Repair/NC12/InstallCoreBundle.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php b/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php index e02104ddf7..f8b8b8bdc2 100644 --- a/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php +++ b/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/lib/private/Repair/NC12/UpdateLanguageCodes.php b/lib/private/Repair/NC12/UpdateLanguageCodes.php index f4a1204543..a8522449d5 100644 --- a/lib/private/Repair/NC12/UpdateLanguageCodes.php +++ b/lib/private/Repair/NC12/UpdateLanguageCodes.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Morris Jobke * + * @author Joas Schilling * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/NC13/RepairInvalidPaths.php b/lib/private/Repair/NC13/RepairInvalidPaths.php index a8ccb9a579..941224012a 100644 --- a/lib/private/Repair/NC13/RepairInvalidPaths.php +++ b/lib/private/Repair/NC13/RepairInvalidPaths.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Repair/OldGroupMembershipShares.php b/lib/private/Repair/OldGroupMembershipShares.php index 5b941d1fcb..6d372c6cde 100644 --- a/lib/private/Repair/OldGroupMembershipShares.php +++ b/lib/private/Repair/OldGroupMembershipShares.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Repair/RemoveRootShares.php b/lib/private/Repair/RemoveRootShares.php index 69fcb1b449..a06105384f 100644 --- a/lib/private/Repair/RemoveRootShares.php +++ b/lib/private/Repair/RemoveRootShares.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Jörn Friedrich Dreyer * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Repair/RepairInvalidShares.php b/lib/private/Repair/RepairInvalidShares.php index 9242316554..5b3f9dcd37 100644 --- a/lib/private/Repair/RepairInvalidShares.php +++ b/lib/private/Repair/RepairInvalidShares.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Morris Jobke + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Repair/RepairMimeTypes.php b/lib/private/Repair/RepairMimeTypes.php index 74d81be983..e98a7f5236 100644 --- a/lib/private/Repair/RepairMimeTypes.php +++ b/lib/private/Repair/RepairMimeTypes.php @@ -2,12 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Faruk Uzun + * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke - * @author Normal Ra * @author Olivier Paroz - * @author Roeland Jago Douma + * @author Stefan Weil + * @author Thomas Ebert * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry diff --git a/lib/private/RichObjectStrings/Validator.php b/lib/private/RichObjectStrings/Validator.php index d90a6780ea..55a50fc2a4 100644 --- a/lib/private/RichObjectStrings/Validator.php +++ b/lib/private/RichObjectStrings/Validator.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Route/Route.php b/lib/private/Route/Route.php index 7fa630a89f..22d91c2e50 100644 --- a/lib/private/Route/Route.php +++ b/lib/private/Route/Route.php @@ -4,10 +4,10 @@ * * @author Bart Visscher * @author David Prévot - * @author Felix Moeller * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Tanghus * * @license AGPL-3.0 diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index 34ffd244eb..b44b3f7c2c 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -4,7 +4,7 @@ * * @author Bart Visscher * @author Bernhard Posselt - * @author Felix Anand Epp + * @author Felix Epp * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/Search/Provider/File.php b/lib/private/Search/Provider/File.php index 787725ab87..ec1754ef62 100644 --- a/lib/private/Search/Provider/File.php +++ b/lib/private/Search/Provider/File.php @@ -7,6 +7,7 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Security/Bruteforce/Capabilities.php b/lib/private/Security/Bruteforce/Capabilities.php index f366dbc2bb..3df0458c69 100644 --- a/lib/private/Security/Bruteforce/Capabilities.php +++ b/lib/private/Security/Bruteforce/Capabilities.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Roeland Jago Douma * + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/Bruteforce/Throttler.php b/lib/private/Security/Bruteforce/Throttler.php index f495baf192..1626cee8cb 100644 --- a/lib/private/Security/Bruteforce/Throttler.php +++ b/lib/private/Security/Bruteforce/Throttler.php @@ -2,7 +2,10 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Security/CSP/ContentSecurityPolicy.php b/lib/private/Security/CSP/ContentSecurityPolicy.php index a689250552..2adc3d3d12 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicy.php +++ b/lib/private/Security/CSP/ContentSecurityPolicy.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php index 85ae127f5f..266e5809c2 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/CSRF/CsrfToken.php b/lib/private/Security/CSRF/CsrfToken.php index 09195fcc3b..d9e27ff80e 100644 --- a/lib/private/Security/CSRF/CsrfToken.php +++ b/lib/private/Security/CSRF/CsrfToken.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Leon Klingele * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php index 9d2e723a6d..946330b0c8 100644 --- a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php +++ b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/lib/private/Security/CertificateManager.php b/lib/private/Security/CertificateManager.php index ea7b045c20..90ad7de9b5 100644 --- a/lib/private/Security/CertificateManager.php +++ b/lib/private/Security/CertificateManager.php @@ -8,6 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Security/Hasher.php b/lib/private/Security/Hasher.php index ddba82fec4..1ba6d7059e 100644 --- a/lib/private/Security/Hasher.php +++ b/lib/private/Security/Hasher.php @@ -4,6 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Security/IdentityProof/Key.php b/lib/private/Security/IdentityProof/Key.php index 9739a9571b..b01a5c66bb 100644 --- a/lib/private/Security/IdentityProof/Key.php +++ b/lib/private/Security/IdentityProof/Key.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/IdentityProof/Manager.php b/lib/private/Security/IdentityProof/Manager.php index c5134e12b8..7bfc139b94 100644 --- a/lib/private/Security/IdentityProof/Manager.php +++ b/lib/private/Security/IdentityProof/Manager.php @@ -2,6 +2,10 @@ /** * @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/lib/private/Security/IdentityProof/Signer.php b/lib/private/Security/IdentityProof/Signer.php index 169f284fe9..ed2a38f99b 100644 --- a/lib/private/Security/IdentityProof/Signer.php +++ b/lib/private/Security/IdentityProof/Signer.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/Normalizer/IpAddress.php b/lib/private/Security/Normalizer/IpAddress.php index c44a555667..e9bb0be34c 100644 --- a/lib/private/Security/Normalizer/IpAddress.php +++ b/lib/private/Security/Normalizer/IpAddress.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/RateLimiting/Backend/IBackend.php b/lib/private/Security/RateLimiting/Backend/IBackend.php index 9753eb4997..b20d27af42 100644 --- a/lib/private/Security/RateLimiting/Backend/IBackend.php +++ b/lib/private/Security/RateLimiting/Backend/IBackend.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/RateLimiting/Backend/MemoryCache.php b/lib/private/Security/RateLimiting/Backend/MemoryCache.php index 25595cda4a..212df664c1 100644 --- a/lib/private/Security/RateLimiting/Backend/MemoryCache.php +++ b/lib/private/Security/RateLimiting/Backend/MemoryCache.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php b/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php index 34cbec31c7..ffe9b534fe 100644 --- a/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php +++ b/lib/private/Security/RateLimiting/Exception/RateLimitExceededException.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/RateLimiting/Limiter.php b/lib/private/Security/RateLimiting/Limiter.php index 5c084eb934..6a4176a0d5 100644 --- a/lib/private/Security/RateLimiting/Limiter.php +++ b/lib/private/Security/RateLimiting/Limiter.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/Security/TrustedDomainHelper.php b/lib/private/Security/TrustedDomainHelper.php index 221d21fb6a..5237767d8e 100644 --- a/lib/private/Security/TrustedDomainHelper.php +++ b/lib/private/Security/TrustedDomainHelper.php @@ -5,6 +5,7 @@ * @author Johannes Ernst * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Server.php b/lib/private/Server.php index c461d3842c..af18b1a3a1 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -9,20 +9,25 @@ * @author Bernhard Reiter * @author Bjoern Schiessle * @author Björn Schießle - * @author Christopher Schäpers * @author Christoph Wurst + * @author Christopher Schäpers + * @author Damjan Georgievski * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Julius Haertl + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author root * @author Sander * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry - * @author Roger Szabo * * @license AGPL-3.0 * diff --git a/lib/private/Session/CryptoSessionData.php b/lib/private/Session/CryptoSessionData.php index 31fcea4a7a..272e82ef49 100644 --- a/lib/private/Session/CryptoSessionData.php +++ b/lib/private/Session/CryptoSessionData.php @@ -5,6 +5,8 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/Session/Internal.php b/lib/private/Session/Internal.php index 09b33f79d2..d137d72a04 100644 --- a/lib/private/Session/Internal.php +++ b/lib/private/Session/Internal.php @@ -2,13 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author cetra3 * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke - * @author Phil Davis * @author Robin Appelman * @author Thomas Müller + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/Settings/Admin/Additional.php b/lib/private/Settings/Admin/Additional.php index 57bb382c1f..3625857304 100644 --- a/lib/private/Settings/Admin/Additional.php +++ b/lib/private/Settings/Admin/Additional.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Admin/Encryption.php b/lib/private/Settings/Admin/Encryption.php index 7ee4bafbfe..012f579161 100644 --- a/lib/private/Settings/Admin/Encryption.php +++ b/lib/private/Settings/Admin/Encryption.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Admin/Server.php b/lib/private/Settings/Admin/Server.php index f9512928e5..0b9c042e4f 100644 --- a/lib/private/Settings/Admin/Server.php +++ b/lib/private/Settings/Admin/Server.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Admin/ServerDevNotice.php b/lib/private/Settings/Admin/ServerDevNotice.php index 017113fd9c..22637729b0 100644 --- a/lib/private/Settings/Admin/ServerDevNotice.php +++ b/lib/private/Settings/Admin/ServerDevNotice.php @@ -2,6 +2,7 @@ /** * @copyright 2016, Roeland Jago Douma * + * @author Arthur Schiwon * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Settings/Admin/Sharing.php b/lib/private/Settings/Admin/Sharing.php index 997a4d6658..a99ba453d6 100644 --- a/lib/private/Settings/Admin/Sharing.php +++ b/lib/private/Settings/Admin/Sharing.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Admin/TipsTricks.php b/lib/private/Settings/Admin/TipsTricks.php index 0df690dbbe..9b295bb989 100644 --- a/lib/private/Settings/Admin/TipsTricks.php +++ b/lib/private/Settings/Admin/TipsTricks.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php index 8de72ce314..6da499c31c 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -3,6 +3,12 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke + * @author Marius Blüm + * @author Morris Jobke + * @author Robin Appelman + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Mapper.php b/lib/private/Settings/Mapper.php index ceb68c9eeb..1c05ea9fe3 100644 --- a/lib/private/Settings/Mapper.php +++ b/lib/private/Settings/Mapper.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Settings/Personal/PersonalInfo.php b/lib/private/Settings/Personal/PersonalInfo.php index 389257cf89..dbc05cbda2 100644 --- a/lib/private/Settings/Personal/PersonalInfo.php +++ b/lib/private/Settings/Personal/PersonalInfo.php @@ -1,9 +1,9 @@ * * @author Arthur Schiwon + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/RemoveOrphaned.php b/lib/private/Settings/RemoveOrphaned.php index 29c7cf212b..790ca06002 100644 --- a/lib/private/Settings/RemoveOrphaned.php +++ b/lib/private/Settings/RemoveOrphaned.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Settings/Section.php b/lib/private/Settings/Section.php index c89a3999c4..48736e269b 100644 --- a/lib/private/Settings/Section.php +++ b/lib/private/Settings/Section.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 4e1e4ece62..8e718b0232 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -8,12 +8,14 @@ * @author Bernhard Posselt * @author Brice Maron * @author Christoph Wurst + * @author Frank Isemann * @author François Kubler * @author Jakob Sack * @author Joas Schilling + * @author KB7777 * @author Lukas Reschke - * @author Martin Mattel * @author Morris Jobke + * @author Robert Scheck * @author Robin Appelman * @author Roeland Jago Douma * @author Sean Comeau diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index 0e0981e077..903f8b6e38 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -5,7 +5,9 @@ * @author Bart Visscher * @author Joas Schilling * @author Manish Bisht + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Pulzer * diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index d03e4858b6..30163f0365 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -2,13 +2,15 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bart Visscher + * @author Hemanth Kumar Veeranki * @author Joas Schilling * @author Michael Göhler - * @author Robin McCorkell + * @author Morris Jobke * @author Roeland Jago Douma - * @author Stefan Weil * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Setup/OCI.php b/lib/private/Setup/OCI.php index 9fd85b7247..6362c02478 100644 --- a/lib/private/Setup/OCI.php +++ b/lib/private/Setup/OCI.php @@ -8,9 +8,8 @@ * @author Jörn Friedrich Dreyer * @author Manish Bisht * @author Morris Jobke - * @author Roeland Jago Douma + * @author Robin Appelman * @author Thomas Müller - * @author Thomas Pulzer * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/lib/private/Setup/PostgreSQL.php b/lib/private/Setup/PostgreSQL.php index dbcb94d6d7..9a2e76ae54 100644 --- a/lib/private/Setup/PostgreSQL.php +++ b/lib/private/Setup/PostgreSQL.php @@ -5,10 +5,9 @@ * @author Bart Visscher * @author eduardo * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 95480975da..f351f8d7fd 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -2,8 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Christopher Schäpers + * @author Lukas Reschke + * @author Maxence Lange * @author Morris Jobke * * @license AGPL-3.0 diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index 7f2abb8b6a..4a4f9289f2 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -2,17 +2,14 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Reiter + * @author Bjoern Schiessle * @author Björn Schießle * @author Christopher Schäpers - * @author Christoph Wurst - * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Michael Kuhn * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/Share20/DefaultShareProvider.php b/lib/private/Share20/DefaultShareProvider.php index 6503e67a8f..a440c36406 100644 --- a/lib/private/Share20/DefaultShareProvider.php +++ b/lib/private/Share20/DefaultShareProvider.php @@ -2,9 +2,15 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Andrius + * @author Bjoern Schiessle * @author Björn Schießle + * @author Jan-Philipp Litza * @author Joas Schilling + * @author phisch + * @author Robin Appelman * @author Roeland Jago Douma + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Share20/LegacyHooks.php b/lib/private/Share20/LegacyHooks.php index 906c8e5305..77db4c5d0e 100644 --- a/lib/private/Share20/LegacyHooks.php +++ b/lib/private/Share20/LegacyHooks.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Pauli Järvinen * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 379d87633a..4a31266bbe 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -5,8 +5,18 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Daniel Calviño Sánchez + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Härtl + * @author Lukas Reschke + * @author Maxence Lange + * @author Maxence Lange + * @author Morris Jobke + * @author Pauli Järvinen + * @author Robin Appelman * @author Roeland Jago Douma + * @author Stephan Müller * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 2b7d0e78c5..3716189445 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -2,8 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling * @author Lukas Reschke + * @author Maxence Lange + * @author Maxence Lange + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Share20/Share.php b/lib/private/Share20/Share.php index 2e7e6d0ca2..1836d6708c 100644 --- a/lib/private/Share20/Share.php +++ b/lib/private/Share20/Share.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/Share20/ShareHelper.php b/lib/private/Share20/ShareHelper.php index 358b4e8026..5f692c6a62 100644 --- a/lib/private/Share20/ShareHelper.php +++ b/lib/private/Share20/ShareHelper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/SubAdmin.php b/lib/private/SubAdmin.php index 0650c7c6c0..a26cbc088f 100644 --- a/lib/private/SubAdmin.php +++ b/lib/private/SubAdmin.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Georg Ehrke + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 91afbeb896..b0d3547e69 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Johannes Schlichenmaier * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/SystemTag/SystemTagManager.php b/lib/private/SystemTag/SystemTagManager.php index 08f9b6bc4a..642ce51580 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/SystemTag/SystemTagObjectMapper.php b/lib/private/SystemTag/SystemTagObjectMapper.php index 4a6ffdeddf..75bf37c652 100644 --- a/lib/private/SystemTag/SystemTagObjectMapper.php +++ b/lib/private/SystemTag/SystemTagObjectMapper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Tags.php b/lib/private/Tags.php index 1947f0c07e..2ac7048484 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -5,10 +5,12 @@ * @author Bernhard Reiter * @author derkostka * @author Joas Schilling + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/TempManager.php b/lib/private/TempManager.php index dc6dad15d3..6e8683d2f7 100644 --- a/lib/private/TempManager.php +++ b/lib/private/TempManager.php @@ -9,6 +9,7 @@ * @author Olivier Paroz * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/private/Template/CSSResourceLocator.php b/lib/private/Template/CSSResourceLocator.php index 1028f31a5e..087ddec38e 100644 --- a/lib/private/Template/CSSResourceLocator.php +++ b/lib/private/Template/CSSResourceLocator.php @@ -2,10 +2,15 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Axel Helmert * @author Bart Visscher * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Morris Jobke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller + * @author tux-rampage * * @license AGPL-3.0 * diff --git a/lib/private/Template/JSCombiner.php b/lib/private/Template/JSCombiner.php index 8a9e7e747e..57a8f7686f 100644 --- a/lib/private/Template/JSCombiner.php +++ b/lib/private/Template/JSCombiner.php @@ -2,6 +2,8 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php index ae17d55689..60ac4bfecb 100644 --- a/lib/private/Template/JSConfigHelper.php +++ b/lib/private/Template/JSConfigHelper.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Bjoern Schiessle + * @author Felix Heidecke + * @author Joas Schilling + * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Template/JSResourceLocator.php b/lib/private/Template/JSResourceLocator.php index 97a9eacedf..9a2e084821 100644 --- a/lib/private/Template/JSResourceLocator.php +++ b/lib/private/Template/JSResourceLocator.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Template/ResourceLocator.php b/lib/private/Template/ResourceLocator.php index 468fe7e60a..b866ffb6cc 100755 --- a/lib/private/Template/ResourceLocator.php +++ b/lib/private/Template/ResourceLocator.php @@ -4,9 +4,12 @@ * * @author Bart Visscher * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell + * @author tux-rampage * * @license AGPL-3.0 * diff --git a/lib/private/Template/SCSSCacher.php b/lib/private/Template/SCSSCacher.php index 664e4d69f7..cd69b8b63c 100644 --- a/lib/private/Template/SCSSCacher.php +++ b/lib/private/Template/SCSSCacher.php @@ -2,6 +2,13 @@ /** * @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com) * + * @author John Molakvoæ (skjnldsv) + * @author Julius Haertl + * @author Julius Härtl + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index 9e9ec709cf..4d49522be7 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -7,16 +7,19 @@ * @author Clark Tomlinson * @author Hendrik Leppelsack * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) + * @author Julius Haertl + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke + * @author Nils * @author Remco Brenninkmeijer * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/URLGenerator.php b/lib/private/URLGenerator.php index ee75f8b21b..6fd22b99a6 100644 --- a/lib/private/URLGenerator.php +++ b/lib/private/URLGenerator.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Felix Anand Epp + * @author Felix Epp * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author mmccarn diff --git a/lib/private/Updater.php b/lib/private/Updater.php index 91ac5c665b..4f5bb45ae1 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -4,11 +4,13 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Arthur Schiwon + * @author Bjoern Schiessle * @author Frank Karlitschek * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Steffen Lindner * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php index 7b8b7073d6..6774ef307b 100644 --- a/lib/private/Updater/VersionCheck.php +++ b/lib/private/Updater/VersionCheck.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/User/Backend.php b/lib/private/User/Backend.php index 374ec5876e..30ed962555 100644 --- a/lib/private/User/Backend.php +++ b/lib/private/User/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Jörn Friedrich Dreyer * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/private/User/Database.php b/lib/private/User/Database.php index 79032cfd40..5cbff28255 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -13,14 +13,17 @@ * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Loki3000 * @author Lukas Reschke * @author Michael Gapczynski + * @author michag86 * @author Morris Jobke * @author nishiki * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php index 6b6c10ab29..c77e0ac89e 100644 --- a/lib/private/User/Manager.php +++ b/lib/private/User/Manager.php @@ -9,11 +9,9 @@ * @author Michael U * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Chan - * @author Volkan Gezer * * @license AGPL-3.0 * diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index 10a98b22be..19b303e46e 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -3,18 +3,21 @@ * @copyright Copyright (c) 2017, Sandro Lutz * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Sandro Lutz * @author Arthur Schiwon * @author Bernhard Posselt + * @author Bjoern Schiessle * @author Christoph Wurst + * @author Felix Rupp + * @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 Sandro Lutz * @author Thomas Müller * @author Vincent Petry - * @author Felix Rupp * * @license AGPL-3.0 * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index 645f7b8e59..d352101ba4 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -5,12 +5,13 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/app.php b/lib/private/legacy/app.php index 49fac2f4d9..d980df5995 100644 --- a/lib/private/legacy/app.php +++ b/lib/private/legacy/app.php @@ -14,8 +14,9 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack - * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Haertl + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Kamil Domanski * @author Klaas Freitag @@ -27,6 +28,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke + * @author Sebastian Wessalowski * @author Thomas Müller * @author Thomas Tanghus * @author Tom Needham diff --git a/lib/private/legacy/db.php b/lib/private/legacy/db.php index 843970d7d5..da21729f12 100644 --- a/lib/private/legacy/db.php +++ b/lib/private/legacy/db.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/lib/private/legacy/db/statementwrapper.php b/lib/private/legacy/db/statementwrapper.php index cac4598e65..7c3c4776aa 100644 --- a/lib/private/legacy/db/statementwrapper.php +++ b/lib/private/legacy/db/statementwrapper.php @@ -5,9 +5,10 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman - * @author Robin McCorkell * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php index adfbe71377..184c820e7c 100644 --- a/lib/private/legacy/defaults.php +++ b/lib/private/legacy/defaults.php @@ -3,13 +3,17 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Felix A. Epp * @author Jan-Christoph Borchardt + * @author Julius Haertl + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Pascal de Bruijn * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author scolebrook * @author Thomas Müller * @author Volkan Gezer diff --git a/lib/private/legacy/files.php b/lib/private/legacy/files.php index 017691805c..bd44d0a7c2 100644 --- a/lib/private/legacy/files.php +++ b/lib/private/legacy/files.php @@ -10,9 +10,11 @@ * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Ko- * @author Lukas Reschke * @author Michael Gapczynski * @author Nicolai Ehemann + * @author noveens * @author Piotr Filiciak * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/legacy/helper.php b/lib/private/legacy/helper.php index dd4f13f7d7..e611b4d073 100644 --- a/lib/private/legacy/helper.php +++ b/lib/private/legacy/helper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Ardinis * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle @@ -9,7 +10,6 @@ * @author Clark Tomlinson * @author Fabian Henze * @author Felix Moeller - * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling @@ -19,6 +19,7 @@ * @author Morris Jobke * @author Olivier Paroz * @author Pellaeon Lin + * @author RealRancor * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/legacy/image.php b/lib/private/legacy/image.php index cd5ca7bb5c..fe85787057 100644 --- a/lib/private/legacy/image.php +++ b/lib/private/legacy/image.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers @@ -12,13 +12,16 @@ * @author j-ed * @author Joas Schilling * @author Johannes Willnecker + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus + * @author Victor Dubiniuk * * @license AGPL-3.0 * diff --git a/lib/private/legacy/json.php b/lib/private/legacy/json.php index 221a0047eb..1ff88daac9 100644 --- a/lib/private/legacy/json.php +++ b/lib/private/legacy/json.php @@ -10,6 +10,8 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Sebastian Wessalowski * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/legacy/response.php b/lib/private/legacy/response.php index e45fe616e4..975ff57048 100644 --- a/lib/private/legacy/response.php +++ b/lib/private/legacy/response.php @@ -4,10 +4,12 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Sergio Bertolín * @author Stefan Weil * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index 55df2dece1..e3365ca455 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -4,17 +4,18 @@ * * @author Bart Visscher * @author Brice Maron + * @author Christoph Wurst * @author Frank Karlitschek - * @author Hendrik Leppelsack * @author Individual IT Services * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author John Molakvoæ * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Michael Letzgus + * @author Marin Treselj + * @author Michael Letzgus * @author Morris Jobke - * @author Raghu Nayyar * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/legacy/template/functions.php b/lib/private/legacy/template/functions.php index 1ef3541e88..2cd439e9e6 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -5,9 +5,10 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Joas Schilling + * @author Julius Härtl * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Michael Letzgus + * @author Michael Letzgus * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/legacy/user.php b/lib/private/legacy/user.php index 9e0ca4b9fe..6da0373476 100644 --- a/lib/private/legacy/user.php +++ b/lib/private/legacy/user.php @@ -5,8 +5,8 @@ * @author Aldo "xoen" Giambelluca * @author Andreas Fischer * @author Arthur Schiwon - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Christoph Wurst * @author Georg Ehrke @@ -20,6 +20,7 @@ * @author shkdee * @author Thomas Müller * @author Tom Needham + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php index f0fef027ec..76969c3ef3 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -10,28 +10,32 @@ * @author Birk Borkason * @author Björn Schießle * @author Brice Maron - * @author Christopher Schäpers * @author Christoph Wurst + * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh - * @author Felix Anand Epp + * @author Felix Epp * @author Florin Peter * @author Frank Karlitschek * @author Georg Ehrke * @author helix84 + * @author Ilja Neumann * @author Individual IT Services * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Kawohl * @author Lukas Reschke * @author Markus Goetz * @author Martin Mattel * @author Marvin Thomas Rabe * @author Michael Gapczynski * @author Morris Jobke + * @author rakekniven * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Sebastian Wessalowski * @author Stefan Rado * @author Stefan Weil * @author Thomas Müller diff --git a/lib/public/Activity/IEventMerger.php b/lib/public/Activity/IEventMerger.php index 8bd8e54077..22bf79732e 100644 --- a/lib/public/Activity/IEventMerger.php +++ b/lib/public/Activity/IEventMerger.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Activity/IExtension.php b/lib/public/Activity/IExtension.php index 3f605a47e4..321c2f03bc 100644 --- a/lib/public/Activity/IExtension.php +++ b/lib/public/Activity/IExtension.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke diff --git a/lib/public/Activity/IFilter.php b/lib/public/Activity/IFilter.php index bfe8ea9e47..b6e2025d2c 100644 --- a/lib/public/Activity/IFilter.php +++ b/lib/public/Activity/IFilter.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index 4cdea0e2f7..2ccb4c6592 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/public/Activity/IProvider.php b/lib/public/Activity/IProvider.php index 83096c4efa..a84f61eb4f 100644 --- a/lib/public/Activity/IProvider.php +++ b/lib/public/Activity/IProvider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Activity/ISetting.php b/lib/public/Activity/ISetting.php index 786581bcae..f3b953e95e 100644 --- a/lib/public/Activity/ISetting.php +++ b/lib/public/Activity/ISetting.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/App/AppPathNotFoundException.php b/lib/public/App/AppPathNotFoundException.php index 071eb2f837..db5a1803c8 100644 --- a/lib/public/App/AppPathNotFoundException.php +++ b/lib/public/App/AppPathNotFoundException.php @@ -2,21 +2,22 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * - * @author Julius Härtl + * @author Julius Haertl * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php index 107297bc89..f602a6de81 100644 --- a/lib/public/App/IAppManager.php +++ b/lib/public/App/IAppManager.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Julius Haertl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php index c983114fe7..f46318c262 100644 --- a/lib/public/App/ManagerEvent.php +++ b/lib/public/App/ManagerEvent.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/ApiController.php b/lib/public/AppFramework/ApiController.php index 243ab1846b..5c99e170e0 100644 --- a/lib/public/AppFramework/ApiController.php +++ b/lib/public/AppFramework/ApiController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Lukas Reschke * @author Morris Jobke * @author Stefan Weil * diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index e5cd832563..d5a9075fa3 100644 --- a/lib/public/AppFramework/App.php +++ b/lib/public/AppFramework/App.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/public/AppFramework/Controller.php b/lib/public/AppFramework/Controller.php index bec8296490..49bd80b9cb 100644 --- a/lib/public/AppFramework/Controller.php +++ b/lib/public/AppFramework/Controller.php @@ -3,8 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Donquixote * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index b17dc070fe..9438c6ead6 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author sualko + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/DataDisplayResponse.php b/lib/public/AppFramework/Http/DataDisplayResponse.php index cfc4bd494f..4932b9db66 100644 --- a/lib/public/AppFramework/Http/DataDisplayResponse.php +++ b/lib/public/AppFramework/Http/DataDisplayResponse.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php index 5902d4ddbe..6397d32cb9 100644 --- a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Pierre Rudloff + * @author Roeland Jago Douma + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/ICallbackResponse.php b/lib/public/AppFramework/Http/ICallbackResponse.php index 2e23946112..62c4724651 100644 --- a/lib/public/AppFramework/Http/ICallbackResponse.php +++ b/lib/public/AppFramework/Http/ICallbackResponse.php @@ -5,6 +5,7 @@ * @author Bernhard Posselt * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/IOutput.php b/lib/public/AppFramework/Http/IOutput.php index 642bcf4170..a705cefcea 100644 --- a/lib/public/AppFramework/Http/IOutput.php +++ b/lib/public/AppFramework/Http/IOutput.php @@ -5,6 +5,7 @@ * @author Bernhard Posselt * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Stefan Weil * * @license AGPL-3.0 diff --git a/lib/public/AppFramework/Http/OCSResponse.php b/lib/public/AppFramework/Http/OCSResponse.php index ee1207f121..3480aa172f 100644 --- a/lib/public/AppFramework/Http/OCSResponse.php +++ b/lib/public/AppFramework/Http/OCSResponse.php @@ -3,7 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/AppFramework/Http/Response.php b/lib/public/AppFramework/Http/Response.php index 94f09a5573..e47e01349e 100644 --- a/lib/public/AppFramework/Http/Response.php +++ b/lib/public/AppFramework/Http/Response.php @@ -3,9 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/public/AppFramework/Http/StreamResponse.php b/lib/public/AppFramework/Http/StreamResponse.php index b3ec5577e2..8ffc94dc8f 100644 --- a/lib/public/AppFramework/Http/StreamResponse.php +++ b/lib/public/AppFramework/Http/StreamResponse.php @@ -5,6 +5,7 @@ * @author Bernhard Posselt * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/IApi.php b/lib/public/AppFramework/IApi.php index 1c3f9419cc..7e2cf905f8 100644 --- a/lib/public/AppFramework/IApi.php +++ b/lib/public/AppFramework/IApi.php @@ -5,6 +5,7 @@ * @author Bernhard Posselt * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/AppFramework/Middleware.php b/lib/public/AppFramework/Middleware.php index 677e5c2e7e..4c9051a0b3 100644 --- a/lib/public/AppFramework/Middleware.php +++ b/lib/public/AppFramework/Middleware.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Stefan Weil * @author Thomas Müller diff --git a/lib/public/AppFramework/OCS/OCSBadRequestException.php b/lib/public/AppFramework/OCS/OCSBadRequestException.php index 1b374376a7..843f8a5e0a 100644 --- a/lib/public/AppFramework/OCS/OCSBadRequestException.php +++ b/lib/public/AppFramework/OCS/OCSBadRequestException.php @@ -1,6 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSException.php b/lib/public/AppFramework/OCS/OCSException.php index 428fcff8e1..3ef6f3393a 100644 --- a/lib/public/AppFramework/OCS/OCSException.php +++ b/lib/public/AppFramework/OCS/OCSException.php @@ -1,6 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSForbiddenException.php b/lib/public/AppFramework/OCS/OCSForbiddenException.php index 7eef56facf..7545d87c0b 100644 --- a/lib/public/AppFramework/OCS/OCSForbiddenException.php +++ b/lib/public/AppFramework/OCS/OCSForbiddenException.php @@ -1,6 +1,6 @@ * diff --git a/lib/public/AppFramework/OCS/OCSNotFoundException.php b/lib/public/AppFramework/OCS/OCSNotFoundException.php index 18951b3703..87a5ce2009 100644 --- a/lib/public/AppFramework/OCS/OCSNotFoundException.php +++ b/lib/public/AppFramework/OCS/OCSNotFoundException.php @@ -1,6 +1,6 @@ * diff --git a/lib/public/AppFramework/OCSController.php b/lib/public/AppFramework/OCSController.php index 06d0d90f3e..de784642b3 100644 --- a/lib/public/AppFramework/OCSController.php +++ b/lib/public/AppFramework/OCSController.php @@ -3,7 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Donquixote * @author Morris Jobke + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller * diff --git a/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php index 9f9e38103f..2c4467bc52 100644 --- a/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php +++ b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/Exceptions/PasswordUnavailableException.php b/lib/public/Authentication/Exceptions/PasswordUnavailableException.php index f69b690266..6c6a129b79 100644 --- a/lib/public/Authentication/Exceptions/PasswordUnavailableException.php +++ b/lib/public/Authentication/Exceptions/PasswordUnavailableException.php @@ -1,9 +1,8 @@ * - * @author 2017 Morris Jobke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php index 7d43d438cb..fcc1c1a9b8 100644 --- a/lib/public/Authentication/IApacheBackend.php +++ b/lib/public/Authentication/IApacheBackend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/public/Authentication/LoginCredentials/ICredentials.php b/lib/public/Authentication/LoginCredentials/ICredentials.php index 1734e3e071..3b91df68b1 100644 --- a/lib/public/Authentication/LoginCredentials/ICredentials.php +++ b/lib/public/Authentication/LoginCredentials/ICredentials.php @@ -1,9 +1,9 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/LoginCredentials/IStore.php b/lib/public/Authentication/LoginCredentials/IStore.php index 4787b16d98..5306eb6d6e 100644 --- a/lib/public/Authentication/LoginCredentials/IStore.php +++ b/lib/public/Authentication/LoginCredentials/IStore.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php index 2c1dc001c1..2a498adc0b 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php @@ -1,7 +1,8 @@ + * + * + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php index 76e728b6ab..a18b9e8c4a 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php @@ -1,9 +1,10 @@ * @copyright Copyright (c) 2016, ownCloud GmbH. * + * @author Christoph Wurst + * @author Cornelius Kölbel + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/BackgroundJob.php b/lib/public/BackgroundJob.php index 43f445362d..d343ae2531 100644 --- a/lib/public/BackgroundJob.php +++ b/lib/public/BackgroundJob.php @@ -5,11 +5,9 @@ * @author Bart Visscher * @author Felix Moeller * @author Jakob Sack - * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * * @license AGPL-3.0 * diff --git a/lib/public/BackgroundJob/IJob.php b/lib/public/BackgroundJob/IJob.php index 0b14257075..d46ea7bd4b 100644 --- a/lib/public/BackgroundJob/IJob.php +++ b/lib/public/BackgroundJob/IJob.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/public/BackgroundJob/IJobList.php b/lib/public/BackgroundJob/IJobList.php index d7c2642712..c074e5c9d5 100644 --- a/lib/public/BackgroundJob/IJobList.php +++ b/lib/public/BackgroundJob/IJobList.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Morris Jobke + * @author Noveen Sachdeva * @author Robin Appelman * @author Robin McCorkell * diff --git a/lib/public/Capabilities/IPublicCapability.php b/lib/public/Capabilities/IPublicCapability.php index ded58f1208..c882a24d56 100644 --- a/lib/public/Capabilities/IPublicCapability.php +++ b/lib/public/Capabilities/IPublicCapability.php @@ -6,18 +6,18 @@ * * @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 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. + * 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 . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/public/Comments/CommentsEvent.php b/lib/public/Comments/CommentsEvent.php index 0d8a783c10..eba4cebb3b 100644 --- a/lib/public/Comments/CommentsEvent.php +++ b/lib/public/Comments/CommentsEvent.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Joas Schilling * * @license AGPL-3.0 diff --git a/lib/public/Comments/IComment.php b/lib/public/Comments/IComment.php index f93bed13ea..e364d42fe8 100644 --- a/lib/public/Comments/IComment.php +++ b/lib/public/Comments/IComment.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Comments/ICommentsEventHandler.php b/lib/public/Comments/ICommentsEventHandler.php index 79b0d0d883..30b0715977 100644 --- a/lib/public/Comments/ICommentsEventHandler.php +++ b/lib/public/Comments/ICommentsEventHandler.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index 61633af95c..bd9c4ff5ba 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -4,6 +4,9 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Contacts/ContactsMenu/IAction.php b/lib/public/Contacts/ContactsMenu/IAction.php index 44ad1af5ae..0cbedf4e9e 100644 --- a/lib/public/Contacts/ContactsMenu/IAction.php +++ b/lib/public/Contacts/ContactsMenu/IAction.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Contacts/ContactsMenu/IActionFactory.php b/lib/public/Contacts/ContactsMenu/IActionFactory.php index 8778a729a5..af968ba849 100644 --- a/lib/public/Contacts/ContactsMenu/IActionFactory.php +++ b/lib/public/Contacts/ContactsMenu/IActionFactory.php @@ -1,8 +1,8 @@ - * @author 2017 Christoph Wurst + * + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Contacts/ContactsMenu/IEntry.php b/lib/public/Contacts/ContactsMenu/IEntry.php index eb04147a1b..9025ed9171 100644 --- a/lib/public/Contacts/ContactsMenu/IEntry.php +++ b/lib/public/Contacts/ContactsMenu/IEntry.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Contacts/ContactsMenu/ILinkAction.php b/lib/public/Contacts/ContactsMenu/ILinkAction.php index 4e29f757c2..71d163b2f6 100644 --- a/lib/public/Contacts/ContactsMenu/ILinkAction.php +++ b/lib/public/Contacts/ContactsMenu/ILinkAction.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Contacts/ContactsMenu/IProvider.php b/lib/public/Contacts/ContactsMenu/IProvider.php index e41b1c7c63..cc819c8c68 100644 --- a/lib/public/Contacts/ContactsMenu/IProvider.php +++ b/lib/public/Contacts/ContactsMenu/IProvider.php @@ -1,9 +1,8 @@ * - * @author 2017 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index 117d28525f..ec399c37eb 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -2,10 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bart Visscher - * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/DB.php b/lib/public/DB.php index 645f77076d..e132c5ff2e 100644 --- a/lib/public/DB.php +++ b/lib/public/DB.php @@ -4,12 +4,13 @@ * * @author Bart Visscher * @author Dan Bartram - * @author Felix Moeller * @author Frank Karlitschek * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * diff --git a/lib/public/DB/QueryBuilder/IFunctionBuilder.php b/lib/public/DB/QueryBuilder/IFunctionBuilder.php index 38d3a67da9..478fd87940 100644 --- a/lib/public/DB/QueryBuilder/IFunctionBuilder.php +++ b/lib/public/DB/QueryBuilder/IFunctionBuilder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php index 59ec4fd3ba..7f179dd7e2 100644 --- a/lib/public/DB/QueryBuilder/IQueryBuilder.php +++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IEventLogger.php b/lib/public/Diagnostics/IEventLogger.php index c76e96c567..def3beae38 100644 --- a/lib/public/Diagnostics/IEventLogger.php +++ b/lib/public/Diagnostics/IEventLogger.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman - * @author Piotr Mrowczynski * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IQuery.php b/lib/public/Diagnostics/IQuery.php index ceaee191b3..d053a6648e 100644 --- a/lib/public/Diagnostics/IQuery.php +++ b/lib/public/Diagnostics/IQuery.php @@ -3,7 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/Diagnostics/IQueryLogger.php b/lib/public/Diagnostics/IQueryLogger.php index 4e45fa33d9..1fe8bb8c23 100644 --- a/lib/public/Diagnostics/IQueryLogger.php +++ b/lib/public/Diagnostics/IQueryLogger.php @@ -2,9 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke + * @author Piotr Mrówczyński * @author Robin Appelman - * @author Piotr Mrowczynski * * @license AGPL-3.0 * diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index d96c6c8ba0..45e369b20f 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/public/Encryption/Keys/IStorage.php b/lib/public/Encryption/Keys/IStorage.php index c96d1573b3..ac2414450e 100644 --- a/lib/public/Encryption/Keys/IStorage.php +++ b/lib/public/Encryption/Keys/IStorage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke diff --git a/lib/public/Federation/ICloudId.php b/lib/public/Federation/ICloudId.php index f9c84a2fd0..b03acb4f5f 100644 --- a/lib/public/Federation/ICloudId.php +++ b/lib/public/Federation/ICloudId.php @@ -2,19 +2,22 @@ /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/public/Federation/ICloudIdManager.php b/lib/public/Federation/ICloudIdManager.php index 5251c2b95d..b5b3436e6f 100644 --- a/lib/public/Federation/ICloudIdManager.php +++ b/lib/public/Federation/ICloudIdManager.php @@ -2,19 +2,23 @@ /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Joas Schilling + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * - * 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 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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/public/Files.php b/lib/public/Files.php index 3b924ea6a2..8b6d34b35a 100644 --- a/lib/public/Files.php +++ b/lib/public/Files.php @@ -10,6 +10,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller * diff --git a/lib/public/Files/Config/ICachedMountInfo.php b/lib/public/Files/Config/ICachedMountInfo.php index 2df79a7d64..6baced39d9 100644 --- a/lib/public/Files/Config/ICachedMountInfo.php +++ b/lib/public/Files/Config/ICachedMountInfo.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index fca797d3b6..4c573350f9 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/public/Files/EmptyFileNameException.php b/lib/public/Files/EmptyFileNameException.php index 22cdd5e805..f3d5c5f646 100644 --- a/lib/public/Files/EmptyFileNameException.php +++ b/lib/public/Files/EmptyFileNameException.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index 0b90fb8fbf..1fe71b356c 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -2,10 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Felix Heidecke * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/public/Files/ForbiddenException.php b/lib/public/Files/ForbiddenException.php index 7a7c011691..4432c0d493 100644 --- a/lib/public/Files/ForbiddenException.php +++ b/lib/public/Files/ForbiddenException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/Files/InvalidDirectoryException.php b/lib/public/Files/InvalidDirectoryException.php index a82dc0829e..23058065f6 100644 --- a/lib/public/Files/InvalidDirectoryException.php +++ b/lib/public/Files/InvalidDirectoryException.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/ObjectStore/IObjectStore.php b/lib/public/Files/ObjectStore/IObjectStore.php index 3126791d87..8e9df5a55a 100644 --- a/lib/public/Files/ObjectStore/IObjectStore.php +++ b/lib/public/Files/ObjectStore/IObjectStore.php @@ -4,6 +4,7 @@ * * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/Files/Search/ISearchBinaryOperator.php b/lib/public/Files/Search/ISearchBinaryOperator.php index d5a2d5dc02..8a17b1a07f 100644 --- a/lib/public/Files/Search/ISearchBinaryOperator.php +++ b/lib/public/Files/Search/ISearchBinaryOperator.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/Search/ISearchComparison.php b/lib/public/Files/Search/ISearchComparison.php index 5468260f00..467ea211ff 100644 --- a/lib/public/Files/Search/ISearchComparison.php +++ b/lib/public/Files/Search/ISearchComparison.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/Search/ISearchOperator.php b/lib/public/Files/Search/ISearchOperator.php index 047792bc78..1f0df157f7 100644 --- a/lib/public/Files/Search/ISearchOperator.php +++ b/lib/public/Files/Search/ISearchOperator.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/Search/ISearchOrder.php b/lib/public/Files/Search/ISearchOrder.php index 1abfd7506d..b0fd3e0484 100644 --- a/lib/public/Files/Search/ISearchOrder.php +++ b/lib/public/Files/Search/ISearchOrder.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/Search/ISearchQuery.php b/lib/public/Files/Search/ISearchQuery.php index 531e285a59..0929a19048 100644 --- a/lib/public/Files/Search/ISearchQuery.php +++ b/lib/public/Files/Search/ISearchQuery.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Files/SimpleFS/ISimpleRoot.php b/lib/public/Files/SimpleFS/ISimpleRoot.php index 35b97f665a..9b4b8d7694 100644 --- a/lib/public/Files/SimpleFS/ISimpleRoot.php +++ b/lib/public/Files/SimpleFS/ISimpleRoot.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Roeland Jago Douma * + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php index ee89b9fd20..1cbba104de 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -3,12 +3,14 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Roth * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage/ILockingStorage.php b/lib/public/Files/Storage/ILockingStorage.php index ac61e9a062..dc6e6cb56a 100644 --- a/lib/public/Files/Storage/ILockingStorage.php +++ b/lib/public/Files/Storage/ILockingStorage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Morris Jobke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/public/Files/Storage/IStorage.php b/lib/public/Files/Storage/IStorage.php index d5176aab46..1fc45c041c 100644 --- a/lib/public/Files/Storage/IStorage.php +++ b/lib/public/Files/Storage/IStorage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/public/Files/StorageAuthException.php b/lib/public/Files/StorageAuthException.php index 8a04a2c70f..4e216b0f01 100644 --- a/lib/public/Files/StorageAuthException.php +++ b/lib/public/Files/StorageAuthException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jesús Macias + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/Files/StorageBadConfigException.php b/lib/public/Files/StorageBadConfigException.php index d6ee6a267e..ea525b91f4 100644 --- a/lib/public/Files/StorageBadConfigException.php +++ b/lib/public/Files/StorageBadConfigException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jesús Macias + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/Files/StorageConnectionException.php b/lib/public/Files/StorageConnectionException.php index f12c84653b..7702460a2f 100644 --- a/lib/public/Files/StorageConnectionException.php +++ b/lib/public/Files/StorageConnectionException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jesús Macias + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/Files/StorageNotAvailableException.php b/lib/public/Files/StorageNotAvailableException.php index b3f6e1a6b7..7a060417ac 100644 --- a/lib/public/Files/StorageNotAvailableException.php +++ b/lib/public/Files/StorageNotAvailableException.php @@ -4,9 +4,11 @@ * * @author Björn Schießle * @author Jesús Macias + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Files/StorageTimeoutException.php b/lib/public/Files/StorageTimeoutException.php index b5566ada9b..90b5609507 100644 --- a/lib/public/Files/StorageTimeoutException.php +++ b/lib/public/Files/StorageTimeoutException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Jesús Macias + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/GlobalScale/IConfig.php b/lib/public/GlobalScale/IConfig.php index 92c19be3af..e67470f2e1 100644 --- a/lib/public/GlobalScale/IConfig.php +++ b/lib/public/GlobalScale/IConfig.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/lib/public/GroupInterface.php b/lib/public/GroupInterface.php index f6ef237a33..35d11755fa 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.php @@ -4,7 +4,9 @@ * * @author Arthur Schiwon * @author Jörn Friedrich Dreyer + * @author Knut Ahlers * @author Morris Jobke + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index 56cf50c5fb..f0783d5231 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -7,6 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IDateTimeFormatter.php b/lib/public/IDateTimeFormatter.php index a97eca2860..2da7aa4098 100644 --- a/lib/public/IDateTimeFormatter.php +++ b/lib/public/IDateTimeFormatter.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * * @license AGPL-3.0 diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 788287b4f8..da1a4f5dd1 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/IGroupManager.php b/lib/public/IGroupManager.php index 778a0ef169..f7a63dfefb 100644 --- a/lib/public/IGroupManager.php +++ b/lib/public/IGroupManager.php @@ -9,6 +9,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller + * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/lib/public/IL10N.php b/lib/public/IL10N.php index 7856a74219..7af5008b81 100644 --- a/lib/public/IL10N.php +++ b/lib/public/IL10N.php @@ -5,10 +5,8 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell - * @author Thomas Müller + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/ILogger.php b/lib/public/ILogger.php index 28cc3b1433..6ee850ee8a 100644 --- a/lib/public/ILogger.php +++ b/lib/public/ILogger.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Jan-Christoph Borchardt + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/public/IPreview.php b/lib/public/IPreview.php index 7705df61a1..ba32300a28 100644 --- a/lib/public/IPreview.php +++ b/lib/public/IPreview.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php index 262b595acc..c4f59f85d4 100644 --- a/lib/public/IRequest.php +++ b/lib/public/IRequest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index 8c74c05d80..13abd0ff43 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Björn Schießle + * @author Christoph Wurst * @author Christopher Schäpers * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/public/IURLGenerator.php b/lib/public/IURLGenerator.php index 3869d2f86f..944029914e 100644 --- a/lib/public/IURLGenerator.php +++ b/lib/public/IURLGenerator.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index 6c6724487d..163e8b5e73 100644 --- a/lib/public/IUserManager.php +++ b/lib/public/IUserManager.php @@ -2,9 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/JSON.php b/lib/public/JSON.php index b289c2038a..c56c3b645a 100644 --- a/lib/public/JSON.php +++ b/lib/public/JSON.php @@ -6,6 +6,7 @@ * @author Frank Karlitschek * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/public/LDAP/IDeletionFlagSupport.php b/lib/public/LDAP/IDeletionFlagSupport.php index 26b90a3493..accb2f6369 100644 --- a/lib/public/LDAP/IDeletionFlagSupport.php +++ b/lib/public/LDAP/IDeletionFlagSupport.php @@ -1,8 +1,11 @@ + * @author Roger Szabo + * @author root + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/LDAP/ILDAPProvider.php b/lib/public/LDAP/ILDAPProvider.php index a65d3e85cd..9e13fb7e79 100644 --- a/lib/public/LDAP/ILDAPProvider.php +++ b/lib/public/LDAP/ILDAPProvider.php @@ -1,11 +1,11 @@ * @author Roger Szabo - * @author Vinicius Brand - * @author Daniel Tygel + * @author root + * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/LDAP/ILDAPProviderFactory.php b/lib/public/LDAP/ILDAPProviderFactory.php index 74f84bff50..14f674d1fc 100644 --- a/lib/public/LDAP/ILDAPProviderFactory.php +++ b/lib/public/LDAP/ILDAPProviderFactory.php @@ -1,8 +1,11 @@ + * @author Roger Szabo + * @author root + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Lock/LockedException.php b/lib/public/Lock/LockedException.php index c371c6c56b..5b5d88c18c 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry diff --git a/lib/public/Lockdown/ILockdownManager.php b/lib/public/Lockdown/ILockdownManager.php index d4d05b37ff..a34e3d610c 100644 --- a/lib/public/Lockdown/ILockdownManager.php +++ b/lib/public/Lockdown/ILockdownManager.php @@ -1,19 +1,23 @@ * - * 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. + * @author Robin Appelman + * + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/lib/public/Mail/IAttachment.php b/lib/public/Mail/IAttachment.php index 32348e7a30..4b617d67f5 100644 --- a/lib/public/Mail/IAttachment.php +++ b/lib/public/Mail/IAttachment.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index c1766076c4..ed72744464 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -2,6 +2,9 @@ /** * @copyright 2017, Morris Jobke * + * @author Joas Schilling + * @author Leon Klingele + * @author Lukas Reschke * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php index e82b4ff93a..cec47adc19 100644 --- a/lib/public/Mail/IMessage.php +++ b/lib/public/Mail/IMessage.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Migration/BigIntMigration.php b/lib/public/Migration/BigIntMigration.php index 9172267186..9e6003714e 100644 --- a/lib/public/Migration/BigIntMigration.php +++ b/lib/public/Migration/BigIntMigration.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Migration/IMigrationStep.php b/lib/public/Migration/IMigrationStep.php index 49bb236ab7..11b92ecf0c 100644 --- a/lib/public/Migration/IMigrationStep.php +++ b/lib/public/Migration/IMigrationStep.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Migration/SimpleMigrationStep.php b/lib/public/Migration/SimpleMigrationStep.php index df4ae4e2eb..58c6806448 100644 --- a/lib/public/Migration/SimpleMigrationStep.php +++ b/lib/public/Migration/SimpleMigrationStep.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Notification/INotification.php b/lib/public/Notification/INotification.php index 8d3f15c238..58f0588345 100644 --- a/lib/public/Notification/INotification.php +++ b/lib/public/Notification/INotification.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/OCS/IDiscoveryService.php b/lib/public/OCS/IDiscoveryService.php index eee5bf97f9..c9e67c3aca 100644 --- a/lib/public/OCS/IDiscoveryService.php +++ b/lib/public/OCS/IDiscoveryService.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 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/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index b938fa5e6c..8ee3ad3bf3 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Maxence Lange + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/RichObjectStrings/IValidator.php b/lib/public/RichObjectStrings/IValidator.php index 8d9b86cfba..a9a874bd75 100644 --- a/lib/public/RichObjectStrings/IValidator.php +++ b/lib/public/RichObjectStrings/IValidator.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/RichObjectStrings/InvalidObjectExeption.php b/lib/public/RichObjectStrings/InvalidObjectExeption.php index 7d6ea6bc97..c57ca734e0 100644 --- a/lib/public/RichObjectStrings/InvalidObjectExeption.php +++ b/lib/public/RichObjectStrings/InvalidObjectExeption.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/Search/PagedProvider.php b/lib/public/Search/PagedProvider.php index b1294fa6dc..2f3f17726f 100644 --- a/lib/public/Search/PagedProvider.php +++ b/lib/public/Search/PagedProvider.php @@ -4,7 +4,9 @@ * * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index 2f74a003f5..76e207fbbd 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Fabrizio Steiner * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/Settings/IManager.php b/lib/public/Settings/IManager.php index 7a24eab389..1a1a4b8e66 100644 --- a/lib/public/Settings/IManager.php +++ b/lib/public/Settings/IManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Settings/ISection.php b/lib/public/Settings/ISection.php index 3c08b74bdc..fe5a216a02 100644 --- a/lib/public/Settings/ISection.php +++ b/lib/public/Settings/ISection.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Settings/ISettings.php b/lib/public/Settings/ISettings.php index 611bb713b3..f6b91bc6c1 100644 --- a/lib/public/Settings/ISettings.php +++ b/lib/public/Settings/ISettings.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Share.php b/lib/public/Share.php index 8e73fb15f0..b7fb7296e4 100644 --- a/lib/public/Share.php +++ b/lib/public/Share.php @@ -2,18 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Andreas Fischer * @author Bart Visscher * @author Björn Schießle * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Michael Gapczynski - * @author Michael Kuhn * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma - * @author Sam Tuke - * @author Stefan Weil * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Share/Exceptions/GenericShareException.php b/lib/public/Share/Exceptions/GenericShareException.php index 21a3b2caa5..ef5586a362 100644 --- a/lib/public/Share/Exceptions/GenericShareException.php +++ b/lib/public/Share/Exceptions/GenericShareException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Jan-Christoph Borchardt * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index 764e36b5d7..493db5e514 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 7227fdea1f..ad43b64229 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 8deec573c1..c19364c86c 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/Share/IShareHelper.php b/lib/public/Share/IShareHelper.php index 4ec62830c5..c957a815e8 100644 --- a/lib/public/Share/IShareHelper.php +++ b/lib/public/Share/IShareHelper.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Share/IShareProvider.php b/lib/public/Share/IShareProvider.php index 31808206cf..4db43d953c 100644 --- a/lib/public/Share/IShareProvider.php +++ b/lib/public/Share/IShareProvider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/lib/public/SystemTag/ManagerEvent.php b/lib/public/SystemTag/ManagerEvent.php index f7a9b8d6da..bb9fcc01f8 100644 --- a/lib/public/SystemTag/ManagerEvent.php +++ b/lib/public/SystemTag/ManagerEvent.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/TagNotFoundException.php b/lib/public/SystemTag/TagNotFoundException.php index 49008d1add..9b06259807 100644 --- a/lib/public/SystemTag/TagNotFoundException.php +++ b/lib/public/SystemTag/TagNotFoundException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Lukas Reschke * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/public/Template.php b/lib/public/Template.php index edea99f9ef..e264e9c79d 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -5,13 +5,12 @@ * @author Bart Visscher * @author Frank Karlitschek * @author Georg Ehrke - * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Thomas Müller - * @author Vincent Petry + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/public/User.php b/lib/public/User.php index ef0096deab..bbfaa6d546 100644 --- a/lib/public/User.php +++ b/lib/public/User.php @@ -8,10 +8,10 @@ * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lorenzo M. Catucci * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Sebastian Wessalowski * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/public/Util.php b/lib/public/Util.php index 04cdfe216d..d1d1d387d6 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -10,6 +10,7 @@ * @author Individual IT Services * @author Jens-Christian Fischer * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/public/WorkflowEngine/ICheck.php b/lib/public/WorkflowEngine/ICheck.php index 7e3d86caad..1d4fc96646 100644 --- a/lib/public/WorkflowEngine/ICheck.php +++ b/lib/public/WorkflowEngine/ICheck.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Morris Jobke * + * @author Morris Jobke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php index e53a06ec92..cd323a816f 100644 --- a/lib/public/WorkflowEngine/IManager.php +++ b/lib/public/WorkflowEngine/IManager.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Morris Jobke * + * @author Morris Jobke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/lib/public/WorkflowEngine/IOperation.php b/lib/public/WorkflowEngine/IOperation.php index c75e5d940c..491a805909 100644 --- a/lib/public/WorkflowEngine/IOperation.php +++ b/lib/public/WorkflowEngine/IOperation.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/ocs/providers.php b/ocs/providers.php index 1961a68ec2..79fc747c06 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -3,9 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Frank Karlitschek + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/ocs/v2.php b/ocs/v2.php index dc57431e6c..aa66ec92de 100644 --- a/ocs/v2.php +++ b/ocs/v2.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/public.php b/public.php index efa5926712..567408217d 100644 --- a/public.php +++ b/public.php @@ -4,12 +4,12 @@ * * @author Björn Schießle * @author Christopher Schäpers + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Victor Dubiniuk * @author Vincent Petry * * @license AGPL-3.0 diff --git a/settings/Activity/Provider.php b/settings/Activity/Provider.php index 575b7e9b56..e71a33e0d4 100644 --- a/settings/Activity/Provider.php +++ b/settings/Activity/Provider.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/settings/Activity/SecurityFilter.php b/settings/Activity/SecurityFilter.php index 6bf36a9e48..5beb6c8c95 100644 --- a/settings/Activity/SecurityFilter.php +++ b/settings/Activity/SecurityFilter.php @@ -1,7 +1,8 @@ + * + * + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/settings/Activity/SecurityProvider.php b/settings/Activity/SecurityProvider.php index 7b27fde363..f0789842e8 100644 --- a/settings/Activity/SecurityProvider.php +++ b/settings/Activity/SecurityProvider.php @@ -1,22 +1,24 @@ * @copyright Copyright (c) 2016 Christoph Wurst * - * Two-factor backup codes + * @author Christoph Wurst + * @author Joas Schilling * - * 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. + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/settings/Activity/SecuritySetting.php b/settings/Activity/SecuritySetting.php index fe1b0dd8f5..6a969f3eac 100644 --- a/settings/Activity/SecuritySetting.php +++ b/settings/Activity/SecuritySetting.php @@ -1,22 +1,23 @@ * @copyright Copyright (c) 2016 Christoph Wurst * - * Two-factor backup codes + * @author Christoph Wurst * - * 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. + * @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 + * 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 + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ diff --git a/settings/Activity/Setting.php b/settings/Activity/Setting.php index ec72f270b9..0763863266 100644 --- a/settings/Activity/Setting.php +++ b/settings/Activity/Setting.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/settings/Application.php b/settings/Application.php index f79453e3d0..5b2b606353 100644 --- a/settings/Application.php +++ b/settings/Application.php @@ -2,15 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Björn Schießle * @author Christoph Wurst - * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/settings/BackgroundJobs/VerifyUserData.php b/settings/BackgroundJobs/VerifyUserData.php index 90f9e1fc67..8dc8983016 100644 --- a/settings/BackgroundJobs/VerifyUserData.php +++ b/settings/BackgroundJobs/VerifyUserData.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2017 Bjoern Schiessle * + * @author Bjoern Schiessle + * @author Lukas Reschke + * @author Patrik Kernstock + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/settings/Controller/AdminSettingsController.php b/settings/Controller/AdminSettingsController.php index 33d9cb2c2a..0114ee73d9 100644 --- a/settings/Controller/AdminSettingsController.php +++ b/settings/Controller/AdminSettingsController.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Lukas Reschke + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/settings/Controller/AppSettingsController.php b/settings/Controller/AppSettingsController.php index da59461e5f..26858eabcf 100644 --- a/settings/Controller/AppSettingsController.php +++ b/settings/Controller/AppSettingsController.php @@ -4,9 +4,13 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Christoph Wurst + * @author Felix A. Epp + * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/Controller/AuthSettingsController.php b/settings/Controller/AuthSettingsController.php index 7b68fc4c28..2f3d78b4d8 100644 --- a/settings/Controller/AuthSettingsController.php +++ b/settings/Controller/AuthSettingsController.php @@ -3,6 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Fabrizio Steiner + * @author Joas Schilling + * @author Lukas Reschke + * @author Marcel Waldvogel * @author Robin Appelman * * @license AGPL-3.0 diff --git a/settings/Controller/CertificateController.php b/settings/Controller/CertificateController.php index c5f7e89f3f..852f24bc28 100644 --- a/settings/Controller/CertificateController.php +++ b/settings/Controller/CertificateController.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Lukas Reschke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0 diff --git a/settings/Controller/ChangePasswordController.php b/settings/Controller/ChangePasswordController.php index a758180e85..31ff8904ce 100644 --- a/settings/Controller/ChangePasswordController.php +++ b/settings/Controller/ChangePasswordController.php @@ -1,6 +1,11 @@ + * @author Lukas Reschke + * @author Matthew Setter + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 151e546e55..ccaaaeaf60 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -2,7 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Derek * @author Joas Schilling + * @author Ko- * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell diff --git a/settings/Controller/CommonSettingsTrait.php b/settings/Controller/CommonSettingsTrait.php index ac316aa7f4..82d675531a 100644 --- a/settings/Controller/CommonSettingsTrait.php +++ b/settings/Controller/CommonSettingsTrait.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/settings/Controller/EncryptionController.php b/settings/Controller/EncryptionController.php index 4ec6177f28..93a51a558b 100644 --- a/settings/Controller/EncryptionController.php +++ b/settings/Controller/EncryptionController.php @@ -3,7 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling + * @author Ko- * @author Lukas Reschke + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/settings/Controller/LogSettingsController.php b/settings/Controller/LogSettingsController.php index e87d201a83..c829f4db91 100644 --- a/settings/Controller/LogSettingsController.php +++ b/settings/Controller/LogSettingsController.php @@ -3,11 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer * * @license AGPL-3.0 * diff --git a/settings/Controller/PersonalSettingsController.php b/settings/Controller/PersonalSettingsController.php index 7e2d62961b..ad4eb69c32 100644 --- a/settings/Controller/PersonalSettingsController.php +++ b/settings/Controller/PersonalSettingsController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/settings/Controller/SecuritySettingsController.php b/settings/Controller/SecuritySettingsController.php index d0d5743779..bda86dff84 100644 --- a/settings/Controller/SecuritySettingsController.php +++ b/settings/Controller/SecuritySettingsController.php @@ -4,6 +4,7 @@ * * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/settings/Controller/UsersController.php b/settings/Controller/UsersController.php index a78c1b9466..d583dc8690 100644 --- a/settings/Controller/UsersController.php +++ b/settings/Controller/UsersController.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke @@ -10,6 +13,9 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer + * @author Tobia De Koninck + * @author Tobias Kaminsky * @author Vincent Petry * * @license AGPL-3.0 diff --git a/settings/Hooks.php b/settings/Hooks.php index 59bd7bb905..097d708a36 100644 --- a/settings/Hooks.php +++ b/settings/Hooks.php @@ -2,6 +2,10 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/settings/Mailer/NewUserMailHelper.php b/settings/Mailer/NewUserMailHelper.php index 935b3f0e07..db0339c736 100644 --- a/settings/Mailer/NewUserMailHelper.php +++ b/settings/Mailer/NewUserMailHelper.php @@ -2,6 +2,11 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Joas Schilling + * @author Leon Klingele + * @author Lukas Reschke + * @author Morris Jobke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 4c4fa0be66..3d2d7f95a5 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -4,7 +4,6 @@ * * @author Bart Visscher * @author Christopher Schäpers - * @author Joas Schilling * @author Kamil Domanski * @author Lukas Reschke * @author Robin Appelman diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php index 0906102ec2..a71ece11ee 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -8,6 +8,7 @@ * @author Christopher Schäpers * @author Felix Moeller * @author Georg Ehrke + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/settings/ajax/togglesubadmins.php b/settings/ajax/togglesubadmins.php index c9cc078ed0..c9b119622e 100644 --- a/settings/ajax/togglesubadmins.php +++ b/settings/ajax/togglesubadmins.php @@ -4,7 +4,9 @@ * * @author Bart Visscher * @author Georg Ehrke + * @author Joas Schilling * @author Lukas Reschke + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index 79109600a3..63f865a2f2 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -5,6 +5,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index b398e41033..46ca0f5087 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -7,6 +7,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/settings/routes.php b/settings/routes.php index 12da950ed2..9b7b253bd0 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -2,9 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bart Visscher + * @author Bjoern Schiessle * @author Björn Schießle - * @author Christopher Schäpers * @author Christoph Wurst * @author Frank Karlitschek * @author Georg Ehrke @@ -14,6 +15,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Thomas Pulzer * @author Vincent Petry * * @license AGPL-3.0 diff --git a/settings/users.php b/settings/users.php index 2d949cb618..466d8438b0 100644 --- a/settings/users.php +++ b/settings/users.php @@ -4,7 +4,6 @@ * * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle * @author Clark Tomlinson * @author Daniel Molkentin * @author Georg Ehrke @@ -14,10 +13,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Stephan Peijnik * @author Thomas Müller + * @author Thomas Pulzer * * @license AGPL-3.0 * diff --git a/status.php b/status.php index 293d843c6d..f97c4410cc 100644 --- a/status.php +++ b/status.php @@ -7,7 +7,9 @@ * @author Frank Karlitschek * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Kristof Provost * @author Lukas Reschke + * @author martin.mattel@diemattels.at * @author Masaki Kawabata Neto * @author Morris Jobke * diff --git a/version.php b/version.php index 1ae5b87eff..8222977fb4 100644 --- a/version.php +++ b/version.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Frank Karlitschek * @author Joas Schilling * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma * @author Vincent Petry * * @license AGPL-3.0