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 7f919d4a2ad42..8c040d963c512 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 ea5fb0286bf6a..a085b74585da5 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 6aafacc618914..0525910f8ddcd 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 4061ca89c4b67..c035cf785fe04 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 46da0ade6bbee..d7b35aa2d3ea5 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 4ece8994f39d2..a341e4de27bde 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 5f26374846584..85afeccd6fc88 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 f665698678ecd..fd7869b1b2253 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 5005d15096183..925d8b0a7153e 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 006c33bf04f71..3e690e12a2529 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 050dc9c475db7..674282b5fe2d3 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 6bf7cae588277..e584ae4a90cfb 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 7c6970df837f4..ad1e277414888 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 cd1ccb2d7d326..191739281853e 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 d85a3583bf147..2b58395c2be2f 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 1f56193e4b60d..495c05a8275e9 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 dc5ae39226ec8..7e0c4cfff9dee 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 570848f0b234e..1aef231795332 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 fbd41d25f49cf..80107ab64f228 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 02a0b38225e00..94aec5da12040 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 44abcbaa19010..ac76c3badc1d2 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 8b85a3cbdbf76..78db39ff3610d 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 211ffabef84d2..c17c940ec8b01 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 4e9cf8fd08220..ab05e376503d9 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 48302a2b439e4..a0416966f054e 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 d7f82dd0e524f..7d07ad0327986 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 562f19a230045..19d5bc4db739d 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 d887309ac3ea2..a1255eeccc144 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 90a73a3eeb3dc..a99e2ea4b89ec 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 b62a42d7b90ef..e642d9af5aa6d 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 9e27b3ac644b2..c6e4dab1ff4cc 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 5f82db10b39d7..15a186bdfa55f 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 9ff73f43f1ea5..adab43d083552 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 87b8d4bb32005..12bd978fd57af 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 d302da3d861f3..2c1c8bb4ef27d 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 d9f2ec674f051..843da65ce252b 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 8b1b600ec3de4..76633511504c7 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 8b29d6d5c0ccd..ccbafd5ba96b9 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 99c36c2e767e3..41c858e35ecca 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 64c251980c67c..79c1938010585 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 7900c6ccae0ac..23bc718bb86ee 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 c8d9b94c2675f..69c96f5ed6510 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 d94dce1db0e5b..973f0bc211c27 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 0554af6fbf12e..1280bdf1d30d6 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 c4741a0177232..1ad37da6bfe4b 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 734e3829e6906..2ac89f302fdf2 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 b39615db033d3..1b439b6b82119 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 339abc6382dad..c7d3856b13853 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 d4a065649ef2b..f3cf4fb2030e3 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 a55a18c00c029..e5bb74015ff1c 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 6bc4248420786..ff2760a6c2b10 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 cda666f716222..b79f6b3ba753a 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 eb6ca1fd7d51e..83b08ec44fb20 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 36da6492fb037..4baf74ae788d2 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 cb061d6a30985..a806659351c27 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 b63efa3a1ba9f..8b8a310572db2 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 70d19cb7f2a2f..5d39d83a2870d 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 f137222accabb..17e04a4c7a8cc 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 a8d5f7711221e..661130b6950a1 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 49b6a7b2de76d..b8f55d9e2135f 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 5946c9910d4ca..b25bfaf9644c7 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 4a9dd66161d9b..b4986bc767c47 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 f31eff30b65d5..df65a6a812063 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 0eb11bbca8356..a9e339f9ffc8d 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 d16e93bb6379d..09ced83803740 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 03ced0e81e274..8b9fb83e9aaf0 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 f2467e6b29872..d5e4e253c97d8 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 7951a0a89b7bb..9d60b22761291 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 99e3c222c7548..5edead6c1e374 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 38bddef87694c..9483bf97a38f3 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 6db8740bc13cf..c330e5d203a93 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 59b3a6e7483c6..b2db9aed5b97f 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 857c98247bd40..8dae430df3eac 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 d4e1cbe3b20b1..5b96f4f0f648e 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 ff4e1dc01bb8f..c72d580268181 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 6e9a5930b78c5..57284b224450e 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 95a5f0a87499c..adcc3c07006cf 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 c952a68e9a2b3..24ce4acdf22b1 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 18f28a916f1ec..c9b427858692c 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 a093c52851c86..0682fca94ea05 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 421fc64422df8..9915ffdba03b4 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 47400caeae7e1..9f62971ac6a8a 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 c76068969e9ae..1082b8906e7ed 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 763586412ad7a..fd9ba3f726701 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 5c1cd8b4f1ddd..23576171262c3 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 dfc1a2dd95d07..b1a6d1fb96b59 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 34c00b7927eb5..e21d3f0170984 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 ffc4193e34b64..9d5958bf99551 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 f6b6bfa88624b..07492d70a2445 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 3173d1397ba11..4cd95fe8a342e 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 ae40ff067015c..e18f5e6cbc4a3 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 776fb446b6c04..6bdf8c1aca2ae 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 8001ec4e6c6a6..ba7e73f165ef5 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 37a4166efef56..8c257b324b9c8 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 aa541f88dadb7..c8a78e768947e 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 ef572d6618b1e..a4fb7d285a607 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 63328aac8e386..10459aa8ada6d 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 751f63d394eda..76ec8db25b7c8 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 0f5a22edc2557..864228e6f2d9a 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 ea9982f4061ca..bdc3b8bda3899 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 952c9a212f679..8b11784a19112 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 7e1f47ea75e1f..cccd2412214f4 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 3c1487761c215..d1869d9b58362 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 d85d3c92d795d..5e4fdafb9f5e3 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 ea796c091753f..f3d323356d18d 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 791bd1ba7e85e..4b7d62b8cef28 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 bb2936c13dcc2..5e1663e2dd263 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 500e1a3adeadf..f1d9fdfdd7082 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 a266b4a121428..a16c7196d0adc 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 298902501ab4d..fc35a741c9d5a 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 eb75ed0639339..eea230709129d 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 bdbc73c4e3220..50ec27769a87d 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 19db39d3f3aac..f15276ddae15b 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 7f533a185dfc2..0d8cdf3812d63 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 f6733bc7a3e52..90fd601d64e23 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 4a41c3e5674c9..76b78f4b8fe6f 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 41363dbf97831..c473910cd8be3 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 fcbf4fde04c45..5322b5b403390 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 ba537a631be02..7f5a6c853c1bb 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 c5cf7e5f7bae9..38bdf8138b167 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 faf42d9e1b8fd..7f729cf0b4410 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 50f8769581d5d..1e1d6255457fc 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 5a384550df570..b276cb678dfb2 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 ba71b75686a0e..524d7a3fc77c7 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 f7159c2d22d28..74beb7244d96e 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 e3ffaf472ed5b..2da8530d646fb 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 8ebc5c2ff2cad..be2e4a293dcc9 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 c909f6a61ab4c..24b622a9bef83 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 5bf155f12ba7e..d84ffcb81f665 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 f3aa2dbd71fdf..c8f1347e07545 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 369006e71591e..c2c6b36fb3fee 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 d02064531ab5c..c9482cae2a10d 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 0ead617f461b3..61bf372f5b1e8 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 30d2bf4181038..707e62dd7505e 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 dea1e64db1d16..1eda4e60945b6 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 b81a5e003b514..80d3dde192b36 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 f915c83c4a7b3..626d3c67bfe00 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 7f6fb26e4d1d5..4f759f96719ed 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 e0ba61e913418..52fc5758b59f6 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 c4ddc38b3e18b..d11b694662092 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 36ea97df9f7da..d3e589f5d7d7f 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 431a0484d65f5..82e4d58d8f295 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 b76285be336bf..edce3eec609f1 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 f69edf4c62250..1340a585f0abc 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 b664d7caaed34..89eb7f0abf781 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 c17cc0f30a372..148ec911bec2e 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 8c92c2f063cbb..577d34f73632e 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 af3d0143f851f..0d3bdbd9c24e3 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 1747885240ab4..e769381342ee4 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 b5a8bfef31c6c..73a33331702ce 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 b728a8f3bd890..d8f5c363cacd0 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 3d047399a1f36..d116129c061b0 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 c5c6d0da0c236..d95b0c98f7bb3 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 a6a0f9d3b8629..d7acb9316fb21 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 52790c5b00b16..ee623778faa1f 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 e3cdca5abfa59..01dd03f01a61a 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 6407d9bc28b05..31384be67112e 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 ae30268e3669b..71ec2eaff1c80 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 42f1b53991664..a11c2e57fcbfc 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 95ba002e39392..c19ba350f891d 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 7893ed654521a..f4bcbb6e0bf6c 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 aeae0e1b1527b..eda809e6cc517 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 9d0126393106e..fd872af9170ef 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 ce6c96f1bfc65..44b1a501f0c3b 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 26717f7509b47..8f59d623dc98e 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 e6e57049a9362..ca80d0550453f 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 f92774ef6adc8..1e4d32282add6 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 31cb16265c0af..231cb40a406ac 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 e62970aef34d6..144f1b737c6e5 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 b25da3cc8076e..c929b573b9f55 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 7f2ff7d6616db..c0ae6ac591aa1 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 5184b74e5c872..dd5b1563acf62 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 4466533f1e08f..0cc4433828c7d 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 a2bf571ab68ee..5812dc3b1ae7f 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 df97acd846b8f..8f15e992514d1 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 1d4264f94f92b..ec21ceaffdc4e 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 7c684b563d85a..22c35f879135a 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 6d01d3e835330..6efbeeaca8ddb 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 5f32718cdf0d5..ced82d21a647b 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 2ceba7898e9d1..22f3af7fbfb74 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 fd86c2211761b..6f0800c9340ef 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 88d8d46973f3a..c3935277661ce 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 e4b02e004dc53..58ea4e4ece73e 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 5c171a23aec47..f19f63925650e 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 b1ecef55df076..72325465206b7 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 4bf7ead8c155e..c73ea2e7eccdd 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 bde4d5869b49a..55e263c628cc0 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 ca70c88488f4c..7d6636d882e98 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 694aba2fb8902..195dc7891fc30 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 c601b4f315978..533eb4063706a 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 6eff66e72beab..c71e25b64425a 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 59bea59344d12..ec1770cc0198b 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 bc0872ffdd222..6b7c360b9047c 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 fe162a8f5c47e..c25ddf9204be8 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 6fad4693dcc6b..463d7db7d93fc 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 a4269dca0315f..8434b6aaba574 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 fca10f673505a..a02b7c65d0a38 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 db9541d6f5a41..7f4acbb68d438 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 f0ac7bb238317..17533e7b11428 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 62cc09b018dbb..92132d6080c96 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 0b5fb351aca40..0701b6c1b020f 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 e87ed478a1ad4..72afa68aad2cd 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 6c7c0987fd722..f0c2c0910cd37 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 0f6e9353707e9..66083408881d9 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 e408a7c2b1496..b5bc9f0a4e7ab 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 a43491398964a..76be5d0873c78 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 61391a33002cd..ecc23cd6a03bf 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 3c937623b7ab4..94849ecfe6cf4 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 d2a7d4f2d04c5..fd648bec1c850 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 d69674faec028..b16f068d4c653 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 7ede6177deb51..c08fb95f2c711 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 c71d624542437..f7649b1217154 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 68c21c80b3460..58d91e730374d 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 f7a8a0369bb04..aa25e0a84c73d 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 fa90125d6e988..47108764f8d23 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 2f290db21a117..03b668a5c3ed7 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 0945692e4277c..89b95d7ce34fe 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 04d931342a7e4..9a44a1bc6b0ff 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 ad20efb4451ec..cc11a6573984e 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 0cc59384b1696..fa24ef8d9935d 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 804ab69759c9a..f5c993e51895a 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 92768f11b9575..3c178b813e4cb 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 51ea71195fa5c..73b2c976d72c3 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 e54ce08fb04ce..441f7b6768e72 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 4ec21e81cc760..502f425ed7652 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 ec5f73127d631..bfe02169fbd41 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 9ae62b1ae4da3..43e791f6211ad 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 9f7d8c49b4da6..3e5e7486aabd3 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 dedd6767b49c0..b37b72fe86504 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 490c0d95d7bc6..4e0bac6bdd5bd 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 2cc4f4948e1b1..83801ed2b2fdb 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 6686f90121c36..92b64b9c05855 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 621a5d3d09991..f2850106a5d80 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 f2a98d7f555d9..c37fc72f514d9 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 c7e798519466b..c7cec58efd412 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 6b4124094dfce..03acc60c68251 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 f2a98d7f555d9..c37fc72f514d9 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 66ab082c1a25b..1d92879b6cbcb 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 ccbe0feeeb60e..e292dbbedf90d 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 879d38f8c2203..bea75cc83a1cc 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 0e74db623e773..ad2b378b9d32c 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 bb1041adcdfd1..9229e2e629ae9 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 7e85be96df12d..ca63fbca56371 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 b7f63d27f55a8..6601b9c0eb7a4 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 209094266ca2e..759b59183aa5e 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 2b904813b9207..060504efb7bda 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 54e2f2943f484..e2a795bab3e4e 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 1578125134906..66a1064494025 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 a41d815feb80b..f3c2911287a8b 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 d3e61c0641aa3..7861e917ff8ed 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 25f7502741df2..0746c517fa7af 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 5b4a1f87a5f61..cd92d8e33b182 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 65f7d5f91d351..e73d1f47cdd52 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 b716084a45dcf..10c5e165eefff 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 3ded486d36af2..1aa2c6fc28f5a 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 71569226dd29c..a570a4c87a0e1 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 aa2bd9ac2cbcc..d84a79c949465 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 39f9394ca2b77..8e27a0c3b9201 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 be1d97c4035ed..9eed79b0db00f 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 6e818a174bbd4..3812c06cdb019 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 aedd86b641978..17a7fd8b32290 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 83466ecc03329..d1d8d57b46851 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 26ec126becf55..bb95f124dab7d 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 5c541991b8d9b..ecf6dcd56d22b 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 94360786ac316..49e7a01d57037 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 593e0533c8006..835495925c9d3 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 55514935cda1d..3189eefa6640a 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 dad78186c627e..e0d3ba622f358 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 731c671b60aea..08fa1b7b406fd 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 72aff4cd0d4ca..4a3e7d8c245fe 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 91043471ce5c7..77a22945a9a95 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 f607b3e1af17b..2b316fac7c0c5 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 1f46efdde0d82..d3994bbdf9f58 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 5e7cf89b16a53..fe98efd4697c8 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 800cf008fa7f2..58454300854d0 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 f71b54c47845e..7d5c58a56c770 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 1cbd6c3b973da..b9cc98cf7eacc 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 046dd59bc7605..f5660de4b3757 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 981c41ff413a5..add27a2d2df02 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 b5cf8e945513c..f4898b24873ea 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 1eef9c24e0ccb..5c4ba6ac06cc5 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 dcc180bcfbe59..cb2b9d4b1c9fa 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 7d50b51bb9780..25288a0783c6c 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 d21a65afceeb3..26bc020c87117 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 6d2c463a2d912..59b5b06db4ea4 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 57cad43a53942..04e962b5e1709 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 2e65eedd1b3c5..1d61b397050d3 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 5e73ff0b5ddad..d8894ebef90ec 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 e802a248a9b11..bf4e78d6b21e5 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 eab28071b70a3..16bf1d793b743 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 ff29942bc4a69..b4d16e546176d 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 657ab6cb3386f..9b5391cd8d716 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 a9b248a36fede..acb0c04552906 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 654ec8332edbc..1bbb06392af2c 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 5fcf64b135270..a692c3be33a01 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 5d30dfdbb51ca..4ee922b63ac7c 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 ea7db2523a801..f0f872c99fffb 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 b110cba9fe002..3abb841573caa 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 46a4ecf079337..5a8ea4e88edcf 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 90da98bcf5df9..572f8dec4f424 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 927ce9869f90b..61a477ee68a71 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 b6aa9224392a1..c3a7ca2951ccc 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 8cc2422c7ff9f..17e76e55ff2db 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 7e6c99d2915f1..bf0d7e90079ec 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 260ea210397ed..75e0f330e5983 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 1403c24b34534..4067a49d70d59 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 315b23f9d3caf..a66971cf48112 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 bdbfcf8bb55dd..a130603912f97 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 09c5ea8a9df4e..0237c26711570 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 97bb9a937f03d..6d39a071e7774 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 5a0794be4c5f9..b12e52af446b4 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 292005134cb6d..671e326677cd9 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 f985cb401affd..38cea745f82a4 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 b16c49f8897d7..6d88e558ee45c 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 dc7e8c0c24c2a..5482328548e68 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 b26e85cc9af02..e865aa11376d1 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 f89022ee468b2..51af05f4bcdcb 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 8ab223412253f..220304a791d4c 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 cb2082ee38b41..e8209f1cdc9d8 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 50a2f38c65b24..304c0e514f3e3 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 296ed59a77a03..dbf14b76da8b9 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 68d6f023487e2..1229fd7f07e17 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 8b43cb459cc3d..627e06fef79fe 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 6852c804be5d8..ed4abaf657379 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 06083729e59c2..e830643b77088 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 dd83c9a6a692c..3bd6cf804407d 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 c89007b52ba6c..5cb10cf6a0dcd 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 80bbb1299f7ae..17c2c8bd146a8 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 c968321ca6c3e..caff8e26ae319 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 c261a385f9ae3..5611e57a31f55 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 25bd66fb41a8f..80703b52a9ac5 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 3b1942cc4a8fa..cf8d6b9f4589b 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 429c549d80afc..2fa939764d73a 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 2f277163184a6..7eb2f63e7d3c3 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 9045f6818f97e..4fdace30505bb 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 b2dedc10e4aba..5cd2c7a72b8ab 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 8fb84b0e8357d..3ce524d3c55d1 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 c6e9630be9eb7..a8053f81d3668 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 7a4147311925f..325fcf73f3340 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 b2b83a2740533..378ec935c993c 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 93a8cd2177dea..d111ffe688d03 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 084758ff78ac1..ecf4b9f6daa6d 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 1db707e72473a..298b0af1c7a77 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 e7da328c5f10b..d639315c732d3 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 3e5ecb90131e7..6b545cd11c5b0 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 58dddedf7842b..20e9bebfb09cf 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 9b71636936abb..eb9b68b793c70 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 ba38754ce5a25..b81b03775333e 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 d6e4ac12f9ace..4b2d6edf74aa0 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 11a111bd8ff1c..d221847979302 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 a19a111d3d9fe..12bd69912c773 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 16c07f4b8cc25..c1108fccce791 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 eed3ba1b327bc..bae2d277a59af 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 bfddc98f5a31c..bc3517e10a87a 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 9f2b7c40f7fd0..591775b3ba29b 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 338e2c14fa4c7..90996f8259b6a 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 62d264dfeefb9..2c51aab80dede 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 c49f4fcbc8d57..dd5837285459a 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 1906057eb6700..925dae7030dc4 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 7d6c0c4b45b5f..4db4e6d74deb9 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 a4a20dd11288d..056f57638eb2b 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 dd3dd1907a555..eba44bb970f3d 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 c4824e6bd14e7..17395692f9866 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 c3b71fbef32bf..c54ed0a79f3a3 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 9745015bef4ce..d060dbe2f9da0 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 c592cb87a34ba..ba0f68b4e118a 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 c44ee9f908e0a..afe4dd3a2f6bc 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 08c4b25a08883..59e074bb0240e 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 590a5f5324937..8170ed264875e 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 30c2108feecf4..3327869e1a392 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 efb51f32ba459..5e898c8843348 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 9282fe286691d..a78894479266a 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 916c8e69d9c23..7d886de04ddad 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 15e05b0e35c36..bda484d996e2e 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 bb4ef19dacefe..550d735c8b08e 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 48ab52768e209..171d5811eeb13 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 df715c6742028..39b7a17ef51ff 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 9b23a441c7c9a..9dda26db69dd6 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 9f7061eb938d8..31333f8cc32c3 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 ed9b1bcf075ad..33403c564cb86 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 312d8417a92d0..76331c130dd7a 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 8a790c5de9b05..03f0c8e783b2b 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 bab1008e5611d..7a84ab21cebf6 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 1762b55a06c4b..9d638721ef8fa 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 111d45869245b..c078d2c573460 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 2f14857c63383..6f63fbe8c4240 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 d4b04de609d0b..65649021d59f7 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 536c0f67e1f8b..5c6464cf7199b 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 997e56b618458..75106734f35f4 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 d4ea9e2c26150..b1cdc4110d9f4 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 789d1f62478c8..5d635a5036aa3 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 912bfd1574d3e..77a6431a13b56 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 50f6d975bf076..762b9f4c0e86a 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 d825b7627b791..9d50fb53dffd3 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 3b43f81a92637..a6975b5c1bc2f 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 1bf8b4171fbea..03d8c36664233 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 868a022d38ffd..20921e5ffd445 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 7622f796407c6..87a6268e8e114 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 a56e9b2a186c4..f06ac2dc43e6c 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 608982adbc48e..e9b115ca58587 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 73c6a0b6432f1..af89b9e9affc4 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 f9a377c271b4f..49afcea8a5600 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 9bdcd48ee6833..ff70245997bd0 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 e1a710c94b406..b1910cc01205c 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 64d41f6f245cc..7e2ba9563a218 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 9a0afbd368163..f0107262788b4 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 3098906bcc6c3..d28dcac11afe2 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 9784de7db1584..8f953753fdd1a 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 c51172f89951f..0fcd89611cf35 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 1021300399a37..c90546359cd9d 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 5854cb00fee66..9dafb46623e9d 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 a7e854471b587..69a4f40b38fb5 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 2f4069af0bd51..d60d9677dbe96 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 2afc87762e9ae..dbfe27a235420 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 4b1351a809d1f..89c9fc76faead 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 019f988275e37..fb4c5b80a6d50 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 d82773ad749b9..d56a61825859e 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 8621c98b9b700..537d75277122c 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 b088a7078d1de..1a75f5ff00dda 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 6cdfbef82d44e..905835e4fdcef 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 3fbe3b755e1b8..08a3d315537d3 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 baecf143c667e..4798034a8b939 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 37423cb8d748d..9e26dcb2fb684 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 278c86d2cbe30..1ec0d80fb2180 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 76f9d5d76681a..b1ac02ba615b9 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 898aea1bd5c4c..697bff92a7922 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 a900d28ce6348..948c58e0ed7db 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 7d59d68ca6f24..c52cf6c2ff7e3 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 9f63e864cec54..e819b0987b309 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 1b5eb28aa8602..c641899da936c 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 11b24d9148b9f..be6a8704a7998 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 c66ee4ce066ea..01cb15a8ac878 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 4e005c5e26cd9..a7eb13708f3bd 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 628921c324819..5237217407367 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 311250ce195b2..c35ef53424994 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 33bbc8e2a8462..ed1d8dc7bae3e 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 80632f0fedf24..f706bc876ba37 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 adfff183b3faf..2a1f14c0c3d34 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 721379eb78fd0..f69f86175f81b 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 4dcdaa892ad7c..043b20973fd0d 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 913f248b1749d..9c66a50980dcf 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 beefb4d70276c..24b3211e0091a 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 5435bebbe30c5..35cf20b5deb42 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 72bf6b222e7a2..35dab5679a497 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 4639d47c4a6c7..c6676f3cd0cb2 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 1ed6a9e2179d8..7a888020f8402 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 479f407e68fe6..19c0606dc463d 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 da9bf83cdfa5f..eaf8e0c4acff1 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 71d6788cb52bc..fd2f0603a681c 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 9cf66d3f8f022..d756a1830b212 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 67d85f27d8129..f46bb009ab0bc 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 1cc6cf8f5f947..a0443338114d5 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 999e7e322923b..1cafc01b67623 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 612df1b207a79..ef7a451ca71f8 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 4882ffcb00194..237e845bc4ea1 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 bb47b011f484a..b8abd5821d74f 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 a728f6bbb67de..35c60bfa45816 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 a4a968b37fae6..7c5eb5afbdc12 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 766a7ebd52ad2..c8f49256dbb3a 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 b386c6704f9b7..12039ea19ab97 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 27e4e2565f296..f2cac94d2f38b 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 8b32d014a0876..e671b7e5dd7b5 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 113675508fb9f..aacc460437234 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 1004f049866cd..e4d90274db1b4 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 8eaf54696463d..4a19f044b5f6c 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 29735934499fb..fde506aacbb1c 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 502f2bfbae679..0b08f39a60f9b 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 10da246280710..332a697de34c5 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 5d5d061187ce8..d94d5625e8eab 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 0d67edcd3620d..0aae9e958008a 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 b2a305ebcdb67..30228e13970ca 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 5a839e91c1ca0..59bf252e217a7 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 40a1031f779ad..13dfb9afc7aec 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 3a2ae1eef3760..6d2cd969d9bed 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 a0803742c2d2d..6879bfd964024 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 cda41f55183ee..4089aacd02693 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 e5e6ceb6315f7..8b379c4158cc1 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 c137ba0728d9f..fc32da12651bc 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 7572f5c84aa8f..420fd47ff2015 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 bd20bffb36c3e..6f765dbf47c75 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 f953f02f23d70..6f902f9f77f09 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 353520bd60469..b62fc348b5774 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 e341606abe454..8cd020568e123 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 67c5410dc80ac..2f2f94f05f1e0 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 bb4f756e6c79a..53180f31c5688 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 4ae1bc563df74..4bc8fa79b186a 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 48a9098ae1d45..931c1fed14d36 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 f16e9952fce2a..1ad19d5c80f83 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 54cd7d1645c55..36c6a30c3e50c 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 9f6b1e2f72008..14683ccf561e2 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 07f07f911cb34..9c9f42a070fe9 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 ef8b2bb1cd408..7dbcac9e50242 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 e80be772a923f..2323317f66dac 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 82e6f47addb88..15e879f921fd0 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 43a57266851a5..e8f2302eaff74 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 159a7b859aaa2..2f3e405b47ba6 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 7714f274c6d18..c883f2af30600 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 aad698bcdbaa2..add2ccecd2205 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 e01deeb60f44e..1e0bf9ba92042 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 63f4334103fb6..6774fd1f08f71 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 06ab6fb3d3b42..06c13fd560802 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 ce0a8beeec875..8e5a91431e396 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 1968007be4e14..ab5fe9c9d38c4 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 67c1642cdd02d..e2884ea497bba 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 247fb59f3517e..9e007d46cc459 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 a4f97a0348663..d75325c3aeb5c 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 f8a7cf03a8ba7..1ee671334f285 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 45cc1254e5903..dff647aa694c9 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 86c5ea2dbe5f3..1a0131da28c6e 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 97d8425f0f5ea..9095c551b4ff9 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 3f86dd5b17e2b..ed53657d22a70 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 841c9d90f1ba8..ee1c9481286fb 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 51b0bdf43c379..38bb425f63b3b 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 08c987411560d..676e3f5891c25 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 717820adf498b..2f4988c9dcc15 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 f0c95baeb7114..c6f95633d67d1 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 cffe7f7d1dd47..b727dd9e1339e 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 9e0f58e12ceff..0d9bb4a088a28 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 8a4e2d41fec2e..f2c16843b7004 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 43daa8cfa4768..a348a9105fb9a 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 8ebc8dfbfe1e5..1e639a56868f0 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 e5a37b88b497c..03f126fc415e5 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 f56bbb12a913f..065d03b8a9aa7 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 89063bcb33ee6..eb585aa051c49 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 c4c523810ac72..20c09e94f175f 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 46447908b90d4..f6982fe102e17 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 caf3296eb94b2..77823617831ee 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 c98a555c929bf..0b41967372960 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 d71c4ecd85db5..6cf2c60948b98 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 e481e29330f1a..bdc8d86794443 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 420d255947e9c..3554150e4d7fa 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 958c5f79a988a..ed3672ff2c471 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 8d616b6e8e26d..6ccce8cce6284 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 7d704c1461850..c3cb47da88947 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 c0a9828b1f00f..78e830d7c8f66 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 7700c03a14446..6d5933e07fd6f 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 b653d0d345b90..1ac7d40689ed3 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 b32cf54729d5d..f75fea1e11705 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 81ff6337aa094..fb0c050bd27cf 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 ee0e860dfba50..b991c72b944be 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 4db52cb3870fc..c2b686c38f391 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 09ac6ce8a2f5b..abd917ac6d6fc 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 1abf62763b162..7254d1e5bf27a 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 b1f72980633e4..fecffd2f3cc95 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 b3742d79de1c3..a2ecd2fc12a47 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 8e14e65b9a7a0..a5d3efda77b26 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 441b2adfba3aa..a4d13adf8bd40 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 ffc7640e7f90d..1dad880123022 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 beaf81c747132..5181bb1b1ab1d 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 5ddfe4c7de53c..d471fd6ae99df 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 af217b1889332..d716bc1ddbb05 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 f89ece82515d2..3815bc5b75e27 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 2dfff19f23036..217e68ffd75d2 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 f6658e092bd6d..be1c5fb128ca1 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 08411856e7ec3..57767276265a5 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 f0079b8a8f3fb..b0f9602761e5d 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 6784894dbc938..9bd27cab46281 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 68c89e41f6f7a..ddb0f6370655c 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 260bb4d527e16..04ae762d713ea 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 1262f45cb3c20..00ab506c6af7f 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 743c1c9c44bc0..1ff2c82a3bed4 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 020071bcfa168..a92d47a67d5ff 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 4a974611509a9..56b7019111f91 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 9b6597119c6c7..f7ba54aedd437 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 a32ecd516d0b8..af91e5fdbcd54 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 dd4fe01e76743..67fdeca93e9a7 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 6684d486360df..8f65fa37bfee4 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 d1cb021581daa..6cdd28d4b3e94 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 edf2c7d345ac1..d22ff5d16be88 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 dcbb0618fa218..e383e69655734 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 a9ac36ca78670..aa35e84a676c1 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 436dfe86a038d..8cd2befc1d112 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 a7643960adc44..8e847ce74f64a 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 cd7115d2086ec..193133d589d5d 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 d08ebce86634d..9682e90239fb9 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 768d887800ce8..81c7a8fb5576c 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 f257cba697439..436f1f6c49184 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 24c0a11af696d..95c99b586cb5c 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 9021d381b1bd4..7abf72a1d6ac5 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 94c2828dbeb91..8b85bac30257f 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 61bd9fc0490e8..93b5a750789a4 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 965e21617e744..32eab405a62f7 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 f3d64814ec9dd..71b72a40021cb 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 9591758c4c947..e83d4c9a24d9b 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 1c75dca50e92b..18135239e9eee 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 8f9cf981e5700..4ec0330729605 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 780a4bc35d0bd..cab670e42ce87 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 795261bc91d57..818420bdb776c 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 df85d99f2c7d3..be4637bcaf52b 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 a2e73783e00fd..2ee6a65a476e2 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 e9f5167bfe72a..fd13fbc577f01 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 f3e5efffc24d4..995a9b3b9ab9a 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 f1ac2dbd26bd7..3b2c04d58fefb 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 49c8f808ef395..93f221af078a4 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 f356f635023ff..9a95f89e33463 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 9308df6dc1a96..c01a3c114725b 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 82f3e86bd3345..5a24c73a46c78 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 eb1a7e494d5f4..7bd06ac96a240 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 f1c9470441577..d55d77d5c85a1 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 4dfef9c18dad9..330258ece25a8 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 8d43d15649a00..02c11124afe99 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 575d429241bfb..217f317f33945 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 164cdada100b8..8084923eac20d 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 83bb5eaefd3ee..4de3689dcbaec 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 62d40265777bd..93439ea14d301 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 5d0fb4c5acfec..127bfcfcf89a7 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 7d496a129a176..66d4d4ef75aa5 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 dd4aeee3b2476..4cc84a751a9e0 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 87c1649cada69..39ddcc9917ea9 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 daec2bed13a07..39c2a75f3e0b0 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 f26777aec7000..ed94c28c32da1 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 03f4c4274f415..2469b79985acd 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 bfff6baf0d382..89aa056d9f427 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 d607a3fdb66a4..f6a8bf20e2680 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 ecf2e6daa0f59..1560e1290d150 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 c9f5f2021eb15..813e22411b86b 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 383d71ca6ebb1..c152a0100944c 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 e80fc12e087bf..9c193ad9377f1 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 41ae4fc34268b..08d7ef6dbabe9 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 1c896a9bbf449..a83a8b7962d34 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 49bb41b8c765c..135faa3018734 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 b39f738ea8c67..10be4b3375e0c 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 7002aaadaa550..029d9872f706b 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 48daeb9b8bce5..7d81b62060b60 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 b0eb9e1ffb35d..8b67c301cc48d 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 dc12ebd6e9d9b..fddc3cd352ca9 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 aee1a137a9654..7ae60b0b02809 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 c7a1fcdefff68..6176f0fc0cae1 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 5235011fb9694..bdf7d601ab9da 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 54f01cf59b815..f9f3b90ceaee5 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 9d54684685a93..3f53cada4df66 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 6d35adf16949d..7deccb49a2b07 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 3b87223b75bf4..d6812260780d0 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 a6ccf4b340b47..d260dff64402a 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 a81bf70f54a76..93aacbe6957e4 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 10ce7378830d1..34dfdc77ad477 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 4813bd9ff5eea..2859f9c283c4c 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 7d6ea0f3c13b5..768bca4707143 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 af553c017280e..467833f7cd522 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 4faf173af11e8..6e5030f126f81 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 587811eb13cfe..1d6d9a5bca18b 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 ad4d0a3da7eb3..c2db36dc55e0f 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 861638e25bd8c..233ff4ff42eef 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 fb2cb45e9e795..34e8647acc845 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 94f7d7fd0f5b5..f34f260e280fd 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 8d36e1f2dfe7a..210811ccb2126 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 fd53838df1906..52adabd2e75a4 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 f82afe9009d60..50d4a182f0867 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 57a304be05728..597b85020c8ee 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 62480c5160cc7..b99115074a4d1 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 fb5609865c46a..11f3ce310db66 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 687b1da91e1b0..e08dd798341c4 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 4c6893b19cf8a..5ad80cabbfa57 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 c6427be516ba4..ba3e7721eb75a 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 e25fae9329f1e..ff5a85812898f 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 6138740b81a25..a8b52329047d3 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 c4af1009df8b2..8d5b6a4f047c7 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 ed04520aa74df..d7b086adf5ed2 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 0ae18a2aa96de..268282088eb66 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 33fb2712e237e..5723e78f95077 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 136bb2490febb..70cceefdedf57 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 9ea0b6dd2353d..d431040716ac5 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 0084597836ff6..65c6ae4b61333 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 88711f3aa733d..c858c50aa7d8e 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 d30984f0db7e3..51e0194505fd9 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 251d76d083367..6602d07d1a766 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 a5d20ba965d98..d364cb9c6adef 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 d720bb8dcd658..89da237e8d409 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 78ff4e7833d66..41f7e9ca03146 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 279b5206deead..764d614678602 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 6d710b2016fbe..c97d4b6ce7599 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 884d69597fc15..335f5c5be894d 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 5e1f62ba83866..a3de49014bc9f 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 785c20325bbf6..7d2f4a49c3ee9 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 af395536f7918..6edf10e473fca 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 9602269d7a734..6bb70e4c3930c 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 119bad1eea2fc..2894efdc8e382 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 44144b791e291..adcf31a0dfa68 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 4d8fe19f16878..7fb78caea3693 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 f0748b06ba526..835e2869aff5a 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 84dbb94998e96..4ed0ca335d75e 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 743a78cb88d5d..07e752ee8393e 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 0f6ce51fe8f2d..d5b161f8eafd6 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 33a3f64c53d69..3eeee5c2c4487 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 d7546b3c0c71e..08449dd8dc961 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 7538effd74a34..5fa4468f6ebc5 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 c2e92f7a8da71..8ced96a91c335 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 cccd92ea3d63f..82099556ca132 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 abe71e57d8cc5..eb81b1b19b0de 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 097fde6ba9589..aa84ddf1d8e83 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 7f1e09d2c95dd..a27d1b62f0bac 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 afebe4c4c0756..e11eec1a7a198 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 374f5ac69b74a..65f26f7b2a829 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 b76474112a085..7c2f663e42c32 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 c7f206b05d104..fcbf3c0baa534 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 bbefbe1758595..49347ab725c90 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 85436b02d6511..9ef4d57967a7b 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 3213665fc8115..57bfbed8c8072 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 913bc29368d4c..bb567f46c0c7f 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 0e08a31447328..26e8627867452 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 273320e615542..a84a5fc7f7fe8 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 1336f3c2b9f0b..221a49f006e8c 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 9c061b6e764fd..82a2e5f50f719 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 e997853620185..1a008c7724a2a 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 402352c4bcf19..4270ee9f57fd5 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 b97ea8833fa3c..0582703d4d39f 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 643af5285b43e..0774cca6582a9 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 460a78e4da71e..5aaf9c2dec877 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 53df9619c6d0c..3bc79eb011480 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 e5c2de73e002a..440c3da3b2345 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 c2cfc5d093415..53e897e6b43eb 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 1d65d7ed0d867..4f3196f09cd1d 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 7213f6726a2c0..2cf0e6ef577ab 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 fd04d4db53d42..37c03e362f753 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 9532f9e1cd96d..1c8d651b9c0d0 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 a87f50e32ded3..7908d066c808b 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 28f4fb2f7f1cd..30d72da3583ed 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 95e2b87222762..521872b0085c3 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 2e6f1f136e781..e4f945596d289 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 ad5bf5d8bdeb9..218507862002f 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 6aae7ad1d9f99..38a774add5003 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 91deb2d340ae8..fe19348876a30 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 68e409aee1c5f..8be7123ad0812 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 6bc9c28d4d168..2f7173341b4f6 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 562839e80b96b..2ea18f1b715f4 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 6c7e3a4723114..a0ca331515468 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 b9a0a0e395084..495c0903bba59 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 6bb45a87875a2..58592e051508d 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 df9f7e41620a1..01eb51f17f9cf 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 f3f2d5b063065..ed8cf53b99007 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 6f84a86c3ef84..ed63025aca499 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 0e0932b288b3f..3da4ebc39ae73 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 48f62be80e4ed..787d697a72cf4 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 721937610224c..0cede94eb6ec9 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 1292a959c62f0..d91158e4a688b 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 b074339f4c3c5..d1bcae32ac8f8 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 8981eb618f3f4..2b14001f3bd0c 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 6c5e023736259..1de53158ada09 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 4936866377ab5..ddf33eae93610 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 9798a59d56f20..3cba40636bc58 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 6825c10fb011d..956db3f1a9576 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 f1ea9db34994a..e9a1b97aae7bd 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 e7262af0ca915..df8f202972de1 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 18765c1735322..2a96f5142e7dd 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 b7e271b210411..af0605d82c899 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 e522dca9e3b4f..5a40126df4064 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 e982b06473645..80d5d0ecbaadc 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 12a78f1424b33..11d2f971ecb12 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 76f650a146be2..ce61d122a1e12 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 608c69dd54acb..79e5e718052e3 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 ca91d36648268..64fd3a9f47125 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 0ca597ccb4ee5..569a452df7327 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 fa5eae8ab1dd6..60e7fdf078deb 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 b779926d5e482..02fbb46d7de23 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 97e0bc9b8a022..4dfaa23c5382d 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 812007d8839f4..3ee99dc6478aa 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 f9386caeeae1d..b7f256ea3d792 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 32248ab21e207..5d160b8f32abf 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 919647a6a542b..b98730c0d47ae 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 0cf4bc7216108..d5563852f2c81 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 c33e5349f3b4c..9983425c9f7f1 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 1d4c376712139..bfee20adf28e6 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 7363b2a44b1f3..f94fb3ad504f0 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 14c48299a8a5a..e392810f88f36 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 376a85594540b..01844e4c2d54b 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 67b696948f03d..85cdc00a63a00 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 0d17d7bc225ac..7092896a27702 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 f74fe4aeb992c..9e0e65b7d0b2a 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 a99f7ea437f48..526509a45838b 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 641339c0d948b..0d502462d0e9f 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 dfb03e6a51695..eb0f1e8fbe955 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 1ab52fb3ca145..ae296b9055b85 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 e2b2eff42abf8..daf511dda6d88 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 e42513b44a2fa..bff4436597b11 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 59e247f33075a..83662e6dc3f7b 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 0eeb81730d4cd..b5b6795df363b 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 be0f2f9d2a9dc..d9c18fc679e2e 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 f5b2e03203260..e8942b0088add 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 c86614ec4779c..20b87b1bab1e2 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 c45cc400d7238..26c3ebe8fd9be 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 fe67aca9b2b11..10aeef4a7c484 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 b218b48ea11c3..c5fefa77fc42f 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 b282fc1b4521b..2dbdea29f4ebd 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 dd029ba9a0036..cb65b02ba5743 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 de83749fbaf0d..33a117d812178 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 78ded39735e79..5f637518f4dbb 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 5241b36706924..30d38d9bde451 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 c19ed2f5b678f..c99cf4a8304b0 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 62512d1448ace..dbe0e5ba8dccf 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 20e2e05f2384c..2668d92c158de 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 8962a8e446e71..d74b21669d43d 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 3f8038360a40f..80691774b64a9 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 62f4faf436cbf..e461a70608b36 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 e726889484846..726c66ef5d7fe 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 2429b83044637..747f24873e8d9 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 983c06fe551be..e519a654713f5 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 aedd6ef657ad4..e329b186a596e 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 bf34db7cc028a..e5afc792331b6 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 abf487a89e1b1..22b48a80371df 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 e3efbf76a2394..29446c74bd968 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 38f88959bd75f..7d9b3e0680ec5 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 8b89692faa97e..99a37d652a113 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 eb692f9a8fbca..3c1f67da0cb32 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 acfeb83d60655..1d0557ffa6dbe 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 be2b5f0a4ba20..baa46bc99de39 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 5d613c0305bc1..5522f61ced0d4 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 6fe3e111aefb4..08b2a61e41b09 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 be4ee589e6fb9..7f2fc88a703ff 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 60663d615784b..d640c606f8e7b 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 b986c8c51f939..59678775d88d0 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 044463d1e9638..4ce3ec2d0da19 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 368dafd046083..351dce8fa8467 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 cea9719da80d8..ee3562c7ab490 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 3beac5e2f9f06..5b292439a4c36 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 a2640d369454c..6a83a718d419b 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 4d50fe82b0f7a..7ca7435c02809 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 30bd00de2d6b2..f64655e5b0b72 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 5639ab1cace9e..3d0a4dd620cba 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 5359cd6b39110..59da2f601ab71 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 5d61231291986..2d48e830ec296 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 9522f768c88c8..274b96b8c7876 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 ab87c589747e9..8ae0be42f68c2 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 970d3eefa4d5c..e23f74345ae70 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 a7d9377a0bf68..47ef4dff0378d 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 d7769238abca0..09fbc612e83c7 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 7904fab072652..0ab9a17639b76 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 0856d8d19c091..92bdb34df7650 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 bcabb6fe57aee..f5341faec0d95 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 375fec185cbc5..3f183c9723ac4 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 7dc3bd223a7b2..26e32b036fe61 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 57e4c5b833444..34cac82a26291 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 7ca3f981358b3..5067b4199628a 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 1b3f70a817d92..f8f91a5dade39 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 23afae11816f5..723653511b9f0 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 fe68bc3cc91c4..9fcd8038f4f0b 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 a95f37a8e6ca5..08d713651722a 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 ceb89cf64d43c..956eef99053d7 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 e9e507551e6b4..3aeeab6efd170 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 927dfe383788c..1b3f06be94762 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 ce98816c42dca..f9170e97a0257 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 0d34787d26a06..66d8851632ffe 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 5d615ae52e893..69c34947feb54 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 a8f1af87a45f4..bd18b38c52e1c 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 0cc96ab48b493..7cf2e0ed157c7 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 1c233c83f1d31..8ec5809367dd9 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 bb463e43a75c8..eac77dd98fdcd 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 ac6d73f3cbf79..92be0a347f3d7 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 fda243a378687..6d15cec5a0550 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 8ea325810118c..fd052b58b7a4a 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 0683c47d08e5f..f8e6dcef8addd 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 6422d8d5f1bf3..0c3a6ea62a274 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 fae2a44152d41..27eeacf909ad4 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 8b5bb7e3bd80c..00a40b77e7ffd 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 3d909ce79cd38..5abaae3f1dd53 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 1b5e7af3ac9ce..9fe7461eb45c1 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 98ddef2e7839d..873f556f90e04 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 567bc83ed4bec..908ad17f9dbc2 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 66a65b71d0401..5cf7e0689f8e3 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 34a3e1bff911a..29d86920dd967 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 11beb0cd6b147..233390f873942 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 a0cbbc5cce0b0..de13536b0c5b7 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 2c90c2db7dfdf..3e93e633ce128 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 98e92eb199c29..fefd8d4f0ba8a 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 b3875cdd1a9ff..8e547c5aee510 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 7b706e621de22..00bb0cf4262b1 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 fcd08679acc2c..e2793d641e194 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 282c9ec080b7e..deda9b67f228b 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 beb4cb7f2e550..d2c2eb6289c1d 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 bd045c20294b5..240a8f1ccab00 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 0bc42ec815996..2e40f2a819c4b 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 47360f45aa5df..8149ffe9dcefb 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 8714d1618074c..4d40675801eb2 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 62c23c1fe0c1f..ad40183767bff 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 9e0cfca830d6c..0e8de5147e1ad 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 d38ca0faa752b..6211d8514269d 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 5cae0ab2cf05a..3d689108da0a2 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 dbed470227397..86c8b2bc24d81 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 53467c278d2f3..5083b99b862cd 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 6d3c5d5b08993..4a2579a88f89a 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 0386ba3ca324b..3a0424b5e2690 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 ae92504ddd6f5..e9dca27711437 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 8edca9c0c870d..a7f04407599ff 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 7d8ed7b5d21eb..a814a081dca71 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 50264e54d44de..1298a6af0b5c0 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 03aca1924b0c4..d5f17f0f99038 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 90c451ecc21b1..99b127ab2208e 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 9e4214ad72ae3..403369f14e3b1 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 0cf6caf0c285c..47dde26d7b776 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 65275bcb79879..b889ace5c7dba 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 b3a7bcb3a73e4..83cf01045a7f8 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 3f2d382145a9b..d8b22bfebf198 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 2993c979a7f40..6d07027173641 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 499fa576fbca4..6f1e533bbd86d 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 76281ef62e153..60bc45a2f8b51 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 99673cf6285e1..78b8b894bf894 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 5f32ad34bb3b1..d463abfadcd4c 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 a72a63e076f87..ea796ea8d8144 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 ba4a7f8d91035..7bd888a6389f0 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 58d8288c7b49c..fef5cfaef108f 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 8a1bd7dd9c53a..6a9647067a379 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 9e0014abb0bb9..c4430b9181daf 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 f4d7dae20a3a7..8813b6c0775cf 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 5c36ca3848e0a..27f65d9987bea 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 5df4f738a42d7..5506f3e56b845 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 c1d09bcc49165..fbfb67749bb05 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 7d6576f1bd664..efc359181c66c 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 69c98368dfd75..dfcb36e8a2fc5 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 6a330e2dab3d3..fb5e8d83ab120 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 f5316175ecfb5..a3a396651a233 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 35c2c19c75b8d..3f0d229b7810f 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 4af09dca2540b..dbb8dde32abc4 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 1d4801e5b97ee..7235bd500d16d 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 0047a51169ca0..b979a8816c247 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 df0f4c7e91d24..f139cda37ee32 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 df7f76856d554..f717c798c5a00 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 608639b71a6f3..423a6f0d83e79 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 9b98f2f7e121f..c3fdfd62fa623 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 42b7ff0d15c2f..ae3b86e2cb56e 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 88f11e4e752db..26b47ba97dc98 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 22bfe369738f2..3f252c503c943 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 c066336d4b8dd..49a714587a78e 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 84362cabeccaa..fa94f4f05f6d5 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 2d8e84c2d5271..2633de4980eb1 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 0ed31ba854a66..205ffcf62b1a8 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 430845471e2e4..55b7d096742f0 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 e5f5ab90359f4..bb2e852d6b67a 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 7fa64f82ba679..880800244c200 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 500677b092e63..7312ed61dcc4b 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 12914e7a1b8f4..851d844b21f87 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 1c9b30705ddc0..7cc9903c9124b 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 7489ee683a29c..f8f6b1fa89a18 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 772c9769bf7de..d1f68696848d9 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 8439770e8fa61..f415bc13b1500 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 8d27575c5689a..f064ca6c0112d 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 7aacf7a9fe4b8..3c91b23fd36f5 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 f106a98064fb6..102824c516c17 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 95ba7597257e8..d1f447d808149 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 363fb7a2a6c60..8b30eb6b4e815 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 cf85ff4c997e7..7cda6e5fde4e1 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 bf49ea2148dff..ce35e22197cff 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 48be35ba316e5..bb25efbf856b9 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 c37b4f6357549..b36cfc4810d11 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 3d8d71b15295d..dd08346bc2269 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 9ea0bbb82421f..506ada59821b1 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 74a19a90592d6..e3ee9e1a3c137 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 17fae90f2e096..c800c54b8a0c1 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 064b9f899e67c..39d41480964f0 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 bdfe523510368..c3563b157760d 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 e82a1d4f2e61c..7411afec621f6 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 8e0866479c1d4..d5c8b581f8bcd 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 cabd1143f8a35..64c39cad57a29 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 aeddea481cca9..7ff8240afd258 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 76f3b657eb9b4..f78fe134a0fc1 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 067962ec081b3..0feba32ea6002 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 d639e5ef89240..a93a71bc5c1ef 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 775f46f838cdd..cb061d4b998f6 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 6a1fc571cea03..67234bc03df6a 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 ac83477a1444c..4f936e8aab5f2 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 4fe71073a1ecc..4bdaeec3b4935 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 f3824b8ce11e9..a03f798bec763 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 7e280dbf3caa6..108ffa709cf26 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 7a879eab11187..48885de9f3a00 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 aa8c5dd6360aa..7379841e2d3be 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 a97347df62300..2c20daf5d44cc 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 51f23e9e8adde..83649dd4181d0 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 3669c50ed30c6..5cd724d1b41d3 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 521171642b23f..d5dcd2d80dad7 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 af22fca1fe4e2..c8d4e1b9b27ae 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 f56f07486c269..c5e919971309c 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 f0bf6576d35e3..9e2b76ce11a62 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 51850852cbd45..7ff7273828d3f 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 29deea6268d35..cefb5b292c0f5 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 0272fcf15f57b..09443179891f1 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 08b92657a1b1e..74f759a4e0daf 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 3e999e8c67107..c83b6ea3960f8 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 9c93b8c5a64a6..3d9d72e06902a 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 f5252ee01e7dd..f89d3216a391b 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 3530bb4aad1ad..94eff197ab610 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 81136c5ee4572..03a0fab8e0155 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 c10cd8636ad1b..3daad273812f4 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 08c92950e49bc..6ea0f639c9686 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 dc58230f77eb8..6dfbd8ccb44e5 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 71114ce77ef25..a8d48942ac898 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 27cde4aa24275..4900f03230dcd 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 781b3b79b52ab..aec527cfc5c45 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 458661c82d09b..6c87c16737832 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 96cf463d042ee..5b7cc78778849 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 742ff55489203..df8fa80f2c2cb 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 0e33e6383f7cb..3184f26848bea 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 2354ad077499c..7db6d64b085f8 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 350ce913ed839..713ed152648c7 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 837f888a307a8..2f63ba371aa1e 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 63d20721aacfa..5ed0eca58805b 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 d44d98cba0b56..e45e9d28fd1b7 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 43253fc966b66..b95c150a3eef1 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 204ded7d5ab0b..94026d4ddaa9d 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 a30f9da7ed745..36f2f273a8b37 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 c490ca7e03c27..5d4f176f8416b 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 db5461db66992..0bd8a707e80e7 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 e80901faadce5..7eb7a138d1ff9 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 f44e8032d361c..636e5cd021957 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 7b8400fa8e139..e7fe5575a40d0 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 6dbb9c925e0ac..3e9ddfc6466b9 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 90c642780d8c3..04d62da7c5675 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 deac680765314..8dfeecb98cb5e 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 3ddc9b2116187..240cb1e11ff07 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 db0a76a7c3203..62a48f434fe4b 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 e3494463850a0..1d2ee28ebb3a2 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 f48879a98b153..2ed17e7dae0f4 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 1d47fb208a7cd..229a7de3c132d 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 db04dcbd400ff..7d8287021f255 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 388a58791b479..1a65a709c57db 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 ca67ac5e84146..12f21a96113af 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 7162fa5e4fbdc..bc65f091da3f5 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 e514c05a3dd5f..e7082c407995c 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 c342bc582fea0..d2a8c2d425b84 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 52056f4d5e2dd..ab014496d5e90 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 4fca56dd9848a..2400f87dca71e 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 34bc2f93fc7d4..d3f75b4a2058c 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 da13cd9e5b8aa..de08cfe0c8f16 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 caac292378950..4d5732eb88017 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 0716a6f44065f..2189273b3b507 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 ef8448d7b5327..733b679f3f53b 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 3ea99d6963a7f..7fdf1bbd500d3 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 2ee5dd2441916..1937d4a4a8a86 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 394af6576c78b..f49efbaaa0718 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 43a8d674fc92a..d6a589dfaea60 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 b984cb4e10dc4..f11d78e2192cc 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 20dbe13543a3b..39ba4bc3f5c6b 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 ef6758843f1ac..2e033683c20e0 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 05d839d508f56..7e9d22fcf591f 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 6496e091b1d17..9b445a2bbee94 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 0da1e88cafa3b..40971a0951be7 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 6ddf33cdea260..04d7c66e59546 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 df91247f0726b..243fd7052e50d 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 5dd9ae484a598..cafe081818d87 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 edfd43968c268..c20347d74ffd0 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 738d13d7fc80b..5c9234fcf7848 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 6ea4efa514438..3537d4baddb96 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 6618c1fbf8244..4ad274c893b10 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 006ced6aec008..9f03e3c79f6be 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 a27517c9f39dd..8448991be232b 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 604a51a6a8340..7a282e5d1e1a9 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 f3c7a4de0d0da..022459f8708a6 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 5da416c19f0f5..fa43229792301 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 a7c451c123938..1848eafd902e4 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 72fe99bbe1af6..3166cad1fb300 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 2618e279faba4..717db3cd35d2c 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 537c4da78aaa2..a1333244f8c12 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 48035f8d33143..53dc7e9edfcdb 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 e5e03f9d4374c..6cd6904f8fdf9 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 594af83e51144..872cee163e0ab 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 e4b07aab2baf9..03bea6ad874f8 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 e470674f6d552..69a564347d75d 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 dc2ffdcbc365f..c236d7a4fe19f 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 4e157e66045e5..ed208ab0e9141 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 edc5748a6e7d1..879790a109759 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 627645b116d61..91c91478c5980 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 481e98b42d12e..58130c6b4fa31 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 e118da7973a91..8ccca39c1f6c1 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 beef5e3779898..0798d027df4b5 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 ee189110a8748..bf5924fed5d37 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 c5180302443dd..2374dde2ef7a5 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 9f3601eeb032f..6219dc28a73a9 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 d7cac57229d31..3d959af411f20 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 ae7585f07f681..82f1745fca7e2 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 60024b3055ce8..11bd2355ae7a7 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 e244f2bb820f4..a69bb5a19b94f 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 e1b8442fb8a9e..7dac8a6b64a51 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 5c7eb9b52d5d1..787c248cbdf07 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 d6270dcf2c727..62ac0201a8de6 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 966790a63c0bf..3a953af901143 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 e1690ed7b358b..f20b132cae0b0 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 7d1e27341959f..17958c8e08e14 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 69ffbd3ae6bef..ddb05c759eaa4 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 3f9b3dc640cb0..59456d003bb20 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 f1347001eaffb..eb4750d8de396 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 6f0c0a7b2a545..c9cab28293ea4 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 87b36fc9f73f1..c052783d80097 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 9aca278174e5b..0bc568113126f 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 f4932ca568e13..9ca9cef7637d4 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 d4104dbe71272..44f3d32ea9315 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 3c3ffb47398ba..176faf68e2d27 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 25eacfab1d63b..47314609498ed 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 760cd36e56b7c..0e6f0ac615246 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 4524d0db6e66c..bf61e339f7717 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 6ea71636d22f6..85207956e1a30 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 8d1bf5c081973..d621cc2c29f66 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 e1c8c96e920a8..cf4cdfa503619 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 a8b81aa60eb29..3bc546fa0a235 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 45cb3f17ee4f5..884ee842b9d75 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 409628677a764..06d5cd40c7783 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 124370ad7c3f8..43a41cbc01c98 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 d297c9fd39c69..1bab2587e8d74 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 f4b5f4f8cf3cd..d9abc82991c15 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 fb4920b360728..2f7eeeda39b53 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 f6c585c161133..18681cc5df353 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 f1819b31b897d..67a673cb3097c 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 09175bf1f2fa7..75e7c12e5ed55 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 777458a9aa555..be77c1378bb84 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 198d00499567d..49afc5643062e 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 fc9189493e0aa..d524c1e5f96fa 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 0c1e5904e088a..9a6052301a719 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 86b60d417af1b..f9b8995b6ef58 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 3d5aca96c1ff0..0639c918445f5 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 4c17de4b84d13..83630dc02bc96 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 61bc501fd75a3..63b970be42e58 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 e60eb98832b53..13a5a044e8a32 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 f9581e48e6248..20aaa7937280f 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 750486ba80fd8..cc0b8e71b7b21 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 f71651e71fcfe..c128adc9e9155 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 6d5542146e7d7..da63dd33b8ec9 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 d6bcbf902d54a..1dc685190b6dd 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 43dc6090a35ce..494fa9061f650 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 f15dea4a243c8..10dae34cc3434 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 c176e4424bad6..1e7337b041813 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 a14d526658130..f7ada6d48fdfc 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 482dcbec0c62c..f246beab62e12 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 4cb1ac71a889b..92ea8abb84889 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 6edd0e6886af6..8ef523173f706 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 23c191b68dadf..75877ab166a9c 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 34dd40c22ff3b..9a2beed09fe5c 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 d80d9067c06d4..ebf16df1d075f 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 d9acf327f8ab5..5d51e1eee87db 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 559b6fdefa8a6..15eb15efd9e97 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 51e605cc2fb17..0416e8517ac06 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 586351cf8c1bf..c9ba1b860d6b3 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 e35ac433e00d3..de5ab0a485c9f 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 364dbc99b4d27..d52a3f3eb8330 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 a9e1cdfe0760f..0ee6274cbf676 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 cf39a9a9759f3..3ec1af00e3f4e 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 ec35a1d9ba800..65dd2dbfc0813 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 d06bcdc4b827f..ee1d214a4eb46 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 6a547931ee362..ffeaf765ff546 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 a57b3575ba935..da5df2c9891fd 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 6ea7b6291c0ac..724f49965b389 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 e64fce81afc86..420317d27ac8a 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 8c7f1f1417538..0ddb0a479b60e 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 f855315691495..3f62bc517cd50 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 df91ec9b41b91..9e9c5aeee6666 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 b233edd8b353f..82354705f93cb 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 f854afa20c350..58d5bec7cbf02 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 b0e3c3c31296c..ee4ce349ea23a 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 604fd8674b176..abb68e19b4c1a 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 2bb1df4d6b331..c1e133a220949 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 4622be1657df1..1a5eaa65834de 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 d2868a79c2c1c..e178d9c6f6832 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 84426f7f5da16..9019075fcd491 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 4371be134aa26..eb86873a26f2b 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 afd5c729fcf06..a80bf7dc54b56 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 5402c5cf74f04..bc6c9c47146dd 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 3199790dba091..7e1a0794c6ce5 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 92bafc2d7b94e..5e4897b89549e 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 fc536fd0a5640..d56719c4de339 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 9b6df9126b22e..0d4966e617efb 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 b00dbdda20a8b..a86837892bad0 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 cbd08722410cc..c1476e1a2ae40 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 4d68bef6f29d8..3c3f3f1ec9f98 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 41e4a7cbd61b5..69bf752732be3 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 0e1e0dfbebd7e..44990b7c47cff 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 0ea7213dfc540..a70345b62fd15 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 64e07539de42b..6bc55b9016e02 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 09297d91ee819..44fa53319535c 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 bd87197a7f14b..05c2f090925c9 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 9682a08d3cff3..b8adc36c7ba68 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 d7db4d3c5a775..e339707d85fd9 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 3bc9fbcefc6ca..763855b21016a 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 b9207051826ba..a17d95e0ef111 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 e0108146db736..5abd69920358b 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 7762ca809a21c..082aa0206c743 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 4209c86a059b4..0fc10129b8aa5 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 55ef4e6c82ccd..1107c9941e1aa 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 3ec4e2bdc32f2..17e6813443890 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 af0d76951caf9..46f318d9b8277 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 61718ff7c0ee9..4fca1588e7fce 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 97de484e91784..4bf5ce36f7e84 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 f4ebc304bde3c..45508b1784e11 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 89433fd23e5ee..1b8b676e6013c 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 8dcebd7cceb7a..26338623efe70 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 da9de712c0ab7..0fb0f9678d061 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 97140c9955f6b..adda83c7cfa39 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 253d58b86ff73..eed9aa7c1a269 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 e9157f9ddb2d7..b5852fb562068 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 7774d881e4d75..ccb0c61bfd464 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 6661432887332..419e17826862d 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 905539e735eeb..2fa049d6e851c 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 a39e26a2aa0fb..fed73b78041d8 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 b0e77c5d1ec05..dd950f145577f 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 62ab77dd83917..020199868a3bf 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 e2939ff88962c..e9fb4a5a969f2 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 a3333dd19496c..eb65abf8501d8 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 f1f408cfa6d19..908bc5ace3d1f 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 f0028b7d49dfd..6c7b979f2d65f 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 69397bb3e4513..5fb587fea9da4 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 71cdee6563650..05927989b6459 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 5a76ce1ba26cf..8a3c6334eef73 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 0facab6f2559a..2a59689665d54 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 62b6edef4d418..bf7f98e87ac6b 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 e53d52d2fa362..bf7210f40cd8d 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 3101c4e6c5014..a0bff349fb4ed 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 23580923058de..bb997a0722388 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 cdc74282243e0..f2edaaa5eaf77 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 6d814104ae1c1..4a38d992bc32e 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 056113bdb3f5c..97f18fee12ecb 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 054cecf320fe9..4c46ed46524b6 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 579dcd26f6005..ab83e4095c26e 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 5b5dcb0e78e1e..b8f25b93026f4 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 b3f1229f0e8df..7b3201999a350 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 abf5f95eb9652..ca4b5fa473f14 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 590fd9af1bdff..16cd52d19cf3b 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 c6d557eaba723..328b40931d77c 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 4706c5e95eead..d22da39d9c20b 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 c47ba1deb1e7f..3688d05c9701a 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 0db25704dd7af..8164c738ca53b 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 ab1cc59229a95..99b45ee7c29ad 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 be141cea9a72e..c4e3fe29971d5 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 444910a9c5a3b..8ef8a96b25f1a 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 8050bd295e436..5c3191947395c 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 29ce167a65dcc..ae873831b8b8e 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 a3e42ee137f58..fe69d97c4c68f 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 34e521db10cb8..517a131d43682 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 3b4d1b4c96516..9aaf7c423b9a8 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 285a85efde126..58ea78795e25b 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 c1331689c7fa0..ac880c4306767 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 8d20a1ab57d1f..6be9763c9c8a5 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 9933cb0164e24..ffb2611bada63 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 b07de0cbb4f6a..b32ccf03eb685 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 cfac4ba58f712..e17de04316b8f 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 f1b8a8551946e..b349606c350fa 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 243129cb1db28..af80195924769 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 4ef88f6480f6c..7d01b1a290881 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 00c8e201b9a7c..bbc9982935e29 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 9730601d57381..c4d4ec8536868 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 ce1f408028c3c..f6eb9fbe4feec 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 5267aa6f023a4..0fc9e8c35e085 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 c33129a247385..ff49616ecdc70 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 e09c1a7f01420..d61ea5a6a9abf 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 d1498fd5f6131..db2397331dcce 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 39da61812a9aa..88a1e888724ad 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 2f2c11da1a020..c141d019c2fd4 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 8dabc08f8bbdd..4a74403106cea 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 553dd48c24f76..8b57b3cfd8724 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 a9f05863e78b8..d61726c4217aa 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 68fba4ad516d0..8c46b7f551969 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 0644ab6203433..9a2a338b559fd 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 5a4f03d176d41..5492b8538b463 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 4101545aafe67..3144dd8bc9478 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 7d9cd606e6953..f66eb4e0b9f5d 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 57a6d7ba30989..d582c55ae1386 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 8e649b5bb62b2..8e8f1a15e3a63 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 f25b7fef87fb8..bdde7909b5839 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 ee21d7432be23..bb8aff50913e0 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 3b6243f7638f6..38e45f4967865 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 247c9f5f5cbb8..1ef0e676b342b 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 9e3002a26d153..2b6458bf7c830 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 9ce1396c1d1a9..412cf6d1c95bf 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 ee3f0cb041308..da95730128fdc 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 4e67ac2670075..f4407a9578583 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 10a3dacda44fc..f0ccb90a52b45 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 3dcbd9e499ba1..516c323181b0e 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 78be18fb2e9fc..7ae34ce1bc0e9 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 6a560a563feb4..67b205de57b3d 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 2511690b7d3e4..cf67879908c19 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 7c46391f425f7..635c607537f58 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 ab1915bb93ec4..b806dc3b7d124 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 01a05eeff1227..668a70375cfdb 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 35a2907b856ab..f73915df9d92a 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 1c340b18b7c73..a3a96a80dc157 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 8938a60265cfb..7a5381aef731c 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 a34ee7ae49ac3..c772a714fcdd0 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 7afb067f29832..a28a66f25102c 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 ed4d98af89b5d..16675710dff48 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 628bc2f42ef07..6f456f51fd788 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 85db2a9ad0294..49e679a7ade37 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 907aa42fd3b4e..09a1f1f7b40b9 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 09189d7701484..94817f012b3e6 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 63e7e061448aa..67c34c9e8c95e 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 1406e8a56d6e5..95c74927ecf9b 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 7b811b26b68bf..369cafa00c131 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 ef6b00ffd134f..04f4cd00d0da0 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 3319013ddfadc..c7020815a31f8 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 233a4f5525da2..717fbc5e6279a 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 c3a003fbf0a3c..fc2c0a6f1e4cc 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 27eebcf04912d..d4564adfcd818 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 8dac390a99c4d..34c296a917ce5 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 d23ee5ea3b513..9dc7f9f941e72 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 e8d357ae50f8e..20b01467e29a1 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 3df705a2413cf..5e4e930b2b168 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 f21fedd1f54b7..bb04cf540fa1a 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 780fcd2636444..f57ca2a2a1de1 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 b643d1c9da7d1..747c3e2453c6c 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 02f2ef201fd80..d5fcbcc5cd99f 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 cda40606f9df4..4d76fa76fb3d8 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 4ad1d5704fd8d..707884b82f89b 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 db0ca0f93be14..f63a1b8ca608d 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 f1954eeb4b9ac..68bbb5a51fa73 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 6a4163875a9b2..97687367b5624 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 4a7ffe8bc9aa6..d583dffe91dd7 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 b5c0cef923dad..8f182553b676a 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 f2d03dcdf404e..c9dbec4f5c4be 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 243f6ea3eea79..216f8a897d830 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 cfcbebd863973..071b5b8064c2f 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 ad207fe934c6f..897ae605fa9d3 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 ec6673dabbda1..93dc3b9c1f2e6 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 de48daeef882e..2449ff4a19e61 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 25c76906d63fd..9e3d26a2f7b0a 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 e6d67ddd02c7c..60d547e44ad5b 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 cbc178c37bf4e..ef9b3e8796e4c 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 025e43d8563f4..e74797516d568 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 a702ca47bfcc8..e309336c0f0bb 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 b0dd8dc35b2f9..75540828b7026 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 5cd7945dd7a27..502856fc354ad 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 6442938a99bc4..2410ea3ed5260 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 2196f2c8ce09f..d7bf5f9a3852f 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 fceffa0001e6f..02c515e863e88 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 264c971963945..0d6e583c7e58a 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 b4b579bbc7a97..6fe9894b7b581 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 d084046046e4a..87ae4511ac98d 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 61eb895752b1c..157041bce2b77 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 1f4d1d5b7fe54..6f2b78e3a8d74 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 98da265559be4..fa06a63ccc6cf 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 a18af747b10ff..35878d2af36fa 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 2d8557ec64da8..492e30dfaf19a 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 0d9cecc88b857..5e2a47266ad24 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 212efc08ded9c..ea6350afb4da6 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 8231e90f000f8..ca545d8eb764b 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 ff0b4d8463af5..be84a7320ba90 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 904cb81b0bd16..9b8218085ad06 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 b4573fb39f26e..1245e8324da7d 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 11d939aee4708..d75c84965f63d 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 2c5a799c4f70e..b5dd45b5bc13d 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 80a2896f73f73..43d8c31665295 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 9bcbe36ef7a95..6760fa347b218 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 e90c261903284..c441081a8ceb1 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 10f1efe995f07..ebd477f75aa17 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 d576bbcfbd8b0..6c1bb67192d05 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 62f27017ab799..0de2e47b75511 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 39ba5094b12f0..11159cbc010ce 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 9b346afe68001..c60529ef8033d 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 ff1e290315a64..04b5028cbd2e3 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 e21d82bf62c5a..7fa5a83ac277f 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 b32c2f2657462..4a05d7a034092 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 96e7c0964926b..dd2137379a446 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 7f1424c8ea84d..30beadff29671 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 3a8baccf33ba6..8d9ea5bfdd098 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 fdf40f19e5659..e5cae739359fb 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 b339ce63d3487..340c209b95bc5 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 110403c1f496b..7ebad8b64d394 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 185cf32ce3ead..0c87a58ce954d 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 64b3bf433199d..a7f866dd7d0a5 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 02d020372937a..539c7835fae4a 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 983bfd636ce38..c2ff60b8aabe6 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 ad7467633b19e..0d6526974907e 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 59b988a365640..3e28ab1577397 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 a0429fc9f6712..85e7863492e24 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 e05a5ce09c869..a86497c844002 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 5c3d86ad642fa..caf0d9f08bc3c 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 12feda8f58a46..c983e2afc80b5 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 7e46745c9d811..590f430e24ceb 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 825e77aef6d4d..c373895d4dead 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 954c2d681331f..119564da736b4 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 bed36e0c4bea6..241bb475a765b 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 7a94f65975afd..be0aff8add221 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 b99aa5c75976a..6b211fb85b678 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 74b6ac13895dd..abe76d100ce43 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 a9fffe529b0b3..45f65033056a0 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 65257f1a46ed0..ed7c172ecd568 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 df229eb675a6c..bfc177c19e4d5 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 d9746f416338e..4500fb693daf7 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 5d86168287bd5..1a000672e6e08 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 57b6e919995e3..db4503f20e79c 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 96f5ad9d91c88..8831305e223e5 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 61ec93a79b5ff..167f819f91e46 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 cf59151ccf14f..7c19c14b32e3b 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 0c974daaeed0e..eee1de407b9b2 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 8cf51ab707f01..ff79861b81192 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 afeaa1acfa0ad..390e5c09ef31f 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 7ff20a1c999ac..be8196f4b3339 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 8521914884f2e..2f3729a5a455d 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 0ac42879f28e1..8737da242b035 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 7484d3a170af5..01692a56d5eec 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 cc69d3130d982..aba57c6d43325 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 90d0c664d849f..4a527036a7f43 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 cfdfa5021bc9a..4d9ad4765161f 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 504448a5a2cd5..b2757b0965f5f 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 bb8e6755d4196..feed45b118ebe 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 8750cc6e18818..407983b2c797d 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 dbba4bd9bc0b8..4d8b4559ba0ed 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 d7274d6bcb282..44e07f25a0b2d 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 5f74eaa82fb56..d4831214da21e 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 ce942d6ae80dd..62f10ade521e4 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 f83123df672ea..20d6ea701c7e7 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 8e138bdc1a83e..93bbfb9961912 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 cc7151943d402..771d2cc649b5d 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 90e1d1e442b8a..353d51d7e15f3 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 347cad21a2bc2..fd07dcaee2562 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 4afabbf2cd184..0d7c22856794c 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 ee528c4d2a3ca..717f15b999b29 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