From ca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 09:47:47 +0200 Subject: [PATCH] Run the license script --- AUTHORS | 35 ++++++++++++------- apps/admin_audit/appinfo/app.php | 3 ++ apps/admin_audit/lib/actions/action.php | 2 ++ apps/admin_audit/lib/actions/auth.php | 2 ++ apps/admin_audit/lib/actions/files.php | 2 ++ .../lib/actions/groupmanagement.php | 3 ++ apps/admin_audit/lib/actions/sharing.php | 2 ++ apps/admin_audit/lib/actions/trashbin.php | 2 ++ .../lib/actions/usermanagement.php | 3 ++ apps/admin_audit/lib/actions/versions.php | 2 ++ apps/admin_audit/lib/auditlogger.php | 2 ++ apps/comments/activity/extension.php | 5 +-- apps/comments/activity/listener.php | 5 +-- apps/comments/appinfo/app.php | 5 +-- apps/dav/appinfo/app.php | 5 +-- apps/dav/appinfo/application.php | 5 +-- apps/dav/appinfo/install.php | 3 +- apps/dav/appinfo/register_command.php | 3 +- apps/dav/appinfo/update.php | 3 +- apps/dav/appinfo/v1/caldav.php | 7 ++-- apps/dav/appinfo/v1/carddav.php | 7 ++-- apps/dav/appinfo/v1/publicwebdav.php | 9 ++--- apps/dav/appinfo/v1/webdav.php | 7 ++-- apps/dav/appinfo/v2/remote.php | 3 +- apps/dav/command/createaddressbook.php | 5 +-- apps/dav/command/createcalendar.php | 3 +- apps/dav/command/migrateaddressbooks.php | 5 +-- apps/dav/command/migratecalendars.php | 6 ++-- apps/dav/command/syncbirthdaycalendar.php | 4 ++- apps/dav/command/syncsystemaddressbook.php | 3 +- apps/dav/lib/caldav/birthdayservice.php | 3 +- apps/dav/lib/caldav/caldavbackend.php | 5 +-- apps/dav/lib/caldav/calendar.php | 6 ++-- apps/dav/lib/caldav/calendarhome.php | 5 +-- apps/dav/lib/caldav/calendarroot.php | 5 +-- apps/dav/lib/caldav/schedule/imipplugin.php | 3 +- apps/dav/lib/carddav/addressbook.php | 3 +- apps/dav/lib/carddav/addressbookimpl.php | 5 +-- apps/dav/lib/carddav/addressbookroot.php | 3 +- apps/dav/lib/carddav/carddavbackend.php | 10 +++--- apps/dav/lib/carddav/contactsmanager.php | 3 +- apps/dav/lib/carddav/converter.php | 3 +- apps/dav/lib/carddav/plugin.php | 3 +- apps/dav/lib/carddav/syncjob.php | 3 +- apps/dav/lib/carddav/syncservice.php | 7 ++-- apps/dav/lib/carddav/useraddressbooks.php | 3 +- apps/dav/lib/carddav/xml/groups.php | 3 +- apps/dav/lib/comments/commentnode.php | 5 +-- apps/dav/lib/comments/commentsplugin.php | 7 ++-- apps/dav/lib/comments/entitycollection.php | 5 +-- .../dav/lib/comments/entitytypecollection.php | 5 +-- apps/dav/lib/comments/rootcollection.php | 5 +-- apps/dav/lib/connector/legacydavacl.php | 8 +++-- apps/dav/lib/connector/publicauth.php | 10 +++--- .../lib/connector/sabre/appenabledplugin.php | 5 +-- apps/dav/lib/connector/sabre/auth.php | 8 ++--- .../sabre/blocklegacyclientplugin.php | 5 +-- apps/dav/lib/connector/sabre/checksumlist.php | 5 +-- .../sabre/commentpropertiesplugin.php | 5 +-- .../connector/sabre/copyetagheaderplugin.php | 3 +- .../sabre/custompropertiesbackend.php | 5 +-- apps/dav/lib/connector/sabre/davaclplugin.php | 5 +-- apps/dav/lib/connector/sabre/directory.php | 11 +++--- .../sabre/dummygetresponseplugin.php | 5 +-- .../sabre/exception/entitytoolarge.php | 3 +- .../connector/sabre/exception/filelocked.php | 5 +-- .../connector/sabre/exception/forbidden.php | 5 +-- .../connector/sabre/exception/invalidpath.php | 3 +- .../sabre/exception/unsupportedmediatype.php | 3 +- .../connector/sabre/exceptionloggerplugin.php | 5 +-- .../lib/connector/sabre/fakelockerplugin.php | 5 +-- apps/dav/lib/connector/sabre/file.php | 13 +++---- apps/dav/lib/connector/sabre/filesplugin.php | 10 +++--- .../lib/connector/sabre/filesreportplugin.php | 5 +-- apps/dav/lib/connector/sabre/lockplugin.php | 7 ++-- .../lib/connector/sabre/maintenanceplugin.php | 7 ++-- apps/dav/lib/connector/sabre/node.php | 8 +++-- apps/dav/lib/connector/sabre/objecttree.php | 10 +++--- apps/dav/lib/connector/sabre/principal.php | 5 +-- apps/dav/lib/connector/sabre/quotaplugin.php | 5 +-- apps/dav/lib/connector/sabre/server.php | 3 +- .../dav/lib/connector/sabre/serverfactory.php | 12 ++++--- apps/dav/lib/connector/sabre/sharesplugin.php | 3 +- .../dav/lib/connector/sabre/sharetypelist.php | 3 +- apps/dav/lib/connector/sabre/taglist.php | 3 +- apps/dav/lib/connector/sabre/tagsplugin.php | 3 +- apps/dav/lib/dav/groupprincipalbackend.php | 3 +- apps/dav/lib/dav/sharing/backend.php | 6 ++-- apps/dav/lib/dav/sharing/ishareable.php | 3 +- apps/dav/lib/dav/sharing/plugin.php | 3 +- apps/dav/lib/dav/sharing/xml/invite.php | 5 +-- apps/dav/lib/dav/sharing/xml/sharerequest.php | 3 +- apps/dav/lib/dav/systemprincipalbackend.php | 3 +- apps/dav/lib/files/browsererrorpageplugin.php | 4 ++- .../dav/lib/files/custompropertiesbackend.php | 3 +- apps/dav/lib/files/fileshome.php | 3 +- apps/dav/lib/files/rootcollection.php | 3 +- .../files/sharing/publiclinkcheckplugin.php | 5 +-- apps/dav/lib/hookmanager.php | 3 +- apps/dav/lib/migration/addressbookadapter.php | 5 +-- apps/dav/lib/migration/calendaradapter.php | 5 +-- .../dav/lib/migration/migrateaddressbooks.php | 5 +-- apps/dav/lib/migration/migratecalendars.php | 5 +-- .../lib/migration/nothingtodoexception.php | 5 +-- apps/dav/lib/rootcollection.php | 5 +-- apps/dav/lib/server.php | 7 ++-- .../lib/systemtag/systemtagmappingnode.php | 3 +- apps/dav/lib/systemtag/systemtagnode.php | 5 +-- apps/dav/lib/systemtag/systemtagplugin.php | 5 +-- .../systemtag/systemtagsbyidcollection.php | 3 +- .../systemtagsobjectmappingcollection.php | 3 +- .../systemtagsobjecttypecollection.php | 3 +- .../systemtagsrelationscollection.php | 5 +-- .../tests/unit/appinfo/applicationtest.php | 3 +- apps/dav/tests/unit/bootstrap.php | 3 +- .../tests/unit/caldav/caldavbackendtest.php | 3 +- apps/dav/tests/unit/caldav/calendartest.php | 4 ++- .../unit/caldav/schedule/imipplugintest.php | 3 +- .../unit/carddav/addressbookimpltest.php | 5 +-- .../tests/unit/carddav/addressbooktest.php | 3 +- .../unit/carddav/birthdayservicetest.php | 3 +- .../tests/unit/carddav/carddavbackendtest.php | 10 +++--- .../unit/carddav/contactsmanagertest.php | 3 +- apps/dav/tests/unit/carddav/convertertest.php | 5 +-- .../tests/unit/carddav/sharing/plugintest.php | 3 +- .../tests/unit/carddav/syncservicetest.php | 5 +-- apps/dav/tests/unit/comments/commentnode.php | 5 +-- .../tests/unit/comments/commentsplugin.php | 5 +-- .../tests/unit/comments/entitycollection.php | 5 +-- .../unit/comments/entitytypecollection.php | 5 +-- .../tests/unit/comments/rootcollection.php | 5 +-- .../sabre/BlockLegacyClientPluginTest.php | 5 +-- .../sabre/DummyGetResponsePluginTest.php | 5 +-- .../connector/sabre/FakeLockerPluginTest.php | 5 +-- .../connector/sabre/MaintenancePluginTest.php | 3 +- apps/dav/tests/unit/connector/sabre/auth.php | 8 +++-- .../sabre/commentpropertiesplugin.php | 5 +-- .../sabre/copyetagheaderplugintest.php | 3 +- .../sabre/custompropertiesbackend.php | 3 +- .../tests/unit/connector/sabre/directory.php | 7 ++-- .../sabre/exception/forbiddentest.php | 5 +-- .../sabre/exception/invalidpathtest.php | 5 +-- .../connector/sabre/exceptionloggerplugin.php | 3 +- apps/dav/tests/unit/connector/sabre/file.php | 7 ++-- .../unit/connector/sabre/filesplugin.php | 6 ++-- .../connector/sabre/filesreportplugin.php | 5 +-- apps/dav/tests/unit/connector/sabre/node.php | 8 +++-- .../tests/unit/connector/sabre/objecttree.php | 9 +++-- .../tests/unit/connector/sabre/principal.php | 5 +-- .../unit/connector/sabre/quotaplugin.php | 5 +-- .../unit/connector/sabre/requesttest/auth.php | 5 +-- .../sabre/requesttest/downloadtest.php | 5 +-- .../requesttest/encryptionuploadtest.php | 5 +-- .../sabre/requesttest/exceptionplugin.php | 5 +-- .../requesttest/partfileinrootupload.php | 6 ++-- .../sabre/requesttest/requesttest.php | 9 ++--- .../unit/connector/sabre/requesttest/sapi.php | 5 +-- .../sabre/requesttest/uploadtest.php | 5 +-- .../unit/connector/sabre/sharesplugin.php | 3 +- .../tests/unit/connector/sabre/tagsplugin.php | 3 +- apps/dav/tests/unit/dav/HookManagerTest.php | 4 +-- .../unit/dav/browsererrorpageplugintest.php | 3 +- .../dav/tests/unit/dav/groupprincipaltest.php | 3 +- .../dav/tests/unit/dav/sharing/plugintest.php | 3 +- .../unit/dav/systemprincipalbackendtest.php | 3 +- .../unit/migration/addressbookadaptertest.php | 3 +- .../unit/migration/calendaradaptertest.php | 3 +- .../unit/migration/migrateaddressbooktest.php | 3 +- .../unit/migration/migratecalendartest.php | 3 +- apps/dav/tests/unit/servertest.php | 5 +-- .../unit/systemtag/systemtagmappingnode.php | 3 +- .../tests/unit/systemtag/systemtagnode.php | 3 +- .../tests/unit/systemtag/systemtagplugin.php | 7 ++-- .../systemtag/systemtagsbyidcollection.php | 3 +- .../systemtagsobjectmappingcollection.php | 3 +- .../systemtagsobjecttypecollection.php | 3 +- apps/encryption/appinfo/app.php | 5 +-- apps/encryption/appinfo/application.php | 5 +-- apps/encryption/appinfo/register_command.php | 5 +-- apps/encryption/appinfo/routes.php | 5 +-- apps/encryption/command/enablemasterkey.php | 5 +-- apps/encryption/command/migratekeys.php | 5 +-- .../controller/recoverycontroller.php | 7 ++-- .../controller/settingscontroller.php | 7 ++-- .../controller/statuscontroller.php | 6 ++-- apps/encryption/hooks/contracts/ihook.php | 3 +- apps/encryption/hooks/userhooks.php | 5 +-- apps/encryption/lib/crypto/crypt.php | 9 ++--- apps/encryption/lib/crypto/decryptall.php | 5 +-- apps/encryption/lib/crypto/encryptall.php | 8 +++-- apps/encryption/lib/crypto/encryption.php | 9 ++--- .../exceptions/multikeydecryptexception.php | 3 +- .../exceptions/multikeyencryptexception.php | 3 +- .../exceptions/privatekeymissingexception.php | 5 +-- .../exceptions/publickeymissingexception.php | 3 +- apps/encryption/lib/hookmanager.php | 5 +-- apps/encryption/lib/keymanager.php | 8 +++-- apps/encryption/lib/migration.php | 9 ++--- apps/encryption/lib/recovery.php | 7 ++-- apps/encryption/lib/session.php | 7 ++-- apps/encryption/lib/users/setup.php | 7 ++-- apps/encryption/lib/util.php | 5 +-- apps/encryption/settings/settings-admin.php | 7 ++-- .../encryption/settings/settings-personal.php | 5 +-- .../tests/command/testenablemasterkey.php | 5 +-- .../controller/RecoveryControllerTest.php | 3 +- .../controller/SettingsControllerTest.php | 7 ++-- .../tests/controller/StatusControllerTest.php | 5 +-- apps/encryption/tests/hooks/UserHooksTest.php | 5 +-- apps/encryption/tests/lib/HookManagerTest.php | 5 +-- apps/encryption/tests/lib/KeyManagerTest.php | 9 ++--- apps/encryption/tests/lib/MigrationTest.php | 11 +++--- apps/encryption/tests/lib/RecoveryTest.php | 9 ++--- apps/encryption/tests/lib/SessionTest.php | 5 +-- apps/encryption/tests/lib/UtilTest.php | 5 +-- .../encryption/tests/lib/crypto/cryptTest.php | 9 ++--- .../tests/lib/crypto/decryptalltest.php | 5 +-- .../tests/lib/crypto/encryptalltest.php | 5 +-- .../tests/lib/crypto/encryptionTest.php | 7 ++-- apps/encryption/tests/lib/users/SetupTest.php | 5 +-- apps/federatedfilesharing/appinfo/app.php | 5 +-- .../lib/addresshandler.php | 5 +-- .../lib/discoverymanager.php | 5 +-- .../lib/federatedshareprovider.php | 7 ++-- .../lib/notifications.php | 7 ++-- .../federatedfilesharing/lib/tokenhandler.php | 5 +-- .../tests/DiscoveryManagerTest.php | 5 +-- .../tests/addresshandlertest.php | 7 ++-- .../tests/federatedshareprovidertest.php | 6 ++-- .../tests/tokenhandlertest.php | 7 ++-- apps/federation/api/ocsauthapi.php | 12 ++++--- apps/federation/appinfo/app.php | 5 +-- apps/federation/appinfo/application.php | 7 ++-- apps/federation/appinfo/install.php | 3 +- apps/federation/appinfo/register_command.php | 5 +-- apps/federation/appinfo/routes.php | 5 +-- apps/federation/appinfo/update.php | 3 +- .../backgroundjob/getsharedsecret.php | 6 ++-- .../backgroundjob/requestsharedsecret.php | 9 +++-- .../command/syncfederationaddressbooks.php | 7 ++-- .../controller/settingscontroller.php | 6 ++-- apps/federation/dav/fedauth.php | 3 +- apps/federation/lib/dbhandler.php | 6 ++-- apps/federation/lib/hooks.php | 5 +-- .../lib/syncfederationaddressbooks.php | 7 ++-- apps/federation/lib/syncjob.php | 3 +- apps/federation/lib/trustedservers.php | 8 +++-- .../middleware/addservermiddleware.php | 5 +-- apps/federation/settings/settings-admin.php | 5 +-- apps/federation/tests/api/ocsauthapitest.php | 7 ++-- .../backgroundjob/getsharedsecrettest.php | 6 ++-- .../backgroundjob/requestsharedsecrettest.php | 6 ++-- .../controller/settingscontrollertest.php | 5 +-- apps/federation/tests/dav/fedauthtest.php | 3 +- apps/federation/tests/lib/dbhandlertest.php | 5 +-- apps/federation/tests/lib/hookstest.php | 5 +-- .../lib/syncfederationaddressbookstest.php | 7 ++-- .../tests/lib/trustedserverstest.php | 6 ++-- .../middleware/addservermiddlewaretest.php | 5 +-- apps/files/admin.php | 9 ++--- apps/files/ajax/download.php | 13 +++---- apps/files/ajax/getstoragestats.php | 7 ++-- apps/files/ajax/list.php | 7 ++-- apps/files/ajax/upload.php | 15 ++++---- apps/files/appinfo/app.php | 9 ++--- apps/files/appinfo/application.php | 5 +-- apps/files/appinfo/install.php | 8 +++-- apps/files/appinfo/register_command.php | 4 ++- apps/files/appinfo/routes.php | 7 ++-- apps/files/appinfo/update.php | 11 +++--- apps/files/command/deleteorphanedfiles.php | 5 +-- apps/files/command/scan.php | 5 +-- apps/files/command/transferownership.php | 5 ++- apps/files/controller/apicontroller.php | 9 ++--- apps/files/controller/viewcontroller.php | 5 +-- apps/files/download.php | 9 ++--- apps/files/lib/activity.php | 5 +-- apps/files/lib/activityhelper.php | 5 +-- apps/files/lib/app.php | 3 +- .../lib/backgroundjob/cleanupfilelocks.php | 3 +- .../lib/backgroundjob/deleteorphaneditems.php | 7 ++-- apps/files/lib/backgroundjob/scanfiles.php | 5 +-- apps/files/lib/capabilities.php | 5 +-- apps/files/lib/helper.php | 11 +++--- apps/files/list.php | 3 +- apps/files/service/tagservice.php | 5 +-- apps/files/simplelist.php | 3 +- apps/files/tests/activitytest.php | 5 +-- .../DeleteOrphanedItemsJobTest.php | 5 +-- .../tests/backgroundjob/ScanFilesTest.php | 5 +-- .../tests/command/deleteorphanedfilestest.php | 5 +-- .../tests/controller/ViewControllerTest.php | 7 ++-- .../tests/controller/apicontrollertest.php | 7 ++-- apps/files/tests/helper.php | 7 ++-- apps/files/tests/service/tagservice.php | 5 +-- apps/files_external/ajax/applicable.php | 5 +-- apps/files_external/ajax/oauth1.php | 7 ++-- apps/files_external/ajax/oauth2.php | 7 ++-- apps/files_external/appinfo/app.php | 7 ++-- apps/files_external/appinfo/application.php | 8 +++-- .../appinfo/register_command.php | 5 +-- apps/files_external/appinfo/routes.php | 9 ++--- apps/files_external/appinfo/update.php | 5 +-- apps/files_external/command/applicable.php | 5 +-- apps/files_external/command/backends.php | 5 +-- apps/files_external/command/config.php | 5 +-- apps/files_external/command/create.php | 5 +-- apps/files_external/command/delete.php | 5 +-- apps/files_external/command/export.php | 5 +-- apps/files_external/command/import.php | 5 +-- apps/files_external/command/listcommand.php | 5 +-- apps/files_external/command/option.php | 5 +-- apps/files_external/command/verify.php | 5 +-- .../controller/ajaxcontroller.php | 5 +-- .../controller/globalstoragescontroller.php | 6 ++-- .../controller/storagescontroller.php | 6 ++-- .../userglobalstoragescontroller.php | 6 ++-- .../controller/userstoragescontroller.php | 6 ++-- apps/files_external/lib/amazons3.php | 7 ++-- apps/files_external/lib/api.php | 5 +-- .../lib/auth/amazons3/accesskey.php | 3 +- .../files_external/lib/auth/authmechanism.php | 5 +-- apps/files_external/lib/auth/builtin.php | 3 +- .../files_external/lib/auth/iuserprovided.php | 5 +-- .../files_external/lib/auth/nullmechanism.php | 3 +- .../files_external/lib/auth/oauth1/oauth1.php | 3 +- .../files_external/lib/auth/oauth2/oauth2.php | 3 +- .../lib/auth/openstack/openstack.php | 3 +- .../lib/auth/openstack/rackspace.php | 3 +- .../lib/auth/password/globalauth.php | 5 +-- .../lib/auth/password/logincredentials.php | 5 +-- .../lib/auth/password/password.php | 3 +- .../lib/auth/password/sessioncredentials.php | 3 +- .../lib/auth/password/userprovided.php | 5 +-- .../files_external/lib/auth/publickey/rsa.php | 3 +- apps/files_external/lib/backend/amazons3.php | 3 +- apps/files_external/lib/backend/backend.php | 3 +- apps/files_external/lib/backend/dav.php | 3 +- apps/files_external/lib/backend/dropbox.php | 3 +- apps/files_external/lib/backend/ftp.php | 3 +- apps/files_external/lib/backend/google.php | 3 +- .../lib/backend/legacybackend.php | 3 +- apps/files_external/lib/backend/local.php | 3 +- apps/files_external/lib/backend/owncloud.php | 3 +- apps/files_external/lib/backend/sftp.php | 3 +- apps/files_external/lib/backend/sftp_key.php | 3 +- apps/files_external/lib/backend/smb.php | 3 +- apps/files_external/lib/backend/smb_oc.php | 3 +- apps/files_external/lib/backend/swift.php | 3 +- apps/files_external/lib/config.php | 14 ++++---- .../lib/config/configadapter.php | 6 ++-- .../lib/definitionparameter.php | 5 +-- apps/files_external/lib/dependencytrait.php | 3 +- apps/files_external/lib/dropbox.php | 6 ++-- .../lib/frontenddefinitiontrait.php | 5 +-- apps/files_external/lib/ftp.php | 6 ++-- apps/files_external/lib/google.php | 9 ++--- apps/files_external/lib/identifiertrait.php | 3 +- ...icientdataformeaningfulanswerexception.php | 5 +-- .../lib/legacydependencycheckpolyfill.php | 3 +- apps/files_external/lib/missingdependency.php | 3 +- apps/files_external/lib/notfoundexception.php | 3 +- apps/files_external/lib/owncloud.php | 3 +- apps/files_external/lib/personalmount.php | 5 +-- apps/files_external/lib/prioritytrait.php | 3 +- .../lib/sessionstoragewrapper.php | 3 +- apps/files_external/lib/sftp.php | 7 ++-- apps/files_external/lib/smb.php | 7 ++-- apps/files_external/lib/storageconfig.php | 7 ++-- .../lib/storagemodifiertrait.php | 3 +- apps/files_external/lib/streamwrapper.php | 5 +-- apps/files_external/lib/swift.php | 5 +-- apps/files_external/lib/visibilitytrait.php | 3 +- apps/files_external/list.php | 3 +- .../migration/dummyusersession.php | 5 +-- .../migration/storagemigrator.php | 5 +-- apps/files_external/personal.php | 8 +++-- .../files_external/service/backendservice.php | 3 +- .../service/dbconfigservice.php | 7 ++-- .../service/globallegacystoragesservice.php | 5 +-- .../service/globalstoragesservice.php | 7 ++-- .../service/importlegacystoragesservice.php | 5 +-- .../service/legacystoragesservice.php | 5 +-- .../service/storagesservice.php | 7 ++-- .../service/userglobalstoragesservice.php | 5 +-- .../service/userlegacystoragesservice.php | 5 +-- .../service/userstoragesservice.php | 5 +-- apps/files_external/service/usertrait.php | 3 +- apps/files_external/settings.php | 10 +++--- .../tests/amazons3migration.php | 5 +-- .../tests/auth/authmechanismtest.php | 3 +- .../tests/auth/password/globalauth.php | 5 +-- .../tests/backend/backendtest.php | 3 +- .../tests/backend/legacybackendtest.php | 3 +- .../tests/backends/amazons3.php | 7 ++-- .../files_external/tests/backends/dropbox.php | 7 ++-- apps/files_external/tests/backends/ftp.php | 7 ++-- apps/files_external/tests/backends/google.php | 7 ++-- .../tests/backends/owncloud.php | 5 +-- apps/files_external/tests/backends/sftp.php | 7 ++-- .../tests/backends/sftp_key.php | 3 +- apps/files_external/tests/backends/smb.php | 7 ++-- apps/files_external/tests/backends/swift.php | 7 ++-- apps/files_external/tests/backends/webdav.php | 7 ++-- .../tests/command/applicabletest.php | 5 +-- .../tests/command/commandtest.php | 5 +-- .../tests/command/listcommandtest.php | 5 +-- apps/files_external/tests/config.php | 5 +-- .../tests/controller/ajaxcontrollertest.php | 2 ++ .../globalstoragescontrollertest.php | 5 +-- .../controller/storagescontrollertest.php | 3 +- .../controller/userstoragescontrollertest.php | 5 +-- .../tests/definitionparameterttest.php | 5 +-- .../tests/frontenddefinitiontraittest.php | 5 +-- .../legacydependencycheckpolyfilltest.php | 3 +- .../tests/owncloudfunctions.php | 5 +-- .../tests/personalmounttest.php | 5 +-- .../tests/service/backendservicetest.php | 3 +- .../tests/service/dbconfigservicetest.php | 5 +-- .../service/globalstoragesservicetest.php | 5 +-- .../tests/service/storagesservicetest.php | 5 +-- .../service/userglobalstoragesservicetest.php | 5 +-- .../tests/service/userstoragesservicetest.php | 5 +-- .../tests/storageconfigtest.php | 5 +-- apps/files_sharing/ajax/external.php | 13 +++---- apps/files_sharing/ajax/publicpreview.php | 9 ++--- apps/files_sharing/ajax/shareinfo.php | 8 +++-- apps/files_sharing/api/local.php | 13 +++---- apps/files_sharing/api/ocssharewrapper.php | 5 +-- apps/files_sharing/api/remote.php | 9 ++--- apps/files_sharing/api/server2server.php | 12 ++++--- apps/files_sharing/api/share20ocs.php | 6 ++-- apps/files_sharing/api/sharees.php | 9 ++--- apps/files_sharing/appinfo/app.php | 13 +++---- apps/files_sharing/appinfo/application.php | 11 +++--- apps/files_sharing/appinfo/install.php | 5 +-- apps/files_sharing/appinfo/routes.php | 13 +++---- apps/files_sharing/appinfo/update.php | 9 ++--- apps/files_sharing/lib/activity.php | 7 ++-- apps/files_sharing/lib/cache.php | 5 +-- apps/files_sharing/lib/capabilities.php | 5 +-- .../controllers/externalsharescontroller.php | 11 +++--- .../lib/controllers/sharecontroller.php | 16 +++++---- .../lib/deleteorphanedsharesjob.php | 3 +- .../lib/exceptions/brokenpath.php | 5 +-- .../lib/exceptions/s2sexception.php | 7 ++-- apps/files_sharing/lib/expiresharesjob.php | 5 +-- apps/files_sharing/lib/external/cache.php | 5 +-- apps/files_sharing/lib/external/manager.php | 13 +++---- apps/files_sharing/lib/external/mount.php | 7 ++-- .../lib/external/mountprovider.php | 5 +-- apps/files_sharing/lib/external/scanner.php | 7 ++-- apps/files_sharing/lib/external/storage.php | 7 ++-- apps/files_sharing/lib/helper.php | 13 +++---- apps/files_sharing/lib/hooks.php | 11 +++--- apps/files_sharing/lib/isharedstorage.php | 5 +-- apps/files_sharing/lib/maintainer.php | 3 +- .../lib/middleware/sharingcheckmiddleware.php | 7 ++-- apps/files_sharing/lib/migration.php | 7 ++-- apps/files_sharing/lib/mountprovider.php | 6 ++-- apps/files_sharing/lib/notifier.php | 5 +-- apps/files_sharing/lib/scanner.php | 5 +-- apps/files_sharing/lib/share/file.php | 11 +++--- apps/files_sharing/lib/share/folder.php | 7 ++-- apps/files_sharing/lib/sharedmount.php | 12 ++++--- apps/files_sharing/lib/sharedpropagator.php | 5 +-- apps/files_sharing/lib/sharedstorage.php | 11 +++--- apps/files_sharing/lib/updater.php | 11 +++--- apps/files_sharing/list.php | 3 +- apps/files_sharing/public.php | 5 +-- apps/files_sharing/settings-admin.php | 5 +-- apps/files_sharing/settings-personal.php | 6 ++-- apps/files_sharing/tests/activity.php | 7 ++-- apps/files_sharing/tests/api.php | 11 +++--- .../tests/api/share20ocstest.php | 6 ++-- apps/files_sharing/tests/api/shareestest.php | 9 ++--- apps/files_sharing/tests/backend.php | 9 ++--- apps/files_sharing/tests/cache.php | 9 ++--- apps/files_sharing/tests/capabilities.php | 7 ++-- .../controller/externalsharecontroller.php | 7 ++-- .../tests/controller/sharecontroller.php | 10 +++--- .../tests/deleteorphanedsharesjobtest.php | 3 +- .../tests/encryptedsizepropagation.php | 5 +-- apps/files_sharing/tests/etagpropagation.php | 8 +++-- .../tests/expiresharesjobtest.php | 5 +-- apps/files_sharing/tests/external/cache.php | 5 +-- .../tests/external/managertest.php | 9 ++--- .../tests/external/scannertest.php | 5 +-- apps/files_sharing/tests/externalstorage.php | 7 ++-- .../tests/groupetagpropagation.php | 5 +-- apps/files_sharing/tests/helper.php | 5 +-- apps/files_sharing/tests/locking.php | 7 ++-- .../middleware/sharingcheckmiddleware.php | 7 ++-- apps/files_sharing/tests/migrationtest.php | 7 ++-- apps/files_sharing/tests/permissions.php | 9 ++--- .../tests/propagationtestcase.php | 5 +-- apps/files_sharing/tests/server2server.php | 10 +++--- apps/files_sharing/tests/share.php | 9 ++--- apps/files_sharing/tests/sharedmount.php | 11 +++--- apps/files_sharing/tests/sharedstorage.php | 9 ++--- apps/files_sharing/tests/sizepropagation.php | 5 +-- apps/files_sharing/tests/testcase.php | 13 +++---- apps/files_sharing/tests/unsharechildren.php | 9 ++--- apps/files_sharing/tests/updater.php | 9 ++--- apps/files_sharing/tests/watcher.php | 9 ++--- apps/files_trashbin/ajax/delete.php | 11 +++--- apps/files_trashbin/ajax/isEmpty.php | 7 ++-- apps/files_trashbin/ajax/list.php | 7 ++-- apps/files_trashbin/ajax/preview.php | 9 ++--- apps/files_trashbin/ajax/undelete.php | 11 +++--- apps/files_trashbin/appinfo/app.php | 5 +-- apps/files_trashbin/appinfo/application.php | 5 +-- apps/files_trashbin/appinfo/install.php | 3 +- .../appinfo/register_command.php | 5 +-- apps/files_trashbin/appinfo/routes.php | 7 ++-- apps/files_trashbin/appinfo/update.php | 5 +-- apps/files_trashbin/command/cleanup.php | 7 ++-- apps/files_trashbin/command/expire.php | 7 ++-- .../lib/backgroundjob/expiretrash.php | 6 ++-- apps/files_trashbin/lib/capabilities.php | 7 ++-- .../lib/exceptions/copyrecursiveexception.php | 5 +-- apps/files_trashbin/lib/expiration.php | 5 +-- apps/files_trashbin/lib/helper.php | 9 ++--- apps/files_trashbin/lib/hooks.php | 5 +-- apps/files_trashbin/lib/storage.php | 7 ++-- apps/files_trashbin/lib/trashbin.php | 11 +++--- apps/files_trashbin/list.php | 5 +-- .../tests/backgroundjob/expiretrash.php | 3 +- .../tests/command/cleanuptest.php | 7 ++-- .../tests/command/expiretest.php | 5 +-- apps/files_trashbin/tests/expiration.php | 5 +-- apps/files_trashbin/tests/storage.php | 9 ++--- apps/files_trashbin/tests/trashbin.php | 11 +++--- apps/files_versions/ajax/getVersions.php | 9 ++--- apps/files_versions/ajax/preview.php | 7 ++-- apps/files_versions/ajax/rollbackVersion.php | 11 +++--- apps/files_versions/appinfo/app.php | 7 ++-- apps/files_versions/appinfo/application.php | 5 +-- apps/files_versions/appinfo/install.php | 3 +- .../appinfo/register_command.php | 5 +-- apps/files_versions/appinfo/routes.php | 9 ++--- apps/files_versions/appinfo/update.php | 3 +- apps/files_versions/command/cleanup.php | 5 +-- apps/files_versions/command/expire.php | 7 ++-- apps/files_versions/download.php | 9 ++--- .../lib/backgroundjob/expireversions.php | 4 ++- apps/files_versions/lib/capabilities.php | 5 +-- apps/files_versions/lib/expiration.php | 3 +- apps/files_versions/lib/hooks.php | 7 ++-- apps/files_versions/lib/storage.php | 16 +++++---- .../tests/command/cleanuptest.php | 5 +-- .../tests/command/expiretest.php | 5 +-- apps/files_versions/tests/expirationtest.php | 5 +-- apps/files_versions/tests/versions.php | 15 ++++---- apps/provisioning_api/appinfo/routes.php | 9 ++--- apps/provisioning_api/lib/apps.php | 9 ++--- apps/provisioning_api/lib/groups.php | 9 ++--- apps/provisioning_api/lib/users.php | 11 +++--- apps/provisioning_api/tests/appstest.php | 9 ++--- apps/provisioning_api/tests/groupstest.php | 9 ++--- apps/provisioning_api/tests/testcase.php | 7 ++-- apps/provisioning_api/tests/userstest.php | 11 +++--- apps/systemtags/activity/extension.php | 5 +-- apps/systemtags/activity/listener.php | 5 +-- apps/systemtags/appinfo/app.php | 5 +-- apps/systemtags/list.php | 3 +- apps/testing/appinfo/routes.php | 5 +-- apps/testing/config.php | 5 +-- apps/theming/appinfo/app.php | 2 ++ apps/theming/appinfo/routes.php | 3 ++ .../lib/controller/themingcontroller.php | 3 ++ apps/theming/lib/template.php | 4 +++ apps/theming/settings/settings-admin.php | 2 ++ apps/theming/tests/lib/TemplateTest.php | 4 +++ .../lib/controller/ThemingControllerTest.php | 3 ++ apps/updatenotification/admin.php | 5 +-- apps/updatenotification/appinfo/app.php | 5 +-- .../appinfo/application.php | 5 +-- apps/updatenotification/appinfo/routes.php | 5 +-- .../controller/admincontroller.php | 5 +-- .../lib/resettokenbackgroundjob.php | 5 +-- apps/updatenotification/lib/updatechecker.php | 5 +-- .../tests/ResetTokenBackgroundJobTest.php | 5 +-- .../tests/UpdateCheckerTest.php | 5 +-- .../tests/controller/AdminControllerTest.php | 5 +-- apps/user_ldap/ajax/clearMappings.php | 7 ++-- apps/user_ldap/ajax/deleteConfiguration.php | 9 ++--- apps/user_ldap/ajax/getConfiguration.php | 7 ++-- .../ajax/getNewServerConfigPrefix.php | 5 +-- apps/user_ldap/ajax/setConfiguration.php | 7 ++-- apps/user_ldap/ajax/testConfiguration.php | 7 ++-- apps/user_ldap/ajax/wizard.php | 9 ++--- apps/user_ldap/appinfo/app.php | 7 ++-- apps/user_ldap/appinfo/install.php | 7 ++-- apps/user_ldap/appinfo/register_command.php | 5 +-- apps/user_ldap/appinfo/routes.php | 5 +-- apps/user_ldap/appinfo/update.php | 5 +-- apps/user_ldap/command/checkuser.php | 5 +-- apps/user_ldap/command/createemptyconfig.php | 5 +-- apps/user_ldap/command/deleteconfig.php | 5 +-- apps/user_ldap/command/search.php | 5 +-- apps/user_ldap/command/setconfig.php | 5 +-- apps/user_ldap/command/showconfig.php | 5 +-- apps/user_ldap/command/showremnants.php | 5 +-- apps/user_ldap/command/testconfig.php | 5 +-- apps/user_ldap/group_ldap.php | 10 +++--- apps/user_ldap/group_proxy.php | 5 +-- apps/user_ldap/lib/access.php | 8 ++--- apps/user_ldap/lib/backendutility.php | 7 ++-- apps/user_ldap/lib/configuration.php | 9 ++--- apps/user_ldap/lib/connection.php | 9 ++--- apps/user_ldap/lib/filesystemhelper.php | 7 ++-- apps/user_ldap/lib/helper.php | 7 ++-- apps/user_ldap/lib/ildapwrapper.php | 7 ++-- apps/user_ldap/lib/jobs.php | 9 ++--- apps/user_ldap/lib/jobs/cleanup.php | 5 +-- apps/user_ldap/lib/ldap.php | 7 ++-- apps/user_ldap/lib/ldaputility.php | 7 ++-- apps/user_ldap/lib/logwrapper.php | 5 +-- .../user_ldap/lib/mapping/abstractmapping.php | 5 +-- apps/user_ldap/lib/mapping/groupmapping.php | 5 +-- apps/user_ldap/lib/mapping/usermapping.php | 5 +-- apps/user_ldap/lib/proxy.php | 8 ++--- apps/user_ldap/lib/user/deletedusersindex.php | 7 ++-- apps/user_ldap/lib/user/iusertools.php | 5 +-- apps/user_ldap/lib/user/manager.php | 7 ++-- apps/user_ldap/lib/user/offlineuser.php | 7 ++-- apps/user_ldap/lib/user/user.php | 7 ++-- apps/user_ldap/lib/wizard.php | 9 ++--- apps/user_ldap/lib/wizardresult.php | 7 ++-- apps/user_ldap/settings.php | 11 +++--- apps/user_ldap/tests/access.php | 7 ++-- apps/user_ldap/tests/configuration.php | 5 +-- apps/user_ldap/tests/connection.php | 7 ++-- apps/user_ldap/tests/group_ldap.php | 10 +++--- .../integration/abstractintegrationtest.php | 5 +-- .../integration/exceptionOnLostConnection.php | 5 +-- .../tests/integration/fakemanager.php | 5 +-- ...IntegrationTestAccessGroupsMatchFilter.php | 5 +-- .../lib/integrationtestbackupserver.php | 5 +-- ...ntegrationtestbatchapplyuserattributes.php | 5 +-- .../lib/integrationtestconnect.php | 5 +-- .../integrationtestcountusersbyloginname.php | 5 +-- .../integrationtestfetchusersbyloginname.php | 5 +-- .../integration/lib/integrationtestpaging.php | 5 +-- .../lib/integrationtestuserhome.php | 5 +-- .../lib/user/IntegrationTestUserAvatar.php | 5 +-- .../user/IntegrationTestUserDisplayName.php | 5 +-- .../setup-scripts/createExplicitGroups.php | 5 +-- .../createExplicitGroupsDifferentOU.php | 5 +-- .../setup-scripts/createExplicitUsers.php | 5 +-- .../createUsersWithoutDisplayName.php | 5 +-- apps/user_ldap/tests/jobs/cleanup.php | 5 +-- .../tests/mapping/abstractmappingtest.php | 5 +-- apps/user_ldap/tests/mapping/groupmapping.php | 5 +-- apps/user_ldap/tests/mapping/usermapping.php | 5 +-- apps/user_ldap/tests/user/manager.php | 7 ++-- apps/user_ldap/tests/user/user.php | 7 ++-- apps/user_ldap/tests/user_ldap.php | 9 ++--- apps/user_ldap/tests/wizard.php | 7 ++-- apps/user_ldap/user_ldap.php | 10 +++--- apps/user_ldap/user_proxy.php | 7 ++-- .../features/bootstrap/BasicStructure.php | 23 +++++++++++- .../features/bootstrap/CalDavContext.php | 5 +-- .../bootstrap/CapabilitiesContext.php | 21 +++++++++++ .../features/bootstrap/CardDavContext.php | 5 +-- .../features/bootstrap/ChecksumsContext.php | 22 +++++++++++- .../features/bootstrap/CommentsContext.php | 5 +-- .../features/bootstrap/FeatureContext.php | 21 +++++++++++ .../features/bootstrap/FederationContext.php | 20 +++++++++++ .../features/bootstrap/Provisioning.php | 25 ++++++++++++- .../features/bootstrap/Sharing.php | 26 +++++++++++++- .../features/bootstrap/TagsContext.php | 5 +-- .../integration/features/bootstrap/WebDav.php | 27 +++++++++++++- console.php | 7 ++-- core/ajax/appconfig.php | 7 ++-- core/ajax/preview.php | 9 ++--- core/ajax/share.php | 15 ++++---- core/ajax/update.php | 11 +++--- core/application.php | 8 +++-- core/command/app/checkcode.php | 5 +-- core/command/app/disable.php | 7 ++-- core/command/app/enable.php | 7 ++-- core/command/app/getpath.php | 3 +- core/command/app/listapps.php | 7 ++-- core/command/base.php | 5 +-- core/command/check.php | 5 +-- core/command/config/app/deleteconfig.php | 5 +-- core/command/config/app/getconfig.php | 5 +-- core/command/config/app/setconfig.php | 5 +-- core/command/config/import.php | 5 +-- core/command/config/listconfigs.php | 5 +-- core/command/config/system/deleteconfig.php | 5 +-- core/command/config/system/getconfig.php | 5 +-- core/command/config/system/setconfig.php | 5 +-- core/command/db/converttype.php | 5 +-- core/command/db/generatechangescript.php | 3 +- .../encryption/changekeystorageroot.php | 6 ++-- core/command/encryption/decryptall.php | 7 ++-- core/command/encryption/disable.php | 5 +-- core/command/encryption/enable.php | 5 +-- core/command/encryption/encryptall.php | 8 +++-- core/command/encryption/listmodules.php | 5 +-- core/command/encryption/setdefaultmodule.php | 5 +-- .../command/encryption/showkeystorageroot.php | 5 +-- core/command/encryption/status.php | 5 +-- core/command/integrity/checkapp.php | 4 ++- core/command/integrity/checkcore.php | 4 ++- core/command/integrity/signapp.php | 5 +-- core/command/integrity/signcore.php | 5 +-- core/command/l10n/createjs.php | 3 +- core/command/log/manage.php | 3 +- core/command/log/owncloud.php | 3 +- core/command/maintenance/install.php | 5 ++- .../command/maintenance/mimetype/updatedb.php | 3 +- .../command/maintenance/mimetype/updatejs.php | 7 ++-- core/command/maintenance/mode.php | 3 +- core/command/maintenance/repair.php | 7 ++-- core/command/maintenance/singleuser.php | 5 +-- core/command/maintenance/updatehtaccess.php | 5 +-- core/command/security/importcertificate.php | 5 +-- core/command/security/listcertificates.php | 5 +-- core/command/security/removecertificate.php | 6 ++-- core/command/status.php | 5 +-- core/command/upgrade.php | 10 +++--- core/command/user/add.php | 5 +-- core/command/user/delete.php | 7 ++-- core/command/user/lastseen.php | 7 ++-- core/command/user/report.php | 7 ++-- core/command/user/resetpassword.php | 5 +-- core/controller/avatarcontroller.php | 11 +++--- core/controller/lostcontroller.php | 9 ++--- core/controller/setupcontroller.php | 7 ++-- core/controller/usercontroller.php | 5 +-- core/js/config.php | 14 ++++---- core/register_command.php | 11 +++--- core/routes.php | 7 ++-- core/search/ajax/search.php | 7 ++-- core/strings.php | 5 +-- core/tags/controller.php | 3 +- cron.php | 7 ++-- index.php | 7 ++-- lib/autoloader.php | 9 ++--- lib/base.php | 18 +++++----- lib/private/activity/event.php | 5 +-- lib/private/activitymanager.php | 7 ++-- lib/private/allconfig.php | 10 +++--- lib/private/api.php | 11 +++--- lib/private/app.php | 17 ++++----- lib/private/app/appmanager.php | 12 ++++--- lib/private/app/codechecker/abstractcheck.php | 5 +-- lib/private/app/codechecker/codechecker.php | 5 +-- .../app/codechecker/deprecationcheck.php | 5 +-- lib/private/app/codechecker/emptycheck.php | 5 +-- lib/private/app/codechecker/icheck.php | 5 +-- lib/private/app/codechecker/infochecker.php | 5 +-- lib/private/app/codechecker/nodevisitor.php | 5 +-- lib/private/app/codechecker/privatecheck.php | 5 +-- .../app/codechecker/strongcomparisoncheck.php | 5 +-- lib/private/app/dependencyanalyzer.php | 7 ++-- lib/private/app/infoparser.php | 5 +-- lib/private/app/platform.php | 3 +- lib/private/app/platformrepository.php | 3 +- lib/private/appconfig.php | 9 ++--- lib/private/appframework/app.php | 5 +-- lib/private/appframework/core/api.php | 7 ++-- lib/private/appframework/db/db.php | 7 ++-- .../dependencyinjection/dicontainer.php | 9 ++--- lib/private/appframework/http.php | 7 ++-- lib/private/appframework/http/dispatcher.php | 5 +-- lib/private/appframework/http/output.php | 5 +-- lib/private/appframework/http/request.php | 11 +++--- .../middleware/middlewaredispatcher.php | 5 +-- .../middleware/security/corsmiddleware.php | 5 +-- .../exceptions/appnotenabledexception.php | 5 +-- .../crosssiterequestforgeryexception.php | 5 +-- .../security/exceptions/notadminexception.php | 5 +-- .../exceptions/notloggedinexception.php | 5 +-- .../security/exceptions/securityexception.php | 5 +-- .../strictcookiemissingexception.php | 2 ++ .../security/securitymiddleware.php | 5 +-- .../middleware/sessionmiddleware.php | 3 +- .../routing/routeactionhandler.php | 3 +- .../appframework/routing/routeconfig.php | 5 +-- .../utility/controllermethodreflector.php | 3 +- .../appframework/utility/simplecontainer.php | 7 ++-- .../appframework/utility/timefactory.php | 3 +- lib/private/apphelper.php | 5 +-- lib/private/archive.php | 11 +++--- lib/private/archive/tar.php | 9 ++--- lib/private/archive/zip.php | 9 ++--- lib/private/avatar.php | 11 +++--- lib/private/avatarmanager.php | 10 +++--- lib/private/backgroundjob/job.php | 5 +-- lib/private/backgroundjob/joblist.php | 7 ++-- .../backgroundjob/legacy/queuedjob.php | 5 +-- .../backgroundjob/legacy/regularjob.php | 5 +-- lib/private/backgroundjob/queuedjob.php | 5 +-- lib/private/backgroundjob/timedjob.php | 5 +-- lib/private/cache/cappedmemorycache.php | 5 +-- lib/private/cache/file.php | 9 ++--- lib/private/capabilitiesmanager.php | 5 +-- lib/private/command/asyncbus.php | 5 +-- lib/private/command/callablejob.php | 5 +-- lib/private/command/closurejob.php | 5 +-- lib/private/command/commandjob.php | 5 +-- lib/private/command/fileaccess.php | 5 +-- lib/private/command/queuebus.php | 5 +-- lib/private/comments/comment.php | 6 ++-- lib/private/comments/manager.php | 7 ++-- lib/private/comments/managerfactory.php | 7 ++-- lib/private/config.php | 11 +++--- lib/private/console/application.php | 7 ++-- lib/private/console/timestampformatter.php | 5 +-- lib/private/contactsmanager.php | 5 +-- lib/private/databaseexception.php | 5 +-- lib/private/databasesetupexception.php | 5 +-- lib/private/datetimeformatter.php | 5 +-- lib/private/datetimezone.php | 5 +-- lib/private/db.php | 7 ++-- lib/private/db/adapter.php | 7 ++-- lib/private/db/adaptermysql.php | 5 +-- lib/private/db/adapteroci8.php | 5 +-- lib/private/db/adapterpgsql.php | 3 +- lib/private/db/adaptersqlite.php | 7 ++-- lib/private/db/connection.php | 7 ++-- lib/private/db/connectionfactory.php | 5 +-- lib/private/db/mdb2schemamanager.php | 9 ++--- lib/private/db/mdb2schemareader.php | 7 ++-- lib/private/db/mdb2schemawriter.php | 3 +- lib/private/db/migrationexception.php | 5 +-- lib/private/db/migrator.php | 5 +-- lib/private/db/mysqlmigrator.php | 5 +-- lib/private/db/nocheckmigrator.php | 5 +-- lib/private/db/ocsqliteplatform.php | 5 +-- lib/private/db/oracleconnection.php | 7 ++-- lib/private/db/oraclemigrator.php | 5 +-- lib/private/db/pgsqltools.php | 3 +- .../db/querybuilder/compositeexpression.php | 5 +-- .../expressionbuilder/expressionbuilder.php | 7 ++-- .../mysqlexpressionbuilder.php | 5 +-- .../ociexpressionbuilder.php | 7 ++-- .../pgsqlexpressionbuilder.php | 5 +-- lib/private/db/querybuilder/literal.php | 5 +-- lib/private/db/querybuilder/parameter.php | 5 +-- lib/private/db/querybuilder/querybuilder.php | 7 ++-- lib/private/db/querybuilder/queryfunction.php | 5 +-- lib/private/db/querybuilder/quotehelper.php | 5 +-- lib/private/db/sqlitemigrator.php | 5 +-- lib/private/db/sqlitesessioninit.php | 5 +-- lib/private/db/statementwrapper.php | 7 ++-- lib/private/defaults.php | 10 +++--- lib/private/diagnostics/event.php | 5 +-- lib/private/diagnostics/eventlogger.php | 5 +-- lib/private/diagnostics/nulleventlogger.php | 5 +-- lib/private/diagnostics/nullquerylogger.php | 5 +-- lib/private/diagnostics/query.php | 5 +-- lib/private/diagnostics/querylogger.php | 5 +-- lib/private/encryption/decryptall.php | 4 ++- lib/private/encryption/encryptionwrapper.php | 5 +-- .../exceptions/decryptionfailedexception.php | 3 +- .../emptyencryptiondataexception.php | 3 +- .../exceptions/encryptionfailedexception.php | 3 +- .../encryptionheaderkeyexistsexception.php | 6 ++-- .../encryptionheadertolargeexception.php | 3 +- .../modulealreadyexistsexception.php | 5 +-- .../moduledoesnotexistsexception.php | 5 +-- .../exceptions/unknowncipherexception.php | 3 +- lib/private/encryption/file.php | 6 ++-- lib/private/encryption/hookmanager.php | 5 +-- lib/private/encryption/keys/storage.php | 7 ++-- lib/private/encryption/manager.php | 7 ++-- lib/private/encryption/update.php | 7 ++-- lib/private/encryption/util.php | 7 ++-- lib/private/eventsource.php | 7 ++-- lib/private/filechunking.php | 6 ++-- lib/private/files.php | 16 +++++---- lib/private/files/cache/cache.php | 13 +++---- lib/private/files/cache/cacheentry.php | 5 +-- lib/private/files/cache/failedcache.php | 5 +-- lib/private/files/cache/homecache.php | 7 ++-- lib/private/files/cache/homepropagator.php | 5 +-- .../files/cache/movefromcachetrait.php | 5 +-- lib/private/files/cache/propagator.php | 5 +-- lib/private/files/cache/scanner.php | 14 ++++---- lib/private/files/cache/storage.php | 7 ++-- lib/private/files/cache/updater.php | 8 +++-- lib/private/files/cache/watcher.php | 6 ++-- lib/private/files/cache/wrapper/cachejail.php | 6 ++-- .../cache/wrapper/cachepermissionsmask.php | 5 +-- .../files/cache/wrapper/cachewrapper.php | 6 ++-- lib/private/files/config/cachedmountinfo.php | 5 +-- .../files/config/mountprovidercollection.php | 5 +-- lib/private/files/config/usermountcache.php | 8 +++-- .../files/config/usermountcachelistener.php | 5 +-- lib/private/files/fileinfo.php | 11 +++--- lib/private/files/filesystem.php | 13 +++---- lib/private/files/mount/manager.php | 7 ++-- lib/private/files/mount/mountpoint.php | 8 +++-- lib/private/files/mount/moveablemount.php | 5 +-- lib/private/files/node/file.php | 9 ++--- lib/private/files/node/folder.php | 7 ++-- lib/private/files/node/hookconnector.php | 5 +-- lib/private/files/node/node.php | 9 ++--- lib/private/files/node/nonexistingfile.php | 5 +-- lib/private/files/node/nonexistingfolder.php | 5 +-- lib/private/files/node/root.php | 9 ++--- .../objectstore/homeobjectstorestorage.php | 5 +-- lib/private/files/objectstore/noopscanner.php | 7 ++-- .../files/objectstore/objectstorestorage.php | 7 ++-- lib/private/files/objectstore/swift.php | 5 +-- lib/private/files/storage/common.php | 13 +++---- lib/private/files/storage/commontest.php | 5 +-- lib/private/files/storage/dav.php | 9 ++--- lib/private/files/storage/failedstorage.php | 6 ++-- lib/private/files/storage/flysystem.php | 5 +-- lib/private/files/storage/home.php | 7 ++-- lib/private/files/storage/local.php | 7 ++-- .../files/storage/localtempfiletrait.php | 5 +-- .../files/storage/polyfill/copydirectory.php | 5 +-- lib/private/files/storage/storage.php | 5 +-- lib/private/files/storage/storagefactory.php | 5 +-- lib/private/files/storage/temporary.php | 5 +-- .../files/storage/wrapper/availability.php | 5 +-- .../files/storage/wrapper/encryption.php | 11 +++--- lib/private/files/storage/wrapper/jail.php | 5 +-- .../files/storage/wrapper/permissionsmask.php | 5 +-- lib/private/files/storage/wrapper/quota.php | 5 +-- lib/private/files/storage/wrapper/wrapper.php | 5 +-- lib/private/files/stream/close.php | 5 +-- lib/private/files/stream/dir.php | 5 +-- lib/private/files/stream/encryption.php | 9 ++--- lib/private/files/stream/oc.php | 5 +-- lib/private/files/stream/quota.php | 5 +-- lib/private/files/stream/staticstream.php | 5 +-- lib/private/files/type/detection.php | 9 ++--- lib/private/files/type/loader.php | 3 +- lib/private/files/type/templatemanager.php | 5 +-- lib/private/files/utils/scanner.php | 5 +-- lib/private/files/view.php | 17 +++++---- lib/private/forbiddenexception.php | 3 +- lib/private/group.php | 11 +++--- lib/private/group/backend.php | 11 +++--- lib/private/group/database.php | 11 +++--- lib/private/group/dummy.php | 11 +++--- lib/private/group/example.php | 7 ++-- lib/private/group/group.php | 11 +++--- lib/private/group/interface.php | 5 +-- lib/private/group/manager.php | 13 +++---- lib/private/group/metadata.php | 9 ++--- lib/private/helper.php | 16 +++++---- lib/private/hintexception.php | 5 +-- lib/private/hook.php | 7 ++-- lib/private/hooks/basicemitter.php | 5 +-- lib/private/hooks/emitter.php | 5 +-- lib/private/hooks/emittertrait.php | 5 +-- lib/private/hooks/forwardingemitter.php | 5 +-- lib/private/hooks/legacyemitter.php | 5 +-- lib/private/hooks/publicemitter.php | 5 +-- lib/private/http/client/client.php | 7 ++-- lib/private/http/client/clientservice.php | 5 +-- lib/private/http/client/response.php | 7 ++-- lib/private/httphelper.php | 7 ++-- lib/private/image.php | 13 +++---- lib/private/installer.php | 14 ++++---- lib/private/integritycheck/checker.php | 5 +-- .../exceptions/invalidsignatureexception.php | 5 +-- .../integritycheck/helpers/applocator.php | 5 +-- .../helpers/environmenthelper.php | 5 +-- .../helpers/fileaccesshelper.php | 5 +-- .../excludefilebynamefilteriterator.php | 5 +-- .../excludefoldersbypathfilteriterator.php | 6 ++-- lib/private/json.php | 7 ++-- lib/private/l10n/factory.php | 9 ++--- lib/private/l10n/l10n.php | 5 +-- lib/private/l10n/string.php | 5 +-- lib/private/largefilehelper.php | 5 +-- lib/private/legacy/l10n.php | 9 ++--- lib/private/lock/abstractlockingprovider.php | 5 +-- lib/private/lock/dblockingprovider.php | 8 ++--- lib/private/lock/memcachelockingprovider.php | 5 +-- lib/private/lock/nooplockingprovider.php | 5 +-- lib/private/log.php | 8 +++-- lib/private/log/errorhandler.php | 5 +-- lib/private/log/owncloud.php | 9 ++--- lib/private/log/rotate.php | 3 +- lib/private/log/syslog.php | 3 +- lib/private/mail/mailer.php | 5 +-- lib/private/mail/message.php | 5 +-- lib/private/memcache/apc.php | 5 +-- lib/private/memcache/apcu.php | 7 ++-- lib/private/memcache/arraycache.php | 7 ++-- lib/private/memcache/cache.php | 7 ++-- lib/private/memcache/cadtrait.php | 5 +-- lib/private/memcache/castrait.php | 5 +-- lib/private/memcache/factory.php | 7 ++-- lib/private/memcache/memcached.php | 6 ++-- lib/private/memcache/nullcache.php | 5 +-- lib/private/memcache/redis.php | 9 ++--- lib/private/memcache/xcache.php | 6 ++-- lib/private/naturalsort.php | 5 +-- lib/private/naturalsort_defaultcollator.php | 5 +-- lib/private/navigationmanager.php | 5 +-- lib/private/needsupdateexception.php | 5 +-- lib/private/notification/action.php | 5 +-- lib/private/notification/manager.php | 5 +-- lib/private/notification/notification.php | 5 +-- lib/private/notsquareexception.php | 3 +- lib/private/ocs.php | 9 ++--- lib/private/ocs/cloud.php | 5 +-- lib/private/ocs/config.php | 3 +- lib/private/ocs/corecapabilities.php | 5 +-- lib/private/ocs/exception.php | 3 +- lib/private/ocs/person.php | 3 +- lib/private/ocs/privatedata.php | 7 ++-- lib/private/ocs/result.php | 7 ++-- lib/private/ocsclient.php | 9 ++--- lib/private/preview.php | 15 ++++---- lib/private/preview/bitmap.php | 5 +-- lib/private/preview/bmp.php | 3 +- lib/private/preview/font.php | 3 +- lib/private/preview/gif.php | 3 +- lib/private/preview/illustrator.php | 5 +-- lib/private/preview/image.php | 8 +++-- lib/private/preview/jpeg.php | 3 +- lib/private/preview/markdown.php | 5 +-- lib/private/preview/movie.php | 5 +-- lib/private/preview/mp3.php | 5 +-- lib/private/preview/msoffice2003.php | 5 +-- lib/private/preview/msoffice2007.php | 5 +-- lib/private/preview/msofficedoc.php | 5 +-- lib/private/preview/office.php | 5 +-- lib/private/preview/opendocument.php | 5 +-- lib/private/preview/pdf.php | 5 +-- lib/private/preview/photoshop.php | 5 +-- lib/private/preview/png.php | 3 +- lib/private/preview/postscript.php | 5 +-- lib/private/preview/provider.php | 7 ++-- lib/private/preview/staroffice.php | 5 +-- lib/private/preview/svg.php | 5 +-- lib/private/preview/tiff.php | 5 +-- lib/private/preview/txt.php | 7 ++-- lib/private/preview/xbitmap.php | 3 +- lib/private/previewmanager.php | 7 ++-- lib/private/releasenotes.php | 4 ++- lib/private/repair.php | 13 ++++--- lib/private/repair/assetcache.php | 3 +- lib/private/repair/avatarpermissions.php | 5 +-- lib/private/repair/cleantags.php | 5 +-- lib/private/repair/collation.php | 5 +-- .../repair/copyrewritebasetoconfig.php | 5 +-- lib/private/repair/dropoldjobs.php | 7 ++-- lib/private/repair/dropoldtables.php | 5 +-- .../repair/encryptioncompatibility.php | 3 +- lib/private/repair/filletags.php | 5 +-- lib/private/repair/innodb.php | 5 +-- .../repair/movechanneltosystemconfig.php | 2 ++ .../repair/oldgroupmembershipshares.php | 5 +-- lib/private/repair/preview.php | 3 +- lib/private/repair/removegetetagentries.php | 3 +- lib/private/repair/repairinvalidshares.php | 5 +-- lib/private/repair/repairlegacystorages.php | 5 +-- lib/private/repair/repairmimetypes.php | 7 ++-- lib/private/repair/searchlucenetables.php | 3 +- lib/private/repair/sqliteautoincrement.php | 3 +- lib/private/repair/updatecertificatestore.php | 5 +-- lib/private/repair/updateoutdatedocsids.php | 5 +-- lib/private/repairexception.php | 3 +- lib/private/repairstep.php | 3 +- lib/private/response.php | 5 +-- lib/private/route/cachingrouter.php | 6 ++-- lib/private/route/route.php | 5 +-- lib/private/route/router.php | 11 +++--- lib/private/search.php | 5 +-- lib/private/search/provider/file.php | 3 +- lib/private/search/result/audio.php | 3 +- lib/private/search/result/file.php | 5 +-- lib/private/search/result/folder.php | 3 +- lib/private/search/result/image.php | 3 +- lib/private/security/certificate.php | 7 ++-- lib/private/security/certificatemanager.php | 11 +++--- lib/private/security/credentialsmanager.php | 3 +- lib/private/security/crypto.php | 7 ++-- .../security/csp/contentsecuritypolicy.php | 5 +-- .../csp/contentsecuritypolicymanager.php | 5 +-- lib/private/security/csrf/csrftoken.php | 5 +-- .../security/csrf/csrftokengenerator.php | 5 +-- .../security/csrf/csrftokenmanager.php | 5 +-- .../csrf/tokenstorage/sessionstorage.php | 5 +-- lib/private/security/hasher.php | 5 +-- lib/private/security/securerandom.php | 5 +-- lib/private/security/trusteddomainhelper.php | 5 +-- lib/private/server.php | 16 +++++---- lib/private/servercontainer.php | 5 +-- lib/private/servernotavailableexception.php | 3 +- lib/private/serviceunavailableexception.php | 5 +-- lib/private/session/cryptosessiondata.php | 7 ++-- lib/private/session/cryptowrapper.php | 9 ++--- lib/private/session/internal.php | 7 ++-- lib/private/session/memory.php | 7 ++-- lib/private/session/session.php | 5 +-- lib/private/setup.php | 13 +++---- lib/private/setup/abstractdatabase.php | 5 +-- lib/private/setup/mysql.php | 8 +++-- lib/private/setup/oci.php | 7 ++-- lib/private/setup/postgresql.php | 7 ++-- lib/private/setup/sqlite.php | 3 +- lib/private/share/constants.php | 5 +-- lib/private/share/helper.php | 9 ++--- lib/private/share/hooks.php | 7 ++-- lib/private/share/mailnotifications.php | 10 +++--- lib/private/share/searchresultsorter.php | 5 +-- lib/private/share/share.php | 15 ++++---- lib/private/share20/defaultshareprovider.php | 7 ++-- .../share20/exception/backenderror.php | 5 +-- .../share20/exception/invalidshare.php | 5 +-- .../share20/exception/providerexception.php | 5 +-- lib/private/share20/manager.php | 12 ++++--- lib/private/share20/providerfactory.php | 7 ++-- lib/private/share20/share.php | 5 +-- lib/private/streamer.php | 5 +-- lib/private/subadmin.php | 9 ++--- lib/private/systemconfig.php | 9 ++--- lib/private/systemtag/managerfactory.php | 5 +-- lib/private/systemtag/systemtag.php | 5 +-- lib/private/systemtag/systemtagmanager.php | 6 ++-- .../systemtag/systemtagobjectmapper.php | 5 +-- lib/private/tagging/tag.php | 3 +- lib/private/tagging/tagmapper.php | 3 +- lib/private/tagmanager.php | 3 +- lib/private/tags.php | 7 ++-- lib/private/template.php | 13 +++---- lib/private/template/base.php | 7 ++-- lib/private/template/cssresourcelocator.php | 5 +-- lib/private/template/functions.php | 9 ++--- lib/private/template/jsresourcelocator.php | 5 +-- lib/private/template/resourcelocator.php | 5 +-- .../template/resourcenotfoundexception.php | 5 +-- lib/private/template/templatefilelocator.php | 3 +- lib/private/templatelayout.php | 11 +++--- lib/private/tempmanager.php | 7 ++-- lib/private/updater.php | 15 ++++---- lib/private/urlgenerator.php | 9 ++--- lib/private/user.php | 15 ++++---- lib/private/user/backend.php | 11 +++--- lib/private/user/database.php | 15 ++++---- lib/private/user/interface.php | 5 +-- lib/private/user/loginexception.php | 5 +-- lib/private/user/manager.php | 12 +++---- lib/private/user/nouserexception.php | 3 +- lib/private/user/session.php | 13 +++---- lib/private/user/user.php | 13 +++---- lib/private/util.php | 17 ++++----- lib/public/activity/iconsumer.php | 5 +-- lib/public/activity/ievent.php | 5 +-- lib/public/activity/iextension.php | 7 ++-- lib/public/activity/imanager.php | 5 +-- lib/public/api.php | 5 +-- lib/public/app.php | 8 +++-- lib/public/app/iappmanager.php | 7 ++-- lib/public/app/managerevent.php | 5 +-- lib/public/appframework/apicontroller.php | 3 +- lib/public/appframework/app.php | 5 +-- lib/public/appframework/controller.php | 5 +-- .../appframework/db/doesnotexistexception.php | 3 +- lib/public/appframework/db/entity.php | 3 +- lib/public/appframework/db/mapper.php | 7 ++-- .../db/multipleobjectsreturnedexception.php | 3 +- lib/public/appframework/http.php | 3 +- .../http/contentsecuritypolicy.php | 5 +-- .../appframework/http/datadisplayresponse.php | 5 +-- .../http/datadownloadresponse.php | 3 +- lib/public/appframework/http/dataresponse.php | 3 +- .../appframework/http/downloadresponse.php | 3 +- .../http/emptycontentsecuritypolicy.php | 5 +-- .../appframework/http/icallbackresponse.php | 5 +-- lib/public/appframework/http/ioutput.php | 5 +-- lib/public/appframework/http/jsonresponse.php | 5 +-- .../appframework/http/notfoundresponse.php | 5 +-- lib/public/appframework/http/ocsresponse.php | 3 +- .../appframework/http/redirectresponse.php | 3 +- lib/public/appframework/http/response.php | 5 +-- .../appframework/http/streamresponse.php | 5 +-- .../appframework/http/templateresponse.php | 3 +- lib/public/appframework/iapi.php | 3 +- lib/public/appframework/iappcontainer.php | 5 +-- lib/public/appframework/middleware.php | 3 +- lib/public/appframework/ocscontroller.php | 3 +- lib/public/appframework/queryexception.php | 3 +- .../utility/icontrollermethodreflector.php | 5 +-- .../appframework/utility/itimefactory.php | 3 +- lib/public/authentication/iapachebackend.php | 3 +- lib/public/autoloadnotallowedexception.php | 3 +- lib/public/backgroundjob.php | 7 ++-- lib/public/backgroundjob/ijob.php | 7 ++-- lib/public/backgroundjob/ijoblist.php | 7 ++-- lib/public/capabilities/icapability.php | 5 +-- lib/public/command/ibus.php | 5 +-- lib/public/command/icommand.php | 5 +-- lib/public/comments/commentsevent.php | 5 +-- lib/public/comments/icomment.php | 5 +-- lib/public/comments/icommentsmanager.php | 7 ++-- .../comments/icommentsmanagerfactory.php | 5 +-- .../comments/illegalidchangeexception.php | 5 +-- .../comments/messagetoolongexception.php | 5 +-- lib/public/comments/notfoundexception.php | 5 +-- lib/public/config.php | 9 ++--- lib/public/console/consoleevent.php | 5 +-- lib/public/constants.php | 7 ++-- lib/public/contacts.php | 3 +- lib/public/contacts/imanager.php | 3 +- lib/public/db.php | 9 ++--- .../db/querybuilder/icompositeexpression.php | 5 +-- .../db/querybuilder/iexpressionbuilder.php | 7 ++-- lib/public/db/querybuilder/iliteral.php | 5 +-- lib/public/db/querybuilder/iparameter.php | 5 +-- lib/public/db/querybuilder/iquerybuilder.php | 5 +-- lib/public/db/querybuilder/iqueryfunction.php | 5 +-- lib/public/defaults.php | 8 +++-- lib/public/diagnostics/ievent.php | 5 +-- lib/public/diagnostics/ieventlogger.php | 5 +-- lib/public/diagnostics/iquery.php | 5 +-- lib/public/diagnostics/iquerylogger.php | 5 +-- .../exceptions/genericencryptionexception.php | 7 ++-- lib/public/encryption/iencryptionmodule.php | 8 +++-- lib/public/encryption/ifile.php | 5 +-- lib/public/encryption/imanager.php | 7 ++-- lib/public/encryption/keys/istorage.php | 7 ++-- lib/public/files.php | 11 +++--- lib/public/files/alreadyexistsexception.php | 5 +-- lib/public/files/cache/icache.php | 5 +-- lib/public/files/cache/icacheentry.php | 5 +-- lib/public/files/cache/ipropagator.php | 5 +-- lib/public/files/cache/iscanner.php | 5 +-- lib/public/files/cache/iupdater.php | 5 +-- lib/public/files/cache/iwatcher.php | 5 +-- lib/public/files/config/icachedmountinfo.php | 5 +-- lib/public/files/config/imountprovider.php | 5 +-- .../files/config/imountprovidercollection.php | 5 +-- lib/public/files/config/iusermountcache.php | 5 +-- lib/public/files/entitytoolargeexception.php | 3 +- lib/public/files/file.php | 7 ++-- lib/public/files/fileinfo.php | 9 ++--- lib/public/files/filenametoolongexception.php | 3 +- lib/public/files/folder.php | 5 +-- lib/public/files/forbiddenexception.php | 5 +-- lib/public/files/ihomestorage.php | 5 +-- lib/public/files/imimetypedetector.php | 5 +-- lib/public/files/imimetypeloader.php | 3 +- .../files/invalidcharacterinpathexception.php | 3 +- lib/public/files/invalidcontentexception.php | 3 +- lib/public/files/invalidpathexception.php | 3 +- lib/public/files/irootfolder.php | 3 +- lib/public/files/locknotacquiredexception.php | 5 +-- lib/public/files/mount/imountmanager.php | 5 +-- lib/public/files/mount/imountpoint.php | 5 +-- lib/public/files/node.php | 7 ++-- lib/public/files/notenoughspaceexception.php | 5 +-- lib/public/files/notfoundexception.php | 5 +-- lib/public/files/notpermittedexception.php | 5 +-- lib/public/files/objectstore/iobjectstore.php | 3 +- lib/public/files/reservedwordexception.php | 3 +- lib/public/files/storage.php | 5 +-- lib/public/files/storage/ilockingstorage.php | 5 +-- lib/public/files/storage/istorage.php | 5 +-- lib/public/files/storage/istoragefactory.php | 5 +-- lib/public/files/storageauthexception.php | 3 +- .../files/storagebadconfigexception.php | 3 +- .../files/storageconnectionexception.php | 3 +- lib/public/files/storageinvalidexception.php | 5 +-- .../files/storagenotavailableexception.php | 7 ++-- lib/public/files/storagetimeoutexception.php | 3 +- lib/public/groupinterface.php | 5 +-- lib/public/http/client/iclient.php | 5 +-- lib/public/http/client/iclientservice.php | 5 +-- lib/public/http/client/iresponse.php | 7 ++-- lib/public/iaddressbook.php | 3 +- lib/public/iappconfig.php | 5 +-- lib/public/iavatar.php | 11 +++--- lib/public/iavatarmanager.php | 7 ++-- lib/public/icache.php | 3 +- lib/public/icachefactory.php | 5 +-- lib/public/icertificate.php | 5 +-- lib/public/icertificatemanager.php | 7 ++-- lib/public/iconfig.php | 9 ++--- lib/public/icontainer.php | 5 +-- lib/public/idatetimeformatter.php | 5 +-- lib/public/idatetimezone.php | 5 +-- lib/public/idb.php | 3 +- lib/public/idbconnection.php | 7 ++-- lib/public/ieventsource.php | 5 +-- lib/public/igroup.php | 5 +-- lib/public/igroupmanager.php | 9 ++--- lib/public/ihelper.php | 5 +-- lib/public/iimage.php | 5 +-- lib/public/il10n.php | 5 +-- lib/public/ilogger.php | 3 +- lib/public/image.php | 3 +- lib/public/imemcache.php | 5 +-- lib/public/imemcachettl.php | 5 +-- lib/public/inavigationmanager.php | 5 +-- lib/public/ipreview.php | 7 ++-- lib/public/irequest.php | 5 +-- lib/public/isearch.php | 3 +- lib/public/iservercontainer.php | 15 ++++---- lib/public/isession.php | 5 +-- lib/public/itagmanager.php | 3 +- lib/public/itags.php | 3 +- lib/public/itempmanager.php | 5 +-- lib/public/iurlgenerator.php | 5 +-- lib/public/iuser.php | 9 ++--- lib/public/iuserbackend.php | 3 +- lib/public/iusermanager.php | 7 ++-- lib/public/iusersession.php | 7 ++-- lib/public/json.php | 7 ++-- lib/public/l10n/ifactory.php | 5 +-- lib/public/lock/ilockingprovider.php | 5 +-- lib/public/lock/lockedexception.php | 5 +-- lib/public/mail/imailer.php | 5 +-- lib/public/notification/iaction.php | 5 +-- lib/public/notification/iapp.php | 5 +-- lib/public/notification/imanager.php | 5 +-- lib/public/notification/inotification.php | 5 +-- lib/public/notification/inotifier.php | 5 +-- lib/public/preconditionnotmetexception.php | 3 +- lib/public/preview/iprovider.php | 5 +-- lib/public/response.php | 9 ++--- lib/public/route/iroute.php | 5 +-- lib/public/route/irouter.php | 9 ++--- lib/public/sabrepluginevent.php | 5 +-- lib/public/sabrepluginexception.php | 5 +-- lib/public/search/pagedprovider.php | 5 +-- lib/public/search/provider.php | 3 +- lib/public/search/result.php | 3 +- .../icontentsecuritypolicymanager.php | 5 +-- lib/public/security/icredentialsmanager.php | 3 +- lib/public/security/icrypto.php | 5 +-- lib/public/security/ihasher.php | 5 +-- lib/public/security/isecurerandom.php | 5 +-- lib/public/security/stringutils.php | 5 +-- lib/public/share.php | 9 ++--- .../exceptions/genericshareexception.php | 7 ++-- lib/public/share/exceptions/sharenotfound.php | 5 +-- lib/public/share/imanager.php | 5 +-- lib/public/share/iproviderfactory.php | 5 +-- lib/public/share/ishare.php | 5 +-- lib/public/share/ishareprovider.php | 5 +-- lib/public/share_backend.php | 7 ++-- lib/public/share_backend_collection.php | 5 +-- lib/public/share_backend_file_dependent.php | 5 +-- lib/public/systemtag/isystemtag.php | 3 +- lib/public/systemtag/isystemtagmanager.php | 5 +-- .../systemtag/isystemtagmanagerfactory.php | 3 +- .../systemtag/isystemtagobjectmapper.php | 5 +-- lib/public/systemtag/managerevent.php | 5 +-- lib/public/systemtag/mapperevent.php | 5 +-- .../systemtag/tagalreadyexistsexception.php | 3 +- lib/public/systemtag/tagnotfoundexception.php | 5 +-- lib/public/template.php | 7 ++-- lib/public/user.php | 9 ++--- lib/public/userinterface.php | 5 +-- lib/public/util.php | 17 ++++----- ocs/providers.php | 7 ++-- ocs/routes.php | 7 ++-- ocs/v1.php | 10 +++--- ocs/v2.php | 3 +- public.php | 9 ++--- remote.php | 9 ++--- settings/admin.php | 15 ++++---- settings/ajax/disableapp.php | 5 +-- settings/ajax/enableapp.php | 9 ++--- settings/ajax/installapp.php | 7 ++-- settings/ajax/navigationdetect.php | 5 +-- settings/ajax/setlanguage.php | 9 ++--- settings/ajax/setquota.php | 11 +++--- settings/ajax/togglegroups.php | 7 ++-- settings/ajax/togglesubadmins.php | 5 +-- settings/ajax/uninstallapp.php | 7 ++-- settings/ajax/updateapp.php | 9 ++--- settings/application.php | 13 +++---- settings/changepassword/controller.php | 12 ++++--- settings/controller/appsettingscontroller.php | 7 ++-- settings/controller/certificatecontroller.php | 9 ++--- settings/controller/checksetupcontroller.php | 9 ++--- settings/controller/encryptioncontroller.php | 7 ++-- settings/controller/groupscontroller.php | 7 ++-- settings/controller/logsettingscontroller.php | 4 ++- .../controller/mailsettingscontroller.php | 7 ++-- .../controller/securitysettingscontroller.php | 5 +-- settings/controller/userscontroller.php | 12 ++++--- settings/help.php | 11 +++--- settings/languageCodes.php | 5 +-- settings/middleware/subadminmiddleware.php | 5 +-- settings/personal.php | 15 ++++---- settings/routes.php | 13 +++---- settings/users.php | 15 ++++---- status.php | 8 +++-- version.php | 11 +++--- 1398 files changed, 5065 insertions(+), 3345 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7f919d4a2ad..8c040d963c5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -ownCloud is written by: +Nextcloud is written by: - AW-UC - Adam Williamson - Administrator @@ -9,7 +9,7 @@ ownCloud is written by: - Andreas Fischer - Andrew Brown - André Gaul - - Arthur Schiwon + - Arthur Schiwon - Bart Visscher - Bartek Przybylski - Bastien Ho @@ -18,28 +18,31 @@ ownCloud is written by: - Bernhard Posselt - Bernhard Reiter - Birk Borkason - - Björn Schießle + - Bjoern Schiessle + - Björn Schießle - Borjan Tchakaloff - Brice Maron - Byron Marohn - - C Montero-Luque + - Carla Schroder - Carlos Cerrillo + - Carlos Damken - Christian Berendt - Christian Kampka - - Christian Schnidrig - Christian Weiske - Christoph Schaefer + - Christoph Wurst - Christopher Schäpers - Christopher T. Johnson - Clark Tomlinson - Craig Morrissey - Dan Bartram + - Daniel Hansson - Daniel Hansson + - Daniel Jagszent - Daniel Molkentin - Daniel Tosello - David Prévot - Dominik Schmidt - - Donald Buczek - Edward Crompton - Fabian Henze - Faruk Uzun @@ -49,7 +52,7 @@ ownCloud is written by: - Florian Pritz - Florian Scholz - Florin Peter - - Frank Karlitschek + - Frank Karlitschek - François Kubler - Frédéric Fortier - Gadzy @@ -65,11 +68,13 @@ ownCloud is written by: - Jens-Christian Fischer - Jesús Macias - Joachim Bauch - - Joas Schilling + - Joachim Sokolowski + - Joas Schilling - Johan Björk - Johannes Willnecker - Jonny007-MKD <1-23-4-5@web.de> - Jost Baron + - Juan Pablo Villafañez - Jörn Friedrich Dreyer - Kamil Domanski - Klaas Freitag @@ -80,7 +85,7 @@ ownCloud is written by: - Lennart Rosam - Leonardo Diez - Lorenzo M. Catucci - - Lukas Reschke + - Lukas Reschke - Luke Policinski - Lyonel Vincent - Mario Kolling @@ -112,12 +117,15 @@ ownCloud is written by: - Pascal de Bruijn - Patrick Paysant - Pellaeon Lin + - Petr Svoboda + - Phiber2000 - Phil Davis - Philipp Kapfer - Philippe Jung - Philippe Le Brouster - Pierre Jochem - Pierre Ozoux + - Piotr Filiciak - Qingping Hou - Raghu Nayyar - Raghu Nayyar @@ -127,19 +135,19 @@ ownCloud is written by: - RealRancor - Remco Brenninkmeijer - Renaud Fortier - - Robin Appelman + - Robin Appelman - Robin McCorkell - - Roeland Jago Douma + - Roeland Jago Douma - Roman Geber - Roman Kreisel - Ross Nicoll - SA - Sam Tuke - Sander - - Sascha Schmidt - Sean Comeau - Sebastian Döll - Serge Martin + - Sergio Bertolin - Simon Könnecke - Sjors van der Pluijm - Stefan Herbrechtsmeier @@ -172,18 +180,21 @@ ownCloud is written by: - derkostka - eduardo - fabian + - felixboehm - goodkiller - helix84 - hkjolhede - ideaship - j-ed - jknockaert + - josh4trunks - macjohnny - marc0s - martin-rueegg - martin.mattel@diemattels.at - michag86 - nishiki + - oparoz - root - scambra - scolebrook diff --git a/apps/admin_audit/appinfo/app.php b/apps/admin_audit/appinfo/app.php index ea5fb0286bf..a085b74585d 100644 --- a/apps/admin_audit/appinfo/app.php +++ b/apps/admin_audit/appinfo/app.php @@ -1,5 +1,8 @@ * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/actions/action.php b/apps/admin_audit/lib/actions/action.php index 6aafacc6189..0525910f8dd 100644 --- a/apps/admin_audit/lib/actions/action.php +++ b/apps/admin_audit/lib/actions/action.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/auth.php b/apps/admin_audit/lib/actions/auth.php index 4061ca89c4b..c035cf785fe 100644 --- a/apps/admin_audit/lib/actions/auth.php +++ b/apps/admin_audit/lib/actions/auth.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/files.php b/apps/admin_audit/lib/actions/files.php index 46da0ade6bb..d7b35aa2d3e 100644 --- a/apps/admin_audit/lib/actions/files.php +++ b/apps/admin_audit/lib/actions/files.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/groupmanagement.php b/apps/admin_audit/lib/actions/groupmanagement.php index 4ece8994f39..a341e4de27b 100644 --- a/apps/admin_audit/lib/actions/groupmanagement.php +++ b/apps/admin_audit/lib/actions/groupmanagement.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/sharing.php b/apps/admin_audit/lib/actions/sharing.php index 5f263748465..85afeccd6fc 100644 --- a/apps/admin_audit/lib/actions/sharing.php +++ b/apps/admin_audit/lib/actions/sharing.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/trashbin.php b/apps/admin_audit/lib/actions/trashbin.php index f665698678e..fd7869b1b22 100644 --- a/apps/admin_audit/lib/actions/trashbin.php +++ b/apps/admin_audit/lib/actions/trashbin.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/usermanagement.php b/apps/admin_audit/lib/actions/usermanagement.php index 5005d150961..925d8b0a715 100644 --- a/apps/admin_audit/lib/actions/usermanagement.php +++ b/apps/admin_audit/lib/actions/usermanagement.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/actions/versions.php b/apps/admin_audit/lib/actions/versions.php index 006c33bf04f..3e690e12a25 100644 --- a/apps/admin_audit/lib/actions/versions.php +++ b/apps/admin_audit/lib/actions/versions.php @@ -2,6 +2,8 @@ /** * @copyright Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/admin_audit/lib/auditlogger.php b/apps/admin_audit/lib/auditlogger.php index 050dc9c475d..674282b5fe2 100644 --- a/apps/admin_audit/lib/auditlogger.php +++ b/apps/admin_audit/lib/auditlogger.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Bjoern Schiessle * + * @author Bjoern Schiessle + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/comments/activity/extension.php b/apps/comments/activity/extension.php index 6bf7cae5882..e584ae4a90c 100644 --- a/apps/comments/activity/extension.php +++ b/apps/comments/activity/extension.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/comments/activity/listener.php b/apps/comments/activity/listener.php index 7c6970df837..ad1e2774148 100644 --- a/apps/comments/activity/listener.php +++ b/apps/comments/activity/listener.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php index cd1ccb2d7d3..19173928185 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index d85a3583bf1..2b58395c2be 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/application.php b/apps/dav/appinfo/application.php index 1f56193e4b6..495c05a8275 100644 --- a/apps/dav/appinfo/application.php +++ b/apps/dav/appinfo/application.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/install.php b/apps/dav/appinfo/install.php index dc5ae39226e..7e0c4cfff9d 100644 --- a/apps/dav/appinfo/install.php +++ b/apps/dav/appinfo/install.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/register_command.php b/apps/dav/appinfo/register_command.php index 570848f0b23..1aef2317953 100644 --- a/apps/dav/appinfo/register_command.php +++ b/apps/dav/appinfo/register_command.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/update.php b/apps/dav/appinfo/update.php index fbd41d25f49..80107ab64f2 100644 --- a/apps/dav/appinfo/update.php +++ b/apps/dav/appinfo/update.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php index 02a0b38225e..94aec5da120 100644 --- a/apps/dav/appinfo/v1/caldav.php +++ b/apps/dav/appinfo/v1/caldav.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/v1/carddav.php b/apps/dav/appinfo/v1/carddav.php index 44abcbaa190..ac76c3badc1 100644 --- a/apps/dav/appinfo/v1/carddav.php +++ b/apps/dav/appinfo/v1/carddav.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index 8b85a3cbdbf..78db39ff361 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index 211ffabef84..c17c940ec8b 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/appinfo/v2/remote.php b/apps/dav/appinfo/v2/remote.php index 4e9cf8fd082..ab05e376503 100644 --- a/apps/dav/appinfo/v2/remote.php +++ b/apps/dav/appinfo/v2/remote.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/createaddressbook.php b/apps/dav/command/createaddressbook.php index 48302a2b439..a0416966f05 100644 --- a/apps/dav/command/createaddressbook.php +++ b/apps/dav/command/createaddressbook.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/createcalendar.php b/apps/dav/command/createcalendar.php index d7f82dd0e52..7d07ad03279 100644 --- a/apps/dav/command/createcalendar.php +++ b/apps/dav/command/createcalendar.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/migrateaddressbooks.php b/apps/dav/command/migrateaddressbooks.php index 562f19a2300..19d5bc4db73 100644 --- a/apps/dav/command/migrateaddressbooks.php +++ b/apps/dav/command/migrateaddressbooks.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/migratecalendars.php b/apps/dav/command/migratecalendars.php index d887309ac3e..a1255eeccc1 100644 --- a/apps/dav/command/migratecalendars.php +++ b/apps/dav/command/migratecalendars.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/syncbirthdaycalendar.php b/apps/dav/command/syncbirthdaycalendar.php index 90a73a3eeb3..a99e2ea4b89 100644 --- a/apps/dav/command/syncbirthdaycalendar.php +++ b/apps/dav/command/syncbirthdaycalendar.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/command/syncsystemaddressbook.php b/apps/dav/command/syncsystemaddressbook.php index b62a42d7b90..e642d9af5aa 100644 --- a/apps/dav/command/syncsystemaddressbook.php +++ b/apps/dav/command/syncsystemaddressbook.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/birthdayservice.php b/apps/dav/lib/caldav/birthdayservice.php index 9e27b3ac644..c6e4dab1ff4 100644 --- a/apps/dav/lib/caldav/birthdayservice.php +++ b/apps/dav/lib/caldav/birthdayservice.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/caldavbackend.php b/apps/dav/lib/caldav/caldavbackend.php index 5f82db10b39..15a186bdfa5 100644 --- a/apps/dav/lib/caldav/caldavbackend.php +++ b/apps/dav/lib/caldav/caldavbackend.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/calendar.php b/apps/dav/lib/caldav/calendar.php index 9ff73f43f1e..adab43d0835 100644 --- a/apps/dav/lib/caldav/calendar.php +++ b/apps/dav/lib/caldav/calendar.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/calendarhome.php b/apps/dav/lib/caldav/calendarhome.php index 87b8d4bb320..12bd978fd57 100644 --- a/apps/dav/lib/caldav/calendarhome.php +++ b/apps/dav/lib/caldav/calendarhome.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/calendarroot.php b/apps/dav/lib/caldav/calendarroot.php index d302da3d861..2c1c8bb4ef2 100644 --- a/apps/dav/lib/caldav/calendarroot.php +++ b/apps/dav/lib/caldav/calendarroot.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/caldav/schedule/imipplugin.php b/apps/dav/lib/caldav/schedule/imipplugin.php index d9f2ec674f0..843da65ce25 100644 --- a/apps/dav/lib/caldav/schedule/imipplugin.php +++ b/apps/dav/lib/caldav/schedule/imipplugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/addressbook.php b/apps/dav/lib/carddav/addressbook.php index 8b1b600ec3d..76633511504 100644 --- a/apps/dav/lib/carddav/addressbook.php +++ b/apps/dav/lib/carddav/addressbook.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/addressbookimpl.php b/apps/dav/lib/carddav/addressbookimpl.php index 8b29d6d5c0c..ccbafd5ba96 100644 --- a/apps/dav/lib/carddav/addressbookimpl.php +++ b/apps/dav/lib/carddav/addressbookimpl.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/addressbookroot.php b/apps/dav/lib/carddav/addressbookroot.php index 99c36c2e767..41c858e35ec 100644 --- a/apps/dav/lib/carddav/addressbookroot.php +++ b/apps/dav/lib/carddav/addressbookroot.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/carddavbackend.php b/apps/dav/lib/carddav/carddavbackend.php index 64c251980c6..79c19380105 100644 --- a/apps/dav/lib/carddav/carddavbackend.php +++ b/apps/dav/lib/carddav/carddavbackend.php @@ -1,11 +1,13 @@ - * @author Björn Schießle - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/contactsmanager.php b/apps/dav/lib/carddav/contactsmanager.php index 7900c6ccae0..23bc718bb86 100644 --- a/apps/dav/lib/carddav/contactsmanager.php +++ b/apps/dav/lib/carddav/contactsmanager.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/converter.php b/apps/dav/lib/carddav/converter.php index c8d9b94c267..69c96f5ed65 100644 --- a/apps/dav/lib/carddav/converter.php +++ b/apps/dav/lib/carddav/converter.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/plugin.php b/apps/dav/lib/carddav/plugin.php index d94dce1db0e..973f0bc211c 100644 --- a/apps/dav/lib/carddav/plugin.php +++ b/apps/dav/lib/carddav/plugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/syncjob.php b/apps/dav/lib/carddav/syncjob.php index 0554af6fbf1..1280bdf1d30 100644 --- a/apps/dav/lib/carddav/syncjob.php +++ b/apps/dav/lib/carddav/syncjob.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/syncservice.php b/apps/dav/lib/carddav/syncservice.php index c4741a01772..1ad37da6bfe 100644 --- a/apps/dav/lib/carddav/syncservice.php +++ b/apps/dav/lib/carddav/syncservice.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/useraddressbooks.php b/apps/dav/lib/carddav/useraddressbooks.php index 734e3829e69..2ac89f302fd 100644 --- a/apps/dav/lib/carddav/useraddressbooks.php +++ b/apps/dav/lib/carddav/useraddressbooks.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/carddav/xml/groups.php b/apps/dav/lib/carddav/xml/groups.php index b39615db033..1b439b6b821 100644 --- a/apps/dav/lib/carddav/xml/groups.php +++ b/apps/dav/lib/carddav/xml/groups.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/comments/commentnode.php b/apps/dav/lib/comments/commentnode.php index 339abc6382d..c7d3856b138 100644 --- a/apps/dav/lib/comments/commentnode.php +++ b/apps/dav/lib/comments/commentnode.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/comments/commentsplugin.php b/apps/dav/lib/comments/commentsplugin.php index d4a065649ef..f3cf4fb2030 100644 --- a/apps/dav/lib/comments/commentsplugin.php +++ b/apps/dav/lib/comments/commentsplugin.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/comments/entitycollection.php b/apps/dav/lib/comments/entitycollection.php index a55a18c00c0..e5bb74015ff 100644 --- a/apps/dav/lib/comments/entitycollection.php +++ b/apps/dav/lib/comments/entitycollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/comments/entitytypecollection.php b/apps/dav/lib/comments/entitytypecollection.php index 6bc42484207..ff2760a6c2b 100644 --- a/apps/dav/lib/comments/entitytypecollection.php +++ b/apps/dav/lib/comments/entitytypecollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/comments/rootcollection.php b/apps/dav/lib/comments/rootcollection.php index cda666f7162..b79f6b3ba75 100644 --- a/apps/dav/lib/comments/rootcollection.php +++ b/apps/dav/lib/comments/rootcollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/legacydavacl.php b/apps/dav/lib/connector/legacydavacl.php index eb6ca1fd7d5..83b08ec44fb 100644 --- a/apps/dav/lib/connector/legacydavacl.php +++ b/apps/dav/lib/connector/legacydavacl.php @@ -1,9 +1,11 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Thomas Müller + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/publicauth.php b/apps/dav/lib/connector/publicauth.php index 36da6492fb0..4baf74ae788 100644 --- a/apps/dav/lib/connector/publicauth.php +++ b/apps/dav/lib/connector/publicauth.php @@ -1,13 +1,15 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/appenabledplugin.php b/apps/dav/lib/connector/sabre/appenabledplugin.php index cb061d6a309..a806659351c 100644 --- a/apps/dav/lib/connector/sabre/appenabledplugin.php +++ b/apps/dav/lib/connector/sabre/appenabledplugin.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/auth.php b/apps/dav/lib/connector/sabre/auth.php index b63efa3a1ba..8b8a310572d 100644 --- a/apps/dav/lib/connector/sabre/auth.php +++ b/apps/dav/lib/connector/sabre/auth.php @@ -1,17 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jakob Sack - * @author Lukas Reschke + * @author Lukas Reschke * @author Markus Goetz * @author Michael Gapczynski * @author Morris Jobke - * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php b/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php index 70d19cb7f2a..5d39d83a287 100644 --- a/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php +++ b/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/checksumlist.php b/apps/dav/lib/connector/sabre/checksumlist.php index f137222acca..17e04a4c7a8 100644 --- a/apps/dav/lib/connector/sabre/checksumlist.php +++ b/apps/dav/lib/connector/sabre/checksumlist.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/commentpropertiesplugin.php b/apps/dav/lib/connector/sabre/commentpropertiesplugin.php index a8d5f771122..661130b6950 100644 --- a/apps/dav/lib/connector/sabre/commentpropertiesplugin.php +++ b/apps/dav/lib/connector/sabre/commentpropertiesplugin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/copyetagheaderplugin.php b/apps/dav/lib/connector/sabre/copyetagheaderplugin.php index 49b6a7b2de7..b8f55d9e213 100644 --- a/apps/dav/lib/connector/sabre/copyetagheaderplugin.php +++ b/apps/dav/lib/connector/sabre/copyetagheaderplugin.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/custompropertiesbackend.php b/apps/dav/lib/connector/sabre/custompropertiesbackend.php index 5946c9910d4..b25bfaf9644 100644 --- a/apps/dav/lib/connector/sabre/custompropertiesbackend.php +++ b/apps/dav/lib/connector/sabre/custompropertiesbackend.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/davaclplugin.php b/apps/dav/lib/connector/sabre/davaclplugin.php index 4a9dd66161d..b4986bc767c 100644 --- a/apps/dav/lib/connector/sabre/davaclplugin.php +++ b/apps/dav/lib/connector/sabre/davaclplugin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/directory.php b/apps/dav/lib/connector/sabre/directory.php index f31eff30b65..df65a6a8120 100644 --- a/apps/dav/lib/connector/sabre/directory.php +++ b/apps/dav/lib/connector/sabre/directory.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/dummygetresponseplugin.php b/apps/dav/lib/connector/sabre/dummygetresponseplugin.php index 0eb11bbca83..a9e339f9ffc 100644 --- a/apps/dav/lib/connector/sabre/dummygetresponseplugin.php +++ b/apps/dav/lib/connector/sabre/dummygetresponseplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exception/entitytoolarge.php b/apps/dav/lib/connector/sabre/exception/entitytoolarge.php index d16e93bb637..09ced838037 100644 --- a/apps/dav/lib/connector/sabre/exception/entitytoolarge.php +++ b/apps/dav/lib/connector/sabre/exception/entitytoolarge.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exception/filelocked.php b/apps/dav/lib/connector/sabre/exception/filelocked.php index 03ced0e81e2..8b9fb83e9aa 100644 --- a/apps/dav/lib/connector/sabre/exception/filelocked.php +++ b/apps/dav/lib/connector/sabre/exception/filelocked.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exception/forbidden.php b/apps/dav/lib/connector/sabre/exception/forbidden.php index f2467e6b298..d5e4e253c97 100644 --- a/apps/dav/lib/connector/sabre/exception/forbidden.php +++ b/apps/dav/lib/connector/sabre/exception/forbidden.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exception/invalidpath.php b/apps/dav/lib/connector/sabre/exception/invalidpath.php index 7951a0a89b7..9d60b227612 100644 --- a/apps/dav/lib/connector/sabre/exception/invalidpath.php +++ b/apps/dav/lib/connector/sabre/exception/invalidpath.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php b/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php index 99e3c222c75..5edead6c1e3 100644 --- a/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php +++ b/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/exceptionloggerplugin.php b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php index 38bddef8769..9483bf97a38 100644 --- a/apps/dav/lib/connector/sabre/exceptionloggerplugin.php +++ b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php @@ -1,12 +1,13 @@ * @author Pierre Jochem - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/fakelockerplugin.php b/apps/dav/lib/connector/sabre/fakelockerplugin.php index 6db8740bc13..c330e5d203a 100644 --- a/apps/dav/lib/connector/sabre/fakelockerplugin.php +++ b/apps/dav/lib/connector/sabre/fakelockerplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/file.php b/apps/dav/lib/connector/sabre/file.php index 59b3a6e7483..b2db9aed5b9 100644 --- a/apps/dav/lib/connector/sabre/file.php +++ b/apps/dav/lib/connector/sabre/file.php @@ -1,19 +1,20 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/filesplugin.php b/apps/dav/lib/connector/sabre/filesplugin.php index 857c98247bd..8dae430df3e 100644 --- a/apps/dav/lib/connector/sabre/filesplugin.php +++ b/apps/dav/lib/connector/sabre/filesplugin.php @@ -1,14 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/filesreportplugin.php b/apps/dav/lib/connector/sabre/filesreportplugin.php index d4e1cbe3b20..5b96f4f0f64 100644 --- a/apps/dav/lib/connector/sabre/filesreportplugin.php +++ b/apps/dav/lib/connector/sabre/filesreportplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/lockplugin.php b/apps/dav/lib/connector/sabre/lockplugin.php index ff4e1dc01bb..c72d5802681 100644 --- a/apps/dav/lib/connector/sabre/lockplugin.php +++ b/apps/dav/lib/connector/sabre/lockplugin.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/maintenanceplugin.php b/apps/dav/lib/connector/sabre/maintenanceplugin.php index 6e9a5930b78..57284b22445 100644 --- a/apps/dav/lib/connector/sabre/maintenanceplugin.php +++ b/apps/dav/lib/connector/sabre/maintenanceplugin.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/node.php b/apps/dav/lib/connector/sabre/node.php index 95a5f0a8749..adcc3c07006 100644 --- a/apps/dav/lib/connector/sabre/node.php +++ b/apps/dav/lib/connector/sabre/node.php @@ -1,17 +1,19 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Klaas Freitag * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/objecttree.php b/apps/dav/lib/connector/sabre/objecttree.php index c952a68e9a2..24ce4acdf22 100644 --- a/apps/dav/lib/connector/sabre/objecttree.php +++ b/apps/dav/lib/connector/sabre/objecttree.php @@ -1,13 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/principal.php b/apps/dav/lib/connector/sabre/principal.php index 18f28a916f1..c9b42785869 100644 --- a/apps/dav/lib/connector/sabre/principal.php +++ b/apps/dav/lib/connector/sabre/principal.php @@ -1,15 +1,16 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/quotaplugin.php b/apps/dav/lib/connector/sabre/quotaplugin.php index a093c52851c..0682fca94ea 100644 --- a/apps/dav/lib/connector/sabre/quotaplugin.php +++ b/apps/dav/lib/connector/sabre/quotaplugin.php @@ -1,13 +1,14 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author scambra * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/server.php b/apps/dav/lib/connector/sabre/server.php index 421fc64422d..9915ffdba03 100644 --- a/apps/dav/lib/connector/sabre/server.php +++ b/apps/dav/lib/connector/sabre/server.php @@ -1,11 +1,12 @@ * @author scolebrook * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/serverfactory.php b/apps/dav/lib/connector/sabre/serverfactory.php index 47400caeae7..9f62971ac6a 100644 --- a/apps/dav/lib/connector/sabre/serverfactory.php +++ b/apps/dav/lib/connector/sabre/serverfactory.php @@ -1,13 +1,15 @@ - * @author Joas Schilling - * @author Lukas Reschke - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke + * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/sharesplugin.php b/apps/dav/lib/connector/sabre/sharesplugin.php index c76068969e9..1082b8906e7 100644 --- a/apps/dav/lib/connector/sabre/sharesplugin.php +++ b/apps/dav/lib/connector/sabre/sharesplugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/sharetypelist.php b/apps/dav/lib/connector/sabre/sharetypelist.php index 763586412ad..fd9ba3f7267 100644 --- a/apps/dav/lib/connector/sabre/sharetypelist.php +++ b/apps/dav/lib/connector/sabre/sharetypelist.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/taglist.php b/apps/dav/lib/connector/sabre/taglist.php index 5c1cd8b4f1d..23576171262 100644 --- a/apps/dav/lib/connector/sabre/taglist.php +++ b/apps/dav/lib/connector/sabre/taglist.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/connector/sabre/tagsplugin.php b/apps/dav/lib/connector/sabre/tagsplugin.php index dfc1a2dd95d..b1a6d1fb96b 100644 --- a/apps/dav/lib/connector/sabre/tagsplugin.php +++ b/apps/dav/lib/connector/sabre/tagsplugin.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/groupprincipalbackend.php b/apps/dav/lib/dav/groupprincipalbackend.php index 34c00b7927e..e21d3f01709 100644 --- a/apps/dav/lib/dav/groupprincipalbackend.php +++ b/apps/dav/lib/dav/groupprincipalbackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/sharing/backend.php b/apps/dav/lib/dav/sharing/backend.php index ffc4193e34b..9d5958bf995 100644 --- a/apps/dav/lib/dav/sharing/backend.php +++ b/apps/dav/lib/dav/sharing/backend.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/sharing/ishareable.php b/apps/dav/lib/dav/sharing/ishareable.php index f6b6bfa8862..07492d70a24 100644 --- a/apps/dav/lib/dav/sharing/ishareable.php +++ b/apps/dav/lib/dav/sharing/ishareable.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/sharing/plugin.php b/apps/dav/lib/dav/sharing/plugin.php index 3173d1397ba..4cd95fe8a34 100644 --- a/apps/dav/lib/dav/sharing/plugin.php +++ b/apps/dav/lib/dav/sharing/plugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/sharing/xml/invite.php b/apps/dav/lib/dav/sharing/xml/invite.php index ae40ff06701..e18f5e6cbc4 100644 --- a/apps/dav/lib/dav/sharing/xml/invite.php +++ b/apps/dav/lib/dav/sharing/xml/invite.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/sharing/xml/sharerequest.php b/apps/dav/lib/dav/sharing/xml/sharerequest.php index 776fb446b6c..6bdf8c1aca2 100644 --- a/apps/dav/lib/dav/sharing/xml/sharerequest.php +++ b/apps/dav/lib/dav/sharing/xml/sharerequest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/dav/systemprincipalbackend.php b/apps/dav/lib/dav/systemprincipalbackend.php index 8001ec4e6c6..ba7e73f165e 100644 --- a/apps/dav/lib/dav/systemprincipalbackend.php +++ b/apps/dav/lib/dav/systemprincipalbackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/files/browsererrorpageplugin.php b/apps/dav/lib/files/browsererrorpageplugin.php index 37a4166efef..8c257b324b9 100644 --- a/apps/dav/lib/files/browsererrorpageplugin.php +++ b/apps/dav/lib/files/browsererrorpageplugin.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/files/custompropertiesbackend.php b/apps/dav/lib/files/custompropertiesbackend.php index aa541f88dad..c8a78e76894 100644 --- a/apps/dav/lib/files/custompropertiesbackend.php +++ b/apps/dav/lib/files/custompropertiesbackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/files/fileshome.php b/apps/dav/lib/files/fileshome.php index ef572d6618b..a4fb7d285a6 100644 --- a/apps/dav/lib/files/fileshome.php +++ b/apps/dav/lib/files/fileshome.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/files/rootcollection.php b/apps/dav/lib/files/rootcollection.php index 63328aac8e3..10459aa8ada 100644 --- a/apps/dav/lib/files/rootcollection.php +++ b/apps/dav/lib/files/rootcollection.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/files/sharing/publiclinkcheckplugin.php b/apps/dav/lib/files/sharing/publiclinkcheckplugin.php index 751f63d394e..76ec8db25b7 100644 --- a/apps/dav/lib/files/sharing/publiclinkcheckplugin.php +++ b/apps/dav/lib/files/sharing/publiclinkcheckplugin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/hookmanager.php b/apps/dav/lib/hookmanager.php index 0f5a22edc25..864228e6f2d 100644 --- a/apps/dav/lib/hookmanager.php +++ b/apps/dav/lib/hookmanager.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/migration/addressbookadapter.php b/apps/dav/lib/migration/addressbookadapter.php index ea9982f4061..bdc3b8bda38 100644 --- a/apps/dav/lib/migration/addressbookadapter.php +++ b/apps/dav/lib/migration/addressbookadapter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/migration/calendaradapter.php b/apps/dav/lib/migration/calendaradapter.php index 952c9a212f6..8b11784a191 100644 --- a/apps/dav/lib/migration/calendaradapter.php +++ b/apps/dav/lib/migration/calendaradapter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/migration/migrateaddressbooks.php b/apps/dav/lib/migration/migrateaddressbooks.php index 7e1f47ea75e..cccd2412214 100644 --- a/apps/dav/lib/migration/migrateaddressbooks.php +++ b/apps/dav/lib/migration/migrateaddressbooks.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/migration/migratecalendars.php b/apps/dav/lib/migration/migratecalendars.php index 3c1487761c2..d1869d9b583 100644 --- a/apps/dav/lib/migration/migratecalendars.php +++ b/apps/dav/lib/migration/migratecalendars.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/migration/nothingtodoexception.php b/apps/dav/lib/migration/nothingtodoexception.php index d85d3c92d79..5e4fdafb9f5 100644 --- a/apps/dav/lib/migration/nothingtodoexception.php +++ b/apps/dav/lib/migration/nothingtodoexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Thomas Müller + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/rootcollection.php b/apps/dav/lib/rootcollection.php index ea796c09175..f3d323356d1 100644 --- a/apps/dav/lib/rootcollection.php +++ b/apps/dav/lib/rootcollection.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php index 791bd1ba7e8..4b7d62b8cef 100644 --- a/apps/dav/lib/server.php +++ b/apps/dav/lib/server.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagmappingnode.php b/apps/dav/lib/systemtag/systemtagmappingnode.php index bb2936c13dc..5e1663e2dd2 100644 --- a/apps/dav/lib/systemtag/systemtagmappingnode.php +++ b/apps/dav/lib/systemtag/systemtagmappingnode.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagnode.php b/apps/dav/lib/systemtag/systemtagnode.php index 500e1a3adea..f1d9fdfdd70 100644 --- a/apps/dav/lib/systemtag/systemtagnode.php +++ b/apps/dav/lib/systemtag/systemtagnode.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagplugin.php b/apps/dav/lib/systemtag/systemtagplugin.php index a266b4a1214..a16c7196d0a 100644 --- a/apps/dav/lib/systemtag/systemtagplugin.php +++ b/apps/dav/lib/systemtag/systemtagplugin.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagsbyidcollection.php b/apps/dav/lib/systemtag/systemtagsbyidcollection.php index 298902501ab..fc35a741c9d 100644 --- a/apps/dav/lib/systemtag/systemtagsbyidcollection.php +++ b/apps/dav/lib/systemtag/systemtagsbyidcollection.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php b/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php index eb75ed06393..eea23070912 100644 --- a/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php +++ b/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php b/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php index bdbc73c4e32..50ec27769a8 100644 --- a/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php +++ b/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/lib/systemtag/systemtagsrelationscollection.php b/apps/dav/lib/systemtag/systemtagsrelationscollection.php index 19db39d3f3a..f15276ddae1 100644 --- a/apps/dav/lib/systemtag/systemtagsrelationscollection.php +++ b/apps/dav/lib/systemtag/systemtagsrelationscollection.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/appinfo/applicationtest.php b/apps/dav/tests/unit/appinfo/applicationtest.php index 7f533a185df..0d8cdf3812d 100644 --- a/apps/dav/tests/unit/appinfo/applicationtest.php +++ b/apps/dav/tests/unit/appinfo/applicationtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/bootstrap.php b/apps/dav/tests/unit/bootstrap.php index f6733bc7a3e..90fd601d64e 100644 --- a/apps/dav/tests/unit/bootstrap.php +++ b/apps/dav/tests/unit/bootstrap.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/caldav/caldavbackendtest.php b/apps/dav/tests/unit/caldav/caldavbackendtest.php index 4a41c3e5674..76b78f4b8fe 100644 --- a/apps/dav/tests/unit/caldav/caldavbackendtest.php +++ b/apps/dav/tests/unit/caldav/caldavbackendtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/caldav/calendartest.php b/apps/dav/tests/unit/caldav/calendartest.php index 41363dbf978..c473910cd8b 100644 --- a/apps/dav/tests/unit/caldav/calendartest.php +++ b/apps/dav/tests/unit/caldav/calendartest.php @@ -1,8 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/caldav/schedule/imipplugintest.php b/apps/dav/tests/unit/caldav/schedule/imipplugintest.php index fcbf4fde04c..5322b5b4033 100644 --- a/apps/dav/tests/unit/caldav/schedule/imipplugintest.php +++ b/apps/dav/tests/unit/caldav/schedule/imipplugintest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/addressbookimpltest.php b/apps/dav/tests/unit/carddav/addressbookimpltest.php index ba537a631be..7f5a6c853c1 100644 --- a/apps/dav/tests/unit/carddav/addressbookimpltest.php +++ b/apps/dav/tests/unit/carddav/addressbookimpltest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/addressbooktest.php b/apps/dav/tests/unit/carddav/addressbooktest.php index c5cf7e5f7ba..38bdf8138b1 100644 --- a/apps/dav/tests/unit/carddav/addressbooktest.php +++ b/apps/dav/tests/unit/carddav/addressbooktest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/birthdayservicetest.php b/apps/dav/tests/unit/carddav/birthdayservicetest.php index faf42d9e1b8..7f729cf0b44 100644 --- a/apps/dav/tests/unit/carddav/birthdayservicetest.php +++ b/apps/dav/tests/unit/carddav/birthdayservicetest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/carddavbackendtest.php b/apps/dav/tests/unit/carddav/carddavbackendtest.php index 50f8769581d..1e1d6255457 100644 --- a/apps/dav/tests/unit/carddav/carddavbackendtest.php +++ b/apps/dav/tests/unit/carddav/carddavbackendtest.php @@ -1,11 +1,13 @@ - * @author Björn Schießle - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/contactsmanagertest.php b/apps/dav/tests/unit/carddav/contactsmanagertest.php index 5a384550df5..b276cb678df 100644 --- a/apps/dav/tests/unit/carddav/contactsmanagertest.php +++ b/apps/dav/tests/unit/carddav/contactsmanagertest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/convertertest.php b/apps/dav/tests/unit/carddav/convertertest.php index ba71b75686a..524d7a3fc77 100644 --- a/apps/dav/tests/unit/carddav/convertertest.php +++ b/apps/dav/tests/unit/carddav/convertertest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/sharing/plugintest.php b/apps/dav/tests/unit/carddav/sharing/plugintest.php index f7159c2d22d..74beb7244d9 100644 --- a/apps/dav/tests/unit/carddav/sharing/plugintest.php +++ b/apps/dav/tests/unit/carddav/sharing/plugintest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/carddav/syncservicetest.php b/apps/dav/tests/unit/carddav/syncservicetest.php index e3ffaf472ed..2da8530d646 100644 --- a/apps/dav/tests/unit/carddav/syncservicetest.php +++ b/apps/dav/tests/unit/carddav/syncservicetest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/comments/commentnode.php b/apps/dav/tests/unit/comments/commentnode.php index 8ebc5c2ff2c..be2e4a293dc 100644 --- a/apps/dav/tests/unit/comments/commentnode.php +++ b/apps/dav/tests/unit/comments/commentnode.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/comments/commentsplugin.php b/apps/dav/tests/unit/comments/commentsplugin.php index c909f6a61ab..24b622a9bef 100644 --- a/apps/dav/tests/unit/comments/commentsplugin.php +++ b/apps/dav/tests/unit/comments/commentsplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/comments/entitycollection.php b/apps/dav/tests/unit/comments/entitycollection.php index 5bf155f12ba..d84ffcb81f6 100644 --- a/apps/dav/tests/unit/comments/entitycollection.php +++ b/apps/dav/tests/unit/comments/entitycollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/comments/entitytypecollection.php b/apps/dav/tests/unit/comments/entitytypecollection.php index f3aa2dbd71f..c8f1347e075 100644 --- a/apps/dav/tests/unit/comments/entitytypecollection.php +++ b/apps/dav/tests/unit/comments/entitytypecollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/comments/rootcollection.php b/apps/dav/tests/unit/comments/rootcollection.php index 369006e7159..c2c6b36fb3f 100644 --- a/apps/dav/tests/unit/comments/rootcollection.php +++ b/apps/dav/tests/unit/comments/rootcollection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php b/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php index d02064531ab..c9482cae2a1 100644 --- a/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php b/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php index 0ead617f461..61bf372f5b1 100644 --- a/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php index 30d2bf41810..707e62dd750 100644 --- a/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php index dea1e64db1d..1eda4e60945 100644 --- a/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/auth.php b/apps/dav/tests/unit/connector/sabre/auth.php index b81a5e003b5..80d3dde192b 100644 --- a/apps/dav/tests/unit/connector/sabre/auth.php +++ b/apps/dav/tests/unit/connector/sabre/auth.php @@ -1,11 +1,13 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php b/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php index f915c83c4a7..626d3c67bfe 100644 --- a/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/commentpropertiesplugin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php b/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php index 7f6fb26e4d1..4f759f96719 100644 --- a/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php +++ b/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php index e0ba61e9134..52fc5758b59 100644 --- a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php +++ b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/directory.php b/apps/dav/tests/unit/connector/sabre/directory.php index c4ddc38b3e1..d11b6946620 100644 --- a/apps/dav/tests/unit/connector/sabre/directory.php +++ b/apps/dav/tests/unit/connector/sabre/directory.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php b/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php index 36ea97df9f7..d3e589f5d7d 100644 --- a/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php +++ b/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php b/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php index 431a0484d65..82e4d58d8f2 100644 --- a/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php +++ b/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php b/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php index b76285be336..edce3eec609 100644 --- a/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php +++ b/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/file.php b/apps/dav/tests/unit/connector/sabre/file.php index f69edf4c622..1340a585f0a 100644 --- a/apps/dav/tests/unit/connector/sabre/file.php +++ b/apps/dav/tests/unit/connector/sabre/file.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/filesplugin.php b/apps/dav/tests/unit/connector/sabre/filesplugin.php index b664d7caaed..89eb7f0abf7 100644 --- a/apps/dav/tests/unit/connector/sabre/filesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/filesplugin.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/filesreportplugin.php b/apps/dav/tests/unit/connector/sabre/filesreportplugin.php index c17cc0f30a3..148ec911bec 100644 --- a/apps/dav/tests/unit/connector/sabre/filesreportplugin.php +++ b/apps/dav/tests/unit/connector/sabre/filesreportplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/node.php b/apps/dav/tests/unit/connector/sabre/node.php index 8c92c2f063c..577d34f7363 100644 --- a/apps/dav/tests/unit/connector/sabre/node.php +++ b/apps/dav/tests/unit/connector/sabre/node.php @@ -1,10 +1,12 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/objecttree.php b/apps/dav/tests/unit/connector/sabre/objecttree.php index af3d0143f85..0d3bdbd9c24 100644 --- a/apps/dav/tests/unit/connector/sabre/objecttree.php +++ b/apps/dav/tests/unit/connector/sabre/objecttree.php @@ -1,12 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/principal.php b/apps/dav/tests/unit/connector/sabre/principal.php index 1747885240a..e769381342e 100644 --- a/apps/dav/tests/unit/connector/sabre/principal.php +++ b/apps/dav/tests/unit/connector/sabre/principal.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/quotaplugin.php b/apps/dav/tests/unit/connector/sabre/quotaplugin.php index b5a8bfef31c..73a33331702 100644 --- a/apps/dav/tests/unit/connector/sabre/quotaplugin.php +++ b/apps/dav/tests/unit/connector/sabre/quotaplugin.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/auth.php b/apps/dav/tests/unit/connector/sabre/requesttest/auth.php index b728a8f3bd8..d8f5c363cac 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/auth.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/auth.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php index 3d047399a1f..d116129c061 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php index c5c6d0da0c2..d95b0c98f7b 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php b/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php index a6a0f9d3b86..d7acb9316fb 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/partfileinrootupload.php b/apps/dav/tests/unit/connector/sabre/requesttest/partfileinrootupload.php index 52790c5b00b..ee623778faa 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/partfileinrootupload.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/partfileinrootupload.php @@ -1,9 +1,9 @@ - * @author Thomas Müller - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php b/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php index e3cdca5abfa..01dd03f01a6 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php b/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php index 6407d9bc28b..31384be6711 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php index ae30268e366..71ec2eaff1c 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/sharesplugin.php b/apps/dav/tests/unit/connector/sabre/sharesplugin.php index 42f1b539916..a11c2e57fcb 100644 --- a/apps/dav/tests/unit/connector/sabre/sharesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/sharesplugin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/connector/sabre/tagsplugin.php b/apps/dav/tests/unit/connector/sabre/tagsplugin.php index 95ba002e393..c19ba350f89 100644 --- a/apps/dav/tests/unit/connector/sabre/tagsplugin.php +++ b/apps/dav/tests/unit/connector/sabre/tagsplugin.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/dav/HookManagerTest.php b/apps/dav/tests/unit/dav/HookManagerTest.php index 7893ed65452..f4bcbb6e0bf 100644 --- a/apps/dav/tests/unit/dav/HookManagerTest.php +++ b/apps/dav/tests/unit/dav/HookManagerTest.php @@ -1,9 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/dav/browsererrorpageplugintest.php b/apps/dav/tests/unit/dav/browsererrorpageplugintest.php index aeae0e1b152..eda809e6cc5 100644 --- a/apps/dav/tests/unit/dav/browsererrorpageplugintest.php +++ b/apps/dav/tests/unit/dav/browsererrorpageplugintest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/dav/groupprincipaltest.php b/apps/dav/tests/unit/dav/groupprincipaltest.php index 9d012639310..fd872af9170 100644 --- a/apps/dav/tests/unit/dav/groupprincipaltest.php +++ b/apps/dav/tests/unit/dav/groupprincipaltest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/dav/sharing/plugintest.php b/apps/dav/tests/unit/dav/sharing/plugintest.php index ce6c96f1bfc..44b1a501f0c 100644 --- a/apps/dav/tests/unit/dav/sharing/plugintest.php +++ b/apps/dav/tests/unit/dav/sharing/plugintest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/dav/systemprincipalbackendtest.php b/apps/dav/tests/unit/dav/systemprincipalbackendtest.php index 26717f7509b..8f59d623dc9 100644 --- a/apps/dav/tests/unit/dav/systemprincipalbackendtest.php +++ b/apps/dav/tests/unit/dav/systemprincipalbackendtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/migration/addressbookadaptertest.php b/apps/dav/tests/unit/migration/addressbookadaptertest.php index e6e57049a93..ca80d055045 100644 --- a/apps/dav/tests/unit/migration/addressbookadaptertest.php +++ b/apps/dav/tests/unit/migration/addressbookadaptertest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/migration/calendaradaptertest.php b/apps/dav/tests/unit/migration/calendaradaptertest.php index f92774ef6ad..1e4d32282ad 100644 --- a/apps/dav/tests/unit/migration/calendaradaptertest.php +++ b/apps/dav/tests/unit/migration/calendaradaptertest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/migration/migrateaddressbooktest.php b/apps/dav/tests/unit/migration/migrateaddressbooktest.php index 31cb16265c0..231cb40a406 100644 --- a/apps/dav/tests/unit/migration/migrateaddressbooktest.php +++ b/apps/dav/tests/unit/migration/migrateaddressbooktest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/migration/migratecalendartest.php b/apps/dav/tests/unit/migration/migratecalendartest.php index e62970aef34..144f1b737c6 100644 --- a/apps/dav/tests/unit/migration/migratecalendartest.php +++ b/apps/dav/tests/unit/migration/migratecalendartest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/servertest.php b/apps/dav/tests/unit/servertest.php index b25da3cc807..c929b573b9f 100644 --- a/apps/dav/tests/unit/servertest.php +++ b/apps/dav/tests/unit/servertest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagmappingnode.php b/apps/dav/tests/unit/systemtag/systemtagmappingnode.php index 7f2ff7d6616..c0ae6ac591a 100644 --- a/apps/dav/tests/unit/systemtag/systemtagmappingnode.php +++ b/apps/dav/tests/unit/systemtag/systemtagmappingnode.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagnode.php b/apps/dav/tests/unit/systemtag/systemtagnode.php index 5184b74e5c8..dd5b1563acf 100644 --- a/apps/dav/tests/unit/systemtag/systemtagnode.php +++ b/apps/dav/tests/unit/systemtag/systemtagnode.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagplugin.php b/apps/dav/tests/unit/systemtag/systemtagplugin.php index 4466533f1e0..0cc4433828c 100644 --- a/apps/dav/tests/unit/systemtag/systemtagplugin.php +++ b/apps/dav/tests/unit/systemtag/systemtagplugin.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php b/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php index a2bf571ab68..5812dc3b1ae 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php b/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php index df97acd846b..8f15e992514 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php b/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php index 1d4264f94f9..ec21ceaffdc 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 7c684b563d8..22c35f87913 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php index 6d01d3e8353..6efbeeaca8d 100644 --- a/apps/encryption/appinfo/application.php +++ b/apps/encryption/appinfo/application.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/appinfo/register_command.php b/apps/encryption/appinfo/register_command.php index 5f32718cdf0..ced82d21a64 100644 --- a/apps/encryption/appinfo/register_command.php +++ b/apps/encryption/appinfo/register_command.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/appinfo/routes.php b/apps/encryption/appinfo/routes.php index 2ceba7898e9..22f3af7fbfb 100644 --- a/apps/encryption/appinfo/routes.php +++ b/apps/encryption/appinfo/routes.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/command/enablemasterkey.php b/apps/encryption/command/enablemasterkey.php index fd86c221176..6f0800c9340 100644 --- a/apps/encryption/command/enablemasterkey.php +++ b/apps/encryption/command/enablemasterkey.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/command/migratekeys.php b/apps/encryption/command/migratekeys.php index 88d8d46973f..c3935277661 100644 --- a/apps/encryption/command/migratekeys.php +++ b/apps/encryption/command/migratekeys.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/controller/recoverycontroller.php b/apps/encryption/controller/recoverycontroller.php index e4b02e004dc..58ea4e4ece7 100644 --- a/apps/encryption/controller/recoverycontroller.php +++ b/apps/encryption/controller/recoverycontroller.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/controller/settingscontroller.php b/apps/encryption/controller/settingscontroller.php index 5c171a23aec..f19f6392565 100644 --- a/apps/encryption/controller/settingscontroller.php +++ b/apps/encryption/controller/settingscontroller.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/controller/statuscontroller.php b/apps/encryption/controller/statuscontroller.php index b1ecef55df0..72325465206 100644 --- a/apps/encryption/controller/statuscontroller.php +++ b/apps/encryption/controller/statuscontroller.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/hooks/contracts/ihook.php b/apps/encryption/hooks/contracts/ihook.php index 4bf7ead8c15..c73ea2e7ecc 100644 --- a/apps/encryption/hooks/contracts/ihook.php +++ b/apps/encryption/hooks/contracts/ihook.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index bde4d5869b4..55e263c628c 100644 --- a/apps/encryption/hooks/userhooks.php +++ b/apps/encryption/hooks/userhooks.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/crypto/crypt.php b/apps/encryption/lib/crypto/crypt.php index ca70c88488f..7d6636d882e 100644 --- a/apps/encryption/lib/crypto/crypt.php +++ b/apps/encryption/lib/crypto/crypt.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/crypto/decryptall.php b/apps/encryption/lib/crypto/decryptall.php index 694aba2fb89..195dc7891fc 100644 --- a/apps/encryption/lib/crypto/decryptall.php +++ b/apps/encryption/lib/crypto/decryptall.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/crypto/encryptall.php b/apps/encryption/lib/crypto/encryptall.php index c601b4f3159..533eb406370 100644 --- a/apps/encryption/lib/crypto/encryptall.php +++ b/apps/encryption/lib/crypto/encryptall.php @@ -1,10 +1,12 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/crypto/encryption.php b/apps/encryption/lib/crypto/encryption.php index 6eff66e72be..c71e25b6442 100644 --- a/apps/encryption/lib/crypto/encryption.php +++ b/apps/encryption/lib/crypto/encryption.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Jan-Christoph Borchardt - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/exceptions/multikeydecryptexception.php b/apps/encryption/lib/exceptions/multikeydecryptexception.php index 59bea59344d..ec1770cc019 100644 --- a/apps/encryption/lib/exceptions/multikeydecryptexception.php +++ b/apps/encryption/lib/exceptions/multikeydecryptexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/exceptions/multikeyencryptexception.php b/apps/encryption/lib/exceptions/multikeyencryptexception.php index bc0872ffdd2..6b7c360b904 100644 --- a/apps/encryption/lib/exceptions/multikeyencryptexception.php +++ b/apps/encryption/lib/exceptions/multikeyencryptexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/exceptions/privatekeymissingexception.php b/apps/encryption/lib/exceptions/privatekeymissingexception.php index fe162a8f5c4..c25ddf9204b 100644 --- a/apps/encryption/lib/exceptions/privatekeymissingexception.php +++ b/apps/encryption/lib/exceptions/privatekeymissingexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/exceptions/publickeymissingexception.php b/apps/encryption/lib/exceptions/publickeymissingexception.php index 6fad4693dcc..463d7db7d93 100644 --- a/apps/encryption/lib/exceptions/publickeymissingexception.php +++ b/apps/encryption/lib/exceptions/publickeymissingexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/hookmanager.php b/apps/encryption/lib/hookmanager.php index a4269dca031..8434b6aaba5 100644 --- a/apps/encryption/lib/hookmanager.php +++ b/apps/encryption/lib/hookmanager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/keymanager.php b/apps/encryption/lib/keymanager.php index fca10f67350..a02b7c65d0a 100644 --- a/apps/encryption/lib/keymanager.php +++ b/apps/encryption/lib/keymanager.php @@ -1,12 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/migration.php b/apps/encryption/lib/migration.php index db9541d6f5a..7f4acbb68d4 100644 --- a/apps/encryption/lib/migration.php +++ b/apps/encryption/lib/migration.php @@ -1,10 +1,11 @@ - * @author Joas Schilling - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/recovery.php b/apps/encryption/lib/recovery.php index f0ac7bb2383..17533e7b114 100644 --- a/apps/encryption/lib/recovery.php +++ b/apps/encryption/lib/recovery.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/session.php b/apps/encryption/lib/session.php index 62cc09b018d..92132d6080c 100644 --- a/apps/encryption/lib/session.php +++ b/apps/encryption/lib/session.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/users/setup.php b/apps/encryption/lib/users/setup.php index 0b5fb351aca..0701b6c1b02 100644 --- a/apps/encryption/lib/users/setup.php +++ b/apps/encryption/lib/users/setup.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/lib/util.php b/apps/encryption/lib/util.php index e87ed478a1a..72afa68aad2 100644 --- a/apps/encryption/lib/util.php +++ b/apps/encryption/lib/util.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Phil Davis * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/settings/settings-admin.php b/apps/encryption/settings/settings-admin.php index 6c7c0987fd7..f0c2c0910cd 100644 --- a/apps/encryption/settings/settings-admin.php +++ b/apps/encryption/settings/settings-admin.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/settings/settings-personal.php b/apps/encryption/settings/settings-personal.php index 0f6e9353707..66083408881 100644 --- a/apps/encryption/settings/settings-personal.php +++ b/apps/encryption/settings/settings-personal.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/command/testenablemasterkey.php b/apps/encryption/tests/command/testenablemasterkey.php index e408a7c2b14..b5bc9f0a4e7 100644 --- a/apps/encryption/tests/command/testenablemasterkey.php +++ b/apps/encryption/tests/command/testenablemasterkey.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/controller/RecoveryControllerTest.php b/apps/encryption/tests/controller/RecoveryControllerTest.php index a4349139896..76be5d0873c 100644 --- a/apps/encryption/tests/controller/RecoveryControllerTest.php +++ b/apps/encryption/tests/controller/RecoveryControllerTest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/controller/SettingsControllerTest.php b/apps/encryption/tests/controller/SettingsControllerTest.php index 61391a33002..ecc23cd6a03 100644 --- a/apps/encryption/tests/controller/SettingsControllerTest.php +++ b/apps/encryption/tests/controller/SettingsControllerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/controller/StatusControllerTest.php b/apps/encryption/tests/controller/StatusControllerTest.php index 3c937623b7a..94849ecfe6c 100644 --- a/apps/encryption/tests/controller/StatusControllerTest.php +++ b/apps/encryption/tests/controller/StatusControllerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/hooks/UserHooksTest.php b/apps/encryption/tests/hooks/UserHooksTest.php index d2a7d4f2d04..fd648bec1c8 100644 --- a/apps/encryption/tests/hooks/UserHooksTest.php +++ b/apps/encryption/tests/hooks/UserHooksTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/HookManagerTest.php b/apps/encryption/tests/lib/HookManagerTest.php index d69674faec0..b16f068d4c6 100644 --- a/apps/encryption/tests/lib/HookManagerTest.php +++ b/apps/encryption/tests/lib/HookManagerTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling + * @author Joas Schilling * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/KeyManagerTest.php b/apps/encryption/tests/lib/KeyManagerTest.php index 7ede6177deb..c08fb95f2c7 100644 --- a/apps/encryption/tests/lib/KeyManagerTest.php +++ b/apps/encryption/tests/lib/KeyManagerTest.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/MigrationTest.php b/apps/encryption/tests/lib/MigrationTest.php index c71d6245424..f7649b12171 100644 --- a/apps/encryption/tests/lib/MigrationTest.php +++ b/apps/encryption/tests/lib/MigrationTest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Robin Appelman - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/RecoveryTest.php b/apps/encryption/tests/lib/RecoveryTest.php index 68c21c80b34..58d91e73037 100644 --- a/apps/encryption/tests/lib/RecoveryTest.php +++ b/apps/encryption/tests/lib/RecoveryTest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/SessionTest.php b/apps/encryption/tests/lib/SessionTest.php index f7a8a0369bb..aa25e0a84c7 100644 --- a/apps/encryption/tests/lib/SessionTest.php +++ b/apps/encryption/tests/lib/SessionTest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/UtilTest.php b/apps/encryption/tests/lib/UtilTest.php index fa90125d6e9..47108764f8d 100644 --- a/apps/encryption/tests/lib/UtilTest.php +++ b/apps/encryption/tests/lib/UtilTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/crypto/cryptTest.php b/apps/encryption/tests/lib/crypto/cryptTest.php index 2f290db21a1..03b668a5c3e 100644 --- a/apps/encryption/tests/lib/crypto/cryptTest.php +++ b/apps/encryption/tests/lib/crypto/cryptTest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/crypto/decryptalltest.php b/apps/encryption/tests/lib/crypto/decryptalltest.php index 0945692e427..89b95d7ce34 100644 --- a/apps/encryption/tests/lib/crypto/decryptalltest.php +++ b/apps/encryption/tests/lib/crypto/decryptalltest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/crypto/encryptalltest.php b/apps/encryption/tests/lib/crypto/encryptalltest.php index 04d931342a7..9a44a1bc6b0 100644 --- a/apps/encryption/tests/lib/crypto/encryptalltest.php +++ b/apps/encryption/tests/lib/crypto/encryptalltest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/crypto/encryptionTest.php b/apps/encryption/tests/lib/crypto/encryptionTest.php index ad20efb4451..cc11a657398 100644 --- a/apps/encryption/tests/lib/crypto/encryptionTest.php +++ b/apps/encryption/tests/lib/crypto/encryptionTest.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/encryption/tests/lib/users/SetupTest.php b/apps/encryption/tests/lib/users/SetupTest.php index 0cc59384b16..fa24ef8d993 100644 --- a/apps/encryption/tests/lib/users/SetupTest.php +++ b/apps/encryption/tests/lib/users/SetupTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index 804ab69759c..f5c993e5189 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/addresshandler.php b/apps/federatedfilesharing/lib/addresshandler.php index 92768f11b95..3c178b813e4 100644 --- a/apps/federatedfilesharing/lib/addresshandler.php +++ b/apps/federatedfilesharing/lib/addresshandler.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/discoverymanager.php b/apps/federatedfilesharing/lib/discoverymanager.php index 51ea71195fa..73b2c976d72 100644 --- a/apps/federatedfilesharing/lib/discoverymanager.php +++ b/apps/federatedfilesharing/lib/discoverymanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/federatedshareprovider.php b/apps/federatedfilesharing/lib/federatedshareprovider.php index e54ce08fb04..441f7b6768e 100644 --- a/apps/federatedfilesharing/lib/federatedshareprovider.php +++ b/apps/federatedfilesharing/lib/federatedshareprovider.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/notifications.php b/apps/federatedfilesharing/lib/notifications.php index 4ec21e81cc7..502f425ed76 100644 --- a/apps/federatedfilesharing/lib/notifications.php +++ b/apps/federatedfilesharing/lib/notifications.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/lib/tokenhandler.php b/apps/federatedfilesharing/lib/tokenhandler.php index ec5f73127d6..bfe02169fbd 100644 --- a/apps/federatedfilesharing/lib/tokenhandler.php +++ b/apps/federatedfilesharing/lib/tokenhandler.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/DiscoveryManagerTest.php b/apps/federatedfilesharing/tests/DiscoveryManagerTest.php index 9ae62b1ae4d..43e791f6211 100644 --- a/apps/federatedfilesharing/tests/DiscoveryManagerTest.php +++ b/apps/federatedfilesharing/tests/DiscoveryManagerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/addresshandlertest.php b/apps/federatedfilesharing/tests/addresshandlertest.php index 9f7d8c49b4d..3e5e7486aab 100644 --- a/apps/federatedfilesharing/tests/addresshandlertest.php +++ b/apps/federatedfilesharing/tests/addresshandlertest.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/federatedshareprovidertest.php b/apps/federatedfilesharing/tests/federatedshareprovidertest.php index dedd6767b49..b37b72fe865 100644 --- a/apps/federatedfilesharing/tests/federatedshareprovidertest.php +++ b/apps/federatedfilesharing/tests/federatedshareprovidertest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federatedfilesharing/tests/tokenhandlertest.php b/apps/federatedfilesharing/tests/tokenhandlertest.php index 490c0d95d7b..4e0bac6bdd5 100644 --- a/apps/federatedfilesharing/tests/tokenhandlertest.php +++ b/apps/federatedfilesharing/tests/tokenhandlertest.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/api/ocsauthapi.php b/apps/federation/api/ocsauthapi.php index 2cc4f4948e1..83801ed2b2f 100644 --- a/apps/federation/api/ocsauthapi.php +++ b/apps/federation/api/ocsauthapi.php @@ -1,12 +1,14 @@ - * @author Lukas Reschke - * @author Robin Appelman - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/app.php b/apps/federation/appinfo/app.php index 6686f90121c..92b64b9c058 100644 --- a/apps/federation/appinfo/app.php +++ b/apps/federation/appinfo/app.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/application.php b/apps/federation/appinfo/application.php index 621a5d3d099..f2850106a5d 100644 --- a/apps/federation/appinfo/application.php +++ b/apps/federation/appinfo/application.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/install.php b/apps/federation/appinfo/install.php index f2a98d7f555..c37fc72f514 100644 --- a/apps/federation/appinfo/install.php +++ b/apps/federation/appinfo/install.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/register_command.php b/apps/federation/appinfo/register_command.php index c7e79851946..c7cec58efd4 100644 --- a/apps/federation/appinfo/register_command.php +++ b/apps/federation/appinfo/register_command.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/routes.php b/apps/federation/appinfo/routes.php index 6b4124094df..03acc60c682 100644 --- a/apps/federation/appinfo/routes.php +++ b/apps/federation/appinfo/routes.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/appinfo/update.php b/apps/federation/appinfo/update.php index f2a98d7f555..c37fc72f514 100644 --- a/apps/federation/appinfo/update.php +++ b/apps/federation/appinfo/update.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/backgroundjob/getsharedsecret.php b/apps/federation/backgroundjob/getsharedsecret.php index 66ab082c1a2..1d92879b6cb 100644 --- a/apps/federation/backgroundjob/getsharedsecret.php +++ b/apps/federation/backgroundjob/getsharedsecret.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/backgroundjob/requestsharedsecret.php b/apps/federation/backgroundjob/requestsharedsecret.php index ccbe0feeeb6..e292dbbedf9 100644 --- a/apps/federation/backgroundjob/requestsharedsecret.php +++ b/apps/federation/backgroundjob/requestsharedsecret.php @@ -1,10 +1,13 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/command/syncfederationaddressbooks.php b/apps/federation/command/syncfederationaddressbooks.php index 879d38f8c22..bea75cc83a1 100644 --- a/apps/federation/command/syncfederationaddressbooks.php +++ b/apps/federation/command/syncfederationaddressbooks.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/controller/settingscontroller.php b/apps/federation/controller/settingscontroller.php index 0e74db623e7..ad2b378b9d3 100644 --- a/apps/federation/controller/settingscontroller.php +++ b/apps/federation/controller/settingscontroller.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/dav/fedauth.php b/apps/federation/dav/fedauth.php index bb1041adcdf..9229e2e629a 100644 --- a/apps/federation/dav/fedauth.php +++ b/apps/federation/dav/fedauth.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/dbhandler.php b/apps/federation/lib/dbhandler.php index 7e85be96df1..ca63fbca563 100644 --- a/apps/federation/lib/dbhandler.php +++ b/apps/federation/lib/dbhandler.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/hooks.php b/apps/federation/lib/hooks.php index b7f63d27f55..6601b9c0eb7 100644 --- a/apps/federation/lib/hooks.php +++ b/apps/federation/lib/hooks.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/syncfederationaddressbooks.php b/apps/federation/lib/syncfederationaddressbooks.php index 209094266ca..759b59183aa 100644 --- a/apps/federation/lib/syncfederationaddressbooks.php +++ b/apps/federation/lib/syncfederationaddressbooks.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/syncjob.php b/apps/federation/lib/syncjob.php index 2b904813b92..060504efb7b 100644 --- a/apps/federation/lib/syncjob.php +++ b/apps/federation/lib/syncjob.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/trustedservers.php b/apps/federation/lib/trustedservers.php index 54e2f2943f4..e2a795bab3e 100644 --- a/apps/federation/lib/trustedservers.php +++ b/apps/federation/lib/trustedservers.php @@ -1,10 +1,12 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/middleware/addservermiddleware.php b/apps/federation/middleware/addservermiddleware.php index 15781251349..66a10644940 100644 --- a/apps/federation/middleware/addservermiddleware.php +++ b/apps/federation/middleware/addservermiddleware.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/settings/settings-admin.php b/apps/federation/settings/settings-admin.php index a41d815feb8..f3c2911287a 100644 --- a/apps/federation/settings/settings-admin.php +++ b/apps/federation/settings/settings-admin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/api/ocsauthapitest.php b/apps/federation/tests/api/ocsauthapitest.php index d3e61c0641a..7861e917ff8 100644 --- a/apps/federation/tests/api/ocsauthapitest.php +++ b/apps/federation/tests/api/ocsauthapitest.php @@ -1,9 +1,10 @@ - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/backgroundjob/getsharedsecrettest.php b/apps/federation/tests/backgroundjob/getsharedsecrettest.php index 25f7502741d..0746c517fa7 100644 --- a/apps/federation/tests/backgroundjob/getsharedsecrettest.php +++ b/apps/federation/tests/backgroundjob/getsharedsecrettest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/backgroundjob/requestsharedsecrettest.php b/apps/federation/tests/backgroundjob/requestsharedsecrettest.php index 5b4a1f87a5f..cd92d8e33b1 100644 --- a/apps/federation/tests/backgroundjob/requestsharedsecrettest.php +++ b/apps/federation/tests/backgroundjob/requestsharedsecrettest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/controller/settingscontrollertest.php b/apps/federation/tests/controller/settingscontrollertest.php index 65f7d5f91d3..e73d1f47cdd 100644 --- a/apps/federation/tests/controller/settingscontrollertest.php +++ b/apps/federation/tests/controller/settingscontrollertest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/dav/fedauthtest.php b/apps/federation/tests/dav/fedauthtest.php index b716084a45d..10c5e165eef 100644 --- a/apps/federation/tests/dav/fedauthtest.php +++ b/apps/federation/tests/dav/fedauthtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/lib/dbhandlertest.php b/apps/federation/tests/lib/dbhandlertest.php index 3ded486d36a..1aa2c6fc28f 100644 --- a/apps/federation/tests/lib/dbhandlertest.php +++ b/apps/federation/tests/lib/dbhandlertest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/lib/hookstest.php b/apps/federation/tests/lib/hookstest.php index 71569226dd2..a570a4c87a0 100644 --- a/apps/federation/tests/lib/hookstest.php +++ b/apps/federation/tests/lib/hookstest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/lib/syncfederationaddressbookstest.php b/apps/federation/tests/lib/syncfederationaddressbookstest.php index aa2bd9ac2cb..d84a79c9494 100644 --- a/apps/federation/tests/lib/syncfederationaddressbookstest.php +++ b/apps/federation/tests/lib/syncfederationaddressbookstest.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/lib/trustedserverstest.php b/apps/federation/tests/lib/trustedserverstest.php index 39f9394ca2b..8e27a0c3b92 100644 --- a/apps/federation/tests/lib/trustedserverstest.php +++ b/apps/federation/tests/lib/trustedserverstest.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/tests/middleware/addservermiddlewaretest.php b/apps/federation/tests/middleware/addservermiddlewaretest.php index be1d97c4035..9eed79b0db0 100644 --- a/apps/federation/tests/middleware/addservermiddlewaretest.php +++ b/apps/federation/tests/middleware/addservermiddlewaretest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/admin.php b/apps/files/admin.php index 6e818a174bb..3812c06cdb0 100644 --- a/apps/files/admin.php +++ b/apps/files/admin.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Clark Tomlinson - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Jakob Sack * @author Michael Göhler * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index aedd86b6419..17a7fd8b322 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -1,15 +1,16 @@ - * @author Bart Visscher - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Piotr Filiciak + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index 83466ecc033..d1d8d57b468 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index 26ec126becf..bb95f124dab 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 5c541991b8d..ecf6dcd56d2 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Clark Tomlinson * @author Florian Pritz - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Individual IT Services - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Luke Policinski - * @author Robin Appelman + * @author Robin Appelman * @author Roman Geber * @author TheSFReader * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 94360786ac3..49e7a01d570 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/application.php b/apps/files/appinfo/application.php index 593e0533c80..835495925c9 100644 --- a/apps/files/appinfo/application.php +++ b/apps/files/appinfo/application.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php index 55514935cda..3189eefa664 100644 --- a/apps/files/appinfo/install.php +++ b/apps/files/appinfo/install.php @@ -1,10 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke + * @author Morris Jobke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/register_command.php b/apps/files/appinfo/register_command.php index dad78186c62..e0d3ba622f3 100644 --- a/apps/files/appinfo/register_command.php +++ b/apps/files/appinfo/register_command.php @@ -1,10 +1,12 @@ + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 731c671b60a..08fa1b7b406 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Tobias Kaminsky * @author Tom Needham * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php index 72aff4cd0d4..4a3e7d8c245 100644 --- a/apps/files/appinfo/update.php +++ b/apps/files/appinfo/update.php @@ -1,13 +1,14 @@ - * @author Björn Schießle - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/command/deleteorphanedfiles.php b/apps/files/command/deleteorphanedfiles.php index 91043471ce5..77a22945a9a 100644 --- a/apps/files/command/deleteorphanedfiles.php +++ b/apps/files/command/deleteorphanedfiles.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php index f607b3e1af1..2b316fac7c0 100644 --- a/apps/files/command/scan.php +++ b/apps/files/command/scan.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer * @author martin.mattel@diemattels.at * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php index 1f46efdde0d..d3994bbdf9f 100644 --- a/apps/files/command/transferownership.php +++ b/apps/files/command/transferownership.php @@ -1,8 +1,11 @@ + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php index 5e7cf89b16a..fe98efd4697 100644 --- a/apps/files/controller/apicontroller.php +++ b/apps/files/controller/apicontroller.php @@ -1,14 +1,15 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/controller/viewcontroller.php b/apps/files/controller/viewcontroller.php index 800cf008fa7..58454300854 100644 --- a/apps/files/controller/viewcontroller.php +++ b/apps/files/controller/viewcontroller.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/download.php b/apps/files/download.php index f71b54c4784..7d5c58a56c7 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -1,15 +1,16 @@ * @author Felix Moeller - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Jakob Sack * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/activity.php b/apps/files/lib/activity.php index 1cbd6c3b973..b9cc98cf7ea 100644 --- a/apps/files/lib/activity.php +++ b/apps/files/lib/activity.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/activityhelper.php b/apps/files/lib/activityhelper.php index 046dd59bc76..f5660de4b37 100644 --- a/apps/files/lib/activityhelper.php +++ b/apps/files/lib/activityhelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/app.php b/apps/files/lib/app.php index 981c41ff413..add27a2d2df 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/backgroundjob/cleanupfilelocks.php b/apps/files/lib/backgroundjob/cleanupfilelocks.php index b5cf8e94551..f4898b24873 100644 --- a/apps/files/lib/backgroundjob/cleanupfilelocks.php +++ b/apps/files/lib/backgroundjob/cleanupfilelocks.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/backgroundjob/deleteorphaneditems.php b/apps/files/lib/backgroundjob/deleteorphaneditems.php index 1eef9c24e0c..5c4ba6ac06c 100644 --- a/apps/files/lib/backgroundjob/deleteorphaneditems.php +++ b/apps/files/lib/backgroundjob/deleteorphaneditems.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/backgroundjob/scanfiles.php b/apps/files/lib/backgroundjob/scanfiles.php index dcc180bcfbe..cb2b9d4b1c9 100644 --- a/apps/files/lib/backgroundjob/scanfiles.php +++ b/apps/files/lib/backgroundjob/scanfiles.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/capabilities.php b/apps/files/lib/capabilities.php index 7d50b51bb97..25288a0783c 100644 --- a/apps/files/lib/capabilities.php +++ b/apps/files/lib/capabilities.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/lib/helper.php b/apps/files/lib/helper.php index d21a65afcee..26bc020c871 100644 --- a/apps/files/lib/helper.php +++ b/apps/files/lib/helper.php @@ -1,17 +1,18 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author brumsel * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/list.php b/apps/files/list.php index 6d2c463a2d9..59b5b06db4e 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/service/tagservice.php b/apps/files/service/tagservice.php index 57cad43a539..04e962b5e17 100644 --- a/apps/files/service/tagservice.php +++ b/apps/files/service/tagservice.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/simplelist.php b/apps/files/simplelist.php index 2e65eedd1b3..1d61b397050 100644 --- a/apps/files/simplelist.php +++ b/apps/files/simplelist.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/activitytest.php b/apps/files/tests/activitytest.php index 5e73ff0b5dd..d8894ebef90 100644 --- a/apps/files/tests/activitytest.php +++ b/apps/files/tests/activitytest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php b/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php index e802a248a9b..bf4e78d6b21 100644 --- a/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php +++ b/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/backgroundjob/ScanFilesTest.php b/apps/files/tests/backgroundjob/ScanFilesTest.php index eab28071b70..16bf1d793b7 100644 --- a/apps/files/tests/backgroundjob/ScanFilesTest.php +++ b/apps/files/tests/backgroundjob/ScanFilesTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/command/deleteorphanedfilestest.php b/apps/files/tests/command/deleteorphanedfilestest.php index ff29942bc4a..b4d16e54617 100644 --- a/apps/files/tests/command/deleteorphanedfilestest.php +++ b/apps/files/tests/command/deleteorphanedfilestest.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/controller/ViewControllerTest.php b/apps/files/tests/controller/ViewControllerTest.php index 657ab6cb338..9b5391cd8d7 100644 --- a/apps/files/tests/controller/ViewControllerTest.php +++ b/apps/files/tests/controller/ViewControllerTest.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/controller/apicontrollertest.php b/apps/files/tests/controller/apicontrollertest.php index a9b248a36fe..acb0c045529 100644 --- a/apps/files/tests/controller/apicontrollertest.php +++ b/apps/files/tests/controller/apicontrollertest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/helper.php b/apps/files/tests/helper.php index 654ec8332ed..1bbb06392af 100644 --- a/apps/files/tests/helper.php +++ b/apps/files/tests/helper.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/tests/service/tagservice.php b/apps/files/tests/service/tagservice.php index 5fcf64b1352..a692c3be33a 100644 --- a/apps/files/tests/service/tagservice.php +++ b/apps/files/tests/service/tagservice.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/ajax/applicable.php b/apps/files_external/ajax/applicable.php index 5d30dfdbb51..4ee922b63ac 100644 --- a/apps/files_external/ajax/applicable.php +++ b/apps/files_external/ajax/applicable.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/ajax/oauth1.php b/apps/files_external/ajax/oauth1.php index ea7db2523a8..f0f872c99ff 100644 --- a/apps/files_external/ajax/oauth1.php +++ b/apps/files_external/ajax/oauth1.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index b110cba9fe0..3abb841573c 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -1,16 +1,17 @@ * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 46a4ecf0793..5a8ea4e88ed 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -1,15 +1,16 @@ - * @author j-ed * @author Jan-Christoph Borchardt - * @author Robin Appelman + * @author j-ed + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/appinfo/application.php b/apps/files_external/appinfo/application.php index 90da98bcf5d..572f8dec4f4 100644 --- a/apps/files_external/appinfo/application.php +++ b/apps/files_external/appinfo/application.php @@ -1,13 +1,15 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Ross Nicoll * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/appinfo/register_command.php b/apps/files_external/appinfo/register_command.php index 927ce9869f9..61a477ee68a 100644 --- a/apps/files_external/appinfo/register_command.php +++ b/apps/files_external/appinfo/register_command.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index b6aa9224392..c3a7ca2951c 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Ross Nicoll * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/appinfo/update.php b/apps/files_external/appinfo/update.php index 8cc2422c7ff..17e76e55ff2 100644 --- a/apps/files_external/appinfo/update.php +++ b/apps/files_external/appinfo/update.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/applicable.php b/apps/files_external/command/applicable.php index 7e6c99d2915..bf0d7e90079 100644 --- a/apps/files_external/command/applicable.php +++ b/apps/files_external/command/applicable.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/backends.php b/apps/files_external/command/backends.php index 260ea210397..75e0f330e59 100644 --- a/apps/files_external/command/backends.php +++ b/apps/files_external/command/backends.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/config.php b/apps/files_external/command/config.php index 1403c24b345..4067a49d70d 100644 --- a/apps/files_external/command/config.php +++ b/apps/files_external/command/config.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/create.php b/apps/files_external/command/create.php index 315b23f9d3c..a66971cf481 100644 --- a/apps/files_external/command/create.php +++ b/apps/files_external/command/create.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/delete.php b/apps/files_external/command/delete.php index bdbfcf8bb55..a130603912f 100644 --- a/apps/files_external/command/delete.php +++ b/apps/files_external/command/delete.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/export.php b/apps/files_external/command/export.php index 09c5ea8a9df..0237c267115 100644 --- a/apps/files_external/command/export.php +++ b/apps/files_external/command/export.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/import.php b/apps/files_external/command/import.php index 97bb9a937f0..6d39a071e77 100644 --- a/apps/files_external/command/import.php +++ b/apps/files_external/command/import.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/listcommand.php b/apps/files_external/command/listcommand.php index 5a0794be4c5..b12e52af446 100644 --- a/apps/files_external/command/listcommand.php +++ b/apps/files_external/command/listcommand.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/option.php b/apps/files_external/command/option.php index 292005134cb..671e326677c 100644 --- a/apps/files_external/command/option.php +++ b/apps/files_external/command/option.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/command/verify.php b/apps/files_external/command/verify.php index f985cb401af..38cea745f82 100644 --- a/apps/files_external/command/verify.php +++ b/apps/files_external/command/verify.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/controller/ajaxcontroller.php b/apps/files_external/controller/ajaxcontroller.php index b16c49f8897..6d88e558ee4 100644 --- a/apps/files_external/controller/ajaxcontroller.php +++ b/apps/files_external/controller/ajaxcontroller.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/controller/globalstoragescontroller.php b/apps/files_external/controller/globalstoragescontroller.php index dc7e8c0c24c..5482328548e 100644 --- a/apps/files_external/controller/globalstoragescontroller.php +++ b/apps/files_external/controller/globalstoragescontroller.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Juan Pablo Villafañez + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/controller/storagescontroller.php b/apps/files_external/controller/storagescontroller.php index b26e85cc9af..e865aa11376 100644 --- a/apps/files_external/controller/storagescontroller.php +++ b/apps/files_external/controller/storagescontroller.php @@ -1,11 +1,13 @@ - * @author Robin Appelman + * @author Juan Pablo Villafañez + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/controller/userglobalstoragescontroller.php b/apps/files_external/controller/userglobalstoragescontroller.php index f89022ee468..51af05f4bcd 100644 --- a/apps/files_external/controller/userglobalstoragescontroller.php +++ b/apps/files_external/controller/userglobalstoragescontroller.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Juan Pablo Villafañez + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/controller/userstoragescontroller.php b/apps/files_external/controller/userstoragescontroller.php index 8ab22341225..220304a791d 100644 --- a/apps/files_external/controller/userstoragescontroller.php +++ b/apps/files_external/controller/userstoragescontroller.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Juan Pablo Villafañez + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index cb2082ee38b..e8209f1cdc9 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -1,7 +1,9 @@ - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Christian Berendt * @author Christopher T. Johnson @@ -11,12 +13,11 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/api.php b/apps/files_external/lib/api.php index 50a2f38c65b..304c0e514f3 100644 --- a/apps/files_external/lib/api.php +++ b/apps/files_external/lib/api.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/amazons3/accesskey.php b/apps/files_external/lib/auth/amazons3/accesskey.php index 296ed59a77a..dbf14b76da8 100644 --- a/apps/files_external/lib/auth/amazons3/accesskey.php +++ b/apps/files_external/lib/auth/amazons3/accesskey.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/authmechanism.php b/apps/files_external/lib/auth/authmechanism.php index 68d6f023487..1229fd7f07e 100644 --- a/apps/files_external/lib/auth/authmechanism.php +++ b/apps/files_external/lib/auth/authmechanism.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/builtin.php b/apps/files_external/lib/auth/builtin.php index 8b43cb459cc..627e06fef79 100644 --- a/apps/files_external/lib/auth/builtin.php +++ b/apps/files_external/lib/auth/builtin.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/iuserprovided.php b/apps/files_external/lib/auth/iuserprovided.php index 6852c804be5..ed4abaf6573 100644 --- a/apps/files_external/lib/auth/iuserprovided.php +++ b/apps/files_external/lib/auth/iuserprovided.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/nullmechanism.php b/apps/files_external/lib/auth/nullmechanism.php index 06083729e59..e830643b770 100644 --- a/apps/files_external/lib/auth/nullmechanism.php +++ b/apps/files_external/lib/auth/nullmechanism.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/oauth1/oauth1.php b/apps/files_external/lib/auth/oauth1/oauth1.php index dd83c9a6a69..3bd6cf80440 100644 --- a/apps/files_external/lib/auth/oauth1/oauth1.php +++ b/apps/files_external/lib/auth/oauth1/oauth1.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/oauth2/oauth2.php b/apps/files_external/lib/auth/oauth2/oauth2.php index c89007b52ba..5cb10cf6a0d 100644 --- a/apps/files_external/lib/auth/oauth2/oauth2.php +++ b/apps/files_external/lib/auth/oauth2/oauth2.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/openstack/openstack.php b/apps/files_external/lib/auth/openstack/openstack.php index 80bbb1299f7..17c2c8bd146 100644 --- a/apps/files_external/lib/auth/openstack/openstack.php +++ b/apps/files_external/lib/auth/openstack/openstack.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/openstack/rackspace.php b/apps/files_external/lib/auth/openstack/rackspace.php index c968321ca6c..caff8e26ae3 100644 --- a/apps/files_external/lib/auth/openstack/rackspace.php +++ b/apps/files_external/lib/auth/openstack/rackspace.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/password/globalauth.php b/apps/files_external/lib/auth/password/globalauth.php index c261a385f9a..5611e57a31f 100644 --- a/apps/files_external/lib/auth/password/globalauth.php +++ b/apps/files_external/lib/auth/password/globalauth.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2015, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/password/logincredentials.php b/apps/files_external/lib/auth/password/logincredentials.php index 25bd66fb41a..80703b52a9a 100644 --- a/apps/files_external/lib/auth/password/logincredentials.php +++ b/apps/files_external/lib/auth/password/logincredentials.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2015, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/password/password.php b/apps/files_external/lib/auth/password/password.php index 3b1942cc4a8..cf8d6b9f458 100644 --- a/apps/files_external/lib/auth/password/password.php +++ b/apps/files_external/lib/auth/password/password.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/password/sessioncredentials.php b/apps/files_external/lib/auth/password/sessioncredentials.php index 429c549d80a..2fa939764d7 100644 --- a/apps/files_external/lib/auth/password/sessioncredentials.php +++ b/apps/files_external/lib/auth/password/sessioncredentials.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/password/userprovided.php b/apps/files_external/lib/auth/password/userprovided.php index 2f277163184..7eb2f63e7d3 100644 --- a/apps/files_external/lib/auth/password/userprovided.php +++ b/apps/files_external/lib/auth/password/userprovided.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2015, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/auth/publickey/rsa.php b/apps/files_external/lib/auth/publickey/rsa.php index 9045f6818f9..4fdace30505 100644 --- a/apps/files_external/lib/auth/publickey/rsa.php +++ b/apps/files_external/lib/auth/publickey/rsa.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/amazons3.php b/apps/files_external/lib/backend/amazons3.php index b2dedc10e4a..5cd2c7a72b8 100644 --- a/apps/files_external/lib/backend/amazons3.php +++ b/apps/files_external/lib/backend/amazons3.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/backend.php b/apps/files_external/lib/backend/backend.php index 8fb84b0e835..3ce524d3c55 100644 --- a/apps/files_external/lib/backend/backend.php +++ b/apps/files_external/lib/backend/backend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/dav.php b/apps/files_external/lib/backend/dav.php index c6e9630be9e..a8053f81d36 100644 --- a/apps/files_external/lib/backend/dav.php +++ b/apps/files_external/lib/backend/dav.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/dropbox.php b/apps/files_external/lib/backend/dropbox.php index 7a414731192..325fcf73f33 100644 --- a/apps/files_external/lib/backend/dropbox.php +++ b/apps/files_external/lib/backend/dropbox.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/ftp.php b/apps/files_external/lib/backend/ftp.php index b2b83a27405..378ec935c99 100644 --- a/apps/files_external/lib/backend/ftp.php +++ b/apps/files_external/lib/backend/ftp.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/google.php b/apps/files_external/lib/backend/google.php index 93a8cd2177d..d111ffe688d 100644 --- a/apps/files_external/lib/backend/google.php +++ b/apps/files_external/lib/backend/google.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/legacybackend.php b/apps/files_external/lib/backend/legacybackend.php index 084758ff78a..ecf4b9f6daa 100644 --- a/apps/files_external/lib/backend/legacybackend.php +++ b/apps/files_external/lib/backend/legacybackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/local.php b/apps/files_external/lib/backend/local.php index 1db707e7247..298b0af1c7a 100644 --- a/apps/files_external/lib/backend/local.php +++ b/apps/files_external/lib/backend/local.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/owncloud.php b/apps/files_external/lib/backend/owncloud.php index e7da328c5f1..d639315c732 100644 --- a/apps/files_external/lib/backend/owncloud.php +++ b/apps/files_external/lib/backend/owncloud.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/sftp.php b/apps/files_external/lib/backend/sftp.php index 3e5ecb90131..6b545cd11c5 100644 --- a/apps/files_external/lib/backend/sftp.php +++ b/apps/files_external/lib/backend/sftp.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/sftp_key.php b/apps/files_external/lib/backend/sftp_key.php index 58dddedf784..20e9bebfb09 100644 --- a/apps/files_external/lib/backend/sftp_key.php +++ b/apps/files_external/lib/backend/sftp_key.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/smb.php b/apps/files_external/lib/backend/smb.php index 9b71636936a..eb9b68b793c 100644 --- a/apps/files_external/lib/backend/smb.php +++ b/apps/files_external/lib/backend/smb.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/smb_oc.php b/apps/files_external/lib/backend/smb_oc.php index ba38754ce5a..b81b0377533 100644 --- a/apps/files_external/lib/backend/smb_oc.php +++ b/apps/files_external/lib/backend/smb_oc.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/backend/swift.php b/apps/files_external/lib/backend/swift.php index d6e4ac12f9a..4b2d6edf74a 100644 --- a/apps/files_external/lib/backend/swift.php +++ b/apps/files_external/lib/backend/swift.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 11a111bd8ff..d2218479793 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -1,21 +1,23 @@ * @author Bart Visscher - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Jesús Macias - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Juan Pablo Villafañez + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/config/configadapter.php b/apps/files_external/lib/config/configadapter.php index a19a111d3d9..12bd69912c7 100644 --- a/apps/files_external/lib/config/configadapter.php +++ b/apps/files_external/lib/config/configadapter.php @@ -1,10 +1,12 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/definitionparameter.php b/apps/files_external/lib/definitionparameter.php index 16c07f4b8cc..c1108fccce7 100644 --- a/apps/files_external/lib/definitionparameter.php +++ b/apps/files_external/lib/definitionparameter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/dependencytrait.php b/apps/files_external/lib/dependencytrait.php index eed3ba1b327..bae2d277a59 100644 --- a/apps/files_external/lib/dependencytrait.php +++ b/apps/files_external/lib/dependencytrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php index bfddc98f5a3..bc3517e10a8 100644 --- a/apps/files_external/lib/dropbox.php +++ b/apps/files_external/lib/dropbox.php @@ -1,16 +1,16 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Sascha Schmidt * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/frontenddefinitiontrait.php b/apps/files_external/lib/frontenddefinitiontrait.php index 9f2b7c40f7f..591775b3ba2 100644 --- a/apps/files_external/lib/frontenddefinitiontrait.php +++ b/apps/files_external/lib/frontenddefinitiontrait.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/ftp.php b/apps/files_external/lib/ftp.php index 338e2c14fa4..90996f8259b 100644 --- a/apps/files_external/lib/ftp.php +++ b/apps/files_external/lib/ftp.php @@ -1,17 +1,19 @@ + * @author Björn Schießle * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php index 62d264dfeef..2c51aab80de 100644 --- a/apps/files_external/lib/google.php +++ b/apps/files_external/lib/google.php @@ -1,20 +1,21 @@ - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/identifiertrait.php b/apps/files_external/lib/identifiertrait.php index c49f4fcbc8d..dd583728545 100644 --- a/apps/files_external/lib/identifiertrait.php +++ b/apps/files_external/lib/identifiertrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php index 1906057eb67..925dae7030d 100644 --- a/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php +++ b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/legacydependencycheckpolyfill.php b/apps/files_external/lib/legacydependencycheckpolyfill.php index 7d6c0c4b45b..4db4e6d74de 100644 --- a/apps/files_external/lib/legacydependencycheckpolyfill.php +++ b/apps/files_external/lib/legacydependencycheckpolyfill.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/missingdependency.php b/apps/files_external/lib/missingdependency.php index a4a20dd1128..056f57638eb 100644 --- a/apps/files_external/lib/missingdependency.php +++ b/apps/files_external/lib/missingdependency.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/notfoundexception.php b/apps/files_external/lib/notfoundexception.php index dd3dd1907a5..eba44bb970f 100644 --- a/apps/files_external/lib/notfoundexception.php +++ b/apps/files_external/lib/notfoundexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/owncloud.php b/apps/files_external/lib/owncloud.php index c4824e6bd14..17395692f98 100644 --- a/apps/files_external/lib/owncloud.php +++ b/apps/files_external/lib/owncloud.php @@ -1,10 +1,11 @@ * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/personalmount.php b/apps/files_external/lib/personalmount.php index c3b71fbef32..c54ed0a79f3 100644 --- a/apps/files_external/lib/personalmount.php +++ b/apps/files_external/lib/personalmount.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/prioritytrait.php b/apps/files_external/lib/prioritytrait.php index 9745015bef4..d060dbe2f9d 100644 --- a/apps/files_external/lib/prioritytrait.php +++ b/apps/files_external/lib/prioritytrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/sessionstoragewrapper.php b/apps/files_external/lib/sessionstoragewrapper.php index c592cb87a34..ba0f68b4e11 100644 --- a/apps/files_external/lib/sessionstoragewrapper.php +++ b/apps/files_external/lib/sessionstoragewrapper.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index c44ee9f908e..afe4dd3a2f6 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -1,19 +1,20 @@ * @author Bart Visscher * @author hkjolhede * @author Jörn Friedrich Dreyer * @author Lennart Rosam - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * @author SA * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index 08c4b25a088..59e074bb024 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -1,17 +1,18 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jesús Macias * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/storageconfig.php b/apps/files_external/lib/storageconfig.php index 590a5f53249..8170ed26487 100644 --- a/apps/files_external/lib/storageconfig.php +++ b/apps/files_external/lib/storageconfig.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/storagemodifiertrait.php b/apps/files_external/lib/storagemodifiertrait.php index 30c2108feec..3327869e1a3 100644 --- a/apps/files_external/lib/storagemodifiertrait.php +++ b/apps/files_external/lib/storagemodifiertrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php index efb51f32ba4..5e898c88433 100644 --- a/apps/files_external/lib/streamwrapper.php +++ b/apps/files_external/lib/streamwrapper.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index 9282fe28669..a7889447926 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -1,5 +1,7 @@ * @author Benjamin Liles * @author Christian Berendt @@ -9,13 +11,12 @@ * @author Martin Mattel * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Tim Dettrick * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/lib/visibilitytrait.php b/apps/files_external/lib/visibilitytrait.php index 916c8e69d9c..7d886de04dd 100644 --- a/apps/files_external/lib/visibilitytrait.php +++ b/apps/files_external/lib/visibilitytrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/list.php b/apps/files_external/list.php index 15e05b0e35c..bda484d996e 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/migration/dummyusersession.php b/apps/files_external/migration/dummyusersession.php index bb4ef19dace..550d735c8b0 100644 --- a/apps/files_external/migration/dummyusersession.php +++ b/apps/files_external/migration/dummyusersession.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/migration/storagemigrator.php b/apps/files_external/migration/storagemigrator.php index 48ab52768e2..171d5811eeb 100644 --- a/apps/files_external/migration/storagemigrator.php +++ b/apps/files_external/migration/storagemigrator.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/personal.php b/apps/files_external/personal.php index df715c67420..39b7a17ef51 100644 --- a/apps/files_external/personal.php +++ b/apps/files_external/personal.php @@ -1,13 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/backendservice.php b/apps/files_external/service/backendservice.php index 9b23a441c7c..9dda26db69d 100644 --- a/apps/files_external/service/backendservice.php +++ b/apps/files_external/service/backendservice.php @@ -1,9 +1,10 @@ * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/dbconfigservice.php b/apps/files_external/service/dbconfigservice.php index 9f7061eb938..31333f8cc32 100644 --- a/apps/files_external/service/dbconfigservice.php +++ b/apps/files_external/service/dbconfigservice.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/globallegacystoragesservice.php b/apps/files_external/service/globallegacystoragesservice.php index ed9b1bcf075..33403c564cb 100644 --- a/apps/files_external/service/globallegacystoragesservice.php +++ b/apps/files_external/service/globallegacystoragesservice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/globalstoragesservice.php b/apps/files_external/service/globalstoragesservice.php index 312d8417a92..76331c130dd 100644 --- a/apps/files_external/service/globalstoragesservice.php +++ b/apps/files_external/service/globalstoragesservice.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/importlegacystoragesservice.php b/apps/files_external/service/importlegacystoragesservice.php index 8a790c5de9b..03f0c8e783b 100644 --- a/apps/files_external/service/importlegacystoragesservice.php +++ b/apps/files_external/service/importlegacystoragesservice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/legacystoragesservice.php b/apps/files_external/service/legacystoragesservice.php index bab1008e561..7a84ab21ceb 100644 --- a/apps/files_external/service/legacystoragesservice.php +++ b/apps/files_external/service/legacystoragesservice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/storagesservice.php b/apps/files_external/service/storagesservice.php index 1762b55a06c..9d638721ef8 100644 --- a/apps/files_external/service/storagesservice.php +++ b/apps/files_external/service/storagesservice.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/userglobalstoragesservice.php b/apps/files_external/service/userglobalstoragesservice.php index 111d4586924..c078d2c5734 100644 --- a/apps/files_external/service/userglobalstoragesservice.php +++ b/apps/files_external/service/userglobalstoragesservice.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/userlegacystoragesservice.php b/apps/files_external/service/userlegacystoragesservice.php index 2f14857c633..6f63fbe8c42 100644 --- a/apps/files_external/service/userlegacystoragesservice.php +++ b/apps/files_external/service/userlegacystoragesservice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/userstoragesservice.php b/apps/files_external/service/userstoragesservice.php index d4b04de609d..65649021d59 100644 --- a/apps/files_external/service/userstoragesservice.php +++ b/apps/files_external/service/userstoragesservice.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/service/usertrait.php b/apps/files_external/service/usertrait.php index 536c0f67e1f..5c6464cf719 100644 --- a/apps/files_external/service/usertrait.php +++ b/apps/files_external/service/usertrait.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index 997e56b6184..75106734f35 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -1,13 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/amazons3migration.php b/apps/files_external/tests/amazons3migration.php index d4ea9e2c261..b1cdc4110d9 100644 --- a/apps/files_external/tests/amazons3migration.php +++ b/apps/files_external/tests/amazons3migration.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/auth/authmechanismtest.php b/apps/files_external/tests/auth/authmechanismtest.php index 789d1f62478..5d635a5036a 100644 --- a/apps/files_external/tests/auth/authmechanismtest.php +++ b/apps/files_external/tests/auth/authmechanismtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/auth/password/globalauth.php b/apps/files_external/tests/auth/password/globalauth.php index 912bfd1574d..77a6431a13b 100644 --- a/apps/files_external/tests/auth/password/globalauth.php +++ b/apps/files_external/tests/auth/password/globalauth.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backend/backendtest.php b/apps/files_external/tests/backend/backendtest.php index 50f6d975bf0..762b9f4c0e8 100644 --- a/apps/files_external/tests/backend/backendtest.php +++ b/apps/files_external/tests/backend/backendtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backend/legacybackendtest.php b/apps/files_external/tests/backend/legacybackendtest.php index d825b7627b7..9d50fb53dff 100644 --- a/apps/files_external/tests/backend/legacybackendtest.php +++ b/apps/files_external/tests/backend/legacybackendtest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/amazons3.php b/apps/files_external/tests/backends/amazons3.php index 3b43f81a926..a6975b5c1bc 100644 --- a/apps/files_external/tests/backends/amazons3.php +++ b/apps/files_external/tests/backends/amazons3.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/dropbox.php b/apps/files_external/tests/backends/dropbox.php index 1bf8b4171fb..03d8c366642 100644 --- a/apps/files_external/tests/backends/dropbox.php +++ b/apps/files_external/tests/backends/dropbox.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/ftp.php b/apps/files_external/tests/backends/ftp.php index 868a022d38f..20921e5ffd4 100644 --- a/apps/files_external/tests/backends/ftp.php +++ b/apps/files_external/tests/backends/ftp.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/google.php b/apps/files_external/tests/backends/google.php index 7622f796407..87a6268e8e1 100644 --- a/apps/files_external/tests/backends/google.php +++ b/apps/files_external/tests/backends/google.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/owncloud.php b/apps/files_external/tests/backends/owncloud.php index a56e9b2a186..f06ac2dc43e 100644 --- a/apps/files_external/tests/backends/owncloud.php +++ b/apps/files_external/tests/backends/owncloud.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/sftp.php b/apps/files_external/tests/backends/sftp.php index 608982adbc4..e9b115ca585 100644 --- a/apps/files_external/tests/backends/sftp.php +++ b/apps/files_external/tests/backends/sftp.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/sftp_key.php b/apps/files_external/tests/backends/sftp_key.php index 73c6a0b6432..af89b9e9aff 100644 --- a/apps/files_external/tests/backends/sftp_key.php +++ b/apps/files_external/tests/backends/sftp_key.php @@ -1,11 +1,12 @@ * @author Ross Nicoll * @author Thomas Müller * @author Viktor Szépe * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/smb.php b/apps/files_external/tests/backends/smb.php index f9a377c271b..49afcea8a56 100644 --- a/apps/files_external/tests/backends/smb.php +++ b/apps/files_external/tests/backends/smb.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/swift.php b/apps/files_external/tests/backends/swift.php index 9bdcd48ee68..ff70245997b 100644 --- a/apps/files_external/tests/backends/swift.php +++ b/apps/files_external/tests/backends/swift.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/backends/webdav.php b/apps/files_external/tests/backends/webdav.php index e1a710c94b4..b1910cc0120 100644 --- a/apps/files_external/tests/backends/webdav.php +++ b/apps/files_external/tests/backends/webdav.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/command/applicabletest.php b/apps/files_external/tests/command/applicabletest.php index 64d41f6f245..7e2ba9563a2 100644 --- a/apps/files_external/tests/command/applicabletest.php +++ b/apps/files_external/tests/command/applicabletest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/command/commandtest.php b/apps/files_external/tests/command/commandtest.php index 9a0afbd3681..f0107262788 100644 --- a/apps/files_external/tests/command/commandtest.php +++ b/apps/files_external/tests/command/commandtest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/command/listcommandtest.php b/apps/files_external/tests/command/listcommandtest.php index 3098906bcc6..d28dcac11af 100644 --- a/apps/files_external/tests/command/listcommandtest.php +++ b/apps/files_external/tests/command/listcommandtest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 9784de7db15..8f953753fdd 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -1,14 +1,15 @@ * @author hkjolhede * @author Michael Gapczynski - * @author Robin Appelman + * @author Robin Appelman * @author Ross Nicoll * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/controller/ajaxcontrollertest.php b/apps/files_external/tests/controller/ajaxcontrollertest.php index c51172f8995..0fcd89611cf 100644 --- a/apps/files_external/tests/controller/ajaxcontrollertest.php +++ b/apps/files_external/tests/controller/ajaxcontrollertest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/controller/globalstoragescontrollertest.php b/apps/files_external/tests/controller/globalstoragescontrollertest.php index 1021300399a..c90546359cd 100644 --- a/apps/files_external/tests/controller/globalstoragescontrollertest.php +++ b/apps/files_external/tests/controller/globalstoragescontrollertest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/controller/storagescontrollertest.php b/apps/files_external/tests/controller/storagescontrollertest.php index 5854cb00fee..9dafb46623e 100644 --- a/apps/files_external/tests/controller/storagescontrollertest.php +++ b/apps/files_external/tests/controller/storagescontrollertest.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/controller/userstoragescontrollertest.php b/apps/files_external/tests/controller/userstoragescontrollertest.php index a7e854471b5..69a4f40b38f 100644 --- a/apps/files_external/tests/controller/userstoragescontrollertest.php +++ b/apps/files_external/tests/controller/userstoragescontrollertest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/definitionparameterttest.php b/apps/files_external/tests/definitionparameterttest.php index 2f4069af0bd..d60d9677dbe 100644 --- a/apps/files_external/tests/definitionparameterttest.php +++ b/apps/files_external/tests/definitionparameterttest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/frontenddefinitiontraittest.php b/apps/files_external/tests/frontenddefinitiontraittest.php index 2afc87762e9..dbfe27a2354 100644 --- a/apps/files_external/tests/frontenddefinitiontraittest.php +++ b/apps/files_external/tests/frontenddefinitiontraittest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/legacydependencycheckpolyfilltest.php b/apps/files_external/tests/legacydependencycheckpolyfilltest.php index 4b1351a809d..89c9fc76fae 100644 --- a/apps/files_external/tests/legacydependencycheckpolyfilltest.php +++ b/apps/files_external/tests/legacydependencycheckpolyfilltest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/owncloudfunctions.php b/apps/files_external/tests/owncloudfunctions.php index 019f988275e..fb4c5b80a6d 100644 --- a/apps/files_external/tests/owncloudfunctions.php +++ b/apps/files_external/tests/owncloudfunctions.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/personalmounttest.php b/apps/files_external/tests/personalmounttest.php index d82773ad749..d56a6182585 100644 --- a/apps/files_external/tests/personalmounttest.php +++ b/apps/files_external/tests/personalmounttest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/backendservicetest.php b/apps/files_external/tests/service/backendservicetest.php index 8621c98b9b7..537d7527712 100644 --- a/apps/files_external/tests/service/backendservicetest.php +++ b/apps/files_external/tests/service/backendservicetest.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/dbconfigservicetest.php b/apps/files_external/tests/service/dbconfigservicetest.php index b088a7078d1..1a75f5ff00d 100644 --- a/apps/files_external/tests/service/dbconfigservicetest.php +++ b/apps/files_external/tests/service/dbconfigservicetest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/globalstoragesservicetest.php b/apps/files_external/tests/service/globalstoragesservicetest.php index 6cdfbef82d4..905835e4fdc 100644 --- a/apps/files_external/tests/service/globalstoragesservicetest.php +++ b/apps/files_external/tests/service/globalstoragesservicetest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/storagesservicetest.php b/apps/files_external/tests/service/storagesservicetest.php index 3fbe3b755e1..08a3d315537 100644 --- a/apps/files_external/tests/service/storagesservicetest.php +++ b/apps/files_external/tests/service/storagesservicetest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/userglobalstoragesservicetest.php b/apps/files_external/tests/service/userglobalstoragesservicetest.php index baecf143c66..4798034a8b9 100644 --- a/apps/files_external/tests/service/userglobalstoragesservicetest.php +++ b/apps/files_external/tests/service/userglobalstoragesservicetest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/service/userstoragesservicetest.php b/apps/files_external/tests/service/userstoragesservicetest.php index 37423cb8d74..9e26dcb2fb6 100644 --- a/apps/files_external/tests/service/userstoragesservicetest.php +++ b/apps/files_external/tests/service/userstoragesservicetest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_external/tests/storageconfigtest.php b/apps/files_external/tests/storageconfigtest.php index 278c86d2cbe..1ec0d80fb21 100644 --- a/apps/files_external/tests/storageconfigtest.php +++ b/apps/files_external/tests/storageconfigtest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/ajax/external.php b/apps/files_sharing/ajax/external.php index 76f9d5d7668..b1ac02ba615 100644 --- a/apps/files_sharing/ajax/external.php +++ b/apps/files_sharing/ajax/external.php @@ -1,14 +1,15 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/ajax/publicpreview.php b/apps/files_sharing/ajax/publicpreview.php index 898aea1bd5c..697bff92a79 100644 --- a/apps/files_sharing/ajax/publicpreview.php +++ b/apps/files_sharing/ajax/publicpreview.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/ajax/shareinfo.php b/apps/files_sharing/ajax/shareinfo.php index a900d28ce63..948c58e0ed7 100644 --- a/apps/files_sharing/ajax/shareinfo.php +++ b/apps/files_sharing/ajax/shareinfo.php @@ -1,11 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/local.php b/apps/files_sharing/api/local.php index 7d59d68ca6f..c52cf6c2ff7 100644 --- a/apps/files_sharing/api/local.php +++ b/apps/files_sharing/api/local.php @@ -1,15 +1,16 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/ocssharewrapper.php b/apps/files_sharing/api/ocssharewrapper.php index 9f63e864cec..e819b0987b3 100644 --- a/apps/files_sharing/api/ocssharewrapper.php +++ b/apps/files_sharing/api/ocssharewrapper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/remote.php b/apps/files_sharing/api/remote.php index 1b5eb28aa86..c641899da93 100644 --- a/apps/files_sharing/api/remote.php +++ b/apps/files_sharing/api/remote.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/server2server.php b/apps/files_sharing/api/server2server.php index 11b24d9148b..be6a8704a79 100644 --- a/apps/files_sharing/api/server2server.php +++ b/apps/files_sharing/api/server2server.php @@ -1,12 +1,14 @@ - * @author Björn Schießle - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/share20ocs.php b/apps/files_sharing/api/share20ocs.php index c66ee4ce066..01cb15a8ac8 100644 --- a/apps/files_sharing/api/share20ocs.php +++ b/apps/files_sharing/api/share20ocs.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/api/sharees.php b/apps/files_sharing/api/sharees.php index 4e005c5e26c..a7eb13708f3 100644 --- a/apps/files_sharing/api/sharees.php +++ b/apps/files_sharing/api/sharees.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 628921c3248..52372174073 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -1,15 +1,16 @@ - * @author Björn Schießle + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle * @author Gadzy - * @author Joas Schilling + * @author Joas Schilling * @author Michael Gapczynski - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/appinfo/application.php b/apps/files_sharing/appinfo/application.php index 311250ce195..c35ef534249 100644 --- a/apps/files_sharing/appinfo/application.php +++ b/apps/files_sharing/appinfo/application.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke - * @author Robin Appelman - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/appinfo/install.php b/apps/files_sharing/appinfo/install.php index 33bbc8e2a84..ed1d8dc7bae 100644 --- a/apps/files_sharing/appinfo/install.php +++ b/apps/files_sharing/appinfo/install.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 80632f0fedf..f706bc876ba 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -1,14 +1,15 @@ + * @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 Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php index adfff183b3f..2a1f14c0c3d 100644 --- a/apps/files_sharing/appinfo/update.php +++ b/apps/files_sharing/appinfo/update.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/activity.php b/apps/files_sharing/lib/activity.php index 721379eb78f..f69f86175f8 100644 --- a/apps/files_sharing/lib/activity.php +++ b/apps/files_sharing/lib/activity.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php index 4dcdaa892ad..043b20973fd 100644 --- a/apps/files_sharing/lib/cache.php +++ b/apps/files_sharing/lib/cache.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/capabilities.php b/apps/files_sharing/lib/capabilities.php index 913f248b174..9c66a50980d 100644 --- a/apps/files_sharing/lib/capabilities.php +++ b/apps/files_sharing/lib/capabilities.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/controllers/externalsharescontroller.php b/apps/files_sharing/lib/controllers/externalsharescontroller.php index beefb4d7027..24b3211e009 100644 --- a/apps/files_sharing/lib/controllers/externalsharescontroller.php +++ b/apps/files_sharing/lib/controllers/externalsharescontroller.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/controllers/sharecontroller.php b/apps/files_sharing/lib/controllers/sharecontroller.php index 5435bebbe30..35cf20b5deb 100644 --- a/apps/files_sharing/lib/controllers/sharecontroller.php +++ b/apps/files_sharing/lib/controllers/sharecontroller.php @@ -1,17 +1,19 @@ - * @author Björn Schießle + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Piotr Filiciak + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/deleteorphanedsharesjob.php b/apps/files_sharing/lib/deleteorphanedsharesjob.php index 72bf6b222e7..35dab5679a4 100644 --- a/apps/files_sharing/lib/deleteorphanedsharesjob.php +++ b/apps/files_sharing/lib/deleteorphanedsharesjob.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/exceptions/brokenpath.php b/apps/files_sharing/lib/exceptions/brokenpath.php index 4639d47c4a6..c6676f3cd0c 100644 --- a/apps/files_sharing/lib/exceptions/brokenpath.php +++ b/apps/files_sharing/lib/exceptions/brokenpath.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/exceptions/s2sexception.php b/apps/files_sharing/lib/exceptions/s2sexception.php index 1ed6a9e2179..7a888020f84 100644 --- a/apps/files_sharing/lib/exceptions/s2sexception.php +++ b/apps/files_sharing/lib/exceptions/s2sexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/expiresharesjob.php b/apps/files_sharing/lib/expiresharesjob.php index 479f407e68f..19c0606dc46 100644 --- a/apps/files_sharing/lib/expiresharesjob.php +++ b/apps/files_sharing/lib/expiresharesjob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/cache.php b/apps/files_sharing/lib/external/cache.php index da9bf83cdfa..eaf8e0c4acf 100644 --- a/apps/files_sharing/lib/external/cache.php +++ b/apps/files_sharing/lib/external/cache.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/manager.php b/apps/files_sharing/lib/external/manager.php index 71d6788cb52..fd2f0603a68 100644 --- a/apps/files_sharing/lib/external/manager.php +++ b/apps/files_sharing/lib/external/manager.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/mount.php b/apps/files_sharing/lib/external/mount.php index 9cf66d3f8f0..d756a1830b2 100644 --- a/apps/files_sharing/lib/external/mount.php +++ b/apps/files_sharing/lib/external/mount.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/mountprovider.php b/apps/files_sharing/lib/external/mountprovider.php index 67d85f27d81..f46bb009ab0 100644 --- a/apps/files_sharing/lib/external/mountprovider.php +++ b/apps/files_sharing/lib/external/mountprovider.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/scanner.php b/apps/files_sharing/lib/external/scanner.php index 1cc6cf8f5f9..a0443338114 100644 --- a/apps/files_sharing/lib/external/scanner.php +++ b/apps/files_sharing/lib/external/scanner.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php index 999e7e32292..1cafc01b676 100644 --- a/apps/files_sharing/lib/external/storage.php +++ b/apps/files_sharing/lib/external/storage.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/helper.php b/apps/files_sharing/lib/helper.php index 612df1b207a..ef7a451ca71 100644 --- a/apps/files_sharing/lib/helper.php +++ b/apps/files_sharing/lib/helper.php @@ -1,16 +1,17 @@ - * @author Björn Schießle - * @author Joas Schilling + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/hooks.php b/apps/files_sharing/lib/hooks.php index 4882ffcb001..237e845bc4e 100644 --- a/apps/files_sharing/lib/hooks.php +++ b/apps/files_sharing/lib/hooks.php @@ -1,12 +1,13 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/isharedstorage.php b/apps/files_sharing/lib/isharedstorage.php index bb47b011f48..b8abd5821d7 100644 --- a/apps/files_sharing/lib/isharedstorage.php +++ b/apps/files_sharing/lib/isharedstorage.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/maintainer.php b/apps/files_sharing/lib/maintainer.php index a728f6bbb67..35c60bfa458 100644 --- a/apps/files_sharing/lib/maintainer.php +++ b/apps/files_sharing/lib/maintainer.php @@ -1,9 +1,10 @@ * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php b/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php index a4a968b37fa..7c5eb5afbdc 100644 --- a/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php +++ b/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/migration.php b/apps/files_sharing/lib/migration.php index 766a7ebd52a..c8f49256dbb 100644 --- a/apps/files_sharing/lib/migration.php +++ b/apps/files_sharing/lib/migration.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/mountprovider.php b/apps/files_sharing/lib/mountprovider.php index b386c6704f9..12039ea19ab 100644 --- a/apps/files_sharing/lib/mountprovider.php +++ b/apps/files_sharing/lib/mountprovider.php @@ -1,9 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/notifier.php b/apps/files_sharing/lib/notifier.php index 27e4e2565f2..f2cac94d2f3 100644 --- a/apps/files_sharing/lib/notifier.php +++ b/apps/files_sharing/lib/notifier.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/scanner.php b/apps/files_sharing/lib/scanner.php index 8b32d014a08..e671b7e5dd7 100644 --- a/apps/files_sharing/lib/scanner.php +++ b/apps/files_sharing/lib/scanner.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php index 113675508fb..aacc4604372 100644 --- a/apps/files_sharing/lib/share/file.php +++ b/apps/files_sharing/lib/share/file.php @@ -1,17 +1,18 @@ * @author Bart Visscher - * @author Björn Schießle - * @author Lukas Reschke + * @author Björn Schießle + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/share/folder.php b/apps/files_sharing/lib/share/folder.php index 1004f049866..e4d90274db1 100644 --- a/apps/files_sharing/lib/share/folder.php +++ b/apps/files_sharing/lib/share/folder.php @@ -1,13 +1,14 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Michael Gapczynski * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/sharedmount.php b/apps/files_sharing/lib/sharedmount.php index 8eaf5469646..4a19f044b5f 100644 --- a/apps/files_sharing/lib/sharedmount.php +++ b/apps/files_sharing/lib/sharedmount.php @@ -1,12 +1,14 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/sharedpropagator.php b/apps/files_sharing/lib/sharedpropagator.php index 29735934499..fde506aacbb 100644 --- a/apps/files_sharing/lib/sharedpropagator.php +++ b/apps/files_sharing/lib/sharedpropagator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 502f2bfbae6..0b08f39a60f 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -1,17 +1,18 @@ - * @author Björn Schießle - * @author Joas Schilling + * @author Björn Schießle + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author scambra * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php index 10da2462807..332a697de34 100644 --- a/apps/files_sharing/lib/updater.php +++ b/apps/files_sharing/lib/updater.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php index 5d5d061187c..d94d5625e8e 100644 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php index 0d67edcd362..0aae9e95800 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/settings-admin.php b/apps/files_sharing/settings-admin.php index b2a305ebcdb..30228e13970 100644 --- a/apps/files_sharing/settings-admin.php +++ b/apps/files_sharing/settings-admin.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/settings-personal.php b/apps/files_sharing/settings-personal.php index 5a839e91c1c..59bf252e217 100644 --- a/apps/files_sharing/settings-personal.php +++ b/apps/files_sharing/settings-personal.php @@ -1,10 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jan-Christoph Borchardt + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/activity.php b/apps/files_sharing/tests/activity.php index 40a1031f779..13dfb9afc7a 100644 --- a/apps/files_sharing/tests/activity.php +++ b/apps/files_sharing/tests/activity.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/api.php b/apps/files_sharing/tests/api.php index 3a2ae1eef37..6d2cd969d9b 100644 --- a/apps/files_sharing/tests/api.php +++ b/apps/files_sharing/tests/api.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/api/share20ocstest.php b/apps/files_sharing/tests/api/share20ocstest.php index a0803742c2d..6879bfd9640 100644 --- a/apps/files_sharing/tests/api/share20ocstest.php +++ b/apps/files_sharing/tests/api/share20ocstest.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/api/shareestest.php b/apps/files_sharing/tests/api/shareestest.php index cda41f55183..4089aacd026 100644 --- a/apps/files_sharing/tests/api/shareestest.php +++ b/apps/files_sharing/tests/api/shareestest.php @@ -1,11 +1,12 @@ - * @author Joas Schilling - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/backend.php b/apps/files_sharing/tests/backend.php index e5e6ceb6315..8b379c4158c 100644 --- a/apps/files_sharing/tests/backend.php +++ b/apps/files_sharing/tests/backend.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/cache.php b/apps/files_sharing/tests/cache.php index c137ba0728d..fc32da12651 100644 --- a/apps/files_sharing/tests/cache.php +++ b/apps/files_sharing/tests/cache.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/capabilities.php b/apps/files_sharing/tests/capabilities.php index 7572f5c84aa..420fd47ff20 100644 --- a/apps/files_sharing/tests/capabilities.php +++ b/apps/files_sharing/tests/capabilities.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/controller/externalsharecontroller.php b/apps/files_sharing/tests/controller/externalsharecontroller.php index bd20bffb36c..6f765dbf47c 100644 --- a/apps/files_sharing/tests/controller/externalsharecontroller.php +++ b/apps/files_sharing/tests/controller/externalsharecontroller.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php index f953f02f23d..6f902f9f77f 100644 --- a/apps/files_sharing/tests/controller/sharecontroller.php +++ b/apps/files_sharing/tests/controller/sharecontroller.php @@ -1,16 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Cloutier * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/deleteorphanedsharesjobtest.php b/apps/files_sharing/tests/deleteorphanedsharesjobtest.php index 353520bd604..b62fc348b57 100644 --- a/apps/files_sharing/tests/deleteorphanedsharesjobtest.php +++ b/apps/files_sharing/tests/deleteorphanedsharesjobtest.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/encryptedsizepropagation.php b/apps/files_sharing/tests/encryptedsizepropagation.php index e341606abe4..8cd020568e1 100644 --- a/apps/files_sharing/tests/encryptedsizepropagation.php +++ b/apps/files_sharing/tests/encryptedsizepropagation.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/etagpropagation.php b/apps/files_sharing/tests/etagpropagation.php index 67c5410dc80..2f2f94f05f1 100644 --- a/apps/files_sharing/tests/etagpropagation.php +++ b/apps/files_sharing/tests/etagpropagation.php @@ -1,12 +1,14 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/expiresharesjobtest.php b/apps/files_sharing/tests/expiresharesjobtest.php index bb4f756e6c7..53180f31c56 100644 --- a/apps/files_sharing/tests/expiresharesjobtest.php +++ b/apps/files_sharing/tests/expiresharesjobtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/external/cache.php b/apps/files_sharing/tests/external/cache.php index 4ae1bc563df..4bc8fa79b18 100644 --- a/apps/files_sharing/tests/external/cache.php +++ b/apps/files_sharing/tests/external/cache.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/external/managertest.php b/apps/files_sharing/tests/external/managertest.php index 48a9098ae1d..931c1fed14d 100644 --- a/apps/files_sharing/tests/external/managertest.php +++ b/apps/files_sharing/tests/external/managertest.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/external/scannertest.php b/apps/files_sharing/tests/external/scannertest.php index f16e9952fce..1ad19d5c80f 100644 --- a/apps/files_sharing/tests/external/scannertest.php +++ b/apps/files_sharing/tests/external/scannertest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php index 54cd7d1645c..36c6a30c3e5 100644 --- a/apps/files_sharing/tests/externalstorage.php +++ b/apps/files_sharing/tests/externalstorage.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/groupetagpropagation.php b/apps/files_sharing/tests/groupetagpropagation.php index 9f6b1e2f720..14683ccf561 100644 --- a/apps/files_sharing/tests/groupetagpropagation.php +++ b/apps/files_sharing/tests/groupetagpropagation.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/helper.php b/apps/files_sharing/tests/helper.php index 07f07f911cb..9c9f42a070f 100644 --- a/apps/files_sharing/tests/helper.php +++ b/apps/files_sharing/tests/helper.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/locking.php b/apps/files_sharing/tests/locking.php index ef8b2bb1cd4..7dbcac9e502 100644 --- a/apps/files_sharing/tests/locking.php +++ b/apps/files_sharing/tests/locking.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php b/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php index e80be772a92..2323317f66d 100644 --- a/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php +++ b/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/migrationtest.php b/apps/files_sharing/tests/migrationtest.php index 82e6f47addb..15e879f921f 100644 --- a/apps/files_sharing/tests/migrationtest.php +++ b/apps/files_sharing/tests/migrationtest.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/permissions.php b/apps/files_sharing/tests/permissions.php index 43a57266851..e8f2302eaff 100644 --- a/apps/files_sharing/tests/permissions.php +++ b/apps/files_sharing/tests/permissions.php @@ -1,12 +1,13 @@ - * @author Joas Schilling - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/propagationtestcase.php b/apps/files_sharing/tests/propagationtestcase.php index 159a7b859aa..2f3e405b47b 100644 --- a/apps/files_sharing/tests/propagationtestcase.php +++ b/apps/files_sharing/tests/propagationtestcase.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/server2server.php b/apps/files_sharing/tests/server2server.php index 7714f274c6d..c883f2af306 100644 --- a/apps/files_sharing/tests/server2server.php +++ b/apps/files_sharing/tests/server2server.php @@ -1,12 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/share.php b/apps/files_sharing/tests/share.php index aad698bcdba..add2ccecd22 100644 --- a/apps/files_sharing/tests/share.php +++ b/apps/files_sharing/tests/share.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/sharedmount.php b/apps/files_sharing/tests/sharedmount.php index e01deeb60f4..1e0bf9ba920 100644 --- a/apps/files_sharing/tests/sharedmount.php +++ b/apps/files_sharing/tests/sharedmount.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/sharedstorage.php b/apps/files_sharing/tests/sharedstorage.php index 63f4334103f..6774fd1f08f 100644 --- a/apps/files_sharing/tests/sharedstorage.php +++ b/apps/files_sharing/tests/sharedstorage.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/sizepropagation.php b/apps/files_sharing/tests/sizepropagation.php index 06ab6fb3d3b..06c13fd5608 100644 --- a/apps/files_sharing/tests/sizepropagation.php +++ b/apps/files_sharing/tests/sizepropagation.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/testcase.php b/apps/files_sharing/tests/testcase.php index ce0a8beeec8..8e5a91431e3 100644 --- a/apps/files_sharing/tests/testcase.php +++ b/apps/files_sharing/tests/testcase.php @@ -1,17 +1,18 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/unsharechildren.php b/apps/files_sharing/tests/unsharechildren.php index 1968007be4e..ab5fe9c9d38 100644 --- a/apps/files_sharing/tests/unsharechildren.php +++ b/apps/files_sharing/tests/unsharechildren.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/updater.php b/apps/files_sharing/tests/updater.php index 67c1642cdd0..e2884ea497b 100644 --- a/apps/files_sharing/tests/updater.php +++ b/apps/files_sharing/tests/updater.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_sharing/tests/watcher.php b/apps/files_sharing/tests/watcher.php index 247fb59f351..9e007d46cc4 100644 --- a/apps/files_sharing/tests/watcher.php +++ b/apps/files_sharing/tests/watcher.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index a4f97a03486..d75325c3aeb 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -1,13 +1,14 @@ - * @author Björn Schießle - * @author Lukas Reschke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/ajax/isEmpty.php b/apps/files_trashbin/ajax/isEmpty.php index f8a7cf03a8b..1ee671334f2 100644 --- a/apps/files_trashbin/ajax/isEmpty.php +++ b/apps/files_trashbin/ajax/isEmpty.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/ajax/list.php b/apps/files_trashbin/ajax/list.php index 45cc1254e59..dff647aa694 100644 --- a/apps/files_trashbin/ajax/list.php +++ b/apps/files_trashbin/ajax/list.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/ajax/preview.php b/apps/files_trashbin/ajax/preview.php index 86c5ea2dbe5..1a0131da28c 100644 --- a/apps/files_trashbin/ajax/preview.php +++ b/apps/files_trashbin/ajax/preview.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index 97d8425f0f5..9095c551b4f 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -1,14 +1,15 @@ - * @author Björn Schießle - * @author Lukas Reschke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 3f86dd5b17e..ed53657d22a 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -1,13 +1,14 @@ * @author Christopher Schäpers * @author Florin Peter - * @author Robin Appelman + * @author Robin Appelman * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/application.php b/apps/files_trashbin/appinfo/application.php index 841c9d90f1b..ee1c9481286 100644 --- a/apps/files_trashbin/appinfo/application.php +++ b/apps/files_trashbin/appinfo/application.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/install.php b/apps/files_trashbin/appinfo/install.php index 51b0bdf43c3..38bb425f63b 100644 --- a/apps/files_trashbin/appinfo/install.php +++ b/apps/files_trashbin/appinfo/install.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/register_command.php b/apps/files_trashbin/appinfo/register_command.php index 08c98741156..676e3f5891c 100644 --- a/apps/files_trashbin/appinfo/register_command.php +++ b/apps/files_trashbin/appinfo/register_command.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index 717820adf49..2f4988c9dcc 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -1,10 +1,11 @@ - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/appinfo/update.php b/apps/files_trashbin/appinfo/update.php index f0c95baeb71..c6f95633d67 100644 --- a/apps/files_trashbin/appinfo/update.php +++ b/apps/files_trashbin/appinfo/update.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/command/cleanup.php b/apps/files_trashbin/command/cleanup.php index cffe7f7d1dd..b727dd9e133 100644 --- a/apps/files_trashbin/command/cleanup.php +++ b/apps/files_trashbin/command/cleanup.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/command/expire.php b/apps/files_trashbin/command/expire.php index 9e0f58e12ce..0d9bb4a088a 100644 --- a/apps/files_trashbin/command/expire.php +++ b/apps/files_trashbin/command/expire.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/backgroundjob/expiretrash.php b/apps/files_trashbin/lib/backgroundjob/expiretrash.php index 8a4e2d41fec..f2c16843b70 100644 --- a/apps/files_trashbin/lib/backgroundjob/expiretrash.php +++ b/apps/files_trashbin/lib/backgroundjob/expiretrash.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/capabilities.php b/apps/files_trashbin/lib/capabilities.php index 43daa8cfa47..a348a9105fb 100644 --- a/apps/files_trashbin/lib/capabilities.php +++ b/apps/files_trashbin/lib/capabilities.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php index 8ebc8dfbfe1..1e639a56868 100644 --- a/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php +++ b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/expiration.php b/apps/files_trashbin/lib/expiration.php index e5a37b88b49..03f126fc415 100644 --- a/apps/files_trashbin/lib/expiration.php +++ b/apps/files_trashbin/lib/expiration.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/helper.php b/apps/files_trashbin/lib/helper.php index f56bbb12a91..065d03b8a9a 100644 --- a/apps/files_trashbin/lib/helper.php +++ b/apps/files_trashbin/lib/helper.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/hooks.php b/apps/files_trashbin/lib/hooks.php index 89063bcb33e..eb585aa051c 100644 --- a/apps/files_trashbin/lib/hooks.php +++ b/apps/files_trashbin/lib/hooks.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/storage.php b/apps/files_trashbin/lib/storage.php index c4c523810ac..20c09e94f17 100644 --- a/apps/files_trashbin/lib/storage.php +++ b/apps/files_trashbin/lib/storage.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 46447908b90..f6982fe102e 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -1,23 +1,24 @@ * @author Bastien Ho - * @author Björn Schießle + * @author Björn Schießle * @author Florin Peter * @author Georg Ehrke * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Qingping Hou - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sjors van der Pluijm * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/list.php b/apps/files_trashbin/list.php index caf3296eb94..77823617831 100644 --- a/apps/files_trashbin/list.php +++ b/apps/files_trashbin/list.php @@ -1,10 +1,11 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/backgroundjob/expiretrash.php b/apps/files_trashbin/tests/backgroundjob/expiretrash.php index c98a555c929..0b419673729 100644 --- a/apps/files_trashbin/tests/backgroundjob/expiretrash.php +++ b/apps/files_trashbin/tests/backgroundjob/expiretrash.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/command/cleanuptest.php b/apps/files_trashbin/tests/command/cleanuptest.php index d71c4ecd85d..6cf2c60948b 100644 --- a/apps/files_trashbin/tests/command/cleanuptest.php +++ b/apps/files_trashbin/tests/command/cleanuptest.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/command/expiretest.php b/apps/files_trashbin/tests/command/expiretest.php index e481e29330f..bdc8d867944 100644 --- a/apps/files_trashbin/tests/command/expiretest.php +++ b/apps/files_trashbin/tests/command/expiretest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/expiration.php b/apps/files_trashbin/tests/expiration.php index 420d255947e..3554150e4d7 100644 --- a/apps/files_trashbin/tests/expiration.php +++ b/apps/files_trashbin/tests/expiration.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/storage.php b/apps/files_trashbin/tests/storage.php index 958c5f79a98..ed3672ff2c4 100644 --- a/apps/files_trashbin/tests/storage.php +++ b/apps/files_trashbin/tests/storage.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php index 8d616b6e8e2..6ccce8cce62 100644 --- a/apps/files_trashbin/tests/trashbin.php +++ b/apps/files_trashbin/tests/trashbin.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/ajax/getVersions.php b/apps/files_versions/ajax/getVersions.php index 7d704c14618..c3cb47da889 100644 --- a/apps/files_versions/ajax/getVersions.php +++ b/apps/files_versions/ajax/getVersions.php @@ -1,13 +1,14 @@ - * @author Björn Schießle - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Björn Schießle + * @author Frank Karlitschek + * @author Lukas Reschke * @author Sam Tuke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/ajax/preview.php b/apps/files_versions/ajax/preview.php index c0a9828b1f0..78e830d7c8f 100644 --- a/apps/files_versions/ajax/preview.php +++ b/apps/files_versions/ajax/preview.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/ajax/rollbackVersion.php b/apps/files_versions/ajax/rollbackVersion.php index 7700c03a144..6d5933e07fd 100644 --- a/apps/files_versions/ajax/rollbackVersion.php +++ b/apps/files_versions/ajax/rollbackVersion.php @@ -1,15 +1,16 @@ - * @author Björn Schießle - * @author Frank Karlitschek - * @author Lukas Reschke - * @author Robin Appelman + * @author Björn Schießle + * @author Frank Karlitschek + * @author Lukas Reschke + * @author Robin Appelman * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php index b653d0d345b..1ac7d40689e 100644 --- a/apps/files_versions/appinfo/app.php +++ b/apps/files_versions/appinfo/app.php @@ -1,10 +1,11 @@ - * @author Frank Karlitschek + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Frank Karlitschek * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/application.php b/apps/files_versions/appinfo/application.php index b32cf54729d..f75fea1e117 100644 --- a/apps/files_versions/appinfo/application.php +++ b/apps/files_versions/appinfo/application.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/install.php b/apps/files_versions/appinfo/install.php index 81ff6337aa0..fb0c050bd27 100644 --- a/apps/files_versions/appinfo/install.php +++ b/apps/files_versions/appinfo/install.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/register_command.php b/apps/files_versions/appinfo/register_command.php index ee0e860dfba..b991c72b944 100644 --- a/apps/files_versions/appinfo/register_command.php +++ b/apps/files_versions/appinfo/register_command.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php index 4db52cb3870..c2b686c38f3 100644 --- a/apps/files_versions/appinfo/routes.php +++ b/apps/files_versions/appinfo/routes.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/appinfo/update.php b/apps/files_versions/appinfo/update.php index 09ac6ce8a2f..abd917ac6d6 100644 --- a/apps/files_versions/appinfo/update.php +++ b/apps/files_versions/appinfo/update.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/command/cleanup.php b/apps/files_versions/command/cleanup.php index 1abf62763b1..7254d1e5bf2 100644 --- a/apps/files_versions/command/cleanup.php +++ b/apps/files_versions/command/cleanup.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/command/expire.php b/apps/files_versions/command/expire.php index b1f72980633..fecffd2f3cc 100644 --- a/apps/files_versions/command/expire.php +++ b/apps/files_versions/command/expire.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/download.php b/apps/files_versions/download.php index b3742d79de1..a2ecd2fc12a 100644 --- a/apps/files_versions/download.php +++ b/apps/files_versions/download.php @@ -1,13 +1,14 @@ - * @author Björn Schießle - * @author Lukas Reschke + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/backgroundjob/expireversions.php b/apps/files_versions/lib/backgroundjob/expireversions.php index 8e14e65b9a7..a5d3efda77b 100644 --- a/apps/files_versions/lib/backgroundjob/expireversions.php +++ b/apps/files_versions/lib/backgroundjob/expireversions.php @@ -1,8 +1,10 @@ * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/capabilities.php b/apps/files_versions/lib/capabilities.php index 441b2adfba3..a4d13adf8bd 100644 --- a/apps/files_versions/lib/capabilities.php +++ b/apps/files_versions/lib/capabilities.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/expiration.php b/apps/files_versions/lib/expiration.php index ffc7640e7f9..1dad8801230 100644 --- a/apps/files_versions/lib/expiration.php +++ b/apps/files_versions/lib/expiration.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/hooks.php b/apps/files_versions/lib/hooks.php index beaf81c7471..5181bb1b1ab 100644 --- a/apps/files_versions/lib/hooks.php +++ b/apps/files_versions/lib/hooks.php @@ -1,15 +1,16 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Sam Tuke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/lib/storage.php b/apps/files_versions/lib/storage.php index 5ddfe4c7de5..d471fd6ae99 100644 --- a/apps/files_versions/lib/storage.php +++ b/apps/files_versions/lib/storage.php @@ -1,22 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Bjoern Schiessle + * @author Björn Schießle + * @author Carlos Damken * @author Felix Moeller - * @author Florin Peter * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/tests/command/cleanuptest.php b/apps/files_versions/tests/command/cleanuptest.php index af217b18893..d716bc1ddbb 100644 --- a/apps/files_versions/tests/command/cleanuptest.php +++ b/apps/files_versions/tests/command/cleanuptest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/tests/command/expiretest.php b/apps/files_versions/tests/command/expiretest.php index f89ece82515..3815bc5b75e 100644 --- a/apps/files_versions/tests/command/expiretest.php +++ b/apps/files_versions/tests/command/expiretest.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/tests/expirationtest.php b/apps/files_versions/tests/expirationtest.php index 2dfff19f230..217e68ffd75 100644 --- a/apps/files_versions/tests/expirationtest.php +++ b/apps/files_versions/tests/expirationtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files_versions/tests/versions.php b/apps/files_versions/tests/versions.php index f6658e092bd..be1c5fb128c 100644 --- a/apps/files_versions/tests/versions.php +++ b/apps/files_versions/tests/versions.php @@ -1,18 +1,19 @@ - * @author Björn Schießle + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/appinfo/routes.php b/apps/provisioning_api/appinfo/routes.php index 08411856e7e..57767276265 100644 --- a/apps/provisioning_api/appinfo/routes.php +++ b/apps/provisioning_api/appinfo/routes.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/lib/apps.php b/apps/provisioning_api/lib/apps.php index f0079b8a8f3..b0f9602761e 100644 --- a/apps/provisioning_api/lib/apps.php +++ b/apps/provisioning_api/lib/apps.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/lib/groups.php b/apps/provisioning_api/lib/groups.php index 6784894dbc9..9bd27cab462 100644 --- a/apps/provisioning_api/lib/groups.php +++ b/apps/provisioning_api/lib/groups.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/lib/users.php b/apps/provisioning_api/lib/users.php index 68c89e41f6f..ddb0f637065 100644 --- a/apps/provisioning_api/lib/users.php +++ b/apps/provisioning_api/lib/users.php @@ -1,15 +1,16 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/tests/appstest.php b/apps/provisioning_api/tests/appstest.php index 260bb4d527e..04ae762d713 100644 --- a/apps/provisioning_api/tests/appstest.php +++ b/apps/provisioning_api/tests/appstest.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index 1262f45cb3c..00ab506c6af 100644 --- a/apps/provisioning_api/tests/groupstest.php +++ b/apps/provisioning_api/tests/groupstest.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/tests/testcase.php b/apps/provisioning_api/tests/testcase.php index 743c1c9c44b..1ff2c82a3be 100644 --- a/apps/provisioning_api/tests/testcase.php +++ b/apps/provisioning_api/tests/testcase.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/provisioning_api/tests/userstest.php b/apps/provisioning_api/tests/userstest.php index 020071bcfa1..a92d47a67d5 100644 --- a/apps/provisioning_api/tests/userstest.php +++ b/apps/provisioning_api/tests/userstest.php @@ -1,15 +1,16 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/systemtags/activity/extension.php b/apps/systemtags/activity/extension.php index 4a974611509..56b7019111f 100644 --- a/apps/systemtags/activity/extension.php +++ b/apps/systemtags/activity/extension.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/systemtags/activity/listener.php b/apps/systemtags/activity/listener.php index 9b6597119c6..f7ba54aedd4 100644 --- a/apps/systemtags/activity/listener.php +++ b/apps/systemtags/activity/listener.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php index a32ecd516d0..af91e5fdbcd 100644 --- a/apps/systemtags/appinfo/app.php +++ b/apps/systemtags/appinfo/app.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/systemtags/list.php b/apps/systemtags/list.php index dd4fe01e767..67fdeca93e9 100644 --- a/apps/systemtags/list.php +++ b/apps/systemtags/list.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index 6684d486360..8f65fa37bfe 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/testing/config.php b/apps/testing/config.php index d1cb021581d..6cdd28d4b3e 100644 --- a/apps/testing/config.php +++ b/apps/testing/config.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index edf2c7d345a..d22ff5d16be 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @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/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index dcbb0618fa2..e383e696557 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/controller/themingcontroller.php index a9ac36ca786..aa35e84a676 100644 --- a/apps/theming/lib/controller/themingcontroller.php +++ b/apps/theming/lib/controller/themingcontroller.php @@ -3,6 +3,9 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/lib/template.php b/apps/theming/lib/template.php index 436dfe86a03..8cd2befc1d1 100644 --- a/apps/theming/lib/template.php +++ b/apps/theming/lib/template.php @@ -3,6 +3,10 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/theming/settings/settings-admin.php b/apps/theming/settings/settings-admin.php index a7643960adc..8e847ce74f6 100644 --- a/apps/theming/settings/settings-admin.php +++ b/apps/theming/settings/settings-admin.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * @copyright Copyright (c) 2016 Lukas Reschke * + * @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/theming/tests/lib/TemplateTest.php b/apps/theming/tests/lib/TemplateTest.php index cd7115d2086..193133d589d 100644 --- a/apps/theming/tests/lib/TemplateTest.php +++ b/apps/theming/tests/lib/TemplateTest.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/apps/theming/tests/lib/controller/ThemingControllerTest.php b/apps/theming/tests/lib/controller/ThemingControllerTest.php index d08ebce8663..9682e90239f 100644 --- a/apps/theming/tests/lib/controller/ThemingControllerTest.php +++ b/apps/theming/tests/lib/controller/ThemingControllerTest.php @@ -2,6 +2,9 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Bjoern Schiessle + * @author oparoz + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/admin.php b/apps/updatenotification/admin.php index 768d887800c..81c7a8fb557 100644 --- a/apps/updatenotification/admin.php +++ b/apps/updatenotification/admin.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/appinfo/app.php b/apps/updatenotification/appinfo/app.php index f257cba6974..436f1f6c491 100644 --- a/apps/updatenotification/appinfo/app.php +++ b/apps/updatenotification/appinfo/app.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/appinfo/application.php b/apps/updatenotification/appinfo/application.php index 24c0a11af69..95c99b586cb 100644 --- a/apps/updatenotification/appinfo/application.php +++ b/apps/updatenotification/appinfo/application.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index 9021d381b1b..7abf72a1d6a 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/controller/admincontroller.php b/apps/updatenotification/controller/admincontroller.php index 94c2828dbeb..8b85bac3025 100644 --- a/apps/updatenotification/controller/admincontroller.php +++ b/apps/updatenotification/controller/admincontroller.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/lib/resettokenbackgroundjob.php b/apps/updatenotification/lib/resettokenbackgroundjob.php index 61bd9fc0490..93b5a750789 100644 --- a/apps/updatenotification/lib/resettokenbackgroundjob.php +++ b/apps/updatenotification/lib/resettokenbackgroundjob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/lib/updatechecker.php b/apps/updatenotification/lib/updatechecker.php index 965e21617e7..32eab405a62 100644 --- a/apps/updatenotification/lib/updatechecker.php +++ b/apps/updatenotification/lib/updatechecker.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php index f3d64814ec9..71b72a40021 100644 --- a/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php +++ b/apps/updatenotification/tests/ResetTokenBackgroundJobTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php index 9591758c4c9..e83d4c9a24d 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/updatenotification/tests/controller/AdminControllerTest.php b/apps/updatenotification/tests/controller/AdminControllerTest.php index 1c75dca50e9..18135239e9e 100644 --- a/apps/updatenotification/tests/controller/AdminControllerTest.php +++ b/apps/updatenotification/tests/controller/AdminControllerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php index 8f9cf981e57..4ec03307296 100644 --- a/apps/user_ldap/ajax/clearMappings.php +++ b/apps/user_ldap/ajax/clearMappings.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index 780a4bc35d0..cab670e42ce 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index 795261bc91d..818420bdb77 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index df85d99f2c7..be4637bcaf5 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php index a2e73783e00..2ee6a65a476 100644 --- a/apps/user_ldap/ajax/setConfiguration.php +++ b/apps/user_ldap/ajax/setConfiguration.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers * @author Lennart Rosam - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index e9f5167bfe7..fd13fbc577f 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index f3e5efffc24..995a9b3b9ab 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index f1ac2dbd26b..3b2c04d58fe 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Dominik Schmidt * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/appinfo/install.php b/apps/user_ldap/appinfo/install.php index 49c8f808ef3..93f221af078 100644 --- a/apps/user_ldap/appinfo/install.php +++ b/apps/user_ldap/appinfo/install.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php index f356f635023..9a95f89e334 100644 --- a/apps/user_ldap/appinfo/register_command.php +++ b/apps/user_ldap/appinfo/register_command.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php index 9308df6dc1a..c01a3c11472 100644 --- a/apps/user_ldap/appinfo/routes.php +++ b/apps/user_ldap/appinfo/routes.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php index 82f3e86bd33..5a24c73a46c 100644 --- a/apps/user_ldap/appinfo/update.php +++ b/apps/user_ldap/appinfo/update.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/checkuser.php b/apps/user_ldap/command/checkuser.php index eb1a7e494d5..7bd06ac96a2 100644 --- a/apps/user_ldap/command/checkuser.php +++ b/apps/user_ldap/command/checkuser.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/createemptyconfig.php b/apps/user_ldap/command/createemptyconfig.php index f1c94704415..d55d77d5c85 100644 --- a/apps/user_ldap/command/createemptyconfig.php +++ b/apps/user_ldap/command/createemptyconfig.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Martin Konrad * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/deleteconfig.php b/apps/user_ldap/command/deleteconfig.php index 4dfef9c18da..330258ece25 100644 --- a/apps/user_ldap/command/deleteconfig.php +++ b/apps/user_ldap/command/deleteconfig.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Martin Konrad * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/search.php b/apps/user_ldap/command/search.php index 8d43d15649a..02c11124afe 100644 --- a/apps/user_ldap/command/search.php +++ b/apps/user_ldap/command/search.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/setconfig.php b/apps/user_ldap/command/setconfig.php index 575d429241b..217f317f339 100644 --- a/apps/user_ldap/command/setconfig.php +++ b/apps/user_ldap/command/setconfig.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/showconfig.php b/apps/user_ldap/command/showconfig.php index 164cdada100..8084923eac2 100644 --- a/apps/user_ldap/command/showconfig.php +++ b/apps/user_ldap/command/showconfig.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Laurens Post * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/showremnants.php b/apps/user_ldap/command/showremnants.php index 83bb5eaefd3..4de3689dcba 100644 --- a/apps/user_ldap/command/showremnants.php +++ b/apps/user_ldap/command/showremnants.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author scolebrook * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/command/testconfig.php b/apps/user_ldap/command/testconfig.php index 62d40265777..93439ea14d3 100644 --- a/apps/user_ldap/command/testconfig.php +++ b/apps/user_ldap/command/testconfig.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 5d0fb4c5acf..127bfcfcf89 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -1,21 +1,23 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Alexander Bergolth + * @author Alex Weirig * @author alexweirig * @author Andreas Fischer - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Frédéric Fortier - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Nicolas Grekas * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/group_proxy.php b/apps/user_ldap/group_proxy.php index 7d496a129a1..66d4d4ef75a 100644 --- a/apps/user_ldap/group_proxy.php +++ b/apps/user_ldap/group_proxy.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index dd4aeee3b24..4cc84a751a9 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -1,15 +1,16 @@ * @author Andreas Fischer - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Benjamin Diele * @author Christopher Schäpers - * @author Donald Buczek * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci - * @author Lukas Reschke + * @author Lukas Reschke * @author Lyonel Vincent * @author Mario Kolling * @author Morris Jobke @@ -18,7 +19,6 @@ * @author Renaud Fortier * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/backendutility.php b/apps/user_ldap/lib/backendutility.php index 87c1649cada..39ddcc9917e 100644 --- a/apps/user_ldap/lib/backendutility.php +++ b/apps/user_ldap/lib/backendutility.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/configuration.php b/apps/user_ldap/lib/configuration.php index daec2bed13a..39c2a75f3e0 100644 --- a/apps/user_ldap/lib/configuration.php +++ b/apps/user_ldap/lib/configuration.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Alexander Bergolth - * @author Arthur Schiwon + * @author Alex Weirig + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer * @author Lennart Rosam - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index f26777aec70..ed94c28c32d 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Lyonel Vincent * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/filesystemhelper.php b/apps/user_ldap/lib/filesystemhelper.php index 03f4c4274f4..2469b79985a 100644 --- a/apps/user_ldap/lib/filesystemhelper.php +++ b/apps/user_ldap/lib/filesystemhelper.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/helper.php b/apps/user_ldap/lib/helper.php index bfff6baf0d3..89aa056d9f4 100644 --- a/apps/user_ldap/lib/helper.php +++ b/apps/user_ldap/lib/helper.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Brice Maron * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/ildapwrapper.php b/apps/user_ldap/lib/ildapwrapper.php index d607a3fdb66..f6a8bf20e26 100644 --- a/apps/user_ldap/lib/ildapwrapper.php +++ b/apps/user_ldap/lib/ildapwrapper.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/jobs.php b/apps/user_ldap/lib/jobs.php index ecf2e6daa0f..1560e1290d1 100644 --- a/apps/user_ldap/lib/jobs.php +++ b/apps/user_ldap/lib/jobs.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/jobs/cleanup.php b/apps/user_ldap/lib/jobs/cleanup.php index c9f5f2021eb..813e22411b8 100644 --- a/apps/user_ldap/lib/jobs/cleanup.php +++ b/apps/user_ldap/lib/jobs/cleanup.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php index 383d71ca6eb..c152a010094 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -1,13 +1,14 @@ - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/ldaputility.php b/apps/user_ldap/lib/ldaputility.php index e80fc12e087..9c193ad9377 100644 --- a/apps/user_ldap/lib/ldaputility.php +++ b/apps/user_ldap/lib/ldaputility.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/logwrapper.php b/apps/user_ldap/lib/logwrapper.php index 41ae4fc3426..08d7ef6dbab 100644 --- a/apps/user_ldap/lib/logwrapper.php +++ b/apps/user_ldap/lib/logwrapper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/mapping/abstractmapping.php b/apps/user_ldap/lib/mapping/abstractmapping.php index 1c896a9bbf4..a83a8b7962d 100644 --- a/apps/user_ldap/lib/mapping/abstractmapping.php +++ b/apps/user_ldap/lib/mapping/abstractmapping.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/mapping/groupmapping.php b/apps/user_ldap/lib/mapping/groupmapping.php index 49bb41b8c76..135faa30187 100644 --- a/apps/user_ldap/lib/mapping/groupmapping.php +++ b/apps/user_ldap/lib/mapping/groupmapping.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/mapping/usermapping.php b/apps/user_ldap/lib/mapping/usermapping.php index b39f738ea8c..10be4b3375e 100644 --- a/apps/user_ldap/lib/mapping/usermapping.php +++ b/apps/user_ldap/lib/mapping/usermapping.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/proxy.php b/apps/user_ldap/lib/proxy.php index 7002aaadaa5..029d9872f70 100644 --- a/apps/user_ldap/lib/proxy.php +++ b/apps/user_ldap/lib/proxy.php @@ -1,15 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/user/deletedusersindex.php b/apps/user_ldap/lib/user/deletedusersindex.php index 48daeb9b8bc..7d81b62060b 100644 --- a/apps/user_ldap/lib/user/deletedusersindex.php +++ b/apps/user_ldap/lib/user/deletedusersindex.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/user/iusertools.php b/apps/user_ldap/lib/user/iusertools.php index b0eb9e1ffb3..8b67c301cc4 100644 --- a/apps/user_ldap/lib/user/iusertools.php +++ b/apps/user_ldap/lib/user/iusertools.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/user/manager.php b/apps/user_ldap/lib/user/manager.php index dc12ebd6e9d..fddc3cd352c 100644 --- a/apps/user_ldap/lib/user/manager.php +++ b/apps/user_ldap/lib/user/manager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/user/offlineuser.php b/apps/user_ldap/lib/user/offlineuser.php index aee1a137a96..7ae60b0b028 100644 --- a/apps/user_ldap/lib/user/offlineuser.php +++ b/apps/user_ldap/lib/user/offlineuser.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/user/user.php b/apps/user_ldap/lib/user/user.php index c7a1fcdefff..6176f0fc0ca 100644 --- a/apps/user_ldap/lib/user/user.php +++ b/apps/user_ldap/lib/user/user.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index 5235011fb96..bdf7d601ab9 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -1,18 +1,19 @@ - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Jean-Louis Dupond * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Nicolas Grekas - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/lib/wizardresult.php b/apps/user_ldap/lib/wizardresult.php index 54f01cf59b8..f9f3b90ceae 100644 --- a/apps/user_ldap/lib/wizardresult.php +++ b/apps/user_ldap/lib/wizardresult.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/settings.php b/apps/user_ldap/settings.php index 9d54684685a..3f53cada4df 100644 --- a/apps/user_ldap/settings.php +++ b/apps/user_ldap/settings.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Dominik Schmidt - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php index 6d35adf1694..7deccb49a2b 100644 --- a/apps/user_ldap/tests/access.php +++ b/apps/user_ldap/tests/access.php @@ -1,12 +1,13 @@ - * @author Arthur Schiwon - * @author Joas Schilling + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/configuration.php b/apps/user_ldap/tests/configuration.php index 3b87223b75b..d6812260780 100644 --- a/apps/user_ldap/tests/configuration.php +++ b/apps/user_ldap/tests/configuration.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/connection.php b/apps/user_ldap/tests/connection.php index a6ccf4b340b..d260dff6440 100644 --- a/apps/user_ldap/tests/connection.php +++ b/apps/user_ldap/tests/connection.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/group_ldap.php b/apps/user_ldap/tests/group_ldap.php index a81bf70f54a..93aacbe6957 100644 --- a/apps/user_ldap/tests/group_ldap.php +++ b/apps/user_ldap/tests/group_ldap.php @@ -1,13 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Frédéric Fortier - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/abstractintegrationtest.php b/apps/user_ldap/tests/integration/abstractintegrationtest.php index 10ce7378830..34dfdc77ad4 100644 --- a/apps/user_ldap/tests/integration/abstractintegrationtest.php +++ b/apps/user_ldap/tests/integration/abstractintegrationtest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php index 4813bd9ff5e..2859f9c283c 100644 --- a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php +++ b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/fakemanager.php b/apps/user_ldap/tests/integration/fakemanager.php index 7d6ea0f3c13..768bca47071 100644 --- a/apps/user_ldap/tests/integration/fakemanager.php +++ b/apps/user_ldap/tests/integration/fakemanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php index af553c01728..467833f7cd5 100644 --- a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php +++ b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php index 4faf173af11..6e5030f126f 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php b/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php index 587811eb13c..1d6d9a5bca1 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php index ad4d0a3da7e..c2db36dc55e 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php index 861638e25bd..233ff4ff42e 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php index fb2cb45e9e7..34e8647acc8 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php index 94f7d7fd0f5..f34f260e280 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php index 8d36e1f2dfe..210811ccb21 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php index fd53838df19..52adabd2e75 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php index f82afe9009d..50d4a182f08 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php index 57a304be057..597b85020c8 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php index 62480c5160c..b99115074a4 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php index fb5609865c4..11f3ce310db 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php b/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php index 687b1da91e1..e08dd798341 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/jobs/cleanup.php b/apps/user_ldap/tests/jobs/cleanup.php index 4c6893b19cf..5ad80cabbfa 100644 --- a/apps/user_ldap/tests/jobs/cleanup.php +++ b/apps/user_ldap/tests/jobs/cleanup.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/mapping/abstractmappingtest.php b/apps/user_ldap/tests/mapping/abstractmappingtest.php index c6427be516b..ba3e7721eb7 100644 --- a/apps/user_ldap/tests/mapping/abstractmappingtest.php +++ b/apps/user_ldap/tests/mapping/abstractmappingtest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/mapping/groupmapping.php b/apps/user_ldap/tests/mapping/groupmapping.php index e25fae9329f..ff5a8581289 100644 --- a/apps/user_ldap/tests/mapping/groupmapping.php +++ b/apps/user_ldap/tests/mapping/groupmapping.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/mapping/usermapping.php b/apps/user_ldap/tests/mapping/usermapping.php index 6138740b81a..a8b52329047 100644 --- a/apps/user_ldap/tests/mapping/usermapping.php +++ b/apps/user_ldap/tests/mapping/usermapping.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/user/manager.php b/apps/user_ldap/tests/user/manager.php index c4af1009df8..8d5b6a4f047 100644 --- a/apps/user_ldap/tests/user/manager.php +++ b/apps/user_ldap/tests/user/manager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/user/user.php b/apps/user_ldap/tests/user/user.php index ed04520aa74..d7b086adf5e 100644 --- a/apps/user_ldap/tests/user/user.php +++ b/apps/user_ldap/tests/user/user.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/user_ldap.php b/apps/user_ldap/tests/user_ldap.php index 0ae18a2aa96..268282088eb 100644 --- a/apps/user_ldap/tests/user_ldap.php +++ b/apps/user_ldap/tests/user_ldap.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php index 33fb2712e23..5723e78f950 100644 --- a/apps/user_ldap/tests/wizard.php +++ b/apps/user_ldap/tests/wizard.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * @author Viktor Szépe * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index 136bb2490fe..70cceefdedf 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -1,18 +1,20 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Dominik Schmidt + * @author felixboehm * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Renaud Fortier - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index 9ea0b6dd235..d431040716a 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index 0084597836f..65c6ae4b613 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -1,5 +1,26 @@ + * @author Sergio Bertolin + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/CalDavContext.php b/build/integration/features/bootstrap/CalDavContext.php index 88711f3aa73..c858c50aa7d 100644 --- a/build/integration/features/bootstrap/CalDavContext.php +++ b/build/integration/features/bootstrap/CalDavContext.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index d30984f0db7..51e0194505f 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -1,5 +1,26 @@ + * @author Sergio Bertolin + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use Behat\Behat\Hook\Scope\AfterScenarioScope; diff --git a/build/integration/features/bootstrap/CardDavContext.php b/build/integration/features/bootstrap/CardDavContext.php index 251d76d0833..6602d07d1a7 100644 --- a/build/integration/features/bootstrap/CardDavContext.php +++ b/build/integration/features/bootstrap/CardDavContext.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php index a5d20ba965d..d364cb9c6ad 100644 --- a/build/integration/features/bootstrap/ChecksumsContext.php +++ b/build/integration/features/bootstrap/ChecksumsContext.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 . + * + */ require __DIR__ . '/../../vendor/autoload.php'; use Behat\Gherkin\Node\TableNode; diff --git a/build/integration/features/bootstrap/CommentsContext.php b/build/integration/features/bootstrap/CommentsContext.php index d720bb8dcd6..89da237e8d4 100644 --- a/build/integration/features/bootstrap/CommentsContext.php +++ b/build/integration/features/bootstrap/CommentsContext.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index 78ff4e7833d..41f7e9ca031 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -1,5 +1,26 @@ + * @author Thomas Müller + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index 279b5206dee..764d6146786 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.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 GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php index 6d710b2016f..c97d4b6ce75 100644 --- a/build/integration/features/bootstrap/Provisioning.php +++ b/build/integration/features/bootstrap/Provisioning.php @@ -1,5 +1,28 @@ + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index 884d69597fc..335f5c5be89 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -1,5 +1,29 @@ + * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client; diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php index 5e1f62ba838..a3de49014bc 100644 --- a/build/integration/features/bootstrap/TagsContext.php +++ b/build/integration/features/bootstrap/TagsContext.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index 785c20325bb..7d2f4a49c3e 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -1,5 +1,30 @@ + * @author Lukas Reschke + * @author Morris Jobke + * @author Roeland Jago Douma + * @author Sergio Bertolin + * @author Vincent Petry + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ use Behat\Behat\Context\Context; use Behat\Behat\Context\SnippetAcceptingContext; use GuzzleHttp\Client as GClient; diff --git a/console.php b/console.php index af395536f79..6edf10e473f 100644 --- a/console.php +++ b/console.php @@ -1,17 +1,18 @@ * @author Christian Kampka * @author Edward Crompton - * @author Joas Schilling + * @author Joas Schilling * @author Jost Baron - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Philippe Le Brouster * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php index 9602269d7a7..6bb70e4c393 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/ajax/preview.php b/core/ajax/preview.php index 119bad1eea2..2894efdc8e3 100644 --- a/core/ajax/preview.php +++ b/core/ajax/preview.php @@ -1,13 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/ajax/share.php b/core/ajax/share.php index 44144b791e2..adcf31a0dfa 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Craig Morrissey * @author dampfklon * @author Felix Böhm - * @author Joas Schilling + * @author Joas Schilling * @author Leonardo Diez - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Ramiro Aparicio - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/ajax/update.php b/core/ajax/update.php index 4d8fe19f168..7fb78caea36 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,16 +1,17 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/application.php b/core/application.php index f0748b06ba5..835e2869aff 100644 --- a/core/application.php +++ b/core/application.php @@ -1,13 +1,15 @@ - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php index 84dbb94998e..4ed0ca335d7 100644 --- a/core/command/app/checkcode.php +++ b/core/command/app/checkcode.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/app/disable.php b/core/command/app/disable.php index 743a78cb88d..07e752ee839 100644 --- a/core/command/app/disable.php +++ b/core/command/app/disable.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/app/enable.php b/core/command/app/enable.php index 0f6ce51fe8f..d5b161f8eaf 100644 --- a/core/command/app/enable.php +++ b/core/command/app/enable.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/app/getpath.php b/core/command/app/getpath.php index 33a3f64c53d..3eeee5c2c44 100644 --- a/core/command/app/getpath.php +++ b/core/command/app/getpath.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/app/listapps.php b/core/command/app/listapps.php index d7546b3c0c7..08449dd8dc9 100644 --- a/core/command/app/listapps.php +++ b/core/command/app/listapps.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/base.php b/core/command/base.php index 7538effd74a..5fa4468f6eb 100644 --- a/core/command/base.php +++ b/core/command/base.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/check.php b/core/command/check.php index c2e92f7a8da..8ced96a91c3 100644 --- a/core/command/check.php +++ b/core/command/check.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/app/deleteconfig.php b/core/command/config/app/deleteconfig.php index cccd92ea3d6..82099556ca1 100644 --- a/core/command/config/app/deleteconfig.php +++ b/core/command/config/app/deleteconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/app/getconfig.php b/core/command/config/app/getconfig.php index abe71e57d8c..eb81b1b19b0 100644 --- a/core/command/config/app/getconfig.php +++ b/core/command/config/app/getconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/app/setconfig.php b/core/command/config/app/setconfig.php index 097fde6ba95..aa84ddf1d8e 100644 --- a/core/command/config/app/setconfig.php +++ b/core/command/config/app/setconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/import.php b/core/command/config/import.php index 7f1e09d2c95..a27d1b62f0b 100644 --- a/core/command/config/import.php +++ b/core/command/config/import.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/listconfigs.php b/core/command/config/listconfigs.php index afebe4c4c07..e11eec1a7a1 100644 --- a/core/command/config/listconfigs.php +++ b/core/command/config/listconfigs.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/system/deleteconfig.php b/core/command/config/system/deleteconfig.php index 374f5ac69b7..65f26f7b2a8 100644 --- a/core/command/config/system/deleteconfig.php +++ b/core/command/config/system/deleteconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/system/getconfig.php b/core/command/config/system/getconfig.php index b76474112a0..7c2f663e42c 100644 --- a/core/command/config/system/getconfig.php +++ b/core/command/config/system/getconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/config/system/setconfig.php b/core/command/config/system/setconfig.php index c7f206b05d1..fcbf3c0baa5 100644 --- a/core/command/config/system/setconfig.php +++ b/core/command/config/system/setconfig.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php index bbefbe17585..49347ab725c 100644 --- a/core/command/db/converttype.php +++ b/core/command/db/converttype.php @@ -1,14 +1,15 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author tbelau666 * @author Thomas Müller * @author unclejamal3000 * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/db/generatechangescript.php b/core/command/db/generatechangescript.php index 85436b02d65..9ef4d57967a 100644 --- a/core/command/db/generatechangescript.php +++ b/core/command/db/generatechangescript.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/changekeystorageroot.php b/core/command/encryption/changekeystorageroot.php index 3213665fc81..57bfbed8c80 100644 --- a/core/command/encryption/changekeystorageroot.php +++ b/core/command/encryption/changekeystorageroot.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Morris Jobke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/decryptall.php b/core/command/encryption/decryptall.php index 913bc29368d..bb567f46c0c 100644 --- a/core/command/encryption/decryptall.php +++ b/core/command/encryption/decryptall.php @@ -1,9 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author Morris Jobke + * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/disable.php b/core/command/encryption/disable.php index 0e08a314473..26e86278674 100644 --- a/core/command/encryption/disable.php +++ b/core/command/encryption/disable.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/enable.php b/core/command/encryption/enable.php index 273320e6155..a84a5fc7f7f 100644 --- a/core/command/encryption/enable.php +++ b/core/command/encryption/enable.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/encryptall.php b/core/command/encryption/encryptall.php index 1336f3c2b9f..221a49f006e 100644 --- a/core/command/encryption/encryptall.php +++ b/core/command/encryption/encryptall.php @@ -1,9 +1,11 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @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/core/command/encryption/listmodules.php b/core/command/encryption/listmodules.php index 9c061b6e764..82a2e5f50f7 100644 --- a/core/command/encryption/listmodules.php +++ b/core/command/encryption/listmodules.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/setdefaultmodule.php b/core/command/encryption/setdefaultmodule.php index e9978536201..1a008c7724a 100644 --- a/core/command/encryption/setdefaultmodule.php +++ b/core/command/encryption/setdefaultmodule.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/showkeystorageroot.php b/core/command/encryption/showkeystorageroot.php index 402352c4bcf..4270ee9f57f 100644 --- a/core/command/encryption/showkeystorageroot.php +++ b/core/command/encryption/showkeystorageroot.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/encryption/status.php b/core/command/encryption/status.php index b97ea8833fa..0582703d4d3 100644 --- a/core/command/encryption/status.php +++ b/core/command/encryption/status.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/integrity/checkapp.php b/core/command/integrity/checkapp.php index 643af5285b4..0774cca6582 100644 --- a/core/command/integrity/checkapp.php +++ b/core/command/integrity/checkapp.php @@ -1,8 +1,10 @@ * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/integrity/checkcore.php b/core/command/integrity/checkcore.php index 460a78e4da7..5aaf9c2dec8 100644 --- a/core/command/integrity/checkcore.php +++ b/core/command/integrity/checkcore.php @@ -1,8 +1,10 @@ * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/integrity/signapp.php b/core/command/integrity/signapp.php index 53df9619c6d..3bc79eb0114 100644 --- a/core/command/integrity/signapp.php +++ b/core/command/integrity/signapp.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/integrity/signcore.php b/core/command/integrity/signcore.php index e5c2de73e00..440c3da3b23 100644 --- a/core/command/integrity/signcore.php +++ b/core/command/integrity/signcore.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @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 c2cfc5d0934..53e897e6b43 100644 --- a/core/command/l10n/createjs.php +++ b/core/command/l10n/createjs.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/log/manage.php b/core/command/log/manage.php index 1d65d7ed0d8..4f3196f09cd 100644 --- a/core/command/log/manage.php +++ b/core/command/log/manage.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/log/owncloud.php b/core/command/log/owncloud.php index 7213f6726a2..2cf0e6ef577 100644 --- a/core/command/log/owncloud.php +++ b/core/command/log/owncloud.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/install.php b/core/command/maintenance/install.php index fd04d4db53d..37c03e362f7 100644 --- a/core/command/maintenance/install.php +++ b/core/command/maintenance/install.php @@ -1,11 +1,14 @@ * @author Christian Kampka + * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/mimetype/updatedb.php b/core/command/maintenance/mimetype/updatedb.php index 9532f9e1cd9..1c8d651b9c0 100644 --- a/core/command/maintenance/mimetype/updatedb.php +++ b/core/command/maintenance/mimetype/updatedb.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/command/maintenance/mimetype/updatejs.php index a87f50e32de..7908d066c80 100644 --- a/core/command/maintenance/mimetype/updatejs.php +++ b/core/command/maintenance/mimetype/updatejs.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/mode.php b/core/command/maintenance/mode.php index 28f4fb2f7f1..30d72da3583 100644 --- a/core/command/maintenance/mode.php +++ b/core/command/maintenance/mode.php @@ -1,9 +1,10 @@ * @author scolebrook * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/repair.php b/core/command/maintenance/repair.php index 95e2b872227..521872b0085 100644 --- a/core/command/maintenance/repair.php +++ b/core/command/maintenance/repair.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/singleuser.php b/core/command/maintenance/singleuser.php index 2e6f1f136e7..e4f945596d2 100644 --- a/core/command/maintenance/singleuser.php +++ b/core/command/maintenance/singleuser.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/maintenance/updatehtaccess.php b/core/command/maintenance/updatehtaccess.php index ad5bf5d8bde..21850786200 100644 --- a/core/command/maintenance/updatehtaccess.php +++ b/core/command/maintenance/updatehtaccess.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/security/importcertificate.php b/core/command/security/importcertificate.php index 6aae7ad1d9f..38a774add50 100644 --- a/core/command/security/importcertificate.php +++ b/core/command/security/importcertificate.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/security/listcertificates.php b/core/command/security/listcertificates.php index 91deb2d340a..fe19348876a 100644 --- a/core/command/security/listcertificates.php +++ b/core/command/security/listcertificates.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/security/removecertificate.php b/core/command/security/removecertificate.php index 68e409aee1c..8be7123ad08 100644 --- a/core/command/security/removecertificate.php +++ b/core/command/security/removecertificate.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Carla Schroder + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/status.php b/core/command/status.php index 6bc9c28d4d1..2f7173341b4 100644 --- a/core/command/status.php +++ b/core/command/status.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/upgrade.php b/core/command/upgrade.php index 562839e80b9..2ea18f1b715 100644 --- a/core/command/upgrade.php +++ b/core/command/upgrade.php @@ -1,16 +1,18 @@ - * @author Björn Schießle - * @author Joas Schilling - * @author Lukas Reschke + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Steffen Lindner * @author Thomas Müller + * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/user/add.php b/core/command/user/add.php index 6c7e3a47231..a0ca3315154 100644 --- a/core/command/user/add.php +++ b/core/command/user/add.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Laurens Post * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/user/delete.php b/core/command/user/delete.php index b9a0a0e3950..495c0903bba 100644 --- a/core/command/user/delete.php +++ b/core/command/user/delete.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jens-Christian Fischer - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php index 6bb45a87875..58592e05150 100644 --- a/core/command/user/lastseen.php +++ b/core/command/user/lastseen.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Pierre Ozoux * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/user/report.php b/core/command/user/report.php index df9f7e41620..01eb51f17f9 100644 --- a/core/command/user/report.php +++ b/core/command/user/report.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/user/resetpassword.php b/core/command/user/resetpassword.php index f3f2d5b0630..ed8cf53b990 100644 --- a/core/command/user/resetpassword.php +++ b/core/command/user/resetpassword.php @@ -1,13 +1,14 @@ * @author Christopher Schäpers * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Laurens Post * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/controller/avatarcontroller.php b/core/controller/avatarcontroller.php index 6f84a86c3ef..ed63025aca4 100644 --- a/core/controller/avatarcontroller.php +++ b/core/controller/avatarcontroller.php @@ -1,14 +1,15 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/controller/lostcontroller.php b/core/controller/lostcontroller.php index 0e0932b288b..3da4ebc39ae 100644 --- a/core/controller/lostcontroller.php +++ b/core/controller/lostcontroller.php @@ -1,14 +1,15 @@ - * @author Björn Schießle - * @author Lukas Reschke + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/controller/setupcontroller.php b/core/controller/setupcontroller.php index 48f62be80e4..787d697a72c 100644 --- a/core/controller/setupcontroller.php +++ b/core/controller/setupcontroller.php @@ -1,14 +1,15 @@ * @author ideaship - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/controller/usercontroller.php b/core/controller/usercontroller.php index 72193761022..0cede94eb6e 100644 --- a/core/controller/usercontroller.php +++ b/core/controller/usercontroller.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/js/config.php b/core/js/config.php index 1292a959c62..d91158e4a68 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -1,21 +1,23 @@ - * @author Björn Schießle + * @author Bjoern Schiessle + * @author Björn Schießle * @author Clark Tomlinson * @author Guillaume AMAT * @author Hasso Tepper - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Chan * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/register_command.php b/core/register_command.php index b074339f4c3..d1bcae32ac8 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -1,18 +1,19 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Christian Kampka - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/routes.php b/core/routes.php index 8981eb618f3..2b14001f3bd 100644 --- a/core/routes.php +++ b/core/routes.php @@ -1,17 +1,18 @@ * @author Bernhard Posselt * @author Christopher Schäpers * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/search/ajax/search.php b/core/search/ajax/search.php index 6c5e0237362..1de53158ada 100644 --- a/core/search/ajax/search.php +++ b/core/search/ajax/search.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/strings.php b/core/strings.php index 4936866377a..ddf33eae936 100644 --- a/core/strings.php +++ b/core/strings.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/tags/controller.php b/core/tags/controller.php index 9798a59d56f..3cba40636bc 100644 --- a/core/tags/controller.php +++ b/core/tags/controller.php @@ -1,9 +1,10 @@ * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/cron.php b/cron.php index 6825c10fb01..956db3f1a95 100644 --- a/cron.php +++ b/cron.php @@ -1,19 +1,20 @@ * @author Christopher Schäpers * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Kohl D.Sc. * @author Phil Davis - * @author Robin Appelman + * @author Robin Appelman * @author Steffen Lindner * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/index.php b/index.php index f1ea9db3499..e9a1b97aae7 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/autoloader.php b/lib/autoloader.php index e7262af0ca9..df8f202972d 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -1,17 +1,18 @@ * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/base.php b/lib/base.php index 18765c17353..2a96f5142e7 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1,24 +1,27 @@ * @author Andreas Fischer - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author davidgumberg * @author Florian Scholz * @author Florin Peter - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author Hugo Gonzalez Labrador * @author Individual IT Services * @author Jakob Sack * @author Joachim Bauch - * @author Joas Schilling + * @author Joachim Sokolowski + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author marc0s * @author Martin Mattel * @author Michael Gapczynski @@ -26,9 +29,9 @@ * @author Owen Winkler * @author Phil Davis * @author Ramiro Aparicio - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author scolebrook * @author Thomas Müller * @author Thomas Tanghus @@ -36,7 +39,6 @@ * @author Vincent Petry * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/activity/event.php b/lib/private/activity/event.php index b7e271b2104..af0605d82c8 100644 --- a/lib/private/activity/event.php +++ b/lib/private/activity/event.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Phil Davis * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/activitymanager.php b/lib/private/activitymanager.php index e522dca9e3b..5a40126df40 100644 --- a/lib/private/activitymanager.php +++ b/lib/private/activitymanager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/allconfig.php b/lib/private/allconfig.php index e982b064736..80d5d0ecbaa 100644 --- a/lib/private/allconfig.php +++ b/lib/private/allconfig.php @@ -1,15 +1,17 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/api.php b/lib/private/api.php index 12a78f1424b..11d2f971ecb 100644 --- a/lib/private/api.php +++ b/lib/private/api.php @@ -1,19 +1,20 @@ * @author Bernhard Posselt - * @author Björn Schießle - * @author Joas Schilling + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Tom Needham * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app.php b/lib/private/app.php index 76f650a146b..ce61d122a1e 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -1,34 +1,35 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt - * @author Björn Schießle + * @author Björn Schießle * @author Borjan Tchakaloff * @author Brice Maron * @author Christopher Schäpers * @author Felix Moeller - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski - * @author Lukas Reschke + * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke * @author RealRancor - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus * @author Tom Needham * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/appmanager.php b/lib/private/app/appmanager.php index 608c69dd54a..79e5e718052 100644 --- a/lib/private/app/appmanager.php +++ b/lib/private/app/appmanager.php @@ -1,15 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christoph Schaefer - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/abstractcheck.php b/lib/private/app/codechecker/abstractcheck.php index ca91d366482..64fd3a9f471 100644 --- a/lib/private/app/codechecker/abstractcheck.php +++ b/lib/private/app/codechecker/abstractcheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/codechecker.php b/lib/private/app/codechecker/codechecker.php index 0ca597ccb4e..569a452df73 100644 --- a/lib/private/app/codechecker/codechecker.php +++ b/lib/private/app/codechecker/codechecker.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/deprecationcheck.php b/lib/private/app/codechecker/deprecationcheck.php index fa5eae8ab1d..60e7fdf078d 100644 --- a/lib/private/app/codechecker/deprecationcheck.php +++ b/lib/private/app/codechecker/deprecationcheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/emptycheck.php b/lib/private/app/codechecker/emptycheck.php index b779926d5e4..02fbb46d7de 100644 --- a/lib/private/app/codechecker/emptycheck.php +++ b/lib/private/app/codechecker/emptycheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/icheck.php b/lib/private/app/codechecker/icheck.php index 97e0bc9b8a0..4dfaa23c538 100644 --- a/lib/private/app/codechecker/icheck.php +++ b/lib/private/app/codechecker/icheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/infochecker.php b/lib/private/app/codechecker/infochecker.php index 812007d8839..3ee99dc6478 100644 --- a/lib/private/app/codechecker/infochecker.php +++ b/lib/private/app/codechecker/infochecker.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/nodevisitor.php b/lib/private/app/codechecker/nodevisitor.php index f9386caeeae..b7f256ea3d7 100644 --- a/lib/private/app/codechecker/nodevisitor.php +++ b/lib/private/app/codechecker/nodevisitor.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/privatecheck.php b/lib/private/app/codechecker/privatecheck.php index 32248ab21e2..5d160b8f32a 100644 --- a/lib/private/app/codechecker/privatecheck.php +++ b/lib/private/app/codechecker/privatecheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/codechecker/strongcomparisoncheck.php b/lib/private/app/codechecker/strongcomparisoncheck.php index 919647a6a54..b98730c0d47 100644 --- a/lib/private/app/codechecker/strongcomparisoncheck.php +++ b/lib/private/app/codechecker/strongcomparisoncheck.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/dependencyanalyzer.php b/lib/private/app/dependencyanalyzer.php index 0cf4bc72161..d5563852f2c 100644 --- a/lib/private/app/dependencyanalyzer.php +++ b/lib/private/app/dependencyanalyzer.php @@ -1,12 +1,13 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/infoparser.php b/lib/private/app/infoparser.php index c33e5349f3b..9983425c9f7 100644 --- a/lib/private/app/infoparser.php +++ b/lib/private/app/infoparser.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/platform.php b/lib/private/app/platform.php index 1d4c3767121..bfee20adf28 100644 --- a/lib/private/app/platform.php +++ b/lib/private/app/platform.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/app/platformrepository.php b/lib/private/app/platformrepository.php index 7363b2a44b1..f94fb3ad504 100644 --- a/lib/private/app/platformrepository.php +++ b/lib/private/app/platformrepository.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appconfig.php b/lib/private/appconfig.php index 14c48299a8a..e392810f88f 100644 --- a/lib/private/appconfig.php +++ b/lib/private/appconfig.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/app.php b/lib/private/appframework/app.php index 376a8559454..01844e4c2d5 100644 --- a/lib/private/appframework/app.php +++ b/lib/private/appframework/app.php @@ -1,12 +1,13 @@ * @author Bernhard Posselt - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/core/api.php b/lib/private/appframework/core/api.php index 67b696948f0..85cdc00a63a 100644 --- a/lib/private/appframework/core/api.php +++ b/lib/private/appframework/core/api.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 0d17d7bc225..7092896a277 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/dependencyinjection/dicontainer.php b/lib/private/appframework/dependencyinjection/dicontainer.php index f74fe4aeb99..9e0e65b7d0b 100644 --- a/lib/private/appframework/dependencyinjection/dicontainer.php +++ b/lib/private/appframework/dependencyinjection/dicontainer.php @@ -1,16 +1,17 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/http.php b/lib/private/appframework/http.php index a99f7ea437f..526509a4583 100644 --- a/lib/private/appframework/http.php +++ b/lib/private/appframework/http.php @@ -1,14 +1,15 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php index 641339c0d94..0d502462d0e 100644 --- a/lib/private/appframework/http/dispatcher.php +++ b/lib/private/appframework/http/dispatcher.php @@ -1,13 +1,14 @@ * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/http/output.php b/lib/private/appframework/http/output.php index dfb03e6a516..eb0f1e8fbe9 100644 --- a/lib/private/appframework/http/output.php +++ b/lib/private/appframework/http/output.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/http/request.php b/lib/private/appframework/http/request.php index 1ab52fb3ca1..ae296b9055b 100644 --- a/lib/private/appframework/http/request.php +++ b/lib/private/appframework/http/request.php @@ -1,20 +1,21 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Mitar * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/middlewaredispatcher.php b/lib/private/appframework/middleware/middlewaredispatcher.php index e2b2eff42ab..daf511dda6d 100644 --- a/lib/private/appframework/middleware/middlewaredispatcher.php +++ b/lib/private/appframework/middleware/middlewaredispatcher.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/corsmiddleware.php b/lib/private/appframework/middleware/security/corsmiddleware.php index e42513b44a2..bff4436597b 100644 --- a/lib/private/appframework/middleware/security/corsmiddleware.php +++ b/lib/private/appframework/middleware/security/corsmiddleware.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php b/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php index 59e247f3307..83662e6dc3f 100644 --- a/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php +++ b/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php b/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php index 0eeb81730d4..b5b6795df36 100644 --- a/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php +++ b/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/notadminexception.php b/lib/private/appframework/middleware/security/exceptions/notadminexception.php index be0f2f9d2a9..d9c18fc679e 100644 --- a/lib/private/appframework/middleware/security/exceptions/notadminexception.php +++ b/lib/private/appframework/middleware/security/exceptions/notadminexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php b/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php index f5b2e032032..e8942b0088a 100644 --- a/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php +++ b/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/securityexception.php b/lib/private/appframework/middleware/security/exceptions/securityexception.php index c86614ec477..20b87b1bab1 100644 --- a/lib/private/appframework/middleware/security/exceptions/securityexception.php +++ b/lib/private/appframework/middleware/security/exceptions/securityexception.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/security/exceptions/strictcookiemissingexception.php b/lib/private/appframework/middleware/security/exceptions/strictcookiemissingexception.php index c45cc400d72..26c3ebe8fd9 100644 --- a/lib/private/appframework/middleware/security/exceptions/strictcookiemissingexception.php +++ b/lib/private/appframework/middleware/security/exceptions/strictcookiemissingexception.php @@ -1,5 +1,7 @@ * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/appframework/middleware/security/securitymiddleware.php b/lib/private/appframework/middleware/security/securitymiddleware.php index fe67aca9b2b..10aeef4a7c4 100644 --- a/lib/private/appframework/middleware/security/securitymiddleware.php +++ b/lib/private/appframework/middleware/security/securitymiddleware.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/middleware/sessionmiddleware.php b/lib/private/appframework/middleware/sessionmiddleware.php index b218b48ea11..c5fefa77fc4 100644 --- a/lib/private/appframework/middleware/sessionmiddleware.php +++ b/lib/private/appframework/middleware/sessionmiddleware.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/routing/routeactionhandler.php b/lib/private/appframework/routing/routeactionhandler.php index b282fc1b452..2dbdea29f4e 100644 --- a/lib/private/appframework/routing/routeactionhandler.php +++ b/lib/private/appframework/routing/routeactionhandler.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/routing/routeconfig.php b/lib/private/appframework/routing/routeconfig.php index dd029ba9a00..cb65b02ba57 100644 --- a/lib/private/appframework/routing/routeconfig.php +++ b/lib/private/appframework/routing/routeconfig.php @@ -1,13 +1,14 @@ * @author Morris Jobke * @author Patrick Paysant - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/utility/controllermethodreflector.php b/lib/private/appframework/utility/controllermethodreflector.php index de83749fbaf..33a117d8121 100644 --- a/lib/private/appframework/utility/controllermethodreflector.php +++ b/lib/private/appframework/utility/controllermethodreflector.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/utility/simplecontainer.php b/lib/private/appframework/utility/simplecontainer.php index 78ded39735e..5f637518f4d 100644 --- a/lib/private/appframework/utility/simplecontainer.php +++ b/lib/private/appframework/utility/simplecontainer.php @@ -1,13 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/appframework/utility/timefactory.php b/lib/private/appframework/utility/timefactory.php index 5241b367069..30d38d9bde4 100644 --- a/lib/private/appframework/utility/timefactory.php +++ b/lib/private/appframework/utility/timefactory.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/apphelper.php b/lib/private/apphelper.php index c19ed2f5b67..c99cf4a8304 100644 --- a/lib/private/apphelper.php +++ b/lib/private/apphelper.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/archive.php b/lib/private/archive.php index 62512d1448a..dbe0e5ba8dc 100644 --- a/lib/private/archive.php +++ b/lib/private/archive.php @@ -1,17 +1,18 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Felix Moeller - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/archive/tar.php b/lib/private/archive/tar.php index 20e2e05f238..2668d92c158 100644 --- a/lib/private/archive/tar.php +++ b/lib/private/archive/tar.php @@ -1,19 +1,20 @@ * @author Christian Weiske * @author Christopher Schäpers * @author Felix Moeller - * @author Frank Karlitschek - * @author Joas Schilling + * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Remco Brenninkmeijer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/archive/zip.php b/lib/private/archive/zip.php index 8962a8e446e..d74b21669d4 100644 --- a/lib/private/archive/zip.php +++ b/lib/private/archive/zip.php @@ -1,16 +1,17 @@ * @author Christopher Schäpers * @author Felix Moeller - * @author Frank Karlitschek - * @author Joas Schilling + * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/avatar.php b/lib/private/avatar.php index 3f8038360a4..80691774b64 100644 --- a/lib/private/avatar.php +++ b/lib/private/avatar.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/avatarmanager.php b/lib/private/avatarmanager.php index 62f4faf436c..e461a70608b 100644 --- a/lib/private/avatarmanager.php +++ b/lib/private/avatarmanager.php @@ -1,12 +1,14 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/job.php b/lib/private/backgroundjob/job.php index e7268894848..726c66ef5d7 100644 --- a/lib/private/backgroundjob/job.php +++ b/lib/private/backgroundjob/job.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/joblist.php b/lib/private/backgroundjob/joblist.php index 2429b830446..747f24873e8 100644 --- a/lib/private/backgroundjob/joblist.php +++ b/lib/private/backgroundjob/joblist.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/legacy/queuedjob.php b/lib/private/backgroundjob/legacy/queuedjob.php index 983c06fe551..e519a654713 100644 --- a/lib/private/backgroundjob/legacy/queuedjob.php +++ b/lib/private/backgroundjob/legacy/queuedjob.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/legacy/regularjob.php b/lib/private/backgroundjob/legacy/regularjob.php index aedd6ef657a..e329b186a59 100644 --- a/lib/private/backgroundjob/legacy/regularjob.php +++ b/lib/private/backgroundjob/legacy/regularjob.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/queuedjob.php b/lib/private/backgroundjob/queuedjob.php index bf34db7cc02..e5afc792331 100644 --- a/lib/private/backgroundjob/queuedjob.php +++ b/lib/private/backgroundjob/queuedjob.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/backgroundjob/timedjob.php b/lib/private/backgroundjob/timedjob.php index abf487a89e1..22b48a80371 100644 --- a/lib/private/backgroundjob/timedjob.php +++ b/lib/private/backgroundjob/timedjob.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/cache/cappedmemorycache.php b/lib/private/cache/cappedmemorycache.php index e3efbf76a23..29446c74bd9 100644 --- a/lib/private/cache/cappedmemorycache.php +++ b/lib/private/cache/cappedmemorycache.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/cache/file.php b/lib/private/cache/file.php index 38f88959bd7..7d9b3e0680e 100644 --- a/lib/private/cache/file.php +++ b/lib/private/cache/file.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke - * @author Roeland Jago Douma + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/capabilitiesmanager.php b/lib/private/capabilitiesmanager.php index 8b89692faa9..99a37d652a1 100644 --- a/lib/private/capabilitiesmanager.php +++ b/lib/private/capabilitiesmanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/asyncbus.php b/lib/private/command/asyncbus.php index eb692f9a8fb..3c1f67da0cb 100644 --- a/lib/private/command/asyncbus.php +++ b/lib/private/command/asyncbus.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/callablejob.php b/lib/private/command/callablejob.php index acfeb83d606..1d0557ffa6d 100644 --- a/lib/private/command/callablejob.php +++ b/lib/private/command/callablejob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/closurejob.php b/lib/private/command/closurejob.php index be2b5f0a4ba..baa46bc99de 100644 --- a/lib/private/command/closurejob.php +++ b/lib/private/command/closurejob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/commandjob.php b/lib/private/command/commandjob.php index 5d613c0305b..5522f61ced0 100644 --- a/lib/private/command/commandjob.php +++ b/lib/private/command/commandjob.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/fileaccess.php b/lib/private/command/fileaccess.php index 6fe3e111aef..08b2a61e41b 100644 --- a/lib/private/command/fileaccess.php +++ b/lib/private/command/fileaccess.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/command/queuebus.php b/lib/private/command/queuebus.php index be4ee589e6f..7f2fc88a703 100644 --- a/lib/private/command/queuebus.php +++ b/lib/private/command/queuebus.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/comments/comment.php b/lib/private/comments/comment.php index 60663d61578..d640c606f8e 100644 --- a/lib/private/comments/comment.php +++ b/lib/private/comments/comment.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php index b986c8c51f9..59678775d88 100644 --- a/lib/private/comments/manager.php +++ b/lib/private/comments/manager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/comments/managerfactory.php b/lib/private/comments/managerfactory.php index 044463d1e96..4ce3ec2d0da 100644 --- a/lib/private/comments/managerfactory.php +++ b/lib/private/comments/managerfactory.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/config.php b/lib/private/config.php index 368dafd0460..351dce8fa84 100644 --- a/lib/private/config.php +++ b/lib/private/config.php @@ -1,20 +1,21 @@ * @author Aldo "xoen" Giambelluca * @author Bart Visscher * @author Brice Maron - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/console/application.php b/lib/private/console/application.php index cea9719da80..ee3562c7ab4 100644 --- a/lib/private/console/application.php +++ b/lib/private/console/application.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/console/timestampformatter.php b/lib/private/console/timestampformatter.php index 3beac5e2f9f..5b292439a4c 100644 --- a/lib/private/console/timestampformatter.php +++ b/lib/private/console/timestampformatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/contactsmanager.php b/lib/private/contactsmanager.php index a2640d36945..6a83a718d41 100644 --- a/lib/private/contactsmanager.php +++ b/lib/private/contactsmanager.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Tobia De Koninck * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/databaseexception.php b/lib/private/databaseexception.php index 4d50fe82b0f..7ca7435c028 100644 --- a/lib/private/databaseexception.php +++ b/lib/private/databaseexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/databasesetupexception.php b/lib/private/databasesetupexception.php index 30bd00de2d6..f64655e5b0b 100644 --- a/lib/private/databasesetupexception.php +++ b/lib/private/databasesetupexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/datetimeformatter.php b/lib/private/datetimeformatter.php index 5639ab1cace..3d0a4dd620c 100644 --- a/lib/private/datetimeformatter.php +++ b/lib/private/datetimeformatter.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/datetimezone.php b/lib/private/datetimezone.php index 5359cd6b391..59da2f601ab 100644 --- a/lib/private/datetimezone.php +++ b/lib/private/datetimezone.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db.php b/lib/private/db.php index 5d612312919..2d48e830ec2 100644 --- a/lib/private/db.php +++ b/lib/private/db.php @@ -1,15 +1,16 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/adapter.php b/lib/private/db/adapter.php index 9522f768c88..274b96b8c78 100644 --- a/lib/private/db/adapter.php +++ b/lib/private/db/adapter.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jonny007-MKD <1-23-4-5@web.de> * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/adaptermysql.php b/lib/private/db/adaptermysql.php index ab87c589747..8ae0be42f68 100644 --- a/lib/private/db/adaptermysql.php +++ b/lib/private/db/adaptermysql.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/adapteroci8.php b/lib/private/db/adapteroci8.php index 970d3eefa4d..e23f74345ae 100644 --- a/lib/private/db/adapteroci8.php +++ b/lib/private/db/adapteroci8.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/adapterpgsql.php b/lib/private/db/adapterpgsql.php index a7d9377a0bf..47ef4dff037 100644 --- a/lib/private/db/adapterpgsql.php +++ b/lib/private/db/adapterpgsql.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/adaptersqlite.php b/lib/private/db/adaptersqlite.php index d7769238abc..09fbc612e83 100644 --- a/lib/private/db/adaptersqlite.php +++ b/lib/private/db/adaptersqlite.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php index 7904fab0726..0ab9a17639b 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/connectionfactory.php b/lib/private/db/connectionfactory.php index 0856d8d19c0..92bdb34df76 100644 --- a/lib/private/db/connectionfactory.php +++ b/lib/private/db/connectionfactory.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/mdb2schemamanager.php b/lib/private/db/mdb2schemamanager.php index bcabb6fe57a..f5341faec0d 100644 --- a/lib/private/db/mdb2schemamanager.php +++ b/lib/private/db/mdb2schemamanager.php @@ -1,15 +1,16 @@ * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 375fec185cb..3f183c9723a 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -1,17 +1,18 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/mdb2schemawriter.php b/lib/private/db/mdb2schemawriter.php index 7dc3bd223a7..26e32b036fe 100644 --- a/lib/private/db/mdb2schemawriter.php +++ b/lib/private/db/mdb2schemawriter.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author tbelau666 * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/migrationexception.php b/lib/private/db/migrationexception.php index 57e4c5b8334..34cac82a262 100644 --- a/lib/private/db/migrationexception.php +++ b/lib/private/db/migrationexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/migrator.php b/lib/private/db/migrator.php index 7ca3f981358..5067b419962 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -1,14 +1,15 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author tbelau666 * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/mysqlmigrator.php b/lib/private/db/mysqlmigrator.php index 1b3f70a817d..f8f91a5dade 100644 --- a/lib/private/db/mysqlmigrator.php +++ b/lib/private/db/mysqlmigrator.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/nocheckmigrator.php b/lib/private/db/nocheckmigrator.php index 23afae11816..723653511b9 100644 --- a/lib/private/db/nocheckmigrator.php +++ b/lib/private/db/nocheckmigrator.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/ocsqliteplatform.php b/lib/private/db/ocsqliteplatform.php index fe68bc3cc91..9fcd8038f4f 100644 --- a/lib/private/db/ocsqliteplatform.php +++ b/lib/private/db/ocsqliteplatform.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/oracleconnection.php b/lib/private/db/oracleconnection.php index a95f37a8e6c..08d71365172 100644 --- a/lib/private/db/oracleconnection.php +++ b/lib/private/db/oracleconnection.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/oraclemigrator.php b/lib/private/db/oraclemigrator.php index ceb89cf64d4..956eef99053 100644 --- a/lib/private/db/oraclemigrator.php +++ b/lib/private/db/oraclemigrator.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/pgsqltools.php b/lib/private/db/pgsqltools.php index e9e507551e6..3aeeab6efd1 100644 --- a/lib/private/db/pgsqltools.php +++ b/lib/private/db/pgsqltools.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author tbelau666 * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/compositeexpression.php b/lib/private/db/querybuilder/compositeexpression.php index 927dfe38378..1b3f06be947 100644 --- a/lib/private/db/querybuilder/compositeexpression.php +++ b/lib/private/db/querybuilder/compositeexpression.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php index ce98816c42d..f9170e97a02 100644 --- a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php index 0d34787d26a..66d8851632f 100644 --- a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php index 5d615ae52e8..69c34947feb 100644 --- a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php index a8f1af87a45..bd18b38c52e 100644 --- a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/literal.php b/lib/private/db/querybuilder/literal.php index 0cc96ab48b4..7cf2e0ed157 100644 --- a/lib/private/db/querybuilder/literal.php +++ b/lib/private/db/querybuilder/literal.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/parameter.php b/lib/private/db/querybuilder/parameter.php index 1c233c83f1d..8ec5809367d 100644 --- a/lib/private/db/querybuilder/parameter.php +++ b/lib/private/db/querybuilder/parameter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/querybuilder.php b/lib/private/db/querybuilder/querybuilder.php index bb463e43a75..eac77dd98fd 100644 --- a/lib/private/db/querybuilder/querybuilder.php +++ b/lib/private/db/querybuilder/querybuilder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/queryfunction.php b/lib/private/db/querybuilder/queryfunction.php index ac6d73f3cbf..92be0a347f3 100644 --- a/lib/private/db/querybuilder/queryfunction.php +++ b/lib/private/db/querybuilder/queryfunction.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/querybuilder/quotehelper.php b/lib/private/db/querybuilder/quotehelper.php index fda243a3786..6d15cec5a05 100644 --- a/lib/private/db/querybuilder/quotehelper.php +++ b/lib/private/db/querybuilder/quotehelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/sqlitemigrator.php b/lib/private/db/sqlitemigrator.php index 8ea32581011..fd052b58b7a 100644 --- a/lib/private/db/sqlitemigrator.php +++ b/lib/private/db/sqlitemigrator.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/sqlitesessioninit.php b/lib/private/db/sqlitesessioninit.php index 0683c47d08e..f8e6dcef8ad 100644 --- a/lib/private/db/sqlitesessioninit.php +++ b/lib/private/db/sqlitesessioninit.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/db/statementwrapper.php b/lib/private/db/statementwrapper.php index 6422d8d5f1b..0c3a6ea62a2 100644 --- a/lib/private/db/statementwrapper.php +++ b/lib/private/db/statementwrapper.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/defaults.php b/lib/private/defaults.php index fae2a44152d..27eeacf909a 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -1,18 +1,20 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle + * @author Björn Schießle * @author Jan-Christoph Borchardt * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Pascal de Bruijn - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author scolebrook * @author Thomas Müller * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/event.php b/lib/private/diagnostics/event.php index 8b5bb7e3bd8..00a40b77e7f 100644 --- a/lib/private/diagnostics/event.php +++ b/lib/private/diagnostics/event.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/eventlogger.php b/lib/private/diagnostics/eventlogger.php index 3d909ce79cd..5abaae3f1dd 100644 --- a/lib/private/diagnostics/eventlogger.php +++ b/lib/private/diagnostics/eventlogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/nulleventlogger.php b/lib/private/diagnostics/nulleventlogger.php index 1b5e7af3ac9..9fe7461eb45 100644 --- a/lib/private/diagnostics/nulleventlogger.php +++ b/lib/private/diagnostics/nulleventlogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/nullquerylogger.php b/lib/private/diagnostics/nullquerylogger.php index 98ddef2e783..873f556f90e 100644 --- a/lib/private/diagnostics/nullquerylogger.php +++ b/lib/private/diagnostics/nullquerylogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/query.php b/lib/private/diagnostics/query.php index 567bc83ed4b..908ad17f9db 100644 --- a/lib/private/diagnostics/query.php +++ b/lib/private/diagnostics/query.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/diagnostics/querylogger.php b/lib/private/diagnostics/querylogger.php index 66a65b71d04..5cf7e0689f8 100644 --- a/lib/private/diagnostics/querylogger.php +++ b/lib/private/diagnostics/querylogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/decryptall.php b/lib/private/encryption/decryptall.php index 34a3e1bff91..29d86920dd9 100644 --- a/lib/private/encryption/decryptall.php +++ b/lib/private/encryption/decryptall.php @@ -1,8 +1,10 @@ + * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/encryptionwrapper.php b/lib/private/encryption/encryptionwrapper.php index 11beb0cd6b1..233390f8739 100644 --- a/lib/private/encryption/encryptionwrapper.php +++ b/lib/private/encryption/encryptionwrapper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/decryptionfailedexception.php b/lib/private/encryption/exceptions/decryptionfailedexception.php index a0cbbc5cce0..de13536b0c5 100644 --- a/lib/private/encryption/exceptions/decryptionfailedexception.php +++ b/lib/private/encryption/exceptions/decryptionfailedexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/emptyencryptiondataexception.php b/lib/private/encryption/exceptions/emptyencryptiondataexception.php index 2c90c2db7df..3e93e633ce1 100644 --- a/lib/private/encryption/exceptions/emptyencryptiondataexception.php +++ b/lib/private/encryption/exceptions/emptyencryptiondataexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/encryptionfailedexception.php b/lib/private/encryption/exceptions/encryptionfailedexception.php index 98e92eb199c..fefd8d4f0ba 100644 --- a/lib/private/encryption/exceptions/encryptionfailedexception.php +++ b/lib/private/encryption/exceptions/encryptionfailedexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php index b3875cdd1a9..8e547c5aee5 100644 --- a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php +++ b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php index 7b706e621de..00bb0cf4262 100644 --- a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +++ b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/modulealreadyexistsexception.php b/lib/private/encryption/exceptions/modulealreadyexistsexception.php index fcd08679acc..e2793d641e1 100644 --- a/lib/private/encryption/exceptions/modulealreadyexistsexception.php +++ b/lib/private/encryption/exceptions/modulealreadyexistsexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/moduledoesnotexistsexception.php b/lib/private/encryption/exceptions/moduledoesnotexistsexception.php index 282c9ec080b..deda9b67f22 100644 --- a/lib/private/encryption/exceptions/moduledoesnotexistsexception.php +++ b/lib/private/encryption/exceptions/moduledoesnotexistsexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/exceptions/unknowncipherexception.php b/lib/private/encryption/exceptions/unknowncipherexception.php index beb4cb7f2e5..d2c2eb6289c 100644 --- a/lib/private/encryption/exceptions/unknowncipherexception.php +++ b/lib/private/encryption/exceptions/unknowncipherexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/file.php b/lib/private/encryption/file.php index bd045c20294..240a8f1ccab 100644 --- a/lib/private/encryption/file.php +++ b/lib/private/encryption/file.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/hookmanager.php b/lib/private/encryption/hookmanager.php index 0bc42ec8159..2e40f2a819c 100644 --- a/lib/private/encryption/hookmanager.php +++ b/lib/private/encryption/hookmanager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/keys/storage.php b/lib/private/encryption/keys/storage.php index 47360f45aa5..8149ffe9dce 100644 --- a/lib/private/encryption/keys/storage.php +++ b/lib/private/encryption/keys/storage.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/manager.php b/lib/private/encryption/manager.php index 8714d161807..4d40675801e 100644 --- a/lib/private/encryption/manager.php +++ b/lib/private/encryption/manager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/update.php b/lib/private/encryption/update.php index 62c23c1fe0c..ad40183767b 100644 --- a/lib/private/encryption/update.php +++ b/lib/private/encryption/update.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/encryption/util.php b/lib/private/encryption/util.php index 9e0cfca830d..0e8de5147e1 100644 --- a/lib/private/encryption/util.php +++ b/lib/private/encryption/util.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/eventsource.php b/lib/private/eventsource.php index d38ca0faa75..6211d851426 100644 --- a/lib/private/eventsource.php +++ b/lib/private/eventsource.php @@ -1,14 +1,15 @@ * @author Felix Moeller - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/filechunking.php b/lib/private/filechunking.php index 5cae0ab2cf0..3d689108da0 100644 --- a/lib/private/filechunking.php +++ b/lib/private/filechunking.php @@ -1,15 +1,17 @@ * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files.php b/lib/private/files.php index dbed4702273..86c8b2bc24d 100644 --- a/lib/private/files.php +++ b/lib/private/files.php @@ -1,24 +1,26 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Clark Tomlinson - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Gapczynski * @author Nicolai Ehemann - * @author Robin Appelman + * @author Piotr Filiciak + * @author Robin Appelman * @author Robin McCorkell * @author Thibaut GRIDEL * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry - * @author Piotr Filiciak * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index 53467c278d2..5083b99b862 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -1,22 +1,23 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Florin Peter * @author Jens-Christian Fischer - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author TheSFReader * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/cacheentry.php b/lib/private/files/cache/cacheentry.php index 6d3c5d5b089..4a2579a88f8 100644 --- a/lib/private/files/cache/cacheentry.php +++ b/lib/private/files/cache/cacheentry.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/failedcache.php b/lib/private/files/cache/failedcache.php index 0386ba3ca32..3a0424b5e26 100644 --- a/lib/private/files/cache/failedcache.php +++ b/lib/private/files/cache/failedcache.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/homecache.php b/lib/private/files/cache/homecache.php index ae92504ddd6..e9dca277114 100644 --- a/lib/private/files/cache/homecache.php +++ b/lib/private/files/cache/homecache.php @@ -1,13 +1,14 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/homepropagator.php b/lib/private/files/cache/homepropagator.php index 8edca9c0c87..a7f04407599 100644 --- a/lib/private/files/cache/homepropagator.php +++ b/lib/private/files/cache/homepropagator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/movefromcachetrait.php b/lib/private/files/cache/movefromcachetrait.php index 7d8ed7b5d21..a814a081dca 100644 --- a/lib/private/files/cache/movefromcachetrait.php +++ b/lib/private/files/cache/movefromcachetrait.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/propagator.php b/lib/private/files/cache/propagator.php index 50264e54d44..1298a6af0b5 100644 --- a/lib/private/files/cache/propagator.php +++ b/lib/private/files/cache/propagator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index 03aca1924b0..d5f17f0f990 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -1,20 +1,22 @@ - * @author Björn Schießle - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Björn Schießle + * @author Daniel Jagszent * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/storage.php b/lib/private/files/cache/storage.php index 90c451ecc21..99b127ab220 100644 --- a/lib/private/files/cache/storage.php +++ b/lib/private/files/cache/storage.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/updater.php b/lib/private/files/cache/updater.php index 9e4214ad72a..403369f14e3 100644 --- a/lib/private/files/cache/updater.php +++ b/lib/private/files/cache/updater.php @@ -1,12 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Daniel Jagszent * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/watcher.php b/lib/private/files/cache/watcher.php index 0cf6caf0c28..47dde26d7b7 100644 --- a/lib/private/files/cache/watcher.php +++ b/lib/private/files/cache/watcher.php @@ -1,10 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/wrapper/cachejail.php b/lib/private/files/cache/wrapper/cachejail.php index 65275bcb798..b889ace5c7d 100644 --- a/lib/private/files/cache/wrapper/cachejail.php +++ b/lib/private/files/cache/wrapper/cachejail.php @@ -1,11 +1,13 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/wrapper/cachepermissionsmask.php b/lib/private/files/cache/wrapper/cachepermissionsmask.php index b3a7bcb3a73..83cf01045a7 100644 --- a/lib/private/files/cache/wrapper/cachepermissionsmask.php +++ b/lib/private/files/cache/wrapper/cachepermissionsmask.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/wrapper/cachewrapper.php b/lib/private/files/cache/wrapper/cachewrapper.php index 3f2d382145a..d8b22bfebf1 100644 --- a/lib/private/files/cache/wrapper/cachewrapper.php +++ b/lib/private/files/cache/wrapper/cachewrapper.php @@ -1,11 +1,13 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/cachedmountinfo.php b/lib/private/files/config/cachedmountinfo.php index 2993c979a7f..6d070271736 100644 --- a/lib/private/files/config/cachedmountinfo.php +++ b/lib/private/files/config/cachedmountinfo.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/mountprovidercollection.php b/lib/private/files/config/mountprovidercollection.php index 499fa576fbc..6f1e533bbd8 100644 --- a/lib/private/files/config/mountprovidercollection.php +++ b/lib/private/files/config/mountprovidercollection.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/usermountcache.php b/lib/private/files/config/usermountcache.php index 76281ef62e1..60bc45a2f8b 100644 --- a/lib/private/files/config/usermountcache.php +++ b/lib/private/files/config/usermountcache.php @@ -1,9 +1,11 @@ - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/usermountcachelistener.php b/lib/private/files/config/usermountcachelistener.php index 99673cf6285..78b8b894bf8 100644 --- a/lib/private/files/config/usermountcachelistener.php +++ b/lib/private/files/config/usermountcachelistener.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php index 5f32ad34bb3..d463abfadcd 100644 --- a/lib/private/files/fileinfo.php +++ b/lib/private/files/fileinfo.php @@ -1,16 +1,17 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author tbartenstein * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index a72a63e076f..ea796ea8d81 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers * @author Florin Peter * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Stephan Peijnik * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/mount/manager.php b/lib/private/files/mount/manager.php index ba4a7f8d910..7bd888a6389 100644 --- a/lib/private/files/mount/manager.php +++ b/lib/private/files/mount/manager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/mount/mountpoint.php b/lib/private/files/mount/mountpoint.php index 58d8288c7b4..fef5cfaef10 100644 --- a/lib/private/files/mount/mountpoint.php +++ b/lib/private/files/mount/mountpoint.php @@ -1,14 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/mount/moveablemount.php b/lib/private/files/mount/moveablemount.php index 8a1bd7dd9c5..6a9647067a3 100644 --- a/lib/private/files/mount/moveablemount.php +++ b/lib/private/files/mount/moveablemount.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/file.php b/lib/private/files/node/file.php index 9e0014abb0b..c4430b9181d 100644 --- a/lib/private/files/node/file.php +++ b/lib/private/files/node/file.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/folder.php b/lib/private/files/node/folder.php index f4d7dae20a3..8813b6c0775 100644 --- a/lib/private/files/node/folder.php +++ b/lib/private/files/node/folder.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/hookconnector.php b/lib/private/files/node/hookconnector.php index 5c36ca3848e..27f65d9987b 100644 --- a/lib/private/files/node/hookconnector.php +++ b/lib/private/files/node/hookconnector.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/node.php b/lib/private/files/node/node.php index 5df4f738a42..5506f3e56b8 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/nonexistingfile.php b/lib/private/files/node/nonexistingfile.php index c1d09bcc491..fbfb67749bb 100644 --- a/lib/private/files/node/nonexistingfile.php +++ b/lib/private/files/node/nonexistingfile.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/nonexistingfolder.php b/lib/private/files/node/nonexistingfolder.php index 7d6576f1bd6..efc359181c6 100644 --- a/lib/private/files/node/nonexistingfolder.php +++ b/lib/private/files/node/nonexistingfolder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php index 69c98368dfd..dfcb36e8a2f 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/objectstore/homeobjectstorestorage.php b/lib/private/files/objectstore/homeobjectstorestorage.php index 6a330e2dab3..fb5e8d83ab1 100644 --- a/lib/private/files/objectstore/homeobjectstorestorage.php +++ b/lib/private/files/objectstore/homeobjectstorestorage.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/objectstore/noopscanner.php b/lib/private/files/objectstore/noopscanner.php index f5316175ecf..a3a396651a2 100644 --- a/lib/private/files/objectstore/noopscanner.php +++ b/lib/private/files/objectstore/noopscanner.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/objectstore/objectstorestorage.php b/lib/private/files/objectstore/objectstorestorage.php index 35c2c19c75b..3f0d229b781 100644 --- a/lib/private/files/objectstore/objectstorestorage.php +++ b/lib/private/files/objectstore/objectstorestorage.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/objectstore/swift.php b/lib/private/files/objectstore/swift.php index 4af09dca254..dbb8dde32ab 100644 --- a/lib/private/files/objectstore/swift.php +++ b/lib/private/files/objectstore/swift.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 1d4801e5b97..7235bd500d1 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author hkjolhede - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Sam Tuke * @author scambra * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/commontest.php b/lib/private/files/storage/commontest.php index 0047a51169c..b979a8816c2 100644 --- a/lib/private/files/storage/commontest.php +++ b/lib/private/files/storage/commontest.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers * @author Felix Moeller * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php index df0f4c7e91d..f139cda37ee 100644 --- a/lib/private/files/storage/dav.php +++ b/lib/private/files/storage/dav.php @@ -1,19 +1,20 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Carlos Cerrillo * @author Felix Moeller * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/failedstorage.php b/lib/private/files/storage/failedstorage.php index df7f76856d5..f717c798c5a 100644 --- a/lib/private/files/storage/failedstorage.php +++ b/lib/private/files/storage/failedstorage.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/flysystem.php b/lib/private/files/storage/flysystem.php index 608639b71a6..423a6f0d83e 100644 --- a/lib/private/files/storage/flysystem.php +++ b/lib/private/files/storage/flysystem.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/home.php b/lib/private/files/storage/home.php index 9b98f2f7e12..c3fdfd62fa6 100644 --- a/lib/private/files/storage/home.php +++ b/lib/private/files/storage/home.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php index 42b7ff0d15c..ae3b86e2cb5 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -1,20 +1,21 @@ * @author Brice Maron * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Klaas Freitag * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Sjors van der Pluijm * @author Thomas Müller * @author Tigran Mkrtchyan * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/localtempfiletrait.php b/lib/private/files/storage/localtempfiletrait.php index 88f11e4e752..26b47ba97dc 100644 --- a/lib/private/files/storage/localtempfiletrait.php +++ b/lib/private/files/storage/localtempfiletrait.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/polyfill/copydirectory.php b/lib/private/files/storage/polyfill/copydirectory.php index 22bfe369738..3f252c503c9 100644 --- a/lib/private/files/storage/polyfill/copydirectory.php +++ b/lib/private/files/storage/polyfill/copydirectory.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/storage.php b/lib/private/files/storage/storage.php index c066336d4b8..49a714587a7 100644 --- a/lib/private/files/storage/storage.php +++ b/lib/private/files/storage/storage.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/storagefactory.php b/lib/private/files/storage/storagefactory.php index 84362cabecc..fa94f4f05f6 100644 --- a/lib/private/files/storage/storagefactory.php +++ b/lib/private/files/storage/storagefactory.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/temporary.php b/lib/private/files/storage/temporary.php index 2d8e84c2d52..2633de4980e 100644 --- a/lib/private/files/storage/temporary.php +++ b/lib/private/files/storage/temporary.php @@ -1,11 +1,12 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/availability.php b/lib/private/files/storage/wrapper/availability.php index 0ed31ba854a..205ffcf62b1 100644 --- a/lib/private/files/storage/wrapper/availability.php +++ b/lib/private/files/storage/wrapper/availability.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 430845471e2..55b7d096742 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -1,13 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/jail.php b/lib/private/files/storage/wrapper/jail.php index e5f5ab90359..bb2e852d6b6 100644 --- a/lib/private/files/storage/wrapper/jail.php +++ b/lib/private/files/storage/wrapper/jail.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/permissionsmask.php b/lib/private/files/storage/wrapper/permissionsmask.php index 7fa64f82ba6..880800244c2 100644 --- a/lib/private/files/storage/wrapper/permissionsmask.php +++ b/lib/private/files/storage/wrapper/permissionsmask.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/quota.php b/lib/private/files/storage/wrapper/quota.php index 500677b092e..7312ed61dcc 100644 --- a/lib/private/files/storage/wrapper/quota.php +++ b/lib/private/files/storage/wrapper/quota.php @@ -1,12 +1,13 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/storage/wrapper/wrapper.php b/lib/private/files/storage/wrapper/wrapper.php index 12914e7a1b8..851d844b21f 100644 --- a/lib/private/files/storage/wrapper/wrapper.php +++ b/lib/private/files/storage/wrapper/wrapper.php @@ -1,12 +1,13 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/close.php b/lib/private/files/stream/close.php index 1c9b30705dd..7cc9903c912 100644 --- a/lib/private/files/stream/close.php +++ b/lib/private/files/stream/close.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/dir.php b/lib/private/files/stream/dir.php index 7489ee683a2..f8f6b1fa89a 100644 --- a/lib/private/files/stream/dir.php +++ b/lib/private/files/stream/dir.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 772c9769bf7..d1f68696848 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author jknockaert - * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Lukas Reschke + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/oc.php b/lib/private/files/stream/oc.php index 8439770e8fa..f415bc13b15 100644 --- a/lib/private/files/stream/oc.php +++ b/lib/private/files/stream/oc.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/quota.php b/lib/private/files/stream/quota.php index 8d27575c568..f064ca6c011 100644 --- a/lib/private/files/stream/quota.php +++ b/lib/private/files/stream/quota.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/stream/staticstream.php b/lib/private/files/stream/staticstream.php index 7aacf7a9fe4..3c91b23fd36 100644 --- a/lib/private/files/stream/staticstream.php +++ b/lib/private/files/stream/staticstream.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/type/detection.php b/lib/private/files/type/detection.php index f106a98064f..102824c516c 100644 --- a/lib/private/files/type/detection.php +++ b/lib/private/files/type/detection.php @@ -1,15 +1,16 @@ * @author Jens-Christian Fischer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/type/loader.php b/lib/private/files/type/loader.php index 95ba7597257..d1f447d8081 100644 --- a/lib/private/files/type/loader.php +++ b/lib/private/files/type/loader.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/type/templatemanager.php b/lib/private/files/type/templatemanager.php index 363fb7a2a6c..8b30eb6b4e8 100644 --- a/lib/private/files/type/templatemanager.php +++ b/lib/private/files/type/templatemanager.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/utils/scanner.php b/lib/private/files/utils/scanner.php index cf85ff4c997..7cda6e5fde4 100644 --- a/lib/private/files/utils/scanner.php +++ b/lib/private/files/utils/scanner.php @@ -1,12 +1,13 @@ * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/view.php b/lib/private/files/view.php index bf49ea2148d..ce35e22197c 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -1,28 +1,31 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author cmeh * @author Florin Peter * @author Jesús Macias - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Klaas Freitag - * @author Lukas Reschke + * @author Lukas Reschke * @author Luke Policinski * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Petr Svoboda + * @author Piotr Filiciak + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/forbiddenexception.php b/lib/private/forbiddenexception.php index 48be35ba316..bb25efbf856 100644 --- a/lib/private/forbiddenexception.php +++ b/lib/private/forbiddenexception.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group.php b/lib/private/group.php index c37b4f63575..b36cfc4810d 100644 --- a/lib/private/group.php +++ b/lib/private/group.php @@ -1,21 +1,22 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Georg Ehrke * @author goodkiller * @author Jakob Sack - * @author Lukas Reschke + * @author Lukas Reschke * @author macjohnny * @author Michael Gapczynski * @author Morris Jobke * @author Qingping Hou - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php index 3d8d71b1529..dd08346bc22 100644 --- a/lib/private/group/backend.php +++ b/lib/private/group/backend.php @@ -1,18 +1,19 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/database.php b/lib/private/group/database.php index 9ea0bbb8242..506ada59821 100644 --- a/lib/private/group/database.php +++ b/lib/private/group/database.php @@ -1,19 +1,20 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author michag86 * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/dummy.php b/lib/private/group/dummy.php index 74a19a90592..e3ee9e1a3c1 100644 --- a/lib/private/group/dummy.php +++ b/lib/private/group/dummy.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Felix Moeller - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/example.php b/lib/private/group/example.php index 17fae90f2e0..c800c54b8a0 100644 --- a/lib/private/group/example.php +++ b/lib/private/group/example.php @@ -1,14 +1,15 @@ * @author Felix Moeller - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/group.php b/lib/private/group/group.php index 064b9f899e6..39d41480964 100644 --- a/lib/private/group/group.php +++ b/lib/private/group/group.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/interface.php b/lib/private/group/interface.php index bdfe5235103..c3563b15776 100644 --- a/lib/private/group/interface.php +++ b/lib/private/group/interface.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/manager.php b/lib/private/group/manager.php index e82a1d4f2e6..7411afec621 100644 --- a/lib/private/group/manager.php +++ b/lib/private/group/manager.php @@ -1,21 +1,22 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author macjohnny * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Roman Kreisel * @author Thomas Müller * @author voxsim * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/group/metadata.php b/lib/private/group/metadata.php index 8e0866479c1..d5c8b581f8b 100644 --- a/lib/private/group/metadata.php +++ b/lib/private/group/metadata.php @@ -1,13 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Stephan Peijnik * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/helper.php b/lib/private/helper.php index cabd1143f8a..64c39cad57a 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -1,8 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author Clark Tomlinson * @author Fabian Henze @@ -10,22 +12,22 @@ * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Olivier Paroz * @author Pellaeon Lin - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Simon Könnecke * @author Thomas Müller * @author Thomas Tanghus + * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hintexception.php b/lib/private/hintexception.php index aeddea481cc..7ff8240afd2 100644 --- a/lib/private/hintexception.php +++ b/lib/private/hintexception.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hook.php b/lib/private/hook.php index 76f3b657eb9..f78fe134a0f 100644 --- a/lib/private/hook.php +++ b/lib/private/hook.php @@ -1,17 +1,18 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Sam Tuke * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/basicemitter.php b/lib/private/hooks/basicemitter.php index 067962ec081..0feba32ea60 100644 --- a/lib/private/hooks/basicemitter.php +++ b/lib/private/hooks/basicemitter.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/emitter.php b/lib/private/hooks/emitter.php index d639e5ef892..a93a71bc5c1 100644 --- a/lib/private/hooks/emitter.php +++ b/lib/private/hooks/emitter.php @@ -1,10 +1,11 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/emittertrait.php b/lib/private/hooks/emittertrait.php index 775f46f838c..cb061d4b998 100644 --- a/lib/private/hooks/emittertrait.php +++ b/lib/private/hooks/emittertrait.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/forwardingemitter.php b/lib/private/hooks/forwardingemitter.php index 6a1fc571cea..67234bc03df 100644 --- a/lib/private/hooks/forwardingemitter.php +++ b/lib/private/hooks/forwardingemitter.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/legacyemitter.php b/lib/private/hooks/legacyemitter.php index ac83477a144..4f936e8aab5 100644 --- a/lib/private/hooks/legacyemitter.php +++ b/lib/private/hooks/legacyemitter.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/hooks/publicemitter.php b/lib/private/hooks/publicemitter.php index 4fe71073a1e..4bdaeec3b49 100644 --- a/lib/private/hooks/publicemitter.php +++ b/lib/private/hooks/publicemitter.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/http/client/client.php b/lib/private/http/client/client.php index f3824b8ce11..a03f798bec7 100644 --- a/lib/private/http/client/client.php +++ b/lib/private/http/client/client.php @@ -1,9 +1,10 @@ - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/http/client/clientservice.php b/lib/private/http/client/clientservice.php index 7e280dbf3ca..108ffa709cf 100644 --- a/lib/private/http/client/clientservice.php +++ b/lib/private/http/client/clientservice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/http/client/response.php b/lib/private/http/client/response.php index 7a879eab111..48885de9f3a 100644 --- a/lib/private/http/client/response.php +++ b/lib/private/http/client/response.php @@ -1,9 +1,10 @@ - * @author Robin Appelman - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/httphelper.php b/lib/private/httphelper.php index aa8c5dd6360..7379841e2d3 100644 --- a/lib/private/httphelper.php +++ b/lib/private/httphelper.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/image.php b/lib/private/image.php index a97347df623..2c20daf5d44 100644 --- a/lib/private/image.php +++ b/lib/private/image.php @@ -1,24 +1,25 @@ - * @author Bart Visscher * @author Bartek Przybylski - * @author Björn Schießle + * @author Bart Visscher + * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers * @author Georg Ehrke * @author j-ed - * @author Joas Schilling + * @author Joas Schilling * @author Johannes Willnecker * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/installer.php b/lib/private/installer.php index 51f23e9e8ad..83649dd4181 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -1,26 +1,28 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Brice Maron * @author Christian Weiske * @author Christopher Schäpers - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski - * @author Lukas Reschke + * @author Lukas Reschke * @author michag86 * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author root * @author Thomas Müller * @author Thomas Tanghus + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/checker.php b/lib/private/integritycheck/checker.php index 3669c50ed30..5cd724d1b41 100644 --- a/lib/private/integritycheck/checker.php +++ b/lib/private/integritycheck/checker.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/integritycheck/exceptions/invalidsignatureexception.php index 521171642b2..d5dcd2d80da 100644 --- a/lib/private/integritycheck/exceptions/invalidsignatureexception.php +++ b/lib/private/integritycheck/exceptions/invalidsignatureexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/helpers/applocator.php b/lib/private/integritycheck/helpers/applocator.php index af22fca1fe4..c8d4e1b9b27 100644 --- a/lib/private/integritycheck/helpers/applocator.php +++ b/lib/private/integritycheck/helpers/applocator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/helpers/environmenthelper.php b/lib/private/integritycheck/helpers/environmenthelper.php index f56f07486c2..c5e91997130 100644 --- a/lib/private/integritycheck/helpers/environmenthelper.php +++ b/lib/private/integritycheck/helpers/environmenthelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/helpers/fileaccesshelper.php b/lib/private/integritycheck/helpers/fileaccesshelper.php index f0bf6576d35..9e2b76ce11a 100644 --- a/lib/private/integritycheck/helpers/fileaccesshelper.php +++ b/lib/private/integritycheck/helpers/fileaccesshelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php index 51850852cbd..7ff7273828d 100644 --- a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php +++ b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php index 29deea6268d..cefb5b292c0 100644 --- a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php +++ b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author RealRancor + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/json.php b/lib/private/json.php index 0272fcf15f5..09443179891 100644 --- a/lib/private/json.php +++ b/lib/private/json.php @@ -1,17 +1,18 @@ * @author Bernhard Posselt * @author Felix Moeller * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/l10n/factory.php b/lib/private/l10n/factory.php index 08b92657a1b..74f759a4e0d 100644 --- a/lib/private/l10n/factory.php +++ b/lib/private/l10n/factory.php @@ -1,13 +1,14 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/l10n/l10n.php b/lib/private/l10n/l10n.php index 3e999e8c671..c83b6ea3960 100644 --- a/lib/private/l10n/l10n.php +++ b/lib/private/l10n/l10n.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/l10n/string.php b/lib/private/l10n/string.php index 9c93b8c5a64..3d9d72e0690 100644 --- a/lib/private/l10n/string.php +++ b/lib/private/l10n/string.php @@ -1,14 +1,15 @@ * @author Bernhard Posselt * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/largefilehelper.php b/lib/private/largefilehelper.php index f5252ee01e7..f89d3216a39 100644 --- a/lib/private/largefilehelper.php +++ b/lib/private/largefilehelper.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Roitzsch * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/legacy/l10n.php b/lib/private/legacy/l10n.php index 3530bb4aad1..94eff197ab6 100644 --- a/lib/private/legacy/l10n.php +++ b/lib/private/legacy/l10n.php @@ -1,18 +1,19 @@ * @author Bernhard Posselt * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/lock/abstractlockingprovider.php b/lib/private/lock/abstractlockingprovider.php index 81136c5ee45..03a0fab8e01 100644 --- a/lib/private/lock/abstractlockingprovider.php +++ b/lib/private/lock/abstractlockingprovider.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/lock/dblockingprovider.php b/lib/private/lock/dblockingprovider.php index c10cd8636ad..3daad273812 100644 --- a/lib/private/lock/dblockingprovider.php +++ b/lib/private/lock/dblockingprovider.php @@ -1,11 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Individual IT Services - * @author Joas Schilling - * @author Robin Appelman + * @author Morris Jobke + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/lock/memcachelockingprovider.php b/lib/private/lock/memcachelockingprovider.php index 08c92950e49..6ea0f639c96 100644 --- a/lib/private/lock/memcachelockingprovider.php +++ b/lib/private/lock/memcachelockingprovider.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/lock/nooplockingprovider.php b/lib/private/lock/nooplockingprovider.php index dc58230f77e..6dfbd8ccb44 100644 --- a/lib/private/lock/nooplockingprovider.php +++ b/lib/private/lock/nooplockingprovider.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/log.php b/lib/private/log.php index 71114ce77ef..a8d48942ac8 100644 --- a/lib/private/log.php +++ b/lib/private/log.php @@ -1,15 +1,17 @@ * @author Bernhard Posselt - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/log/errorhandler.php b/lib/private/log/errorhandler.php index 27cde4aa242..4900f03230d 100644 --- a/lib/private/log/errorhandler.php +++ b/lib/private/log/errorhandler.php @@ -1,11 +1,12 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index 781b3b79b52..aec527cfc5c 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -1,16 +1,17 @@ * @author Bart Visscher - * @author Christian Schnidrig * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Robin Appelman + * @author Phiber2000 + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/log/rotate.php b/lib/private/log/rotate.php index 458661c82d0..6c87c167378 100644 --- a/lib/private/log/rotate.php +++ b/lib/private/log/rotate.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/log/syslog.php b/lib/private/log/syslog.php index 96cf463d042..5b7cc787788 100644 --- a/lib/private/log/syslog.php +++ b/lib/private/log/syslog.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/mail/mailer.php b/lib/private/mail/mailer.php index 742ff554892..df8fa80f2c2 100644 --- a/lib/private/mail/mailer.php +++ b/lib/private/mail/mailer.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/mail/message.php b/lib/private/mail/message.php index 0e33e6383f7..3184f26848b 100644 --- a/lib/private/mail/message.php +++ b/lib/private/mail/message.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/apc.php b/lib/private/memcache/apc.php index 2354ad07749..7db6d64b085 100644 --- a/lib/private/memcache/apc.php +++ b/lib/private/memcache/apc.php @@ -1,12 +1,13 @@ * @author Clark Tomlinson * @author Morris Jobke * @author Otto Sabart - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/apcu.php b/lib/private/memcache/apcu.php index 350ce913ed8..713ed152648 100644 --- a/lib/private/memcache/apcu.php +++ b/lib/private/memcache/apcu.php @@ -1,13 +1,14 @@ * @author Bart Visscher * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/arraycache.php b/lib/private/memcache/arraycache.php index 837f888a307..2f63ba371aa 100644 --- a/lib/private/memcache/arraycache.php +++ b/lib/private/memcache/arraycache.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/cache.php b/lib/private/memcache/cache.php index 63d20721aac..5ed0eca5880 100644 --- a/lib/private/memcache/cache.php +++ b/lib/private/memcache/cache.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/cadtrait.php b/lib/private/memcache/cadtrait.php index d44d98cba0b..e45e9d28fd1 100644 --- a/lib/private/memcache/cadtrait.php +++ b/lib/private/memcache/cadtrait.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/castrait.php b/lib/private/memcache/castrait.php index 43253fc966b..b95c150a3ee 100644 --- a/lib/private/memcache/castrait.php +++ b/lib/private/memcache/castrait.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/factory.php b/lib/private/memcache/factory.php index 204ded7d5ab..94026d4ddaa 100644 --- a/lib/private/memcache/factory.php +++ b/lib/private/memcache/factory.php @@ -1,15 +1,16 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Markus Goetz * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/memcached.php b/lib/private/memcache/memcached.php index a30f9da7ed7..36f2f273a8b 100644 --- a/lib/private/memcache/memcached.php +++ b/lib/private/memcache/memcached.php @@ -1,13 +1,15 @@ * @author Bart Visscher + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/nullcache.php b/lib/private/memcache/nullcache.php index c490ca7e03c..5d4f176f841 100644 --- a/lib/private/memcache/nullcache.php +++ b/lib/private/memcache/nullcache.php @@ -1,12 +1,13 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/redis.php b/lib/private/memcache/redis.php index db5461db669..0bd8a707e80 100644 --- a/lib/private/memcache/redis.php +++ b/lib/private/memcache/redis.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Telatynski <7t3chguy@gmail.com> * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/memcache/xcache.php b/lib/private/memcache/xcache.php index e80901faadc..7eb7a138d1f 100644 --- a/lib/private/memcache/xcache.php +++ b/lib/private/memcache/xcache.php @@ -1,13 +1,15 @@ * @author Bart Visscher * @author Clark Tomlinson + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/naturalsort.php b/lib/private/naturalsort.php index f44e8032d36..636e5cd0219 100644 --- a/lib/private/naturalsort.php +++ b/lib/private/naturalsort.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/naturalsort_defaultcollator.php b/lib/private/naturalsort_defaultcollator.php index 7b8400fa8e1..e7fe5575a40 100644 --- a/lib/private/naturalsort_defaultcollator.php +++ b/lib/private/naturalsort_defaultcollator.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/navigationmanager.php b/lib/private/navigationmanager.php index 6dbb9c925e0..3e9ddfc6466 100644 --- a/lib/private/navigationmanager.php +++ b/lib/private/navigationmanager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/needsupdateexception.php b/lib/private/needsupdateexception.php index 90c642780d8..04d62da7c56 100644 --- a/lib/private/needsupdateexception.php +++ b/lib/private/needsupdateexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/notification/action.php b/lib/private/notification/action.php index deac6807653..8dfeecb98cb 100644 --- a/lib/private/notification/action.php +++ b/lib/private/notification/action.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/notification/manager.php b/lib/private/notification/manager.php index 3ddc9b21161..240cb1e11ff 100644 --- a/lib/private/notification/manager.php +++ b/lib/private/notification/manager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/notification/notification.php b/lib/private/notification/notification.php index db0a76a7c32..62a48f434fe 100644 --- a/lib/private/notification/notification.php +++ b/lib/private/notification/notification.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/notsquareexception.php b/lib/private/notsquareexception.php index e3494463850..1d2ee28ebb3 100644 --- a/lib/private/notsquareexception.php +++ b/lib/private/notsquareexception.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs.php b/lib/private/ocs.php index f48879a98b1..2ed17e7dae0 100644 --- a/lib/private/ocs.php +++ b/lib/private/ocs.php @@ -1,13 +1,14 @@ - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/cloud.php b/lib/private/ocs/cloud.php index 1d47fb208a7..229a7de3c13 100644 --- a/lib/private/ocs/cloud.php +++ b/lib/private/ocs/cloud.php @@ -1,11 +1,12 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/config.php b/lib/private/ocs/config.php index db04dcbd400..7d8287021f2 100644 --- a/lib/private/ocs/config.php +++ b/lib/private/ocs/config.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/corecapabilities.php b/lib/private/ocs/corecapabilities.php index 388a58791b4..1a65a709c57 100644 --- a/lib/private/ocs/corecapabilities.php +++ b/lib/private/ocs/corecapabilities.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/exception.php b/lib/private/ocs/exception.php index ca67ac5e841..12f21a96113 100644 --- a/lib/private/ocs/exception.php +++ b/lib/private/ocs/exception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/person.php b/lib/private/ocs/person.php index 7162fa5e4fb..bc65f091da3 100644 --- a/lib/private/ocs/person.php +++ b/lib/private/ocs/person.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/privatedata.php b/lib/private/ocs/privatedata.php index e514c05a3dd..e7082c40799 100644 --- a/lib/private/ocs/privatedata.php +++ b/lib/private/ocs/privatedata.php @@ -1,14 +1,15 @@ * @author Bart Visscher - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocs/result.php b/lib/private/ocs/result.php index c342bc582fe..d2a8c2d425b 100644 --- a/lib/private/ocs/result.php +++ b/lib/private/ocs/result.php @@ -1,15 +1,16 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index 52056f4d5e2..ab014496d5e 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -1,19 +1,20 @@ * @author Brice Maron * @author Felix Moeller - * @author Frank Karlitschek - * @author Joas Schilling + * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Kamil Domanski - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Sam Tuke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview.php b/lib/private/preview.php index 4fca56dd984..2400f87dca7 100644 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -1,19 +1,20 @@ - * @author Frank Karlitschek + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/bitmap.php b/lib/private/preview/bitmap.php index 34bc2f93fc7..d3f75b4a205 100644 --- a/lib/private/preview/bitmap.php +++ b/lib/private/preview/bitmap.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/bmp.php b/lib/private/preview/bmp.php index da13cd9e5b8..de08cfe0c8f 100644 --- a/lib/private/preview/bmp.php +++ b/lib/private/preview/bmp.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/font.php b/lib/private/preview/font.php index caac2923789..4d5732eb880 100644 --- a/lib/private/preview/font.php +++ b/lib/private/preview/font.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/gif.php b/lib/private/preview/gif.php index 0716a6f4406..2189273b3b5 100644 --- a/lib/private/preview/gif.php +++ b/lib/private/preview/gif.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/illustrator.php b/lib/private/preview/illustrator.php index ef8448d7b53..733b679f3f5 100644 --- a/lib/private/preview/illustrator.php +++ b/lib/private/preview/illustrator.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/image.php b/lib/private/preview/image.php index 3ea99d6963a..7fdf1bbd500 100644 --- a/lib/private/preview/image.php +++ b/lib/private/preview/image.php @@ -1,13 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling + * @author josh4trunks * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/jpeg.php b/lib/private/preview/jpeg.php index 2ee5dd24419..1937d4a4a8a 100644 --- a/lib/private/preview/jpeg.php +++ b/lib/private/preview/jpeg.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/markdown.php b/lib/private/preview/markdown.php index 394af6576c7..f49efbaaa07 100644 --- a/lib/private/preview/markdown.php +++ b/lib/private/preview/markdown.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/movie.php b/lib/private/preview/movie.php index 43a8d674fc9..d6a589dfaea 100644 --- a/lib/private/preview/movie.php +++ b/lib/private/preview/movie.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/mp3.php b/lib/private/preview/mp3.php index b984cb4e10d..f11d78e2192 100644 --- a/lib/private/preview/mp3.php +++ b/lib/private/preview/mp3.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Olivier Paroz * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/msoffice2003.php b/lib/private/preview/msoffice2003.php index 20dbe13543a..39ba4bc3f5c 100644 --- a/lib/private/preview/msoffice2003.php +++ b/lib/private/preview/msoffice2003.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/msoffice2007.php b/lib/private/preview/msoffice2007.php index ef6758843f1..2e033683c20 100644 --- a/lib/private/preview/msoffice2007.php +++ b/lib/private/preview/msoffice2007.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/msofficedoc.php b/lib/private/preview/msofficedoc.php index 05d839d508f..7e9d22fcf59 100644 --- a/lib/private/preview/msofficedoc.php +++ b/lib/private/preview/msofficedoc.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/office.php b/lib/private/preview/office.php index 6496e091b1d..9b445a2bbee 100644 --- a/lib/private/preview/office.php +++ b/lib/private/preview/office.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/opendocument.php b/lib/private/preview/opendocument.php index 0da1e88cafa..40971a0951b 100644 --- a/lib/private/preview/opendocument.php +++ b/lib/private/preview/opendocument.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/pdf.php b/lib/private/preview/pdf.php index 6ddf33cdea2..04d7c66e595 100644 --- a/lib/private/preview/pdf.php +++ b/lib/private/preview/pdf.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/photoshop.php b/lib/private/preview/photoshop.php index df91247f072..243fd7052e5 100644 --- a/lib/private/preview/photoshop.php +++ b/lib/private/preview/photoshop.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/png.php b/lib/private/preview/png.php index 5dd9ae484a5..cafe081818d 100644 --- a/lib/private/preview/png.php +++ b/lib/private/preview/png.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/postscript.php b/lib/private/preview/postscript.php index edfd43968c2..c20347d74ff 100644 --- a/lib/private/preview/postscript.php +++ b/lib/private/preview/postscript.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/provider.php b/lib/private/preview/provider.php index 738d13d7fc8..5c9234fcf78 100644 --- a/lib/private/preview/provider.php +++ b/lib/private/preview/provider.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/staroffice.php b/lib/private/preview/staroffice.php index 6ea4efa5144..3537d4baddb 100644 --- a/lib/private/preview/staroffice.php +++ b/lib/private/preview/staroffice.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/svg.php b/lib/private/preview/svg.php index 6618c1fbf82..4ad274c893b 100644 --- a/lib/private/preview/svg.php +++ b/lib/private/preview/svg.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Olivier Paroz * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/tiff.php b/lib/private/preview/tiff.php index 006ced6aec0..9f03e3c79f6 100644 --- a/lib/private/preview/tiff.php +++ b/lib/private/preview/tiff.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/txt.php b/lib/private/preview/txt.php index a27517c9f39..8448991be23 100644 --- a/lib/private/preview/txt.php +++ b/lib/private/preview/txt.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Nmz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/preview/xbitmap.php b/lib/private/preview/xbitmap.php index 604a51a6a83..7a282e5d1e1 100644 --- a/lib/private/preview/xbitmap.php +++ b/lib/private/preview/xbitmap.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/previewmanager.php b/lib/private/previewmanager.php index f3c7a4de0d0..022459f8708 100644 --- a/lib/private/previewmanager.php +++ b/lib/private/previewmanager.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/releasenotes.php b/lib/private/releasenotes.php index 5da416c19f0..fa432297923 100644 --- a/lib/private/releasenotes.php +++ b/lib/private/releasenotes.php @@ -1,8 +1,10 @@ * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair.php b/lib/private/repair.php index a7c451c1239..1848eafd902 100644 --- a/lib/private/repair.php +++ b/lib/private/repair.php @@ -1,15 +1,18 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Georg Ehrke - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller + * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/assetcache.php b/lib/private/repair/assetcache.php index 72fe99bbe1a..3166cad1fb3 100644 --- a/lib/private/repair/assetcache.php +++ b/lib/private/repair/assetcache.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/avatarpermissions.php b/lib/private/repair/avatarpermissions.php index 2618e279fab..717db3cd35d 100644 --- a/lib/private/repair/avatarpermissions.php +++ b/lib/private/repair/avatarpermissions.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/cleantags.php b/lib/private/repair/cleantags.php index 537c4da78aa..a1333244f8c 100644 --- a/lib/private/repair/cleantags.php +++ b/lib/private/repair/cleantags.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/collation.php b/lib/private/repair/collation.php index 48035f8d331..53dc7e9edfc 100644 --- a/lib/private/repair/collation.php +++ b/lib/private/repair/collation.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/copyrewritebasetoconfig.php b/lib/private/repair/copyrewritebasetoconfig.php index e5e03f9d437..6cd6904f8fd 100644 --- a/lib/private/repair/copyrewritebasetoconfig.php +++ b/lib/private/repair/copyrewritebasetoconfig.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/dropoldjobs.php b/lib/private/repair/dropoldjobs.php index 594af83e511..872cee163e0 100644 --- a/lib/private/repair/dropoldjobs.php +++ b/lib/private/repair/dropoldjobs.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/dropoldtables.php b/lib/private/repair/dropoldtables.php index e4b07aab2ba..03bea6ad874 100644 --- a/lib/private/repair/dropoldtables.php +++ b/lib/private/repair/dropoldtables.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/encryptioncompatibility.php b/lib/private/repair/encryptioncompatibility.php index e470674f6d5..69a564347d7 100644 --- a/lib/private/repair/encryptioncompatibility.php +++ b/lib/private/repair/encryptioncompatibility.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/filletags.php b/lib/private/repair/filletags.php index dc2ffdcbc36..c236d7a4fe1 100644 --- a/lib/private/repair/filletags.php +++ b/lib/private/repair/filletags.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/innodb.php b/lib/private/repair/innodb.php index 4e157e66045..ed208ab0e91 100644 --- a/lib/private/repair/innodb.php +++ b/lib/private/repair/innodb.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/movechanneltosystemconfig.php b/lib/private/repair/movechanneltosystemconfig.php index edc5748a6e7..879790a1097 100644 --- a/lib/private/repair/movechanneltosystemconfig.php +++ b/lib/private/repair/movechanneltosystemconfig.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/repair/oldgroupmembershipshares.php b/lib/private/repair/oldgroupmembershipshares.php index 627645b116d..91c91478c59 100644 --- a/lib/private/repair/oldgroupmembershipshares.php +++ b/lib/private/repair/oldgroupmembershipshares.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/preview.php b/lib/private/repair/preview.php index 481e98b42d1..58130c6b4fa 100644 --- a/lib/private/repair/preview.php +++ b/lib/private/repair/preview.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/removegetetagentries.php b/lib/private/repair/removegetetagentries.php index e118da7973a..8ccca39c1f6 100644 --- a/lib/private/repair/removegetetagentries.php +++ b/lib/private/repair/removegetetagentries.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/repairinvalidshares.php b/lib/private/repair/repairinvalidshares.php index beef5e37798..0798d027df4 100644 --- a/lib/private/repair/repairinvalidshares.php +++ b/lib/private/repair/repairinvalidshares.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/repairlegacystorages.php b/lib/private/repair/repairlegacystorages.php index ee189110a87..bf5924fed5d 100644 --- a/lib/private/repair/repairlegacystorages.php +++ b/lib/private/repair/repairlegacystorages.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/repairmimetypes.php b/lib/private/repair/repairmimetypes.php index c5180302443..2374dde2ef7 100644 --- a/lib/private/repair/repairmimetypes.php +++ b/lib/private/repair/repairmimetypes.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Normal Ra * @author Olivier Paroz - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/searchlucenetables.php b/lib/private/repair/searchlucenetables.php index 9f3601eeb03..6219dc28a73 100644 --- a/lib/private/repair/searchlucenetables.php +++ b/lib/private/repair/searchlucenetables.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/sqliteautoincrement.php b/lib/private/repair/sqliteautoincrement.php index d7cac57229d..3d959af411f 100644 --- a/lib/private/repair/sqliteautoincrement.php +++ b/lib/private/repair/sqliteautoincrement.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/updatecertificatestore.php b/lib/private/repair/updatecertificatestore.php index ae7585f07f6..82f1745fca7 100644 --- a/lib/private/repair/updatecertificatestore.php +++ b/lib/private/repair/updatecertificatestore.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repair/updateoutdatedocsids.php b/lib/private/repair/updateoutdatedocsids.php index 60024b3055c..11bd2355ae7 100644 --- a/lib/private/repair/updateoutdatedocsids.php +++ b/lib/private/repair/updateoutdatedocsids.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repairexception.php b/lib/private/repairexception.php index e244f2bb820..a69bb5a19b9 100644 --- a/lib/private/repairexception.php +++ b/lib/private/repairexception.php @@ -1,9 +1,10 @@ * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/repairstep.php b/lib/private/repairstep.php index e1b8442fb8a..7dac8a6b64a 100644 --- a/lib/private/repairstep.php +++ b/lib/private/repairstep.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/response.php b/lib/private/response.php index 5c7eb9b52d5..787c248cbdf 100644 --- a/lib/private/response.php +++ b/lib/private/response.php @@ -1,15 +1,16 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/route/cachingrouter.php b/lib/private/route/cachingrouter.php index d6270dcf2c7..62ac0201a8d 100644 --- a/lib/private/route/cachingrouter.php +++ b/lib/private/route/cachingrouter.php @@ -1,9 +1,11 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/route/route.php b/lib/private/route/route.php index 966790a63c0..3a953af9011 100644 --- a/lib/private/route/route.php +++ b/lib/private/route/route.php @@ -1,14 +1,15 @@ * @author David Prévot * @author Felix Moeller * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/route/router.php b/lib/private/route/router.php index e1690ed7b35..f20b132cae0 100644 --- a/lib/private/route/router.php +++ b/lib/private/route/router.php @@ -1,18 +1,19 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search.php b/lib/private/search.php index 7d1e2734195..17958c8e08e 100644 --- a/lib/private/search.php +++ b/lib/private/search.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search/provider/file.php b/lib/private/search/provider/file.php index 69ffbd3ae6b..ddb05c759ea 100644 --- a/lib/private/search/provider/file.php +++ b/lib/private/search/provider/file.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search/result/audio.php b/lib/private/search/result/audio.php index 3f9b3dc640c..59456d003bb 100644 --- a/lib/private/search/result/audio.php +++ b/lib/private/search/result/audio.php @@ -1,10 +1,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search/result/file.php b/lib/private/search/result/file.php index f1347001eaf..eb4750d8de3 100644 --- a/lib/private/search/result/file.php +++ b/lib/private/search/result/file.php @@ -1,11 +1,12 @@ - * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search/result/folder.php b/lib/private/search/result/folder.php index 6f0c0a7b2a5..c9cab28293e 100644 --- a/lib/private/search/result/folder.php +++ b/lib/private/search/result/folder.php @@ -1,10 +1,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/search/result/image.php b/lib/private/search/result/image.php index 87b36fc9f73..c052783d800 100644 --- a/lib/private/search/result/image.php +++ b/lib/private/search/result/image.php @@ -1,10 +1,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/certificate.php b/lib/private/security/certificate.php index 9aca278174e..0bc56811312 100644 --- a/lib/private/security/certificate.php +++ b/lib/private/security/certificate.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/certificatemanager.php b/lib/private/security/certificatemanager.php index f4932ca568e..9ca9cef7637 100644 --- a/lib/private/security/certificatemanager.php +++ b/lib/private/security/certificatemanager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/credentialsmanager.php b/lib/private/security/credentialsmanager.php index d4104dbe712..44f3d32ea93 100644 --- a/lib/private/security/credentialsmanager.php +++ b/lib/private/security/credentialsmanager.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/crypto.php b/lib/private/security/crypto.php index 3c3ffb47398..176faf68e2d 100644 --- a/lib/private/security/crypto.php +++ b/lib/private/security/crypto.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csp/contentsecuritypolicy.php b/lib/private/security/csp/contentsecuritypolicy.php index 25eacfab1d6..47314609498 100644 --- a/lib/private/security/csp/contentsecuritypolicy.php +++ b/lib/private/security/csp/contentsecuritypolicy.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csp/contentsecuritypolicymanager.php b/lib/private/security/csp/contentsecuritypolicymanager.php index 760cd36e56b..0e6f0ac6152 100644 --- a/lib/private/security/csp/contentsecuritypolicymanager.php +++ b/lib/private/security/csp/contentsecuritypolicymanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csrf/csrftoken.php b/lib/private/security/csrf/csrftoken.php index 4524d0db6e6..bf61e339f77 100644 --- a/lib/private/security/csrf/csrftoken.php +++ b/lib/private/security/csrf/csrftoken.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csrf/csrftokengenerator.php b/lib/private/security/csrf/csrftokengenerator.php index 6ea71636d22..85207956e1a 100644 --- a/lib/private/security/csrf/csrftokengenerator.php +++ b/lib/private/security/csrf/csrftokengenerator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csrf/csrftokenmanager.php b/lib/private/security/csrf/csrftokenmanager.php index 8d1bf5c0819..d621cc2c29f 100644 --- a/lib/private/security/csrf/csrftokenmanager.php +++ b/lib/private/security/csrf/csrftokenmanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/csrf/tokenstorage/sessionstorage.php b/lib/private/security/csrf/tokenstorage/sessionstorage.php index e1c8c96e920..cf4cdfa5036 100644 --- a/lib/private/security/csrf/tokenstorage/sessionstorage.php +++ b/lib/private/security/csrf/tokenstorage/sessionstorage.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/hasher.php b/lib/private/security/hasher.php index a8b81aa60eb..3bc546fa0a2 100644 --- a/lib/private/security/hasher.php +++ b/lib/private/security/hasher.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/securerandom.php b/lib/private/security/securerandom.php index 45cb3f17ee4..884ee842b9d 100644 --- a/lib/private/security/securerandom.php +++ b/lib/private/security/securerandom.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/security/trusteddomainhelper.php b/lib/private/security/trusteddomainhelper.php index 409628677a7..06d5cd40c77 100644 --- a/lib/private/security/trusteddomainhelper.php +++ b/lib/private/security/trusteddomainhelper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/server.php b/lib/private/server.php index 124370ad7c3..43a41cbc01c 100644 --- a/lib/private/server.php +++ b/lib/private/server.php @@ -1,24 +1,26 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt * @author Bernhard Reiter - * @author Björn Schießle + * @author Bjoern Schiessle + * @author Björn Schießle * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sander * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/servercontainer.php b/lib/private/servercontainer.php index d297c9fd39c..1bab2587e8d 100644 --- a/lib/private/servercontainer.php +++ b/lib/private/servercontainer.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/servernotavailableexception.php b/lib/private/servernotavailableexception.php index f4b5f4f8cf3..d9abc82991c 100644 --- a/lib/private/servernotavailableexception.php +++ b/lib/private/servernotavailableexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/serviceunavailableexception.php b/lib/private/serviceunavailableexception.php index fb4920b3607..2f7eeeda39b 100644 --- a/lib/private/serviceunavailableexception.php +++ b/lib/private/serviceunavailableexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/session/cryptosessiondata.php b/lib/private/session/cryptosessiondata.php index f6c585c1611..18681cc5df3 100644 --- a/lib/private/session/cryptosessiondata.php +++ b/lib/private/session/cryptosessiondata.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/session/cryptowrapper.php b/lib/private/session/cryptowrapper.php index f1819b31b89..67a673cb309 100644 --- a/lib/private/session/cryptowrapper.php +++ b/lib/private/session/cryptowrapper.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Phil Davis - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/session/internal.php b/lib/private/session/internal.php index 09175bf1f2f..75e7c12e5ed 100644 --- a/lib/private/session/internal.php +++ b/lib/private/session/internal.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Phil Davis - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/session/memory.php b/lib/private/session/memory.php index 777458a9aa5..be77c1378bb 100644 --- a/lib/private/session/memory.php +++ b/lib/private/session/memory.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Phil Davis - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/session/session.php b/lib/private/session/session.php index 198d0049956..49afc564306 100644 --- a/lib/private/session/session.php +++ b/lib/private/session/session.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup.php b/lib/private/setup.php index fc9189493e0..d524c1e5f96 100644 --- a/lib/private/setup.php +++ b/lib/private/setup.php @@ -1,24 +1,25 @@ - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt * @author Brice Maron * @author François Kubler * @author Jakob Sack - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Sean Comeau * @author Serge Martin * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup/abstractdatabase.php b/lib/private/setup/abstractdatabase.php index 0c1e5904e08..9a6052301a7 100644 --- a/lib/private/setup/abstractdatabase.php +++ b/lib/private/setup/abstractdatabase.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup/mysql.php b/lib/private/setup/mysql.php index 86b60d417af..f9b8995b6ef 100644 --- a/lib/private/setup/mysql.php +++ b/lib/private/setup/mysql.php @@ -1,12 +1,14 @@ - * @author Joas Schilling + * @author Daniel Hansson + * @author Joas Schilling * @author Michael Göhler - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup/oci.php b/lib/private/setup/oci.php index 3d5aca96c1f..0639c918445 100644 --- a/lib/private/setup/oci.php +++ b/lib/private/setup/oci.php @@ -1,15 +1,16 @@ * @author Bart Visscher - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup/postgresql.php b/lib/private/setup/postgresql.php index 4c17de4b84d..83630dc02bc 100644 --- a/lib/private/setup/postgresql.php +++ b/lib/private/setup/postgresql.php @@ -1,13 +1,14 @@ * @author eduardo - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/setup/sqlite.php b/lib/private/setup/sqlite.php index 61bc501fd75..63b970be42e 100644 --- a/lib/private/setup/sqlite.php +++ b/lib/private/setup/sqlite.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php index e60eb98832b..13a5a044e8a 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Christopher Schäpers * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/helper.php b/lib/private/share/helper.php index f9581e48e62..20aaa793728 100644 --- a/lib/private/share/helper.php +++ b/lib/private/share/helper.php @@ -1,15 +1,16 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Miguel Prokop * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/hooks.php b/lib/private/share/hooks.php index 750486ba80f..cc0b8e71b7b 100644 --- a/lib/private/share/hooks.php +++ b/lib/private/share/hooks.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/mailnotifications.php b/lib/private/share/mailnotifications.php index f71651e71fc..c128adc9e91 100644 --- a/lib/private/share/mailnotifications.php +++ b/lib/private/share/mailnotifications.php @@ -1,15 +1,17 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * @author scolebrook * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/searchresultsorter.php b/lib/private/share/searchresultsorter.php index 6d5542146e7..da63dd33b8e 100644 --- a/lib/private/share/searchresultsorter.php +++ b/lib/private/share/searchresultsorter.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share/share.php b/lib/private/share/share.php index d6bcbf902d5..1dc685190b6 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -1,25 +1,26 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Reiter - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author Daniel Hansson - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Kuhn * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Sebastian Döll * @author Thomas Müller * @author Vincent Petry * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/defaultshareprovider.php b/lib/private/share20/defaultshareprovider.php index 43dc6090a35..494fa9061f6 100644 --- a/lib/private/share20/defaultshareprovider.php +++ b/lib/private/share20/defaultshareprovider.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/exception/backenderror.php b/lib/private/share20/exception/backenderror.php index f15dea4a243..10dae34cc34 100644 --- a/lib/private/share20/exception/backenderror.php +++ b/lib/private/share20/exception/backenderror.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/exception/invalidshare.php b/lib/private/share20/exception/invalidshare.php index c176e4424ba..1e7337b0418 100644 --- a/lib/private/share20/exception/invalidshare.php +++ b/lib/private/share20/exception/invalidshare.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/exception/providerexception.php b/lib/private/share20/exception/providerexception.php index a14d5266581..f7ada6d48fd 100644 --- a/lib/private/share20/exception/providerexception.php +++ b/lib/private/share20/exception/providerexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/manager.php b/lib/private/share20/manager.php index 482dcbec0c6..f246beab62e 100644 --- a/lib/private/share20/manager.php +++ b/lib/private/share20/manager.php @@ -1,10 +1,14 @@ - * @author Joas Schilling - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Joas Schilling + * @author Lukas Reschke + * @author Roeland Jago Douma + * @author Vincent Petry + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/providerfactory.php b/lib/private/share20/providerfactory.php index 4cb1ac71a88..92ea8abb848 100644 --- a/lib/private/share20/providerfactory.php +++ b/lib/private/share20/providerfactory.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/share20/share.php b/lib/private/share20/share.php index 6edd0e6886a..8ef523173f7 100644 --- a/lib/private/share20/share.php +++ b/lib/private/share20/share.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/streamer.php b/lib/private/streamer.php index 23c191b68da..75877ab166a 100644 --- a/lib/private/streamer.php +++ b/lib/private/streamer.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/subadmin.php b/lib/private/subadmin.php index 34dd40c22ff..9a2beed09fe 100644 --- a/lib/private/subadmin.php +++ b/lib/private/subadmin.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index d80d9067c06..ebf16df1d07 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/systemtag/managerfactory.php b/lib/private/systemtag/managerfactory.php index d9acf327f8a..5d51e1eee87 100644 --- a/lib/private/systemtag/managerfactory.php +++ b/lib/private/systemtag/managerfactory.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/systemtag/systemtag.php b/lib/private/systemtag/systemtag.php index 559b6fdefa8..15eb15efd9e 100644 --- a/lib/private/systemtag/systemtag.php +++ b/lib/private/systemtag/systemtag.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/systemtag/systemtagmanager.php b/lib/private/systemtag/systemtagmanager.php index 51e605cc2fb..0416e8517ac 100644 --- a/lib/private/systemtag/systemtagmanager.php +++ b/lib/private/systemtag/systemtagmanager.php @@ -1,9 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/systemtag/systemtagobjectmapper.php b/lib/private/systemtag/systemtagobjectmapper.php index 586351cf8c1..c9ba1b860d6 100644 --- a/lib/private/systemtag/systemtagobjectmapper.php +++ b/lib/private/systemtag/systemtagobjectmapper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/tagging/tag.php b/lib/private/tagging/tag.php index e35ac433e00..de5ab0a485c 100644 --- a/lib/private/tagging/tag.php +++ b/lib/private/tagging/tag.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/tagging/tagmapper.php b/lib/private/tagging/tagmapper.php index 364dbc99b4d..d52a3f3eb83 100644 --- a/lib/private/tagging/tagmapper.php +++ b/lib/private/tagging/tagmapper.php @@ -1,10 +1,11 @@ * @author Bernhard Reiter * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/tagmanager.php b/lib/private/tagmanager.php index a9e1cdfe076..0ee6274cbf6 100644 --- a/lib/private/tagmanager.php +++ b/lib/private/tagmanager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/tags.php b/lib/private/tags.php index cf39a9a9759..3ec1af00e3f 100644 --- a/lib/private/tags.php +++ b/lib/private/tags.php @@ -1,17 +1,18 @@ * @author derkostka - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template.php b/lib/private/template.php index ec35a1d9ba8..65dd2dbfc08 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -1,23 +1,24 @@ * @author Bart Visscher - * @author Björn Schießle + * @author Bjoern Schiessle * @author Brice Maron - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Hendrik Leppelsack * @author Individual IT Services * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/base.php b/lib/private/template/base.php index d06bcdc4b82..ee1d214a4eb 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -1,13 +1,14 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/cssresourcelocator.php b/lib/private/template/cssresourcelocator.php index 6a547931ee3..ffeaf765ff5 100644 --- a/lib/private/template/cssresourcelocator.php +++ b/lib/private/template/cssresourcelocator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/functions.php b/lib/private/template/functions.php index a57b3575ba9..da5df2c9891 100644 --- a/lib/private/template/functions.php +++ b/lib/private/template/functions.php @@ -1,18 +1,19 @@ * @author Bernhard Posselt * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/jsresourcelocator.php b/lib/private/template/jsresourcelocator.php index 6ea7b6291c0..724f49965b3 100644 --- a/lib/private/template/jsresourcelocator.php +++ b/lib/private/template/jsresourcelocator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/resourcelocator.php b/lib/private/template/resourcelocator.php index e64fce81afc..420317d27ac 100644 --- a/lib/private/template/resourcelocator.php +++ b/lib/private/template/resourcelocator.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/resourcenotfoundexception.php b/lib/private/template/resourcenotfoundexception.php index 8c7f1f14175..0ddb0a479b6 100644 --- a/lib/private/template/resourcenotfoundexception.php +++ b/lib/private/template/resourcenotfoundexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/template/templatefilelocator.php b/lib/private/template/templatefilelocator.php index f8553156914..3f62bc517cd 100644 --- a/lib/private/template/templatefilelocator.php +++ b/lib/private/template/templatefilelocator.php @@ -1,11 +1,12 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/templatelayout.php b/lib/private/templatelayout.php index df91ec9b41b..9e9c5aeee66 100644 --- a/lib/private/templatelayout.php +++ b/lib/private/templatelayout.php @@ -1,22 +1,23 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Clark Tomlinson - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Remco Brenninkmeijer - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/tempmanager.php b/lib/private/tempmanager.php index b233edd8b35..82354705f93 100644 --- a/lib/private/tempmanager.php +++ b/lib/private/tempmanager.php @@ -1,14 +1,15 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke * @author Olivier Paroz - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/updater.php b/lib/private/updater.php index f854afa20c3..58d5bec7cbf 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -1,20 +1,21 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle - * @author Frank Karlitschek - * @author Joas Schilling - * @author Lukas Reschke + * @author Björn Schießle + * @author Frank Karlitschek + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Steffen Lindner * @author Thomas Müller * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/urlgenerator.php b/lib/private/urlgenerator.php index b0e3c3c3129..ee4ce349ea2 100644 --- a/lib/private/urlgenerator.php +++ b/lib/private/urlgenerator.php @@ -1,16 +1,17 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user.php b/lib/private/user.php index 604fd8674b1..abb68e19b4c 100644 --- a/lib/private/user.php +++ b/lib/private/user.php @@ -1,25 +1,26 @@ * @author Andreas Fischer - * @author Arthur Schiwon - * @author Bart Visscher + * @author Arthur Schiwon * @author Bartek Przybylski - * @author Björn Schießle + * @author Bart Visscher + * @author Björn Schießle * @author Florian Preinstorfer * @author Georg Ehrke * @author Jakob Sack * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author shkdee * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/backend.php b/lib/private/user/backend.php index 2bb1df4d6b3..c1e133a2209 100644 --- a/lib/private/user/backend.php +++ b/lib/private/user/backend.php @@ -1,21 +1,22 @@ * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Dominik Schmidt * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Sam Tuke * @author Thomas Müller * @author Tigran Mkrtchyan * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/database.php b/lib/private/user/database.php index 4622be1657d..1a5eaa65834 100644 --- a/lib/private/user/database.php +++ b/lib/private/user/database.php @@ -1,25 +1,28 @@ * @author Aldo "xoen" Giambelluca - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Bjoern Schiessle + * @author Björn Schießle * @author fabian * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author nishiki - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php index d2868a79c2c..e178d9c6f68 100644 --- a/lib/private/user/interface.php +++ b/lib/private/user/interface.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/loginexception.php b/lib/private/user/loginexception.php index 84426f7f5da..9019075fcd4 100644 --- a/lib/private/user/loginexception.php +++ b/lib/private/user/loginexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/manager.php b/lib/private/user/manager.php index 4371be134aa..eb86873a26f 100644 --- a/lib/private/user/manager.php +++ b/lib/private/user/manager.php @@ -1,19 +1,19 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Michael U * @author Morris Jobke - * @author RealRancor - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Chan * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/nouserexception.php b/lib/private/user/nouserexception.php index afd5c729fcf..a80bf7dc54b 100644 --- a/lib/private/user/nouserexception.php +++ b/lib/private/user/nouserexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/session.php b/lib/private/user/session.php index 5402c5cf74f..bc6c9c47146 100644 --- a/lib/private/user/session.php +++ b/lib/private/user/session.php @@ -1,18 +1,19 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/user/user.php b/lib/private/user/user.php index 3199790dba0..7e1a0794c6c 100644 --- a/lib/private/user/user.php +++ b/lib/private/user/user.php @@ -1,16 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle - * @author Joas Schilling + * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/util.php b/lib/private/util.php index 92bafc2d7b9..5e4897b8954 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -1,35 +1,37 @@ * @author Andreas Böhler * @author Andreas Fischer - * @author Arthur Schiwon + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt * @author Birk Borkason - * @author Björn Schießle + * @author Björn Schießle * @author Brice Maron * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh * @author Florin Peter - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author helix84 * @author Individual IT Services * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Markus Goetz * @author Martin Mattel * @author Marvin Thomas Rabe * @author Michael Gapczynski * @author Michael Göhler * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Rado * @author Thomas Müller * @author Thomas Schmidt @@ -39,7 +41,6 @@ * @author Vincent Petry * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/activity/iconsumer.php b/lib/public/activity/iconsumer.php index fc536fd0a56..d56719c4de3 100644 --- a/lib/public/activity/iconsumer.php +++ b/lib/public/activity/iconsumer.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/activity/ievent.php b/lib/public/activity/ievent.php index 9b6df9126b2..0d4966e617e 100644 --- a/lib/public/activity/ievent.php +++ b/lib/public/activity/ievent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/activity/iextension.php b/lib/public/activity/iextension.php index b00dbdda20a..a86837892ba 100644 --- a/lib/public/activity/iextension.php +++ b/lib/public/activity/iextension.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/activity/imanager.php b/lib/public/activity/imanager.php index cbd08722410..c1476e1a2ae 100644 --- a/lib/public/activity/imanager.php +++ b/lib/public/activity/imanager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/api.php b/lib/public/api.php index 4d68bef6f29..3c3f3f1ec9f 100644 --- a/lib/public/api.php +++ b/lib/public/api.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/app.php b/lib/public/app.php index 41e4a7cbd61..69bf752732b 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -1,15 +1,17 @@ - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/app/iappmanager.php b/lib/public/app/iappmanager.php index 0e1e0dfbebd..44990b7c47c 100644 --- a/lib/public/app/iappmanager.php +++ b/lib/public/app/iappmanager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/app/managerevent.php b/lib/public/app/managerevent.php index 0ea7213dfc5..a70345b62fd 100644 --- a/lib/public/app/managerevent.php +++ b/lib/public/app/managerevent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/apicontroller.php b/lib/public/appframework/apicontroller.php index 64e07539de4..6bc55b9016e 100644 --- a/lib/public/appframework/apicontroller.php +++ b/lib/public/appframework/apicontroller.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/app.php b/lib/public/appframework/app.php index 09297d91ee8..44fa5331953 100644 --- a/lib/public/appframework/app.php +++ b/lib/public/appframework/app.php @@ -1,12 +1,13 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/controller.php b/lib/public/appframework/controller.php index bd87197a7f1..05c2f090925 100644 --- a/lib/public/appframework/controller.php +++ b/lib/public/appframework/controller.php @@ -1,13 +1,14 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/db/doesnotexistexception.php b/lib/public/appframework/db/doesnotexistexception.php index 9682a08d3cf..b8adc36c7ba 100644 --- a/lib/public/appframework/db/doesnotexistexception.php +++ b/lib/public/appframework/db/doesnotexistexception.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/db/entity.php b/lib/public/appframework/db/entity.php index d7db4d3c5a7..e339707d85f 100644 --- a/lib/public/appframework/db/entity.php +++ b/lib/public/appframework/db/entity.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/db/mapper.php b/lib/public/appframework/db/mapper.php index 3bc9fbcefc6..763855b2101 100644 --- a/lib/public/appframework/db/mapper.php +++ b/lib/public/appframework/db/mapper.php @@ -1,12 +1,13 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/db/multipleobjectsreturnedexception.php b/lib/public/appframework/db/multipleobjectsreturnedexception.php index b9207051826..a17d95e0ef1 100644 --- a/lib/public/appframework/db/multipleobjectsreturnedexception.php +++ b/lib/public/appframework/db/multipleobjectsreturnedexception.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http.php b/lib/public/appframework/http.php index e0108146db7..5abd6992035 100644 --- a/lib/public/appframework/http.php +++ b/lib/public/appframework/http.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/contentsecuritypolicy.php b/lib/public/appframework/http/contentsecuritypolicy.php index 7762ca809a2..082aa0206c7 100644 --- a/lib/public/appframework/http/contentsecuritypolicy.php +++ b/lib/public/appframework/http/contentsecuritypolicy.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author sualko * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/datadisplayresponse.php b/lib/public/appframework/http/datadisplayresponse.php index 4209c86a059..0fc10129b8a 100644 --- a/lib/public/appframework/http/datadisplayresponse.php +++ b/lib/public/appframework/http/datadisplayresponse.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/datadownloadresponse.php b/lib/public/appframework/http/datadownloadresponse.php index 55ef4e6c82c..1107c9941e1 100644 --- a/lib/public/appframework/http/datadownloadresponse.php +++ b/lib/public/appframework/http/datadownloadresponse.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/dataresponse.php b/lib/public/appframework/http/dataresponse.php index 3ec4e2bdc32..17e68134438 100644 --- a/lib/public/appframework/http/dataresponse.php +++ b/lib/public/appframework/http/dataresponse.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/downloadresponse.php b/lib/public/appframework/http/downloadresponse.php index af0d76951ca..46f318d9b82 100644 --- a/lib/public/appframework/http/downloadresponse.php +++ b/lib/public/appframework/http/downloadresponse.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/emptycontentsecuritypolicy.php b/lib/public/appframework/http/emptycontentsecuritypolicy.php index 61718ff7c0e..4fca1588e7f 100644 --- a/lib/public/appframework/http/emptycontentsecuritypolicy.php +++ b/lib/public/appframework/http/emptycontentsecuritypolicy.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/icallbackresponse.php b/lib/public/appframework/http/icallbackresponse.php index 97de484e917..4bf5ce36f7e 100644 --- a/lib/public/appframework/http/icallbackresponse.php +++ b/lib/public/appframework/http/icallbackresponse.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/ioutput.php b/lib/public/appframework/http/ioutput.php index f4ebc304bde..45508b1784e 100644 --- a/lib/public/appframework/http/ioutput.php +++ b/lib/public/appframework/http/ioutput.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/jsonresponse.php b/lib/public/appframework/http/jsonresponse.php index 89433fd23e5..1b8b676e601 100644 --- a/lib/public/appframework/http/jsonresponse.php +++ b/lib/public/appframework/http/jsonresponse.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/notfoundresponse.php b/lib/public/appframework/http/notfoundresponse.php index 8dcebd7cceb..26338623efe 100644 --- a/lib/public/appframework/http/notfoundresponse.php +++ b/lib/public/appframework/http/notfoundresponse.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/ocsresponse.php b/lib/public/appframework/http/ocsresponse.php index da9de712c0a..0fb0f9678d0 100644 --- a/lib/public/appframework/http/ocsresponse.php +++ b/lib/public/appframework/http/ocsresponse.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/redirectresponse.php b/lib/public/appframework/http/redirectresponse.php index 97140c9955f..adda83c7cfa 100644 --- a/lib/public/appframework/http/redirectresponse.php +++ b/lib/public/appframework/http/redirectresponse.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @author v1r0x * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/response.php b/lib/public/appframework/http/response.php index 253d58b86ff..eed9aa7c1a2 100644 --- a/lib/public/appframework/http/response.php +++ b/lib/public/appframework/http/response.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/streamresponse.php b/lib/public/appframework/http/streamresponse.php index e9157f9ddb2..b5852fb5620 100644 --- a/lib/public/appframework/http/streamresponse.php +++ b/lib/public/appframework/http/streamresponse.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/http/templateresponse.php b/lib/public/appframework/http/templateresponse.php index 7774d881e4d..ccb0c61bfd4 100644 --- a/lib/public/appframework/http/templateresponse.php +++ b/lib/public/appframework/http/templateresponse.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/iapi.php b/lib/public/appframework/iapi.php index 66614328873..419e1782686 100644 --- a/lib/public/appframework/iapi.php +++ b/lib/public/appframework/iapi.php @@ -1,11 +1,12 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/iappcontainer.php b/lib/public/appframework/iappcontainer.php index 905539e735e..2fa049d6e85 100644 --- a/lib/public/appframework/iappcontainer.php +++ b/lib/public/appframework/iappcontainer.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/middleware.php b/lib/public/appframework/middleware.php index a39e26a2aa0..fed73b78041 100644 --- a/lib/public/appframework/middleware.php +++ b/lib/public/appframework/middleware.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/ocscontroller.php b/lib/public/appframework/ocscontroller.php index b0e77c5d1ec..dd950f14557 100644 --- a/lib/public/appframework/ocscontroller.php +++ b/lib/public/appframework/ocscontroller.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/queryexception.php b/lib/public/appframework/queryexception.php index 62ab77dd839..020199868a3 100644 --- a/lib/public/appframework/queryexception.php +++ b/lib/public/appframework/queryexception.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php index e2939ff8896..e9fb4a5a969 100644 --- a/lib/public/appframework/utility/icontrollermethodreflector.php +++ b/lib/public/appframework/utility/icontrollermethodreflector.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/appframework/utility/itimefactory.php b/lib/public/appframework/utility/itimefactory.php index a3333dd1949..eb65abf8501 100644 --- a/lib/public/appframework/utility/itimefactory.php +++ b/lib/public/appframework/utility/itimefactory.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/authentication/iapachebackend.php b/lib/public/authentication/iapachebackend.php index f1f408cfa6d..908bc5ace3d 100644 --- a/lib/public/authentication/iapachebackend.php +++ b/lib/public/authentication/iapachebackend.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/autoloadnotallowedexception.php b/lib/public/autoloadnotallowedexception.php index f0028b7d49d..6c7b979f2d6 100644 --- a/lib/public/autoloadnotallowedexception.php +++ b/lib/public/autoloadnotallowedexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/backgroundjob.php b/lib/public/backgroundjob.php index 69397bb3e45..5fb587fea9d 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -1,15 +1,16 @@ * @author Felix Moeller * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/backgroundjob/ijob.php b/lib/public/backgroundjob/ijob.php index 71cdee65636..05927989b64 100644 --- a/lib/public/backgroundjob/ijob.php +++ b/lib/public/backgroundjob/ijob.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/backgroundjob/ijoblist.php b/lib/public/backgroundjob/ijoblist.php index 5a76ce1ba26..8a3c6334eef 100644 --- a/lib/public/backgroundjob/ijoblist.php +++ b/lib/public/backgroundjob/ijoblist.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/capabilities/icapability.php b/lib/public/capabilities/icapability.php index 0facab6f255..2a59689665d 100644 --- a/lib/public/capabilities/icapability.php +++ b/lib/public/capabilities/icapability.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/command/ibus.php b/lib/public/command/ibus.php index 62b6edef4d4..bf7f98e87ac 100644 --- a/lib/public/command/ibus.php +++ b/lib/public/command/ibus.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/command/icommand.php b/lib/public/command/icommand.php index e53d52d2fa3..bf7210f40cd 100644 --- a/lib/public/command/icommand.php +++ b/lib/public/command/icommand.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/commentsevent.php b/lib/public/comments/commentsevent.php index 3101c4e6c50..a0bff349fb4 100644 --- a/lib/public/comments/commentsevent.php +++ b/lib/public/comments/commentsevent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/icomment.php b/lib/public/comments/icomment.php index 23580923058..bb997a07223 100644 --- a/lib/public/comments/icomment.php +++ b/lib/public/comments/icomment.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index cdc74282243..f2edaaa5eaf 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/comments/icommentsmanagerfactory.php index 6d814104ae1..4a38d992bc3 100644 --- a/lib/public/comments/icommentsmanagerfactory.php +++ b/lib/public/comments/icommentsmanagerfactory.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php index 056113bdb3f..97f18fee12e 100644 --- a/lib/public/comments/illegalidchangeexception.php +++ b/lib/public/comments/illegalidchangeexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/messagetoolongexception.php b/lib/public/comments/messagetoolongexception.php index 054cecf320f..4c46ed46524 100644 --- a/lib/public/comments/messagetoolongexception.php +++ b/lib/public/comments/messagetoolongexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/comments/notfoundexception.php b/lib/public/comments/notfoundexception.php index 579dcd26f60..ab83e4095c2 100644 --- a/lib/public/comments/notfoundexception.php +++ b/lib/public/comments/notfoundexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/config.php b/lib/public/config.php index 5b5dcb0e78e..b8f25b93026 100644 --- a/lib/public/config.php +++ b/lib/public/config.php @@ -1,15 +1,16 @@ - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/console/consoleevent.php b/lib/public/console/consoleevent.php index b3f1229f0e8..7b3201999a3 100644 --- a/lib/public/console/consoleevent.php +++ b/lib/public/console/consoleevent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/constants.php b/lib/public/constants.php index abf5f95eb96..ca4b5fa473f 100644 --- a/lib/public/constants.php +++ b/lib/public/constants.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/contacts.php b/lib/public/contacts.php index 590fd9af1bd..16cd52d19cf 100644 --- a/lib/public/contacts.php +++ b/lib/public/contacts.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/contacts/imanager.php b/lib/public/contacts/imanager.php index c6d557eaba7..328b40931d7 100644 --- a/lib/public/contacts/imanager.php +++ b/lib/public/contacts/imanager.php @@ -1,12 +1,13 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db.php b/lib/public/db.php index 4706c5e95ee..d22da39d9c2 100644 --- a/lib/public/db.php +++ b/lib/public/db.php @@ -1,17 +1,18 @@ * @author Dan Bartram * @author Felix Moeller - * @author Frank Karlitschek - * @author Joas Schilling + * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/icompositeexpression.php b/lib/public/db/querybuilder/icompositeexpression.php index c47ba1deb1e..3688d05c970 100644 --- a/lib/public/db/querybuilder/icompositeexpression.php +++ b/lib/public/db/querybuilder/icompositeexpression.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/iexpressionbuilder.php b/lib/public/db/querybuilder/iexpressionbuilder.php index 0db25704dd7..8164c738ca5 100644 --- a/lib/public/db/querybuilder/iexpressionbuilder.php +++ b/lib/public/db/querybuilder/iexpressionbuilder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/iliteral.php b/lib/public/db/querybuilder/iliteral.php index ab1cc59229a..99b45ee7c29 100644 --- a/lib/public/db/querybuilder/iliteral.php +++ b/lib/public/db/querybuilder/iliteral.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/iparameter.php b/lib/public/db/querybuilder/iparameter.php index be141cea9a7..c4e3fe29971 100644 --- a/lib/public/db/querybuilder/iparameter.php +++ b/lib/public/db/querybuilder/iparameter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/iquerybuilder.php b/lib/public/db/querybuilder/iquerybuilder.php index 444910a9c5a..8ef8a96b25f 100644 --- a/lib/public/db/querybuilder/iquerybuilder.php +++ b/lib/public/db/querybuilder/iquerybuilder.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/db/querybuilder/iqueryfunction.php b/lib/public/db/querybuilder/iqueryfunction.php index 8050bd295e4..5c319194739 100644 --- a/lib/public/db/querybuilder/iqueryfunction.php +++ b/lib/public/db/querybuilder/iqueryfunction.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/defaults.php b/lib/public/defaults.php index 29ce167a65d..ae873831b8b 100644 --- a/lib/public/defaults.php +++ b/lib/public/defaults.php @@ -1,11 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author scolebrook * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/diagnostics/ievent.php b/lib/public/diagnostics/ievent.php index a3e42ee137f..fe69d97c4c6 100644 --- a/lib/public/diagnostics/ievent.php +++ b/lib/public/diagnostics/ievent.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/diagnostics/ieventlogger.php b/lib/public/diagnostics/ieventlogger.php index 34e521db10c..517a131d436 100644 --- a/lib/public/diagnostics/ieventlogger.php +++ b/lib/public/diagnostics/ieventlogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/diagnostics/iquery.php b/lib/public/diagnostics/iquery.php index 3b4d1b4c965..9aaf7c423b9 100644 --- a/lib/public/diagnostics/iquery.php +++ b/lib/public/diagnostics/iquery.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/diagnostics/iquerylogger.php b/lib/public/diagnostics/iquerylogger.php index 285a85efde1..58ea78795e2 100644 --- a/lib/public/diagnostics/iquerylogger.php +++ b/lib/public/diagnostics/iquerylogger.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/encryption/exceptions/genericencryptionexception.php b/lib/public/encryption/exceptions/genericencryptionexception.php index c1331689c7f..ac880c43067 100644 --- a/lib/public/encryption/exceptions/genericencryptionexception.php +++ b/lib/public/encryption/exceptions/genericencryptionexception.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Clark Tomlinson - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/encryption/iencryptionmodule.php b/lib/public/encryption/iencryptionmodule.php index 8d20a1ab57d..6be9763c9c8 100644 --- a/lib/public/encryption/iencryptionmodule.php +++ b/lib/public/encryption/iencryptionmodule.php @@ -1,10 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke * @author Morris Jobke + * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/encryption/ifile.php b/lib/public/encryption/ifile.php index 9933cb0164e..ffb2611bada 100644 --- a/lib/public/encryption/ifile.php +++ b/lib/public/encryption/ifile.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/encryption/imanager.php b/lib/public/encryption/imanager.php index b07de0cbb4f..b32ccf03eb6 100644 --- a/lib/public/encryption/imanager.php +++ b/lib/public/encryption/imanager.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php index cfac4ba58f7..e17de04316b 100644 --- a/lib/public/encryption/keys/istorage.php +++ b/lib/public/encryption/keys/istorage.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files.php b/lib/public/files.php index f1b8a855194..b349606c350 100644 --- a/lib/public/files.php +++ b/lib/public/files.php @@ -1,16 +1,17 @@ - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/alreadyexistsexception.php b/lib/public/files/alreadyexistsexception.php index 243129cb1db..af801959247 100644 --- a/lib/public/files/alreadyexistsexception.php +++ b/lib/public/files/alreadyexistsexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/icache.php b/lib/public/files/cache/icache.php index 4ef88f6480f..7d01b1a2908 100644 --- a/lib/public/files/cache/icache.php +++ b/lib/public/files/cache/icache.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/icacheentry.php b/lib/public/files/cache/icacheentry.php index 00c8e201b9a..bbc9982935e 100644 --- a/lib/public/files/cache/icacheentry.php +++ b/lib/public/files/cache/icacheentry.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/ipropagator.php b/lib/public/files/cache/ipropagator.php index 9730601d573..c4d4ec85368 100644 --- a/lib/public/files/cache/ipropagator.php +++ b/lib/public/files/cache/ipropagator.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iscanner.php b/lib/public/files/cache/iscanner.php index ce1f408028c..f6eb9fbe4fe 100644 --- a/lib/public/files/cache/iscanner.php +++ b/lib/public/files/cache/iscanner.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iupdater.php b/lib/public/files/cache/iupdater.php index 5267aa6f023..0fc9e8c35e0 100644 --- a/lib/public/files/cache/iupdater.php +++ b/lib/public/files/cache/iupdater.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iwatcher.php b/lib/public/files/cache/iwatcher.php index c33129a2473..ff49616ecdc 100644 --- a/lib/public/files/cache/iwatcher.php +++ b/lib/public/files/cache/iwatcher.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/config/icachedmountinfo.php b/lib/public/files/config/icachedmountinfo.php index e09c1a7f014..d61ea5a6a9a 100644 --- a/lib/public/files/config/icachedmountinfo.php +++ b/lib/public/files/config/icachedmountinfo.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/config/imountprovider.php b/lib/public/files/config/imountprovider.php index d1498fd5f61..db2397331dc 100644 --- a/lib/public/files/config/imountprovider.php +++ b/lib/public/files/config/imountprovider.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/config/imountprovidercollection.php b/lib/public/files/config/imountprovidercollection.php index 39da61812a9..88a1e888724 100644 --- a/lib/public/files/config/imountprovidercollection.php +++ b/lib/public/files/config/imountprovidercollection.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/config/iusermountcache.php b/lib/public/files/config/iusermountcache.php index 2f2c11da1a0..c141d019c2f 100644 --- a/lib/public/files/config/iusermountcache.php +++ b/lib/public/files/config/iusermountcache.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/entitytoolargeexception.php b/lib/public/files/entitytoolargeexception.php index 8dabc08f8bb..4a74403106c 100644 --- a/lib/public/files/entitytoolargeexception.php +++ b/lib/public/files/entitytoolargeexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/file.php b/lib/public/files/file.php index 553dd48c24f..8b57b3cfd87 100644 --- a/lib/public/files/file.php +++ b/lib/public/files/file.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/fileinfo.php b/lib/public/files/fileinfo.php index a9f05863e78..d61726c4217 100644 --- a/lib/public/files/fileinfo.php +++ b/lib/public/files/fileinfo.php @@ -1,13 +1,14 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/filenametoolongexception.php b/lib/public/files/filenametoolongexception.php index 68fba4ad516..8c46b7f5519 100644 --- a/lib/public/files/filenametoolongexception.php +++ b/lib/public/files/filenametoolongexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/folder.php b/lib/public/files/folder.php index 0644ab62034..9a2a338b559 100644 --- a/lib/public/files/folder.php +++ b/lib/public/files/folder.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/forbiddenexception.php b/lib/public/files/forbiddenexception.php index 5a4f03d176d..5492b8538b4 100644 --- a/lib/public/files/forbiddenexception.php +++ b/lib/public/files/forbiddenexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/ihomestorage.php b/lib/public/files/ihomestorage.php index 4101545aafe..3144dd8bc94 100644 --- a/lib/public/files/ihomestorage.php +++ b/lib/public/files/ihomestorage.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/imimetypedetector.php b/lib/public/files/imimetypedetector.php index 7d9cd606e69..f66eb4e0b9f 100644 --- a/lib/public/files/imimetypedetector.php +++ b/lib/public/files/imimetypedetector.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/imimetypeloader.php b/lib/public/files/imimetypeloader.php index 57a6d7ba309..d582c55ae13 100644 --- a/lib/public/files/imimetypeloader.php +++ b/lib/public/files/imimetypeloader.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/invalidcharacterinpathexception.php b/lib/public/files/invalidcharacterinpathexception.php index 8e649b5bb62..8e8f1a15e3a 100644 --- a/lib/public/files/invalidcharacterinpathexception.php +++ b/lib/public/files/invalidcharacterinpathexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/invalidcontentexception.php b/lib/public/files/invalidcontentexception.php index f25b7fef87f..bdde7909b58 100644 --- a/lib/public/files/invalidcontentexception.php +++ b/lib/public/files/invalidcontentexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/invalidpathexception.php b/lib/public/files/invalidpathexception.php index ee21d7432be..bb8aff50913 100644 --- a/lib/public/files/invalidpathexception.php +++ b/lib/public/files/invalidpathexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/irootfolder.php b/lib/public/files/irootfolder.php index 3b6243f7638..38e45f49678 100644 --- a/lib/public/files/irootfolder.php +++ b/lib/public/files/irootfolder.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/locknotacquiredexception.php b/lib/public/files/locknotacquiredexception.php index 247c9f5f5cb..1ef0e676b34 100644 --- a/lib/public/files/locknotacquiredexception.php +++ b/lib/public/files/locknotacquiredexception.php @@ -1,10 +1,11 @@ * @author Owen Winkler - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/mount/imountmanager.php b/lib/public/files/mount/imountmanager.php index 9e3002a26d1..2b6458bf7c8 100644 --- a/lib/public/files/mount/imountmanager.php +++ b/lib/public/files/mount/imountmanager.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/mount/imountpoint.php b/lib/public/files/mount/imountpoint.php index 9ce1396c1d1..412cf6d1c95 100644 --- a/lib/public/files/mount/imountpoint.php +++ b/lib/public/files/mount/imountpoint.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/node.php b/lib/public/files/node.php index ee3f0cb0413..da95730128f 100644 --- a/lib/public/files/node.php +++ b/lib/public/files/node.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/notenoughspaceexception.php b/lib/public/files/notenoughspaceexception.php index 4e67ac26700..f4407a95785 100644 --- a/lib/public/files/notenoughspaceexception.php +++ b/lib/public/files/notenoughspaceexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/notfoundexception.php b/lib/public/files/notfoundexception.php index 10a3dacda44..f0ccb90a52b 100644 --- a/lib/public/files/notfoundexception.php +++ b/lib/public/files/notfoundexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/notpermittedexception.php b/lib/public/files/notpermittedexception.php index 3dcbd9e499b..516c323181b 100644 --- a/lib/public/files/notpermittedexception.php +++ b/lib/public/files/notpermittedexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/objectstore/iobjectstore.php b/lib/public/files/objectstore/iobjectstore.php index 78be18fb2e9..7ae34ce1bc0 100644 --- a/lib/public/files/objectstore/iobjectstore.php +++ b/lib/public/files/objectstore/iobjectstore.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/reservedwordexception.php b/lib/public/files/reservedwordexception.php index 6a560a563fe..67b205de57b 100644 --- a/lib/public/files/reservedwordexception.php +++ b/lib/public/files/reservedwordexception.php @@ -1,9 +1,10 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storage.php b/lib/public/files/storage.php index 2511690b7d3..cf67879908c 100644 --- a/lib/public/files/storage.php +++ b/lib/public/files/storage.php @@ -1,14 +1,15 @@ * @author Michael Roth * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storage/ilockingstorage.php b/lib/public/files/storage/ilockingstorage.php index 7c46391f425..635c607537f 100644 --- a/lib/public/files/storage/ilockingstorage.php +++ b/lib/public/files/storage/ilockingstorage.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storage/istorage.php b/lib/public/files/storage/istorage.php index ab1915bb93e..b806dc3b7d1 100644 --- a/lib/public/files/storage/istorage.php +++ b/lib/public/files/storage/istorage.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storage/istoragefactory.php b/lib/public/files/storage/istoragefactory.php index 01a05eeff12..668a70375cf 100644 --- a/lib/public/files/storage/istoragefactory.php +++ b/lib/public/files/storage/istoragefactory.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storageauthexception.php b/lib/public/files/storageauthexception.php index 35a2907b856..f73915df9d9 100644 --- a/lib/public/files/storageauthexception.php +++ b/lib/public/files/storageauthexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storagebadconfigexception.php b/lib/public/files/storagebadconfigexception.php index 1c340b18b7c..a3a96a80dc1 100644 --- a/lib/public/files/storagebadconfigexception.php +++ b/lib/public/files/storagebadconfigexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storageconnectionexception.php b/lib/public/files/storageconnectionexception.php index 8938a60265c..7a5381aef73 100644 --- a/lib/public/files/storageconnectionexception.php +++ b/lib/public/files/storageconnectionexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storageinvalidexception.php b/lib/public/files/storageinvalidexception.php index a34ee7ae49a..c772a714fcd 100644 --- a/lib/public/files/storageinvalidexception.php +++ b/lib/public/files/storageinvalidexception.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storagenotavailableexception.php b/lib/public/files/storagenotavailableexception.php index 7afb067f298..a28a66f2510 100644 --- a/lib/public/files/storagenotavailableexception.php +++ b/lib/public/files/storagenotavailableexception.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Jesús Macias * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/storagetimeoutexception.php b/lib/public/files/storagetimeoutexception.php index ed4d98af89b..16675710dff 100644 --- a/lib/public/files/storagetimeoutexception.php +++ b/lib/public/files/storagetimeoutexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/groupinterface.php b/lib/public/groupinterface.php index 628bc2f42ef..6f456f51fd7 100644 --- a/lib/public/groupinterface.php +++ b/lib/public/groupinterface.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/http/client/iclient.php b/lib/public/http/client/iclient.php index 85db2a9ad02..49e679a7ade 100644 --- a/lib/public/http/client/iclient.php +++ b/lib/public/http/client/iclient.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/http/client/iclientservice.php b/lib/public/http/client/iclientservice.php index 907aa42fd3b..09a1f1f7b40 100644 --- a/lib/public/http/client/iclientservice.php +++ b/lib/public/http/client/iclientservice.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/http/client/iresponse.php b/lib/public/http/client/iresponse.php index 09189d77014..94817f012b3 100644 --- a/lib/public/http/client/iresponse.php +++ b/lib/public/http/client/iresponse.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iaddressbook.php b/lib/public/iaddressbook.php index 63e7e061448..67c34c9e8c9 100644 --- a/lib/public/iaddressbook.php +++ b/lib/public/iaddressbook.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iappconfig.php b/lib/public/iappconfig.php index 1406e8a56d6..95c74927ecf 100644 --- a/lib/public/iappconfig.php +++ b/lib/public/iappconfig.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iavatar.php b/lib/public/iavatar.php index 7b811b26b68..369cafa00c1 100644 --- a/lib/public/iavatar.php +++ b/lib/public/iavatar.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iavatarmanager.php b/lib/public/iavatarmanager.php index ef6b00ffd13..04f4cd00d0d 100644 --- a/lib/public/iavatarmanager.php +++ b/lib/public/iavatarmanager.php @@ -1,12 +1,13 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Christopher Schäpers * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/icache.php b/lib/public/icache.php index 3319013ddfa..c7020815a31 100644 --- a/lib/public/icache.php +++ b/lib/public/icache.php @@ -1,10 +1,11 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/icachefactory.php b/lib/public/icachefactory.php index 233a4f5525d..717fbc5e627 100644 --- a/lib/public/icachefactory.php +++ b/lib/public/icachefactory.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/icertificate.php b/lib/public/icertificate.php index c3a003fbf0a..fc2c0a6f1e4 100644 --- a/lib/public/icertificate.php +++ b/lib/public/icertificate.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/icertificatemanager.php b/lib/public/icertificatemanager.php index 27eebcf0491..d4564adfcd8 100644 --- a/lib/public/icertificatemanager.php +++ b/lib/public/icertificatemanager.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index 8dac390a99c..34c296a917c 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/icontainer.php b/lib/public/icontainer.php index d23ee5ea3b5..9dc7f9f941e 100644 --- a/lib/public/icontainer.php +++ b/lib/public/icontainer.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/idatetimeformatter.php b/lib/public/idatetimeformatter.php index e8d357ae50f..20b01467e29 100644 --- a/lib/public/idatetimeformatter.php +++ b/lib/public/idatetimeformatter.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/idatetimezone.php b/lib/public/idatetimezone.php index 3df705a2413..5e4e930b2b1 100644 --- a/lib/public/idatetimezone.php +++ b/lib/public/idatetimezone.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/idb.php b/lib/public/idb.php index f21fedd1f54..bb04cf540fa 100644 --- a/lib/public/idb.php +++ b/lib/public/idb.php @@ -1,9 +1,10 @@ * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index 780fcd26364..f57ca2a2a1d 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -1,13 +1,14 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/ieventsource.php b/lib/public/ieventsource.php index b643d1c9da7..747c3e2453c 100644 --- a/lib/public/ieventsource.php +++ b/lib/public/ieventsource.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/igroup.php b/lib/public/igroup.php index 02f2ef201fd..d5fcbcc5cd9 100644 --- a/lib/public/igroup.php +++ b/lib/public/igroup.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/igroupmanager.php b/lib/public/igroupmanager.php index cda40606f9d..4d76fa76fb3 100644 --- a/lib/public/igroupmanager.php +++ b/lib/public/igroupmanager.php @@ -1,14 +1,15 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/ihelper.php b/lib/public/ihelper.php index 4ad1d5704fd..707884b82f8 100644 --- a/lib/public/ihelper.php +++ b/lib/public/ihelper.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iimage.php b/lib/public/iimage.php index db0ca0f93be..f63a1b8ca60 100644 --- a/lib/public/iimage.php +++ b/lib/public/iimage.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/il10n.php b/lib/public/il10n.php index f1954eeb4b9..68bbb5a51fa 100644 --- a/lib/public/il10n.php +++ b/lib/public/il10n.php @@ -1,14 +1,15 @@ * @author Bernhard Posselt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/ilogger.php b/lib/public/ilogger.php index 6a4163875a9..97687367b56 100644 --- a/lib/public/ilogger.php +++ b/lib/public/ilogger.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/image.php b/lib/public/image.php index 4a7ffe8bc9a..d583dffe91d 100644 --- a/lib/public/image.php +++ b/lib/public/image.php @@ -1,10 +1,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/imemcache.php b/lib/public/imemcache.php index b5c0cef923d..8f182553b67 100644 --- a/lib/public/imemcache.php +++ b/lib/public/imemcache.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/imemcachettl.php b/lib/public/imemcachettl.php index f2d03dcdf40..c9dbec4f5c4 100644 --- a/lib/public/imemcachettl.php +++ b/lib/public/imemcachettl.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/inavigationmanager.php b/lib/public/inavigationmanager.php index 243f6ea3eea..216f8a897d8 100644 --- a/lib/public/inavigationmanager.php +++ b/lib/public/inavigationmanager.php @@ -1,12 +1,13 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/ipreview.php b/lib/public/ipreview.php index cfcbebd8639..071b5b8064c 100644 --- a/lib/public/ipreview.php +++ b/lib/public/ipreview.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/irequest.php b/lib/public/irequest.php index ad207fe934c..897ae605fa9 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/isearch.php b/lib/public/isearch.php index ec6673dabbd..93dc3b9c1f2 100644 --- a/lib/public/isearch.php +++ b/lib/public/isearch.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index de48daeef88..2449ff4a19e 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -1,22 +1,23 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/isession.php b/lib/public/isession.php index 25c76906d63..9e3d26a2f7b 100644 --- a/lib/public/isession.php +++ b/lib/public/isession.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/itagmanager.php b/lib/public/itagmanager.php index e6d67ddd02c..60d547e44ad 100644 --- a/lib/public/itagmanager.php +++ b/lib/public/itagmanager.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/itags.php b/lib/public/itags.php index cbc178c37bf..ef9b3e8796e 100644 --- a/lib/public/itags.php +++ b/lib/public/itags.php @@ -1,11 +1,12 @@ * @author Morris Jobke * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/itempmanager.php b/lib/public/itempmanager.php index 025e43d8563..e74797516d5 100644 --- a/lib/public/itempmanager.php +++ b/lib/public/itempmanager.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iurlgenerator.php b/lib/public/iurlgenerator.php index a702ca47bfc..e309336c0f0 100644 --- a/lib/public/iurlgenerator.php +++ b/lib/public/iurlgenerator.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iuser.php b/lib/public/iuser.php index b0dd8dc35b2..75540828b70 100644 --- a/lib/public/iuser.php +++ b/lib/public/iuser.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iuserbackend.php b/lib/public/iuserbackend.php index 5cd7945dd7a..502856fc354 100644 --- a/lib/public/iuserbackend.php +++ b/lib/public/iuserbackend.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iusermanager.php b/lib/public/iusermanager.php index 6442938a99b..2410ea3ed52 100644 --- a/lib/public/iusermanager.php +++ b/lib/public/iusermanager.php @@ -1,11 +1,12 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/iusersession.php b/lib/public/iusersession.php index 2196f2c8ce0..d7bf5f9a385 100644 --- a/lib/public/iusersession.php +++ b/lib/public/iusersession.php @@ -1,13 +1,14 @@ * @author Bernhard Posselt * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/json.php b/lib/public/json.php index fceffa0001e..02c515e863e 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -1,14 +1,15 @@ - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/l10n/ifactory.php b/lib/public/l10n/ifactory.php index 264c9719639..0d6e583c7e5 100644 --- a/lib/public/l10n/ifactory.php +++ b/lib/public/l10n/ifactory.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/lock/ilockingprovider.php b/lib/public/lock/ilockingprovider.php index b4b579bbc7a..6fe9894b7b5 100644 --- a/lib/public/lock/ilockingprovider.php +++ b/lib/public/lock/ilockingprovider.php @@ -1,9 +1,10 @@ - * @author Robin Appelman + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/lock/lockedexception.php b/lib/public/lock/lockedexception.php index d084046046e..87ae4511ac9 100644 --- a/lib/public/lock/lockedexception.php +++ b/lib/public/lock/lockedexception.php @@ -1,10 +1,11 @@ - * @author Robin Appelman + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/mail/imailer.php b/lib/public/mail/imailer.php index 61eb895752b..157041bce2b 100644 --- a/lib/public/mail/imailer.php +++ b/lib/public/mail/imailer.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/notification/iaction.php b/lib/public/notification/iaction.php index 1f4d1d5b7fe..6f2b78e3a8d 100644 --- a/lib/public/notification/iaction.php +++ b/lib/public/notification/iaction.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/notification/iapp.php b/lib/public/notification/iapp.php index 98da265559b..fa06a63ccc6 100644 --- a/lib/public/notification/iapp.php +++ b/lib/public/notification/iapp.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/notification/imanager.php b/lib/public/notification/imanager.php index a18af747b10..35878d2af36 100644 --- a/lib/public/notification/imanager.php +++ b/lib/public/notification/imanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/notification/inotification.php b/lib/public/notification/inotification.php index 2d8557ec64d..492e30dfaf1 100644 --- a/lib/public/notification/inotification.php +++ b/lib/public/notification/inotification.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/notification/inotifier.php b/lib/public/notification/inotifier.php index 0d9cecc88b8..5e2a47266ad 100644 --- a/lib/public/notification/inotifier.php +++ b/lib/public/notification/inotifier.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/preconditionnotmetexception.php b/lib/public/preconditionnotmetexception.php index 212efc08ded..ea6350afb4d 100644 --- a/lib/public/preconditionnotmetexception.php +++ b/lib/public/preconditionnotmetexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/preview/iprovider.php b/lib/public/preview/iprovider.php index 8231e90f000..ca545d8eb76 100644 --- a/lib/public/preview/iprovider.php +++ b/lib/public/preview/iprovider.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/response.php b/lib/public/response.php index ff0b4d8463a..be84a7320ba 100644 --- a/lib/public/response.php +++ b/lib/public/response.php @@ -1,15 +1,16 @@ * @author Bart Visscher - * @author Frank Karlitschek - * @author Lukas Reschke + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/route/iroute.php b/lib/public/route/iroute.php index 904cb81b0bd..9b8218085ad 100644 --- a/lib/public/route/iroute.php +++ b/lib/public/route/iroute.php @@ -1,11 +1,12 @@ * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php index b4573fb39f2..1245e8324da 100644 --- a/lib/public/route/irouter.php +++ b/lib/public/route/irouter.php @@ -1,13 +1,14 @@ * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/sabrepluginevent.php b/lib/public/sabrepluginevent.php index 11d939aee47..d75c84965f6 100644 --- a/lib/public/sabrepluginevent.php +++ b/lib/public/sabrepluginevent.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/sabrepluginexception.php b/lib/public/sabrepluginexception.php index 2c5a799c4f7..b5dd45b5bc1 100644 --- a/lib/public/sabrepluginexception.php +++ b/lib/public/sabrepluginexception.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/search/pagedprovider.php b/lib/public/search/pagedprovider.php index 80a2896f73f..43d8c316652 100644 --- a/lib/public/search/pagedprovider.php +++ b/lib/public/search/pagedprovider.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/search/provider.php b/lib/public/search/provider.php index 9bcbe36ef7a..6760fa347b2 100644 --- a/lib/public/search/provider.php +++ b/lib/public/search/provider.php @@ -1,12 +1,13 @@ * @author Bart Visscher * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/search/result.php b/lib/public/search/result.php index e90c2619032..c441081a8ce 100644 --- a/lib/public/search/result.php +++ b/lib/public/search/result.php @@ -1,11 +1,12 @@ * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/icontentsecuritypolicymanager.php b/lib/public/security/icontentsecuritypolicymanager.php index 10f1efe995f..ebd477f75aa 100644 --- a/lib/public/security/icontentsecuritypolicymanager.php +++ b/lib/public/security/icontentsecuritypolicymanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/icredentialsmanager.php b/lib/public/security/icredentialsmanager.php index d576bbcfbd8..6c1bb67192d 100644 --- a/lib/public/security/icredentialsmanager.php +++ b/lib/public/security/icredentialsmanager.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/icrypto.php b/lib/public/security/icrypto.php index 62f27017ab7..0de2e47b755 100644 --- a/lib/public/security/icrypto.php +++ b/lib/public/security/icrypto.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/ihasher.php b/lib/public/security/ihasher.php index 39ba5094b12..11159cbc010 100644 --- a/lib/public/security/ihasher.php +++ b/lib/public/security/ihasher.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/isecurerandom.php b/lib/public/security/isecurerandom.php index 9b346afe680..c60529ef803 100644 --- a/lib/public/security/isecurerandom.php +++ b/lib/public/security/isecurerandom.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/security/stringutils.php b/lib/public/security/stringutils.php index ff1e290315a..04b5028cbd2 100644 --- a/lib/public/security/stringutils.php +++ b/lib/public/security/stringutils.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share.php b/lib/public/share.php index e21d82bf62c..7fa5a83ac27 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -1,19 +1,20 @@ * @author Bart Visscher - * @author Björn Schießle - * @author Joas Schilling + * @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 Roeland Jago Douma * @author Sam Tuke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/exceptions/genericshareexception.php b/lib/public/share/exceptions/genericshareexception.php index b32c2f26574..4a05d7a0340 100644 --- a/lib/public/share/exceptions/genericshareexception.php +++ b/lib/public/share/exceptions/genericshareexception.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/exceptions/sharenotfound.php b/lib/public/share/exceptions/sharenotfound.php index 96e7c096492..dd2137379a4 100644 --- a/lib/public/share/exceptions/sharenotfound.php +++ b/lib/public/share/exceptions/sharenotfound.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/imanager.php b/lib/public/share/imanager.php index 7f1424c8ea8..30beadff296 100644 --- a/lib/public/share/imanager.php +++ b/lib/public/share/imanager.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/iproviderfactory.php b/lib/public/share/iproviderfactory.php index 3a8baccf33b..8d9ea5bfdd0 100644 --- a/lib/public/share/iproviderfactory.php +++ b/lib/public/share/iproviderfactory.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/ishare.php b/lib/public/share/ishare.php index fdf40f19e56..e5cae739359 100644 --- a/lib/public/share/ishare.php +++ b/lib/public/share/ishare.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share/ishareprovider.php b/lib/public/share/ishareprovider.php index b339ce63d34..340c209b95b 100644 --- a/lib/public/share/ishareprovider.php +++ b/lib/public/share/ishareprovider.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share_backend.php b/lib/public/share_backend.php index 110403c1f49..7ebad8b64d3 100644 --- a/lib/public/share_backend.php +++ b/lib/public/share_backend.php @@ -1,11 +1,12 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share_backend_collection.php b/lib/public/share_backend_collection.php index 185cf32ce3e..0c87a58ce95 100644 --- a/lib/public/share_backend_collection.php +++ b/lib/public/share_backend_collection.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/share_backend_file_dependent.php b/lib/public/share_backend_file_dependent.php index 64b3bf43319..a7f866dd7d0 100644 --- a/lib/public/share_backend_file_dependent.php +++ b/lib/public/share_backend_file_dependent.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/isystemtag.php b/lib/public/systemtag/isystemtag.php index 02d02037293..539c7835fae 100644 --- a/lib/public/systemtag/isystemtag.php +++ b/lib/public/systemtag/isystemtag.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/isystemtagmanager.php b/lib/public/systemtag/isystemtagmanager.php index 983bfd636ce..c2ff60b8aab 100644 --- a/lib/public/systemtag/isystemtagmanager.php +++ b/lib/public/systemtag/isystemtagmanager.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/isystemtagmanagerfactory.php b/lib/public/systemtag/isystemtagmanagerfactory.php index ad7467633b1..0d652697490 100644 --- a/lib/public/systemtag/isystemtagmanagerfactory.php +++ b/lib/public/systemtag/isystemtagmanagerfactory.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/isystemtagobjectmapper.php b/lib/public/systemtag/isystemtagobjectmapper.php index 59b988a3656..3e28ab15773 100644 --- a/lib/public/systemtag/isystemtagobjectmapper.php +++ b/lib/public/systemtag/isystemtagobjectmapper.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/managerevent.php b/lib/public/systemtag/managerevent.php index a0429fc9f67..85e7863492e 100644 --- a/lib/public/systemtag/managerevent.php +++ b/lib/public/systemtag/managerevent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/mapperevent.php b/lib/public/systemtag/mapperevent.php index e05a5ce09c8..a86497c8440 100644 --- a/lib/public/systemtag/mapperevent.php +++ b/lib/public/systemtag/mapperevent.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/tagalreadyexistsexception.php b/lib/public/systemtag/tagalreadyexistsexception.php index 5c3d86ad642..caf0d9f08bc 100644 --- a/lib/public/systemtag/tagalreadyexistsexception.php +++ b/lib/public/systemtag/tagalreadyexistsexception.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/systemtag/tagnotfoundexception.php b/lib/public/systemtag/tagnotfoundexception.php index 12feda8f58a..c983e2afc80 100644 --- a/lib/public/systemtag/tagnotfoundexception.php +++ b/lib/public/systemtag/tagnotfoundexception.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/template.php b/lib/public/template.php index 7e46745c9d8..590f430e24c 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -1,17 +1,18 @@ - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke * @author Jan-Christoph Borchardt - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/user.php b/lib/public/user.php index 825e77aef6d..c373895d4de 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -1,17 +1,18 @@ - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Georg Ehrke - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/userinterface.php b/lib/public/userinterface.php index 954c2d68133..119564da736 100644 --- a/lib/public/userinterface.php +++ b/lib/public/userinterface.php @@ -1,10 +1,11 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/util.php b/lib/public/util.php index bed36e0c4be..241bb475a76 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -1,29 +1,30 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Georg Ehrke * @author Individual IT Services * @author Jens-Christian Fischer - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Nicolas Grekas * @author Pellaeon Lin * @author Randolph Carter - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stefan Herbrechtsmeier * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/ocs/providers.php b/ocs/providers.php index 7a94f65975a..be0aff8add2 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/ocs/routes.php b/ocs/routes.php index b99aa5c7597..6b211fb85b6 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/ocs/v1.php b/ocs/v1.php index 74b6ac13895..abe76d100ce 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -1,15 +1,17 @@ - * @author Joas Schilling - * @author Lukas Reschke + * @author Christoph Wurst + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * @author Tom Needham * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/ocs/v2.php b/ocs/v2.php index a9fffe529b0..45f65033056 100644 --- a/ocs/v2.php +++ b/ocs/v2.php @@ -1,8 +1,9 @@ * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/public.php b/public.php index 65257f1a46e..ed7c172ecd5 100644 --- a/public.php +++ b/public.php @@ -1,14 +1,15 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/remote.php b/remote.php index df229eb675a..bfc177c19e4 100644 --- a/remote.php +++ b/remote.php @@ -1,16 +1,17 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/admin.php b/settings/admin.php index d9746f41633..4500fb693da 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -1,18 +1,21 @@ - * @author Björn Schießle - * @author Frank Karlitschek + * @author Björn Schießle + * @author Frank Karlitschek * @author Georg Ehrke * @author Jan-Christoph Borchardt - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/disableapp.php b/settings/ajax/disableapp.php index 5d86168287b..1a000672e6e 100644 --- a/settings/ajax/disableapp.php +++ b/settings/ajax/disableapp.php @@ -1,10 +1,11 @@ * @author Kamil Domanski - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 57b6e919995..db4503f20e7 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling + * @author Joas Schilling * @author Kamil Domanski - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/installapp.php b/settings/ajax/installapp.php index 96f5ad9d91c..8831305e223 100644 --- a/settings/ajax/installapp.php +++ b/settings/ajax/installapp.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 61ec93a79b5..167f819f91e 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Robin Appelman * @author Robin McCorkell * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index cf59151ccf1..7c19c14b32e 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php index 0c974daaeed..eee1de407b9 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -1,17 +1,18 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author Felix Moeller * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/togglegroups.php b/settings/ajax/togglegroups.php index 8cf51ab707f..ff79861b811 100644 --- a/settings/ajax/togglegroups.php +++ b/settings/ajax/togglegroups.php @@ -1,14 +1,15 @@ * @author Christopher Schäpers * @author Georg Ehrke * @author Jakob Sack - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/togglesubadmins.php b/settings/ajax/togglesubadmins.php index afeaa1acfa0..390e5c09ef3 100644 --- a/settings/ajax/togglesubadmins.php +++ b/settings/ajax/togglesubadmins.php @@ -1,10 +1,11 @@ * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index 7ff20a1c999..be8196f4b33 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index 8521914884f..2f3729a5a45 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -1,13 +1,14 @@ - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/application.php b/settings/application.php index 0ac42879f28..8737da242b0 100644 --- a/settings/application.php +++ b/settings/application.php @@ -1,15 +1,16 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle * @author Georg Ehrke - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/changepassword/controller.php b/settings/changepassword/controller.php index 7484d3a170a..01692a56d5e 100644 --- a/settings/changepassword/controller.php +++ b/settings/changepassword/controller.php @@ -1,18 +1,20 @@ - * @author Björn Schießle + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon + * @author Bjoern Schiessle + * @author Björn Schießle * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh * @author Florin Peter * @author Jakob Sack - * @author Lukas Reschke - * @author Robin Appelman + * @author Lukas Reschke + * @author Robin Appelman * @author Sam Tuke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/appsettingscontroller.php b/settings/controller/appsettingscontroller.php index cc69d3130d9..aba57c6d433 100644 --- a/settings/controller/appsettingscontroller.php +++ b/settings/controller/appsettingscontroller.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php index 90d0c664d84..4a527036a7f 100644 --- a/settings/controller/certificatecontroller.php +++ b/settings/controller/certificatecontroller.php @@ -1,11 +1,12 @@ - * @author Lukas Reschke - * @author Robin Appelman + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke + * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php index cfdfa5021bc..4d9ad476516 100644 --- a/settings/controller/checksetupcontroller.php +++ b/settings/controller/checksetupcontroller.php @@ -1,12 +1,13 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/encryptioncontroller.php b/settings/controller/encryptioncontroller.php index 504448a5a2c..b2757b0965f 100644 --- a/settings/controller/encryptioncontroller.php +++ b/settings/controller/encryptioncontroller.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Björn Schießle + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/groupscontroller.php b/settings/controller/groupscontroller.php index bb8e6755d41..feed45b118e 100644 --- a/settings/controller/groupscontroller.php +++ b/settings/controller/groupscontroller.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/logsettingscontroller.php b/settings/controller/logsettingscontroller.php index 8750cc6e188..407983b2c79 100644 --- a/settings/controller/logsettingscontroller.php +++ b/settings/controller/logsettingscontroller.php @@ -1,10 +1,12 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php index dbba4bd9bc0..4d8b4559ba0 100644 --- a/settings/controller/mailsettingscontroller.php +++ b/settings/controller/mailsettingscontroller.php @@ -1,10 +1,11 @@ - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/securitysettingscontroller.php b/settings/controller/securitysettingscontroller.php index d7274d6bcb2..44e07f25a0b 100644 --- a/settings/controller/securitysettingscontroller.php +++ b/settings/controller/securitysettingscontroller.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/controller/userscontroller.php b/settings/controller/userscontroller.php index 5f74eaa82fb..d4831214da2 100644 --- a/settings/controller/userscontroller.php +++ b/settings/controller/userscontroller.php @@ -1,15 +1,17 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Clark Tomlinson - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/help.php b/settings/help.php index ce942d6ae80..62f10ade521 100644 --- a/settings/help.php +++ b/settings/help.php @@ -1,16 +1,17 @@ * @author Christopher Schäpers - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/languageCodes.php b/settings/languageCodes.php index f83123df672..20d6ea701c7 100644 --- a/settings/languageCodes.php +++ b/settings/languageCodes.php @@ -1,13 +1,14 @@ * @author Jan-Christoph Borchardt * @author Morris Jobke * @author Pellaeon Lin - * @author Robin Appelman + * @author Robin Appelman * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/middleware/subadminmiddleware.php b/settings/middleware/subadminmiddleware.php index 8e138bdc1a8..93bbfb99619 100644 --- a/settings/middleware/subadminmiddleware.php +++ b/settings/middleware/subadminmiddleware.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Lukas Reschke * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/personal.php b/settings/personal.php index cc7151943d4..771d2cc649b 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt - * @author Joas Schilling - * @author Lukas Reschke + * @author Joas Schilling + * @author Lukas Reschke * @author Marvin Thomas Rabe * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * @author Volkan Gezer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/routes.php b/settings/routes.php index 90e1d1e442b..353d51d7e15 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -1,19 +1,20 @@ - * @author Björn Schießle + * @author Björn Schießle * @author Christopher Schäpers - * @author Frank Karlitschek + * @author Frank Karlitschek * @author Georg Ehrke - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar - * @author Robin Appelman - * @author Roeland Jago Douma + * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/settings/users.php b/settings/users.php index 347cad21a2b..fd07dcaee25 100644 --- a/settings/users.php +++ b/settings/users.php @@ -1,23 +1,24 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle + * @author Björn Schießle * @author Clark Tomlinson * @author Daniel Molkentin * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman + * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Roeland Jago Douma * @author Stephan Peijnik * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/status.php b/status.php index 4afabbf2cd1..0d7c2285679 100644 --- a/status.php +++ b/status.php @@ -1,14 +1,16 @@ * @author Christopher Schäpers - * @author Frank Karlitschek + * @author Frank Karlitschek + * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke + * @author Lukas Reschke * @author Masaki Kawabata Neto * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/version.php b/version.php index ee528c4d2a3..717f15b999b 100644 --- a/version.php +++ b/version.php @@ -1,13 +1,12 @@ - * @author C Montero-Luque - * @author Frank Karlitschek - * @author Joas Schilling - * @author Lukas Reschke + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling + * @author Lukas Reschke * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- GitLab