diff --git a/AUTHORS b/AUTHORS index 95306f5df4..476c664ab4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,9 +3,9 @@ ownCloud is written by: - Adam Williamson - Administrator - Aldo "xoen" Giambelluca + - Alex Weirig - Alexander Bergolth - Andreas Böhler - - Andreas Ergenzinger - Andreas Fischer - Andrew Brown - André Gaul @@ -22,12 +22,13 @@ ownCloud is written by: - Borjan Tchakaloff - Brice Maron - Byron Marohn + - C Montero-Luque - Carlos Cerrillo - Christian Berendt - Christian Kampka - - Christian Reiner - Christian Schnidrig - Christian Weiske + - Christoph Schaefer - Christopher Schäpers - Christopher T. Johnson - Clark Tomlinson @@ -35,11 +36,13 @@ ownCloud is written by: - Dan Bartram - Daniel Hansson - Daniel Molkentin + - Daniel Tosello - David Prévot - Dominik Schmidt - Donald Buczek - Edward Crompton - Fabian Henze + - Faruk Uzun - Felix Böhm - Felix Moeller - Florian Preinstorfer @@ -62,6 +65,7 @@ ownCloud is written by: - Jens-Christian Fischer - Jesus Macias - Jesús Macias + - Joachim Bauch - Joas Schilling - Johan Björk - Johannes Willnecker @@ -70,10 +74,12 @@ ownCloud is written by: - Jörn Friedrich Dreyer - Kamil Domanski - Klaas Freitag + - Lars - Laurens Post - Laurens Post - Lennart Rosam - Lennart Rosam + - Leonardo Diez - Lorenzo M. Catucci - Lukas Reschke - Luke Policinski @@ -91,6 +97,7 @@ ownCloud is written by: - Michael Roitzsch - Michael Roth - Michael Telatynski <7t3chguy@gmail.com> + - Michael U - Miguel Prokop - Mitar - Morris Jobke @@ -110,6 +117,8 @@ ownCloud is written by: - Philipp Kapfer - Philippe Jung - Philippe Le Brouster + - Pierre Jochem + - Pierre Ozoux - Qingping Hou - Raghu Nayyar - Raghu Nayyar @@ -123,6 +132,7 @@ ownCloud is written by: - Robin McCorkell - Roeland Jago Douma - Roman Geber + - Roman Kreisel - Ross Nicoll - SA - Sam Tuke @@ -150,10 +160,12 @@ ownCloud is written by: - Tom Needham - Victor Dubiniuk - Viktor Szépe + - Vincent Chan - Vincent Cloutier - Vincent Petry - Volkan Gezer - adrien + - alexweirig - brumsel - cetra3 - cmeh @@ -182,6 +194,7 @@ ownCloud is written by: - tbartenstein - tbelau666 - unclejamal3000 + - v1r0x - voxsim With help from many libraries and frameworks including: diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index 5202e3d38b..17596ffecb 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.php @@ -1,5 +1,6 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/appinfo/application.php b/apps/dav/appinfo/application.php index ea9e1ad8f7..0c21b22a1f 100644 --- a/apps/dav/appinfo/application.php +++ b/apps/dav/appinfo/application.php @@ -1,5 +1,6 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/appinfo/register_command.php b/apps/dav/appinfo/register_command.php index e07f6b4a25..340fbb16e9 100644 --- a/apps/dav/appinfo/register_command.php +++ b/apps/dav/appinfo/register_command.php @@ -1,6 +1,5 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php index 3e56e3d0e8..f2c886e0fd 100644 --- a/apps/dav/appinfo/v1/caldav.php +++ b/apps/dav/appinfo/v1/caldav.php @@ -1,5 +1,7 @@ + * @author Lukas Reschke * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/appinfo/v1/carddav.php b/apps/dav/appinfo/v1/carddav.php index 4a3f98475c..44abcbaa19 100644 --- a/apps/dav/appinfo/v1/carddav.php +++ b/apps/dav/appinfo/v1/carddav.php @@ -1,5 +1,7 @@ + * @author Lukas Reschke * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/command/migrateaddressbooks.php b/apps/dav/command/migrateaddressbooks.php index f37c29e7ab..562f19a230 100644 --- a/apps/dav/command/migrateaddressbooks.php +++ b/apps/dav/command/migrateaddressbooks.php @@ -1,5 +1,6 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/command/migratecalendars.php b/apps/dav/command/migratecalendars.php index eda4f5fb41..cc6445cb7f 100644 --- a/apps/dav/command/migratecalendars.php +++ b/apps/dav/command/migratecalendars.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Dav\Command; use OCP\IUser; diff --git a/apps/dav/lib/caldav/caldavbackend.php b/apps/dav/lib/caldav/caldavbackend.php index 70dbccb874..2437671801 100644 --- a/apps/dav/lib/caldav/caldavbackend.php +++ b/apps/dav/lib/caldav/caldavbackend.php @@ -1,5 +1,6 @@ * @author Scrutinizer Auto-Fixer * @author Thomas Müller * diff --git a/apps/dav/lib/caldav/calendar.php b/apps/dav/lib/caldav/calendar.php index 6b34d570eb..c9e210f859 100644 --- a/apps/dav/lib/caldav/calendar.php +++ b/apps/dav/lib/caldav/calendar.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\CalDAV; use OCA\DAV\DAV\Sharing\IShareable; diff --git a/apps/dav/lib/caldav/calendarhome.php b/apps/dav/lib/caldav/calendarhome.php index 7f98dfb94e..9baf2a6e42 100644 --- a/apps/dav/lib/caldav/calendarhome.php +++ b/apps/dav/lib/caldav/calendarhome.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\CalDAV; use Sabre\CalDAV\Backend\NotificationSupport; diff --git a/apps/dav/lib/caldav/calendarroot.php b/apps/dav/lib/caldav/calendarroot.php index ae5fc54cdf..61eca088fb 100644 --- a/apps/dav/lib/caldav/calendarroot.php +++ b/apps/dav/lib/caldav/calendarroot.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\CalDAV; class CalendarRoot extends \Sabre\CalDAV\CalendarRoot { diff --git a/apps/dav/lib/carddav/addressbookimpl.php b/apps/dav/lib/carddav/addressbookimpl.php index 795a30064b..8b29d6d5c0 100644 --- a/apps/dav/lib/carddav/addressbookimpl.php +++ b/apps/dav/lib/carddav/addressbookimpl.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/dav/lib/carddav/carddavbackend.php b/apps/dav/lib/carddav/carddavbackend.php index a109e8bde4..28eb3c0445 100644 --- a/apps/dav/lib/carddav/carddavbackend.php +++ b/apps/dav/lib/carddav/carddavbackend.php @@ -2,6 +2,7 @@ /** * @author Arthur Schiwon * @author Björn Schießle + * @author Joas Schilling * @author Scrutinizer Auto-Fixer * @author Thomas Müller * diff --git a/apps/dav/lib/carddav/syncservice.php b/apps/dav/lib/carddav/syncservice.php index 2e7397fc70..c4741a0177 100644 --- a/apps/dav/lib/carddav/syncservice.php +++ b/apps/dav/lib/carddav/syncservice.php @@ -1,8 +1,10 @@ + * @author Roeland Jago Douma * @author Thomas Müller * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, 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/commentsplugin.php b/apps/dav/lib/comments/commentsplugin.php index fb9f5b7ab8..d4a065649e 100644 --- a/apps/dav/lib/comments/commentsplugin.php +++ b/apps/dav/lib/comments/commentsplugin.php @@ -1,6 +1,8 @@ + * @author Joas Schilling + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/dav/lib/connector/legacydavacl.php b/apps/dav/lib/connector/legacydavacl.php index 5a65460646..07aefa1b86 100644 --- a/apps/dav/lib/connector/legacydavacl.php +++ b/apps/dav/lib/connector/legacydavacl.php @@ -1,6 +1,7 @@ + * @author Lukas Reschke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/dav/lib/connector/sabre/exceptionloggerplugin.php b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php index 1052c56e96..38bddef876 100644 --- a/apps/dav/lib/connector/sabre/exceptionloggerplugin.php +++ b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php @@ -1,6 +1,7 @@ + * @author Pierre Jochem * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/connector/sabre/filesreportplugin.php b/apps/dav/lib/connector/sabre/filesreportplugin.php index 121924ce9a..d4e1cbe3b2 100644 --- a/apps/dav/lib/connector/sabre/filesreportplugin.php +++ b/apps/dav/lib/connector/sabre/filesreportplugin.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/lib/connector/sabre/quotaplugin.php b/apps/dav/lib/connector/sabre/quotaplugin.php index b1c3bbfbbb..6b5b771143 100644 --- a/apps/dav/lib/connector/sabre/quotaplugin.php +++ b/apps/dav/lib/connector/sabre/quotaplugin.php @@ -3,7 +3,6 @@ * @author Felix Moeller * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author scambra * @author Scrutinizer Auto-Fixer * @author Thomas Müller diff --git a/apps/dav/lib/connector/sabre/serverfactory.php b/apps/dav/lib/connector/sabre/serverfactory.php index 8253948d96..fb20ef436e 100644 --- a/apps/dav/lib/connector/sabre/serverfactory.php +++ b/apps/dav/lib/connector/sabre/serverfactory.php @@ -1,9 +1,11 @@ * @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 diff --git a/apps/dav/lib/dav/sharing/backend.php b/apps/dav/lib/dav/sharing/backend.php index 7556706b6d..8e2a9307b7 100644 --- a/apps/dav/lib/dav/sharing/backend.php +++ b/apps/dav/lib/dav/sharing/backend.php @@ -1,8 +1,6 @@ - * @author Björn Schießle - * @author Scrutinizer Auto-Fixer + * @author Lukas Reschke * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/lib/dav/sharing/xml/invite.php b/apps/dav/lib/dav/sharing/xml/invite.php index 659f95d807..560546b241 100644 --- a/apps/dav/lib/dav/sharing/xml/invite.php +++ b/apps/dav/lib/dav/sharing/xml/invite.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\DAV\Sharing\Xml; use OCA\DAV\DAV\Sharing\Plugin; diff --git a/apps/dav/lib/files/sharing/publiclinkcheckplugin.php b/apps/dav/lib/files/sharing/publiclinkcheckplugin.php index bbb5c61120..751f63d394 100644 --- a/apps/dav/lib/files/sharing/publiclinkcheckplugin.php +++ b/apps/dav/lib/files/sharing/publiclinkcheckplugin.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, 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 ef7b00188f..c9307ce0de 100644 --- a/apps/dav/lib/migration/addressbookadapter.php +++ b/apps/dav/lib/migration/addressbookadapter.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Dav\Migration; use OCP\IDBConnection; diff --git a/apps/dav/lib/migration/calendaradapter.php b/apps/dav/lib/migration/calendaradapter.php index 39faf2cec3..e8fdf74f33 100644 --- a/apps/dav/lib/migration/calendaradapter.php +++ b/apps/dav/lib/migration/calendaradapter.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Dav\Migration; use OCP\IDBConnection; diff --git a/apps/dav/lib/migration/migrateaddressbooks.php b/apps/dav/lib/migration/migrateaddressbooks.php index 0dad649569..21bc4b3ca9 100644 --- a/apps/dav/lib/migration/migrateaddressbooks.php +++ b/apps/dav/lib/migration/migrateaddressbooks.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Dav\Migration; use OCA\DAV\CardDAV\AddressBook; diff --git a/apps/dav/lib/migration/migratecalendars.php b/apps/dav/lib/migration/migratecalendars.php index 33f8a10518..91bc345cad 100644 --- a/apps/dav/lib/migration/migratecalendars.php +++ b/apps/dav/lib/migration/migratecalendars.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Dav\Migration; use OCA\DAV\CalDAV\CalDavBackend; diff --git a/apps/dav/lib/rootcollection.php b/apps/dav/lib/rootcollection.php index b3648e7ba3..ea796c0917 100644 --- a/apps/dav/lib/rootcollection.php +++ b/apps/dav/lib/rootcollection.php @@ -1,5 +1,6 @@ * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php index 2aa720c9dc..05e81a1184 100644 --- a/apps/dav/lib/server.php +++ b/apps/dav/lib/server.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/lib/systemtag/systemtagnode.php b/apps/dav/lib/systemtag/systemtagnode.php index 7a47a752ad..500e1a3ade 100644 --- a/apps/dav/lib/systemtag/systemtagnode.php +++ b/apps/dav/lib/systemtag/systemtagnode.php @@ -1,5 +1,6 @@ * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/systemtag/systemtagplugin.php b/apps/dav/lib/systemtag/systemtagplugin.php index 7da24ba7cf..a266b4a121 100644 --- a/apps/dav/lib/systemtag/systemtagplugin.php +++ b/apps/dav/lib/systemtag/systemtagplugin.php @@ -1,5 +1,6 @@ * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/systemtag/systemtagsrelationscollection.php b/apps/dav/lib/systemtag/systemtagsrelationscollection.php index 6af4edfc1a..19db39d3f3 100644 --- a/apps/dav/lib/systemtag/systemtagsrelationscollection.php +++ b/apps/dav/lib/systemtag/systemtagsrelationscollection.php @@ -1,5 +1,6 @@ * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/tests/unit/carddav/addressbookimpltest.php b/apps/dav/tests/unit/carddav/addressbookimpltest.php index f2c739e046..ba537a631b 100644 --- a/apps/dav/tests/unit/carddav/addressbookimpltest.php +++ b/apps/dav/tests/unit/carddav/addressbookimpltest.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/carddav/carddavbackendtest.php b/apps/dav/tests/unit/carddav/carddavbackendtest.php index 2f96fc5da9..1ee09260c8 100644 --- a/apps/dav/tests/unit/carddav/carddavbackendtest.php +++ b/apps/dav/tests/unit/carddav/carddavbackendtest.php @@ -2,6 +2,7 @@ /** * @author Arthur Schiwon * @author Björn Schießle + * @author Joas Schilling * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/tests/unit/carddav/syncservicetest.php b/apps/dav/tests/unit/carddav/syncservicetest.php index 7652afdc22..e3ffaf472e 100644 --- a/apps/dav/tests/unit/carddav/syncservicetest.php +++ b/apps/dav/tests/unit/carddav/syncservicetest.php @@ -1,8 +1,9 @@ * @author Thomas Müller * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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/commentsplugin.php b/apps/dav/tests/unit/comments/commentsplugin.php index d6f489f5e8..c7d073d149 100644 --- a/apps/dav/tests/unit/comments/commentsplugin.php +++ b/apps/dav/tests/unit/comments/commentsplugin.php @@ -1,6 +1,7 @@ + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/connector/sabre/filesreportplugin.php b/apps/dav/tests/unit/connector/sabre/filesreportplugin.php index 78f9e77063..87973ef007 100644 --- a/apps/dav/tests/unit/connector/sabre/filesreportplugin.php +++ b/apps/dav/tests/unit/connector/sabre/filesreportplugin.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/dav/tests/unit/servertest.php b/apps/dav/tests/unit/servertest.php index 63bab482b4..b6439ebf0b 100644 --- a/apps/dav/tests/unit/servertest.php +++ b/apps/dav/tests/unit/servertest.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit; use OCA\DAV\Server; diff --git a/apps/dav/tests/unit/systemtag/systemtagplugin.php b/apps/dav/tests/unit/systemtag/systemtagplugin.php index b945223e66..4466533f1e 100644 --- a/apps/dav/tests/unit/systemtag/systemtagplugin.php +++ b/apps/dav/tests/unit/systemtag/systemtagplugin.php @@ -1,5 +1,7 @@ + * @author Lukas Reschke * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/encryption/lib/keymanager.php b/apps/encryption/lib/keymanager.php index 4169569d8b..b65d6c81eb 100644 --- a/apps/encryption/lib/keymanager.php +++ b/apps/encryption/lib/keymanager.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Scrutinizer Auto-Fixer * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/encryption/tests/lib/KeyManagerTest.php b/apps/encryption/tests/lib/KeyManagerTest.php index ea1830db4d..7ede6177de 100644 --- a/apps/encryption/tests/lib/KeyManagerTest.php +++ b/apps/encryption/tests/lib/KeyManagerTest.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Lukas Reschke * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/encryption/tests/lib/crypto/cryptTest.php b/apps/encryption/tests/lib/crypto/cryptTest.php index d94aea463c..2f290db21a 100644 --- a/apps/encryption/tests/lib/crypto/cryptTest.php +++ b/apps/encryption/tests/lib/crypto/cryptTest.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/appinfo/application.php b/apps/federation/appinfo/application.php index 93897d211c..621a5d3d09 100644 --- a/apps/federation/appinfo/application.php +++ b/apps/federation/appinfo/application.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/appinfo/register_command.php b/apps/federation/appinfo/register_command.php index 162e103372..48c72a4815 100644 --- a/apps/federation/appinfo/register_command.php +++ b/apps/federation/appinfo/register_command.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ $app = new \OCA\Federation\AppInfo\Application(); $syncService = $app->getSyncService(); diff --git a/apps/federation/backgroundjob/getsharedsecret.php b/apps/federation/backgroundjob/getsharedsecret.php index f896076139..d3dd00c74a 100644 --- a/apps/federation/backgroundjob/getsharedsecret.php +++ b/apps/federation/backgroundjob/getsharedsecret.php @@ -1,7 +1,6 @@ - * @author Robin Appelman * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/federation/command/syncfederationaddressbooks.php b/apps/federation/command/syncfederationaddressbooks.php index 72d12e59b2..879d38f8c2 100644 --- a/apps/federation/command/syncfederationaddressbooks.php +++ b/apps/federation/command/syncfederationaddressbooks.php @@ -1,5 +1,25 @@ + * @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 + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Federation\Command; use OCA\Federation\DbHandler; diff --git a/apps/federation/dav/fedauth.php b/apps/federation/dav/fedauth.php index 09d61a1f2c..bb1041adcd 100644 --- a/apps/federation/dav/fedauth.php +++ b/apps/federation/dav/fedauth.php @@ -2,7 +2,7 @@ /** * @author Thomas Müller * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/federation/lib/syncfederationaddressbooks.php b/apps/federation/lib/syncfederationaddressbooks.php index f9cee9a713..209094266c 100644 --- a/apps/federation/lib/syncfederationaddressbooks.php +++ b/apps/federation/lib/syncfederationaddressbooks.php @@ -1,5 +1,25 @@ + * @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 + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Federation; use OCA\DAV\CardDAV\SyncService; diff --git a/apps/federation/lib/trustedservers.php b/apps/federation/lib/trustedservers.php index 6f99a3c6a8..3b356ea2a4 100644 --- a/apps/federation/lib/trustedservers.php +++ b/apps/federation/lib/trustedservers.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/middleware/addservermiddleware.php b/apps/federation/middleware/addservermiddleware.php index 10abd9db70..1578125134 100644 --- a/apps/federation/middleware/addservermiddleware.php +++ b/apps/federation/middleware/addservermiddleware.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/tests/dav/fedauthtest.php b/apps/federation/tests/dav/fedauthtest.php index 845cfc622d..b716084a45 100644 --- a/apps/federation/tests/dav/fedauthtest.php +++ b/apps/federation/tests/dav/fedauthtest.php @@ -2,7 +2,7 @@ /** * @author Thomas Müller * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (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 28f76dbb22..3ded486d36 100644 --- a/apps/federation/tests/lib/dbhandlertest.php +++ b/apps/federation/tests/lib/dbhandlertest.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/tests/lib/syncfederationaddressbookstest.php b/apps/federation/tests/lib/syncfederationaddressbookstest.php index 9290bad8bd..aa2bd9ac2c 100644 --- a/apps/federation/tests/lib/syncfederationaddressbookstest.php +++ b/apps/federation/tests/lib/syncfederationaddressbookstest.php @@ -1,5 +1,25 @@ + * @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 + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\Federation\Tests\lib; use OCA\Federation\DbHandler; diff --git a/apps/federation/tests/lib/trustedserverstest.php b/apps/federation/tests/lib/trustedserverstest.php index 80f7843d81..a8c7c7afb1 100644 --- a/apps/federation/tests/lib/trustedserverstest.php +++ b/apps/federation/tests/lib/trustedserverstest.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federation/tests/middleware/addservermiddlewaretest.php b/apps/federation/tests/middleware/addservermiddlewaretest.php index 49e34cc73d..be1d97c403 100644 --- a/apps/federation/tests/middleware/addservermiddlewaretest.php +++ b/apps/federation/tests/middleware/addservermiddlewaretest.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/appinfo/install.php b/apps/files/appinfo/install.php index ae08e21a22..4d1e59d214 100644 --- a/apps/files/appinfo/install.php +++ b/apps/files/appinfo/install.php @@ -1,6 +1,8 @@ * @author Lukas Reschke + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/appinfo/register_command.php b/apps/files/appinfo/register_command.php index 0ec2fe1a58..e77087a229 100644 --- a/apps/files/appinfo/register_command.php +++ b/apps/files/appinfo/register_command.php @@ -2,7 +2,7 @@ /** * @author Bart Visscher * @author Morris Jobke - * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php index cb682cbc42..e4f8f8f29d 100644 --- a/apps/files/appinfo/update.php +++ b/apps/files/appinfo/update.php @@ -1,9 +1,11 @@ * @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 diff --git a/apps/files/command/deleteorphanedfiles.php b/apps/files/command/deleteorphanedfiles.php index f897c68fd8..91043471ce 100644 --- a/apps/files/command/deleteorphanedfiles.php +++ b/apps/files/command/deleteorphanedfiles.php @@ -1,5 +1,6 @@ * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php index 3251682445..f607b3e1af 100644 --- a/apps/files/command/scan.php +++ b/apps/files/command/scan.php @@ -5,7 +5,7 @@ * @author martin.mattel@diemattels.at * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php index 4cc2f34c3a..c248620d5c 100644 --- a/apps/files/command/transferownership.php +++ b/apps/files/command/transferownership.php @@ -2,7 +2,7 @@ /** * @author Thomas Müller * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 773bb997e5..1eef9c24e0 100644 --- a/apps/files/lib/backgroundjob/deleteorphaneditems.php +++ b/apps/files/lib/backgroundjob/deleteorphaneditems.php @@ -1,5 +1,7 @@ + * @author Joas Schilling * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php b/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php index 8d8e5d3be5..e802a248a9 100644 --- a/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php +++ b/apps/files/tests/backgroundjob/DeleteOrphanedItemsJobTest.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files/tests/controller/ViewControllerTest.php b/apps/files/tests/controller/ViewControllerTest.php index e91d40a0e6..657ab6cb33 100644 --- a/apps/files/tests/controller/ViewControllerTest.php +++ b/apps/files/tests/controller/ViewControllerTest.php @@ -1,6 +1,8 @@ * @author Lukas Reschke + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index c8d90f02f2..46a4ecf079 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -1,9 +1,8 @@ - * @author Jan-Christoph Borchardt * @author j-ed - * @author Michael Gapczynski + * @author Jan-Christoph Borchardt * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll diff --git a/apps/files_external/appinfo/application.php b/apps/files_external/appinfo/application.php index c755b6a29b..0f08cc6004 100644 --- a/apps/files_external/appinfo/application.php +++ b/apps/files_external/appinfo/application.php @@ -1,6 +1,7 @@ + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index c3149a300c..2d2e6ddf60 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -3,6 +3,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll diff --git a/apps/files_external/command/backends.php b/apps/files_external/command/backends.php index fd11c36ec4..260ea21039 100644 --- a/apps/files_external/command/backends.php +++ b/apps/files_external/command/backends.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @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 4b0ef99ff3..315b23f9d3 100644 --- a/apps/files_external/command/create.php +++ b/apps/files_external/command/create.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @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 371061ba62..09c5ea8a9d 100644 --- a/apps/files_external/command/export.php +++ b/apps/files_external/command/export.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @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 28032c207b..97bb9a937f 100644 --- a/apps/files_external/command/import.php +++ b/apps/files_external/command/import.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, 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/ajaxcontroller.php b/apps/files_external/controller/ajaxcontroller.php index 67c32422b1..c3df3fa852 100644 --- a/apps/files_external/controller/ajaxcontroller.php +++ b/apps/files_external/controller/ajaxcontroller.php @@ -1,6 +1,7 @@ + * @author Robin Appelman * @author Robin McCorkell * @author Ross Nicoll * diff --git a/apps/files_external/controller/globalstoragescontroller.php b/apps/files_external/controller/globalstoragescontroller.php index 069e41a96b..b443cf4ea8 100644 --- a/apps/files_external/controller/globalstoragescontroller.php +++ b/apps/files_external/controller/globalstoragescontroller.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/controller/storagescontroller.php b/apps/files_external/controller/storagescontroller.php index 65ceba2145..09b8310470 100644 --- a/apps/files_external/controller/storagescontroller.php +++ b/apps/files_external/controller/storagescontroller.php @@ -1,6 +1,7 @@ + * @author Robin Appelman * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/controller/userglobalstoragescontroller.php b/apps/files_external/controller/userglobalstoragescontroller.php index c6b51d9404..36c3740eed 100644 --- a/apps/files_external/controller/userglobalstoragescontroller.php +++ b/apps/files_external/controller/userglobalstoragescontroller.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/controller/userstoragescontroller.php b/apps/files_external/controller/userstoragescontroller.php index 2a2a0bc63a..e53ea21f00 100644 --- a/apps/files_external/controller/userstoragescontroller.php +++ b/apps/files_external/controller/userstoragescontroller.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/lib/auth/authmechanism.php b/apps/files_external/lib/auth/authmechanism.php index 36e55de92c..68d6f02348 100644 --- a/apps/files_external/lib/auth/authmechanism.php +++ b/apps/files_external/lib/auth/authmechanism.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/lib/auth/iuserprovided.php b/apps/files_external/lib/auth/iuserprovided.php index 6b7eab4e2a..6852c804be 100644 --- a/apps/files_external/lib/auth/iuserprovided.php +++ b/apps/files_external/lib/auth/iuserprovided.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, 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 d8e8443418..429c549d80 100644 --- a/apps/files_external/lib/auth/password/sessioncredentials.php +++ b/apps/files_external/lib/auth/password/sessioncredentials.php @@ -1,6 +1,7 @@ + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/lib/definitionparameter.php b/apps/files_external/lib/definitionparameter.php index 4d4bb13beb..16c07f4b8c 100644 --- a/apps/files_external/lib/definitionparameter.php +++ b/apps/files_external/lib/definitionparameter.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/lib/failedstorage.php b/apps/files_external/lib/failedstorage.php index 7bcbfc3190..928d09e20f 100644 --- a/apps/files_external/lib/failedstorage.php +++ b/apps/files_external/lib/failedstorage.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/lib/frontenddefinitiontrait.php b/apps/files_external/lib/frontenddefinitiontrait.php index fc47a9515f..9f2b7c40f7 100644 --- a/apps/files_external/lib/frontenddefinitiontrait.php +++ b/apps/files_external/lib/frontenddefinitiontrait.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php index 22d83ef56f..1906057eb6 100644 --- a/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php +++ b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index b93e6e5b80..67d1a23f5a 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -1,6 +1,7 @@ + * @author Jesús Macias * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_external/lib/storageconfig.php b/apps/files_external/lib/storageconfig.php index ef859e8ae8..590a5f5324 100644 --- a/apps/files_external/lib/storageconfig.php +++ b/apps/files_external/lib/storageconfig.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index 1f092240b4..9282fe2866 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -3,6 +3,7 @@ * @author Bart Visscher * @author Benjamin Liles * @author Christian Berendt + * @author Daniel Tosello * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Martin Mattel diff --git a/apps/files_external/migration/storagemigrator.php b/apps/files_external/migration/storagemigrator.php index 832807feb9..48ab52768e 100644 --- a/apps/files_external/migration/storagemigrator.php +++ b/apps/files_external/migration/storagemigrator.php @@ -1,6 +1,7 @@ + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/service/dbconfigservice.php b/apps/files_external/service/dbconfigservice.php index 16d5de2665..5bbc3b2368 100644 --- a/apps/files_external/service/dbconfigservice.php +++ b/apps/files_external/service/dbconfigservice.php @@ -1,6 +1,8 @@ * @author Robin Appelman + * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/service/importlegacystoragesservice.php b/apps/files_external/service/importlegacystoragesservice.php index 7219df314d..8a790c5de9 100644 --- a/apps/files_external/service/importlegacystoragesservice.php +++ b/apps/files_external/service/importlegacystoragesservice.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, 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/globalstoragescontrollertest.php b/apps/files_external/tests/controller/globalstoragescontrollertest.php index 9256569f22..1021300399 100644 --- a/apps/files_external/tests/controller/globalstoragescontrollertest.php +++ b/apps/files_external/tests/controller/globalstoragescontrollertest.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/controller/userstoragescontrollertest.php b/apps/files_external/tests/controller/userstoragescontrollertest.php index 342f6b8538..a7e854471b 100644 --- a/apps/files_external/tests/controller/userstoragescontrollertest.php +++ b/apps/files_external/tests/controller/userstoragescontrollertest.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_external/tests/definitionparameterttest.php b/apps/files_external/tests/definitionparameterttest.php index e89058d5c7..2f4069af0b 100644 --- a/apps/files_external/tests/definitionparameterttest.php +++ b/apps/files_external/tests/definitionparameterttest.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/tests/frontenddefinitiontraittest.php b/apps/files_external/tests/frontenddefinitiontraittest.php index 27f4955633..2afc87762e 100644 --- a/apps/files_external/tests/frontenddefinitiontraittest.php +++ b/apps/files_external/tests/frontenddefinitiontraittest.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_external/tests/service/dbconfigservicetest.php b/apps/files_external/tests/service/dbconfigservicetest.php index 30c67ac8c9..c6d1add36b 100644 --- a/apps/files_external/tests/service/dbconfigservicetest.php +++ b/apps/files_external/tests/service/dbconfigservicetest.php @@ -1,6 +1,7 @@ + * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_external/tests/storageconfigtest.php b/apps/files_external/tests/storageconfigtest.php index 60ec14dd08..278c86d2cb 100644 --- a/apps/files_external/tests/storageconfigtest.php +++ b/apps/files_external/tests/storageconfigtest.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Vincent Petry * diff --git a/apps/files_sharing/api/sharees.php b/apps/files_sharing/api/sharees.php index 5b7bbb11e8..28dfd4af95 100644 --- a/apps/files_sharing/api/sharees.php +++ b/apps/files_sharing/api/sharees.php @@ -1,7 +1,9 @@ * @author Joas Schilling * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php index ced227a107..adfff183b3 100644 --- a/apps/files_sharing/appinfo/update.php +++ b/apps/files_sharing/appinfo/update.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php index c44bebbcea..4dcdaa892a 100644 --- a/apps/files_sharing/lib/cache.php +++ b/apps/files_sharing/lib/cache.php @@ -1,17 +1,10 @@ - * @author Björn Schießle * @author Christopher Schäpers * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell - * @author Roeland Jago Douma - * @author Scrutinizer Auto-Fixer - * @author Thomas Müller - * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/controllers/externalsharescontroller.php b/apps/files_sharing/lib/controllers/externalsharescontroller.php index be65a49039..6a99bce81d 100644 --- a/apps/files_sharing/lib/controllers/externalsharescontroller.php +++ b/apps/files_sharing/lib/controllers/externalsharescontroller.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * diff --git a/apps/files_sharing/lib/controllers/sharecontroller.php b/apps/files_sharing/lib/controllers/sharecontroller.php index 08679c88bb..ce4a149776 100644 --- a/apps/files_sharing/lib/controllers/sharecontroller.php +++ b/apps/files_sharing/lib/controllers/sharecontroller.php @@ -1,5 +1,6 @@ * @author Björn Schießle * @author Georg Ehrke * @author Joas Schilling @@ -7,6 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author Vincent Petry * diff --git a/apps/files_sharing/lib/external/manager.php b/apps/files_sharing/lib/external/manager.php index ec48744962..71d6788cb5 100644 --- a/apps/files_sharing/lib/external/manager.php +++ b/apps/files_sharing/lib/external/manager.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/hooks.php b/apps/files_sharing/lib/hooks.php index e3f24d0226..4882ffcb00 100644 --- a/apps/files_sharing/lib/hooks.php +++ b/apps/files_sharing/lib/hooks.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * diff --git a/apps/files_sharing/lib/migration.php b/apps/files_sharing/lib/migration.php index 31a76687d4..766a7ebd52 100644 --- a/apps/files_sharing/lib/migration.php +++ b/apps/files_sharing/lib/migration.php @@ -1,6 +1,8 @@ + * @author Morris Jobke + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/scanner.php b/apps/files_sharing/lib/scanner.php index e9cc40ae42..8b32d014a0 100644 --- a/apps/files_sharing/lib/scanner.php +++ b/apps/files_sharing/lib/scanner.php @@ -1,6 +1,7 @@ + * @author Robin Appelman * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_sharing/tests/api/shareestest.php b/apps/files_sharing/tests/api/shareestest.php index 5a18f6f2f4..339957a905 100644 --- a/apps/files_sharing/tests/api/shareestest.php +++ b/apps/files_sharing/tests/api/shareestest.php @@ -1,5 +1,6 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer diff --git a/apps/files_sharing/tests/backend.php b/apps/files_sharing/tests/backend.php index acb5985539..e5e6ceb631 100644 --- a/apps/files_sharing/tests/backend.php +++ b/apps/files_sharing/tests/backend.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php index 6167b281fc..db8c7fe553 100644 --- a/apps/files_sharing/tests/controller/sharecontroller.php +++ b/apps/files_sharing/tests/controller/sharecontroller.php @@ -1,6 +1,5 @@ * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/files_sharing/tests/external/cache.php b/apps/files_sharing/tests/external/cache.php index 3e078bf372..4ae1bc563d 100644 --- a/apps/files_sharing/tests/external/cache.php +++ b/apps/files_sharing/tests/external/cache.php @@ -1,5 +1,6 @@ * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/tests/external/managertest.php b/apps/files_sharing/tests/external/managertest.php index 2836a3dc02..48a9098ae1 100644 --- a/apps/files_sharing/tests/external/managertest.php +++ b/apps/files_sharing/tests/external/managertest.php @@ -1,6 +1,7 @@ + * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller * diff --git a/apps/files_sharing/tests/migrationtest.php b/apps/files_sharing/tests/migrationtest.php index 1bca4a419f..82e6f47add 100644 --- a/apps/files_sharing/tests/migrationtest.php +++ b/apps/files_sharing/tests/migrationtest.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/files_sharing/tests/updater.php b/apps/files_sharing/tests/updater.php index dd1f83c99a..67c1642cdd 100644 --- a/apps/files_sharing/tests/updater.php +++ b/apps/files_sharing/tests/updater.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_trashbin/lib/hooks.php b/apps/files_trashbin/lib/hooks.php index 9fb6c162b6..89063bcb33 100644 --- a/apps/files_trashbin/lib/hooks.php +++ b/apps/files_trashbin/lib/hooks.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 3b386b0abd..f7e54ae74a 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -7,7 +7,6 @@ * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Martin Mattel * @author Morris Jobke * @author Qingping Hou * @author Robin Appelman diff --git a/apps/files_versions/lib/storage.php b/apps/files_versions/lib/storage.php index 4eac476ed6..98714a7563 100644 --- a/apps/files_versions/lib/storage.php +++ b/apps/files_versions/lib/storage.php @@ -1,5 +1,6 @@ * @author Bart Visscher * @author Björn Schießle * @author Felix Moeller diff --git a/apps/files_versions/tests/versions.php b/apps/files_versions/tests/versions.php index d7d9c7a4fb..e82e65bf3a 100644 --- a/apps/files_versions/tests/versions.php +++ b/apps/files_versions/tests/versions.php @@ -1,5 +1,6 @@ * @author Björn Schießle * @author Georg Ehrke * @author Joas Schilling diff --git a/apps/provisioning_api/lib/users.php b/apps/provisioning_api/lib/users.php index c609c7bd84..68c89e41f6 100644 --- a/apps/provisioning_api/lib/users.php +++ b/apps/provisioning_api/lib/users.php @@ -1,5 +1,6 @@ * @author Joas Schilling * @author Lukas Reschke * @author michag86 diff --git a/apps/provisioning_api/tests/userstest.php b/apps/provisioning_api/tests/userstest.php index 859bc7228e..020071bcfa 100644 --- a/apps/provisioning_api/tests/userstest.php +++ b/apps/provisioning_api/tests/userstest.php @@ -1,5 +1,6 @@ * @author Joas Schilling * @author Lukas Reschke * @author michag86 diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 666af85e56..f3e5efffc2 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -4,6 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index dab47ee6e6..f1ac2dbd26 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -6,6 +6,7 @@ * @author Dominik Schmidt * @author Morris Jobke * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 05ab9ddfaa..c50ab0a8e1 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -1,6 +1,8 @@ * @author Alexander Bergolth + * @author alexweirig * @author Andreas Fischer * @author Arthur Schiwon * @author Bart Visscher @@ -12,7 +14,6 @@ * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry - * @author Richard Bentley * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/configuration.php b/apps/user_ldap/lib/configuration.php index f829160b62..daec2bed13 100644 --- a/apps/user_ldap/lib/configuration.php +++ b/apps/user_ldap/lib/configuration.php @@ -1,5 +1,6 @@ * @author Alexander Bergolth * @author Arthur Schiwon * @author Jörn Friedrich Dreyer @@ -7,7 +8,6 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Richard Bentley * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/jobs.php b/apps/user_ldap/lib/jobs.php index 47e2847018..ecf2e6daa0 100644 --- a/apps/user_ldap/lib/jobs.php +++ b/apps/user_ldap/lib/jobs.php @@ -7,6 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/proxy.php b/apps/user_ldap/lib/proxy.php index 082ba9a93d..cb8eb72a04 100644 --- a/apps/user_ldap/lib/proxy.php +++ b/apps/user_ldap/lib/proxy.php @@ -8,6 +8,7 @@ * @author Morris Jobke * @author Robin McCorkell * @author Scrutinizer Auto-Fixer + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/lib/user/manager.php b/apps/user_ldap/lib/user/manager.php index d76142c79a..dc12ebd6e9 100644 --- a/apps/user_ldap/lib/user/manager.php +++ b/apps/user_ldap/lib/user/manager.php @@ -4,6 +4,7 @@ * @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 diff --git a/apps/user_ldap/lib/user/user.php b/apps/user_ldap/lib/user/user.php index 8b70c9e237..43ff6014c9 100644 --- a/apps/user_ldap/lib/user/user.php +++ b/apps/user_ldap/lib/user/user.php @@ -3,6 +3,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php b/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php index f83b0efd0c..587811eb13 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestbatchapplyuserattributes.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (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/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php index 4db3ca4876..fd53838df1 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php @@ -2,6 +2,7 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php index fcf85371d3..f82afe9009 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserDisplayName.php @@ -1,7 +1,6 @@ - * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php b/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php index 7f474aaa0e..687b1da91e 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createUsersWithoutDisplayName.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (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 865b7e6189..9a8d2a1383 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -9,6 +9,7 @@ * @author Renaud Fortier * @author Robin Appelman * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tom Needham * diff --git a/console.php b/console.php index 3c25be34fe..fc571b03f1 100644 --- a/console.php +++ b/console.php @@ -3,11 +3,13 @@ * @author Bart Visscher * @author Christian Kampka * @author Edward Crompton + * @author Joas Schilling * @author Jost Baron * @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 diff --git a/core/ajax/share.php b/core/ajax/share.php index 93a7e911c4..8ece9945c2 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -7,7 +7,7 @@ * @author dampfklon * @author Felix Böhm * @author Joas Schilling - * @author Jörn Friedrich Dreyer + * @author Leonardo Diez * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/core/command/app/disable.php b/core/command/app/disable.php index b3157faf32..743a78cb88 100644 --- a/core/command/app/disable.php +++ b/core/command/app/disable.php @@ -1,5 +1,6 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry diff --git a/core/command/app/enable.php b/core/command/app/enable.php index fb2097356f..0f6ce51fe8 100644 --- a/core/command/app/enable.php +++ b/core/command/app/enable.php @@ -1,5 +1,6 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry diff --git a/core/command/base.php b/core/command/base.php index 1591a2854d..7538effd74 100644 --- a/core/command/base.php +++ b/core/command/base.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/core/command/config/system/setconfig.php b/core/command/config/system/setconfig.php index 45ba01e928..c7f206b05d 100644 --- a/core/command/config/system/setconfig.php +++ b/core/command/config/system/setconfig.php @@ -1,6 +1,7 @@ + * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/command/maintenance/mimetype/updatejs.php index 8ee06e8cdc..a87f50e32d 100644 --- a/core/command/maintenance/mimetype/updatejs.php +++ b/core/command/maintenance/mimetype/updatejs.php @@ -1,5 +1,6 @@ * @author Robin McCorkell * @author Roeland Jago Douma * diff --git a/core/command/security/importcertificate.php b/core/command/security/importcertificate.php index a280eee650..6aae7ad1d9 100644 --- a/core/command/security/importcertificate.php +++ b/core/command/security/importcertificate.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/security/listcertificates.php b/core/command/security/listcertificates.php index eb25de172b..91deb2d340 100644 --- a/core/command/security/listcertificates.php +++ b/core/command/security/listcertificates.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/command/security/removecertificate.php b/core/command/security/removecertificate.php index 64078adab9..14b427511a 100644 --- a/core/command/security/removecertificate.php +++ b/core/command/security/removecertificate.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright 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 d71a5aedcb..6bb45a8787 100644 --- a/core/command/user/lastseen.php +++ b/core/command/user/lastseen.php @@ -3,6 +3,7 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Pierre Ozoux * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/core/js/config.php b/core/js/config.php index aac7630a1d..1f0c756596 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -12,7 +12,7 @@ * @author Owen Winkler * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller + * @author Vincent Chan * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/core/register_command.php b/core/register_command.php index 2e9e80fe8d..17bd573133 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -6,6 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/base.php b/lib/base.php index 31d9666698..b462a49fc9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -15,6 +15,7 @@ * @author Hugo Gonzalez Labrador * @author Individual IT Services * @author Jakob Sack + * @author Joachim Bauch * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/allconfig.php b/lib/private/allconfig.php index 3c85bfacbb..b4888fde02 100644 --- a/lib/private/allconfig.php +++ b/lib/private/allconfig.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/api.php b/lib/private/api.php index 87f2aa9b11..40982f65a0 100644 --- a/lib/private/api.php +++ b/lib/private/api.php @@ -9,6 +9,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tom Needham * @author Vincent Petry diff --git a/lib/private/app/appmanager.php b/lib/private/app/appmanager.php index 4855f6f018..69e5334774 100644 --- a/lib/private/app/appmanager.php +++ b/lib/private/app/appmanager.php @@ -1,5 +1,7 @@ + * @author Christoph Schaefer * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/app/dependencyanalyzer.php b/lib/private/app/dependencyanalyzer.php index 0cf4bc7216..8c2b6e0a50 100644 --- a/lib/private/app/dependencyanalyzer.php +++ b/lib/private/app/dependencyanalyzer.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/app/platformrepository.php b/lib/private/app/platformrepository.php index 7363b2a44b..540ea16dc2 100644 --- a/lib/private/app/platformrepository.php +++ b/lib/private/app/platformrepository.php @@ -1,5 +1,6 @@ * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 72d481885c..0d17d7bc22 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/avatar.php b/lib/private/avatar.php index bf25fd3a55..8ed920c9b1 100644 --- a/lib/private/avatar.php +++ b/lib/private/avatar.php @@ -2,11 +2,9 @@ /** * @author Arthur Schiwon * @author Christopher Schäpers - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/avatarmanager.php b/lib/private/avatarmanager.php index b2d3e6eb3d..3b619cda57 100644 --- a/lib/private/avatarmanager.php +++ b/lib/private/avatarmanager.php @@ -1,11 +1,10 @@ - * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/comment.php b/lib/private/comments/comment.php index 27e63c9855..31848ed38b 100644 --- a/lib/private/comments/comment.php +++ b/lib/private/comments/comment.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php index 8fc0588478..b986c8c51f 100644 --- a/lib/private/comments/manager.php +++ b/lib/private/comments/manager.php @@ -1,6 +1,8 @@ + * @author Joas Schilling + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/comments/managerfactory.php b/lib/private/comments/managerfactory.php index b8e77c64fa..044463d1e9 100644 --- a/lib/private/comments/managerfactory.php +++ b/lib/private/comments/managerfactory.php @@ -1,6 +1,9 @@ + * @author Joas Schilling + * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/console/application.php b/lib/private/console/application.php index 0895f1788a..7f12db4eca 100644 --- a/lib/private/console/application.php +++ b/lib/private/console/application.php @@ -1,9 +1,11 @@ * @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 diff --git a/lib/private/db/connection.php b/lib/private/db/connection.php index 82b52bbc9d..584904e637 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/db/mdb2schemamanager.php b/lib/private/db/mdb2schemamanager.php index bcabb6fe57..eec6d072d3 100644 --- a/lib/private/db/mdb2schemamanager.php +++ b/lib/private/db/mdb2schemamanager.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 94c48d61f0..375fec185c 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Oliver Gasser diff --git a/lib/private/db/migrator.php b/lib/private/db/migrator.php index 7ca3f98135..6799867c2e 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -3,6 +3,7 @@ * @author martin-rueegg * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author tbelau666 * @author Thomas Müller * @author Victor Dubiniuk diff --git a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php index 6fb58ac3c9..ce98816c42 100644 --- a/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php index 8164d9623b..0d34787d26 100644 --- a/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php index bd7daa2391..5d615ae52e 100644 --- a/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php index ac2d7bf242..a8f1af87a4 100644 --- a/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/db/querybuilder/querybuilder.php b/lib/private/db/querybuilder/querybuilder.php index 7695966847..bb463e43a7 100644 --- a/lib/private/db/querybuilder/querybuilder.php +++ b/lib/private/db/querybuilder/querybuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/defaults.php b/lib/private/defaults.php index 43e8c8082c..9f3cdd725a 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -9,6 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author scolebrook + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Volkan Gezer * diff --git a/lib/private/diagnostics/querylogger.php b/lib/private/diagnostics/querylogger.php index 66a65b71d0..ca1c9cca98 100644 --- a/lib/private/diagnostics/querylogger.php +++ b/lib/private/diagnostics/querylogger.php @@ -2,6 +2,7 @@ /** * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index b30666d48d..53467c278d 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -6,10 +6,12 @@ * @author Jens-Christian Fischer * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author TheSFReader * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/files/cache/cacheentry.php b/lib/private/files/cache/cacheentry.php index 3db3b3f8aa..6d3c5d5b08 100644 --- a/lib/private/files/cache/cacheentry.php +++ b/lib/private/files/cache/cacheentry.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index 822b68f5e7..0a207de7b6 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -8,7 +8,6 @@ * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke - * @author Olivier Paroz * @author Owen Winkler * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/files/config/cachedmountinfo.php b/lib/private/files/config/cachedmountinfo.php index dba07715ed..2993c979a7 100644 --- a/lib/private/files/config/cachedmountinfo.php +++ b/lib/private/files/config/cachedmountinfo.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 35f4035319..58e7e9d156 100644 --- a/lib/private/files/config/usermountcache.php +++ b/lib/private/files/config/usermountcache.php @@ -1,8 +1,9 @@ * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/config/usermountcachelistener.php b/lib/private/files/config/usermountcachelistener.php index 344bebe342..99673cf628 100644 --- a/lib/private/files/config/usermountcachelistener.php +++ b/lib/private/files/config/usermountcachelistener.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php index 1d722a4673..6eeb852944 100644 --- a/lib/private/files/fileinfo.php +++ b/lib/private/files/fileinfo.php @@ -5,6 +5,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author tbartenstein * @author Thomas Müller diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index d6fc9648c1..d548db3004 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -12,6 +12,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Sam Tuke * @author Scrutinizer Auto-Fixer * @author Stephan Peijnik diff --git a/lib/private/files/node/file.php b/lib/private/files/node/file.php index f8279c00b8..9e0014abb0 100644 --- a/lib/private/files/node/file.php +++ b/lib/private/files/node/file.php @@ -3,6 +3,8 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/node/node.php b/lib/private/files/node/node.php index 9feccac50b..5df4f738a4 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/files/node/root.php b/lib/private/files/node/root.php index a9343e7222..484439ce5f 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -5,6 +5,8 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 1d4801e5b9..f496f03cb9 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -14,6 +14,7 @@ * @author Robin McCorkell * @author Sam Tuke * @author scambra + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 1b0f39428a..7e9ada4174 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -5,6 +5,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/stream/dir.php b/lib/private/files/stream/dir.php index 7489ee683a..b2f0db23e0 100644 --- a/lib/private/files/stream/dir.php +++ b/lib/private/files/stream/dir.php @@ -3,6 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 37a1d75519..4f5dea0009 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -2,7 +2,9 @@ /** * @author Björn Schießle * @author jknockaert + * @author Lukas Reschke * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/type/detection.php b/lib/private/files/type/detection.php index f106a98064..dac51c2a16 100644 --- a/lib/private/files/type/detection.php +++ b/lib/private/files/type/detection.php @@ -7,6 +7,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Tanghus * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php index ed2a2f4bb6..3d8d71b152 100644 --- a/lib/private/group/backend.php +++ b/lib/private/group/backend.php @@ -4,6 +4,7 @@ * @author Bart Visscher * @author Jakob Sack * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/group/database.php b/lib/private/group/database.php index 21e7b10355..9ea0bbb824 100644 --- a/lib/private/group/database.php +++ b/lib/private/group/database.php @@ -10,6 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/group/dummy.php b/lib/private/group/dummy.php index 97f0038595..ffbc6527ec 100644 --- a/lib/private/group/dummy.php +++ b/lib/private/group/dummy.php @@ -7,6 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author Thomas Müller * diff --git a/lib/private/group/interface.php b/lib/private/group/interface.php index 240a50fe96..bdfe523510 100644 --- a/lib/private/group/interface.php +++ b/lib/private/group/interface.php @@ -1,11 +1,8 @@ - * @author Joas Schilling - * @author Michael Gapczynski + * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin Appelman - * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/group/manager.php b/lib/private/group/manager.php index 7eca249c70..755d7adba3 100644 --- a/lib/private/group/manager.php +++ b/lib/private/group/manager.php @@ -4,12 +4,15 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author macjohnny * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Roman Kreisel + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author voxsim * diff --git a/lib/private/helper.php b/lib/private/helper.php index acdd27fc56..70c50bb7b4 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -7,7 +7,6 @@ * @author Clark Tomlinson * @author Fabian Henze * @author Felix Moeller - * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt @@ -17,7 +16,6 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Olivier Paroz - * @author Owen Winkler * @author Pellaeon Lin * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/hintexception.php b/lib/private/hintexception.php index 7c4754a92e..aeddea481c 100644 --- a/lib/private/hintexception.php +++ b/lib/private/hintexception.php @@ -4,6 +4,7 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/hook.php b/lib/private/hook.php index e9b18b3fc3..76f3b657eb 100644 --- a/lib/private/hook.php +++ b/lib/private/hook.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Jakob Sack + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/image.php b/lib/private/image.php index 0f74bd1c56..42d0bde4a9 100644 --- a/lib/private/image.php +++ b/lib/private/image.php @@ -1,8 +1,8 @@ - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers diff --git a/lib/private/installer.php b/lib/private/installer.php index 1e4bb96892..36fda28cd2 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -5,7 +5,6 @@ * @author Brice Maron * @author Christian Weiske * @author Christopher Schäpers - * @author Felix Moeller * @author Frank Karlitschek * @author Georg Ehrke * @author Jakob Sack diff --git a/lib/private/l10n/factory.php b/lib/private/l10n/factory.php index f4f7d89706..1440e9510c 100644 --- a/lib/private/l10n/factory.php +++ b/lib/private/l10n/factory.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/legacy/l10n.php b/lib/private/legacy/l10n.php index 5d5d89100a..b9cb21fa1f 100644 --- a/lib/private/legacy/l10n.php +++ b/lib/private/legacy/l10n.php @@ -1,14 +1,10 @@ - * @author Andreas Fischer * @author Bart Visscher * @author Bernhard Posselt * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -16,7 +12,6 @@ * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index dabf95d761..5a48f9e1c6 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -4,6 +4,7 @@ * @author Bart Visscher * @author Christian Schnidrig * @author Georg Ehrke + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/memcache/apcu.php b/lib/private/memcache/apcu.php index ddd16ae120..350ce913ed 100644 --- a/lib/private/memcache/apcu.php +++ b/lib/private/memcache/apcu.php @@ -5,6 +5,7 @@ * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/memcache/factory.php b/lib/private/memcache/factory.php index 204ded7d5a..1dbababa98 100644 --- a/lib/private/memcache/factory.php +++ b/lib/private/memcache/factory.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/notification/manager.php b/lib/private/notification/manager.php index 0b9ba3e3ee..3ddc9b2116 100644 --- a/lib/private/notification/manager.php +++ b/lib/private/notification/manager.php @@ -1,6 +1,7 @@ + * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/notification/notification.php b/lib/private/notification/notification.php index 6568f53f25..db0a76a7c3 100644 --- a/lib/private/notification/notification.php +++ b/lib/private/notification/notification.php @@ -1,6 +1,7 @@ + * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/preview.php b/lib/private/preview.php index 4fca56dd98..a686b65da0 100644 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -10,6 +10,7 @@ * @author Olivier Paroz * @author Robin Appelman * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tobias Kaminsky * diff --git a/lib/private/repair/dropoldjobs.php b/lib/private/repair/dropoldjobs.php index b2e9b05caa..594af83e51 100644 --- a/lib/private/repair/dropoldjobs.php +++ b/lib/private/repair/dropoldjobs.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/repair/repairmimetypes.php b/lib/private/repair/repairmimetypes.php index b84f19a308..c518030244 100644 --- a/lib/private/repair/repairmimetypes.php +++ b/lib/private/repair/repairmimetypes.php @@ -1,5 +1,6 @@ * @author Joas Schilling * @author Morris Jobke * @author Normal Ra diff --git a/lib/private/security/credentialsmanager.php b/lib/private/security/credentialsmanager.php index 405922847b..d4104dbe71 100644 --- a/lib/private/security/credentialsmanager.php +++ b/lib/private/security/credentialsmanager.php @@ -1,8 +1,8 @@ + * @author Robin McCorkell * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 7c8ecce71a..81187cdd71 100644 --- a/lib/private/server.php +++ b/lib/private/server.php @@ -6,7 +6,6 @@ * @author Bernhard Reiter * @author Björn Schießle * @author Christopher Schäpers - * @author Individual IT Services * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/setup/abstractdatabase.php b/lib/private/setup/abstractdatabase.php index 0c1e5904e0..2b18fe208d 100644 --- a/lib/private/setup/abstractdatabase.php +++ b/lib/private/setup/abstractdatabase.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Joas Schilling + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/setup/mysql.php b/lib/private/setup/mysql.php index de2466676c..6b438bc243 100644 --- a/lib/private/setup/mysql.php +++ b/lib/private/setup/mysql.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Michael Göhler * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share/helper.php b/lib/private/share/helper.php index f9581e48e6..3d8cc17434 100644 --- a/lib/private/share/helper.php +++ b/lib/private/share/helper.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/share/hooks.php b/lib/private/share/hooks.php index b730146ddf..750486ba80 100644 --- a/lib/private/share/hooks.php +++ b/lib/private/share/hooks.php @@ -3,6 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/share/share.php b/lib/private/share/share.php index 4453e3758b..28fab066c7 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -8,11 +8,13 @@ * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Kuhn * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Sebastian Döll * @author Thomas Müller * @author Vincent Petry diff --git a/lib/private/share20/defaultshareprovider.php b/lib/private/share20/defaultshareprovider.php index e18e306d7f..dc5b47b0ab 100644 --- a/lib/private/share20/defaultshareprovider.php +++ b/lib/private/share20/defaultshareprovider.php @@ -1,5 +1,6 @@ * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share20/manager.php b/lib/private/share20/manager.php index d24ecb6f96..6f370eea42 100644 --- a/lib/private/share20/manager.php +++ b/lib/private/share20/manager.php @@ -1,5 +1,7 @@ + * @author Joas Schilling * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/share20/providerfactory.php b/lib/private/share20/providerfactory.php index c2980b2251..4cb1ac71a8 100644 --- a/lib/private/share20/providerfactory.php +++ b/lib/private/share20/providerfactory.php @@ -1,5 +1,6 @@ * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 4fa6e9b93c..d80d9067c0 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -1,6 +1,7 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/private/systemtag/managerfactory.php b/lib/private/systemtag/managerfactory.php index 7ad4f92260..d9acf327f8 100644 --- a/lib/private/systemtag/managerfactory.php +++ b/lib/private/systemtag/managerfactory.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/template.php b/lib/private/template.php index bc706e2934..ad96d21847 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -14,6 +14,7 @@ * @author Morris Jobke * @author Raghu Nayyar * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/template/base.php b/lib/private/template/base.php index 938cca4c38..5358b18cef 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -4,6 +4,7 @@ * @author Björn Schießle * @author Christopher Schäpers * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Scrutinizer Auto-Fixer * diff --git a/lib/private/tempmanager.php b/lib/private/tempmanager.php index 19bbaf6e78..b233edd8b3 100644 --- a/lib/private/tempmanager.php +++ b/lib/private/tempmanager.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke diff --git a/lib/private/user.php b/lib/private/user.php index 21971fc3d1..bf64f0941e 100644 --- a/lib/private/user.php +++ b/lib/private/user.php @@ -3,8 +3,8 @@ * @author Aldo "xoen" Giambelluca * @author Andreas Fischer * @author Arthur Schiwon - * @author Bartek Przybylski * @author Bart Visscher + * @author Bartek Przybylski * @author Björn Schießle * @author Florian Preinstorfer * @author Georg Ehrke diff --git a/lib/private/user/backend.php b/lib/private/user/backend.php index c8e3577d11..2bb1df4d6b 100644 --- a/lib/private/user/backend.php +++ b/lib/private/user/backend.php @@ -1,7 +1,6 @@ - * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle * @author Dominik Schmidt diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php index b487a046c7..d2868a79c2 100644 --- a/lib/private/user/interface.php +++ b/lib/private/user/interface.php @@ -1,12 +1,8 @@ - * @author Christopher Schäpers * @author Jörn Friedrich Dreyer - * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell - * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/user/manager.php b/lib/private/user/manager.php index 868ebcbe4d..e2486a9ff1 100644 --- a/lib/private/user/manager.php +++ b/lib/private/user/manager.php @@ -4,11 +4,13 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Michael U * @author Morris Jobke * @author RealRancor * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller + * @author Vincent Chan * @author Volkan Gezer * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/user/user.php b/lib/private/user/user.php index 7f34c261cb..3199790dba 100644 --- a/lib/private/user/user.php +++ b/lib/private/user/user.php @@ -4,10 +4,10 @@ * @author Bart Visscher * @author Björn Schießle * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/private/util.php b/lib/private/util.php index 35ae3e3090..12816ca330 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -9,7 +9,6 @@ * @author Birk Borkason * @author Björn Schießle * @author Brice Maron - * @author Christian Reiner * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh @@ -37,6 +36,7 @@ * @author Thomas Schmidt * @author Thomas Tanghus * @author Victor Dubiniuk + * @author Vincent Chan * @author Vincent Petry * @author Volkan Gezer * diff --git a/lib/public/app/managerevent.php b/lib/public/app/managerevent.php index 99e9b11b02..0ea7213dfc 100644 --- a/lib/public/app/managerevent.php +++ b/lib/public/app/managerevent.php @@ -1,6 +1,6 @@ + * @author Arthur Schiwon * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/appframework/db/mapper.php b/lib/public/appframework/db/mapper.php index 5680899732..3bc9fbcefc 100644 --- a/lib/public/appframework/db/mapper.php +++ b/lib/public/appframework/db/mapper.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller diff --git a/lib/public/appframework/http/emptycontentsecuritypolicy.php b/lib/public/appframework/http/emptycontentsecuritypolicy.php index 33860dcdb0..61718ff7c0 100644 --- a/lib/public/appframework/http/emptycontentsecuritypolicy.php +++ b/lib/public/appframework/http/emptycontentsecuritypolicy.php @@ -1,8 +1,6 @@ - * @author Morris Jobke - * @author sualko * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/appframework/http/redirectresponse.php b/lib/public/appframework/http/redirectresponse.php index bb0c884371..211d91aff0 100644 --- a/lib/public/appframework/http/redirectresponse.php +++ b/lib/public/appframework/http/redirectresponse.php @@ -4,6 +4,7 @@ * @author Morris Jobke * @author Scrutinizer Auto-Fixer * @author Thomas Müller + * @author v1r0x * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php index 7bf422aa56..fb7fbb7c60 100644 --- a/lib/public/appframework/utility/icontrollermethodreflector.php +++ b/lib/public/appframework/utility/icontrollermethodreflector.php @@ -1,7 +1,9 @@ * @author Morris Jobke * @author Olivier Paroz + * @author Scrutinizer Auto-Fixer * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/backgroundjob.php b/lib/public/backgroundjob.php index cc76506758..bb0314c570 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -3,6 +3,7 @@ * @author Bart Visscher * @author Felix Moeller * @author Jakob Sack + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/comments/icomment.php b/lib/public/comments/icomment.php index a7f4b4c617..2358092305 100644 --- a/lib/public/comments/icomment.php +++ b/lib/public/comments/icomment.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index 0b37fde24d..cdc7428224 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.php @@ -1,6 +1,8 @@ + * @author Joas Schilling + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/comments/icommentsmanagerfactory.php index 2e71719019..6d814104ae 100644 --- a/lib/public/comments/icommentsmanagerfactory.php +++ b/lib/public/comments/icommentsmanagerfactory.php @@ -1,6 +1,8 @@ + * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php index df7a8e41cd..056113bdb3 100644 --- a/lib/public/comments/illegalidchangeexception.php +++ b/lib/public/comments/illegalidchangeexception.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/comments/notfoundexception.php b/lib/public/comments/notfoundexception.php index 51f6927346..579dcd26f6 100644 --- a/lib/public/comments/notfoundexception.php +++ b/lib/public/comments/notfoundexception.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/constants.php b/lib/public/constants.php index 4dd6793a13..abf5f95eb9 100644 --- a/lib/public/constants.php +++ b/lib/public/constants.php @@ -2,6 +2,7 @@ /** * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Tanghus * @author Vincent Petry * diff --git a/lib/public/db/querybuilder/iexpressionbuilder.php b/lib/public/db/querybuilder/iexpressionbuilder.php index 0ed15bf439..0db25704dd 100644 --- a/lib/public/db/querybuilder/iexpressionbuilder.php +++ b/lib/public/db/querybuilder/iexpressionbuilder.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/files/cache/icache.php b/lib/public/files/cache/icache.php index 18641b29f9..4ef88f6480 100644 --- a/lib/public/files/cache/icache.php +++ b/lib/public/files/cache/icache.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/icacheentry.php b/lib/public/files/cache/icacheentry.php index 63a232c961..00c8e201b9 100644 --- a/lib/public/files/cache/icacheentry.php +++ b/lib/public/files/cache/icacheentry.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/ipropagator.php b/lib/public/files/cache/ipropagator.php index 7f7dbada53..9730601d57 100644 --- a/lib/public/files/cache/ipropagator.php +++ b/lib/public/files/cache/ipropagator.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iscanner.php b/lib/public/files/cache/iscanner.php index 47e33a98ba..ce1f408028 100644 --- a/lib/public/files/cache/iscanner.php +++ b/lib/public/files/cache/iscanner.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iupdater.php b/lib/public/files/cache/iupdater.php index 241cd8636a..5267aa6f02 100644 --- a/lib/public/files/cache/iupdater.php +++ b/lib/public/files/cache/iupdater.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/cache/iwatcher.php b/lib/public/files/cache/iwatcher.php index a61975036f..c33129a247 100644 --- a/lib/public/files/cache/iwatcher.php +++ b/lib/public/files/cache/iwatcher.php @@ -1,8 +1,8 @@ > + * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/public/files/config/icachedmountinfo.php b/lib/public/files/config/icachedmountinfo.php index a587427f1f..e09c1a7f01 100644 --- a/lib/public/files/config/icachedmountinfo.php +++ b/lib/public/files/config/icachedmountinfo.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 77f58cd867..2f2c11da1a 100644 --- a/lib/public/files/config/iusermountcache.php +++ b/lib/public/files/config/iusermountcache.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 1550f92682..553dd48c24 100644 --- a/lib/public/files/file.php +++ b/lib/public/files/file.php @@ -3,6 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/files/fileinfo.php b/lib/public/files/fileinfo.php index aa4aa605d3..a9f05863e7 100644 --- a/lib/public/files/fileinfo.php +++ b/lib/public/files/fileinfo.php @@ -4,6 +4,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/public/files/storage/ilockingstorage.php b/lib/public/files/storage/ilockingstorage.php index 32cc32ffb0..7c46391f42 100644 --- a/lib/public/files/storage/ilockingstorage.php +++ b/lib/public/files/storage/ilockingstorage.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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/istorage.php b/lib/public/files/storage/istorage.php index a638ddd302..ab1915bb93 100644 --- a/lib/public/files/storage/istorage.php +++ b/lib/public/files/storage/istorage.php @@ -1,14 +1,8 @@ - * @author Michael Roth - * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell - * @author Thomas Müller - * @author Vincent Petry * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 dd3915a2f6..7afb067f29 100644 --- a/lib/public/files/storagenotavailableexception.php +++ b/lib/public/files/storagenotavailableexception.php @@ -4,6 +4,7 @@ * @author Jesús Macias * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/groupinterface.php b/lib/public/groupinterface.php index 142b3dea04..628bc2f42e 100644 --- a/lib/public/groupinterface.php +++ b/lib/public/groupinterface.php @@ -1,7 +1,7 @@ - * @author Christopher Schäpers + * @author Jörn Friedrich Dreyer * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/public/iavatar.php b/lib/public/iavatar.php index 6203d3d557..7b811b26b6 100644 --- a/lib/public/iavatar.php +++ b/lib/public/iavatar.php @@ -4,8 +4,8 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/iavatarmanager.php b/lib/public/iavatarmanager.php index cb63ccaf6f..ef6b00ffd1 100644 --- a/lib/public/iavatarmanager.php +++ b/lib/public/iavatarmanager.php @@ -4,6 +4,7 @@ * @author Christopher Schäpers * @author Morris Jobke * @author Robin McCorkell + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index ebfc95a3d3..780fcd2636 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -4,6 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/lib/public/igroupmanager.php b/lib/public/igroupmanager.php index 7eabc8a59b..cda40606f9 100644 --- a/lib/public/igroupmanager.php +++ b/lib/public/igroupmanager.php @@ -2,6 +2,7 @@ /** * @author Bernhard Posselt * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/ilogger.php b/lib/public/ilogger.php index 2a727697a6..6a4163875a 100644 --- a/lib/public/ilogger.php +++ b/lib/public/ilogger.php @@ -2,6 +2,7 @@ /** * @author Bernhard Posselt * @author Morris Jobke + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/iuser.php b/lib/public/iuser.php index 8dbec43d3c..b0dd8dc35b 100644 --- a/lib/public/iuser.php +++ b/lib/public/iuser.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/sabrepluginevent.php b/lib/public/sabrepluginevent.php index b0c8257a4f..11d939aee4 100644 --- a/lib/public/sabrepluginevent.php +++ b/lib/public/sabrepluginevent.php @@ -1,6 +1,7 @@ + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/public/search/pagedprovider.php b/lib/public/search/pagedprovider.php index c8530626e5..80a2896f73 100644 --- a/lib/public/search/pagedprovider.php +++ b/lib/public/search/pagedprovider.php @@ -1,5 +1,6 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * diff --git a/lib/public/security/icredentialsmanager.php b/lib/public/security/icredentialsmanager.php index d3d076f043..d576bbcfbd 100644 --- a/lib/public/security/icredentialsmanager.php +++ b/lib/public/security/icredentialsmanager.php @@ -1,8 +1,8 @@ + * @author Robin McCorkell * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 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 83dfa12dbf..b36956a2f9 100644 --- a/lib/public/share/exceptions/genericshareexception.php +++ b/lib/public/share/exceptions/genericshareexception.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCP\Share\Exceptions; use OC\HintException; diff --git a/lib/public/userinterface.php b/lib/public/userinterface.php index 68831dcb50..954c2d6813 100644 --- a/lib/public/userinterface.php +++ b/lib/public/userinterface.php @@ -1,7 +1,7 @@ - * @author Christopher Schäpers + * @author Jörn Friedrich Dreyer * @author Morris Jobke * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/ocs/v1.php b/ocs/v1.php index 39a8f4e468..32fcfdd46d 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/remote.php b/remote.php index 26203e2df8..df229eb675 100644 --- a/remote.php +++ b/remote.php @@ -2,6 +2,7 @@ /** * @author Brice Maron * @author Christopher Schäpers + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin Appelman diff --git a/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index 537a5afe95..cf59151ccf 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher * @author Christopher Schäpers + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php index 94fd7bd1e2..0c974daaee 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -1,5 +1,6 @@ * @author Bart Visscher * @author Björn Schießle * @author Christopher Schäpers diff --git a/settings/application.php b/settings/application.php index 6b581cdc06..5b84d028ab 100644 --- a/settings/application.php +++ b/settings/application.php @@ -5,6 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php index 6f24a69b19..90d0c664d8 100644 --- a/settings/controller/certificatecontroller.php +++ b/settings/controller/certificatecontroller.php @@ -2,6 +2,7 @@ /** * @author Björn Schießle * @author Lukas Reschke + * @author Robin Appelman * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/settings/controller/userscontroller.php b/settings/controller/userscontroller.php index 0abcabed11..f5b7f2d2e5 100644 --- a/settings/controller/userscontroller.php +++ b/settings/controller/userscontroller.php @@ -1,5 +1,6 @@ * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke diff --git a/settings/routes.php b/settings/routes.php index 8828e62114..90e1d1e442 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -8,6 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/settings/users.php b/settings/users.php index 0dff85c1ad..347cad21a2 100644 --- a/settings/users.php +++ b/settings/users.php @@ -8,6 +8,7 @@ * @author Georg Ehrke * @author Jakob Sack * @author Joas Schilling + * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/version.php b/version.php index d7b8014214..66f299ef4e 100644 --- a/version.php +++ b/version.php @@ -1,9 +1,10 @@ + * @author C Montero-Luque * @author Frank Karlitschek * @author Joas Schilling * @author Lukas Reschke - * @author Roeland Jago Douma * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc.