diff --git a/AUTHORS b/AUTHORS index efcc7efd1275f89d8959b1728291a225e582ff3a..95306f5df45d9f4db8a4f76e1261514fe105b282 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ ownCloud is written by: - Administrator - Aldo "xoen" Giambelluca - Alexander Bergolth + - Andreas Böhler - Andreas Ergenzinger - Andreas Fischer - Andrew Brown @@ -25,6 +26,8 @@ ownCloud is written by: - Christian Berendt - Christian Kampka - Christian Reiner + - Christian Schnidrig + - Christian Weiske - Christopher Schäpers - Christopher T. Johnson - Clark Tomlinson @@ -33,9 +36,9 @@ ownCloud is written by: - Daniel Hansson - Daniel Molkentin - David Prévot - - David Reagan - Dominik Schmidt - Donald Buczek + - Edward Crompton - Fabian Henze - Felix Böhm - Felix Moeller @@ -50,6 +53,7 @@ ownCloud is written by: - Georg Ehrke - Guillaume AMAT - Hasso Tepper + - Hendrik Leppelsack - Hugo Gonzalez Labrador - Individual IT Services - Jakob Sack @@ -57,6 +61,7 @@ ownCloud is written by: - Jean-Louis Dupond - Jens-Christian Fischer - Jesus Macias + - Jesús Macias - Joas Schilling - Johan Björk - Johannes Willnecker @@ -73,13 +78,13 @@ ownCloud is written by: - Lukas Reschke - Luke Policinski - Lyonel Vincent + - Mario Kolling - Markus Goetz - Martin Konrad - Martin Konrad - Martin Mattel - Marvin Thomas Rabe - Masaki Kawabata Neto - - Matthias Rieber - Michael Gapczynski - Michael Göhler - Michael Kuhn @@ -87,6 +92,7 @@ ownCloud is written by: - Michael Roth - Michael Telatynski <7t3chguy@gmail.com> - Miguel Prokop + - Mitar - Morris Jobke - Nicolai Ehemann - Nicolas Grekas @@ -105,13 +111,16 @@ ownCloud is written by: - Philippe Jung - Philippe Le Brouster - Qingping Hou + - Raghu Nayyar - Raghu Nayyar + - Ralph Krimmel - Ramiro Aparicio - Randolph Carter - RealRancor - Remco Brenninkmeijer + - Renaud Fortier - Robin Appelman - - Robin McCorkell + - Robin McCorkell - Roeland Jago Douma - Roman Geber - Ross Nicoll @@ -135,16 +144,15 @@ ownCloud is written by: - Thomas Schmidt - Thomas Tanghus - Tigran Mkrtchyan + - Tim Dettrick - Tobia De Koninck - Tobias Kaminsky - Tom Needham - - Valerio Ponte - Victor Dubiniuk - Viktor Szépe - Vincent Cloutier - Vincent Petry - Volkan Gezer - - Volker Fröhlich - adrien - brumsel - cetra3 @@ -152,19 +160,18 @@ ownCloud is written by: - dampfklon - davidgumberg - derkostka - - drarko - eduardo - fabian - goodkiller - helix84 - hkjolhede - ideaship - - itheiss - j-ed - jknockaert - macjohnny - marc0s - martin-rueegg + - martin.mattel@diemattels.at - michag86 - nishiki - root diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index 51689b965da9d0b9ed577d2a09b46c21d55ee013..5ba7278e88eb52a34808ac56682d08b386502d9b 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.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/dav/appinfo/application.php b/apps/dav/appinfo/application.php index f97d43f188e054a86c5916868ff4e04ea1d7b2e5..71236a3325e3a86e9fe8023a8ab7ef37a00abb65 100644 --- a/apps/dav/appinfo/application.php +++ b/apps/dav/appinfo/application.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\AppInfo; use OCA\DAV\CardDAV\ContactsManager; diff --git a/apps/dav/appinfo/register_command.php b/apps/dav/appinfo/register_command.php index 603832e0c4806ae47cb1b497371b843c3e19cf19..10f687687517501a778dd771d417f84a107d39ee 100644 --- a/apps/dav/appinfo/register_command.php +++ b/apps/dav/appinfo/register_command.php @@ -1,5 +1,24 @@ + * @author Thomas 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 + * + */ use OCA\DAV\Command\CreateAddressBook; use OCA\DAV\Command\CreateCalendar; use OCA\DAV\Command\SyncSystemAddressBook; diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index cf0488038d33e3f0a30f078f9fd0c829290fbd11..64c074fb54486558de5e39f15b9f66439578ab34 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -1,11 +1,13 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index 8324f962b8ee34241446b9c4adba32cdd6236d4a..e48ae7c5074afefb3491130efc15b8e4e509d3eb 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -1,16 +1,10 @@ - * @author Frank Karlitschek - * @author Jakob Sack - * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke - * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry * - * @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/appinfo/v2/remote.php b/apps/dav/appinfo/v2/remote.php index 02457bd3ccc7e034cc1f380b0d985329a4a91e5c..4e9cf8fd08220e7ed1818d0e2cb727c40533b4d3 100644 --- a/apps/dav/appinfo/v2/remote.php +++ b/apps/dav/appinfo/v2/remote.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 + * + */ // no php execution timeout for webdav set_time_limit(0); diff --git a/apps/dav/command/createaddressbook.php b/apps/dav/command/createaddressbook.php index 4d72c12954f8c62c668eafa854a76edcfcaba965..0e396074704a558306dbf2a52ab225e935b60547 100644 --- a/apps/dav/command/createaddressbook.php +++ b/apps/dav/command/createaddressbook.php @@ -1,5 +1,24 @@ + * @author Thomas 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\DAV\Command; use OCA\DAV\CardDAV\CardDavBackend; diff --git a/apps/dav/command/createcalendar.php b/apps/dav/command/createcalendar.php index 5e7b17dae66ebac32dcaa2d190d25730eacff075..34bc061c45b464f69d248bbe01078b8267a9ea76 100644 --- a/apps/dav/command/createcalendar.php +++ b/apps/dav/command/createcalendar.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 OCA\DAV\CalDAV\CalDavBackend; diff --git a/apps/dav/command/syncsystemaddressbook.php b/apps/dav/command/syncsystemaddressbook.php index 8e04df460987d577e9f89fb8a0acbb40cc774388..338529c195264035fbaec9f109717e326ed179bb 100644 --- a/apps/dav/command/syncsystemaddressbook.php +++ b/apps/dav/command/syncsystemaddressbook.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 OCA\DAV\CardDAV\CardDavBackend; diff --git a/apps/dav/lib/caldav/caldavbackend.php b/apps/dav/lib/caldav/caldavbackend.php index d912f209d468a319222e945c47702caee2498517..6af75ca064c22f76d88489b220eae6d205b62221 100644 --- a/apps/dav/lib/caldav/caldavbackend.php +++ b/apps/dav/lib/caldav/caldavbackend.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/lib/caldav/schedule/imipplugin.php b/apps/dav/lib/caldav/schedule/imipplugin.php index eafdbe9c1bdbd43bb1a48917c91f069fe02ff494..d9f2ec674f0518fda13c1b8962547e6996b615c4 100644 --- a/apps/dav/lib/caldav/schedule/imipplugin.php +++ b/apps/dav/lib/caldav/schedule/imipplugin.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\Schedule; use OCP\ILogger; diff --git a/apps/dav/lib/carddav/addressbook.php b/apps/dav/lib/carddav/addressbook.php index 507657e968219c2302c1f0bef7d76a907fba5598..3e3e751828e8a2b4ab3d9067efe43d011a1adcdf 100644 --- a/apps/dav/lib/carddav/addressbook.php +++ b/apps/dav/lib/carddav/addressbook.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\CardDAV; use OCA\DAV\CardDAV\Sharing\IShareableAddressBook; diff --git a/apps/dav/lib/carddav/addressbookimpl.php b/apps/dav/lib/carddav/addressbookimpl.php index 838ef5aec657a15481e989231dcdfc8613016a9a..240e40c9688040a31586a070eb9c59e8ed68d42c 100644 --- a/apps/dav/lib/carddav/addressbookimpl.php +++ b/apps/dav/lib/carddav/addressbookimpl.php @@ -1,9 +1,8 @@ * @author Björn Schießle * - * @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/carddav/addressbookroot.php b/apps/dav/lib/carddav/addressbookroot.php index 8c78d0245562dcec37302ea693da711449207dbf..2680135dec2f6cba6d4c9f8845f58300dc3594a2 100644 --- a/apps/dav/lib/carddav/addressbookroot.php +++ b/apps/dav/lib/carddav/addressbookroot.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\CardDAV; class AddressBookRoot extends \Sabre\CardDAV\AddressBookRoot { diff --git a/apps/dav/lib/carddav/card.php b/apps/dav/lib/carddav/card.php index cea0b1e41c747132e9d73a82857bc63890067909..5ec9a7e93a9e0bc5318d45f044fb392e41261eb5 100644 --- a/apps/dav/lib/carddav/card.php +++ b/apps/dav/lib/carddav/card.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/dav/lib/carddav/carddavbackend.php b/apps/dav/lib/carddav/carddavbackend.php index cdb3481eaf5c2ea79b287c228ecbfd0bc976849d..7deda07497f12402b084cb541ca7817aacec1c61 100644 --- a/apps/dav/lib/carddav/carddavbackend.php +++ b/apps/dav/lib/carddav/carddavbackend.php @@ -1,9 +1,11 @@ + * @author Björn Schießle + * @author Scrutinizer Auto-Fixer * @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/carddav/converter.php b/apps/dav/lib/carddav/converter.php index 56b73eba4c0eb6d017375a61228c216e460b601b..06d3cb4f18e56bfa2518c8d3b350ed5654e855c4 100644 --- a/apps/dav/lib/carddav/converter.php +++ b/apps/dav/lib/carddav/converter.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/dav/lib/carddav/plugin.php b/apps/dav/lib/carddav/plugin.php index f2b3dcbfda9faf494430deecfbc3fa1c7c92dde0..4acc1037b52ad6ac2ec7b2bb147a2b8d0b99ab69 100644 --- a/apps/dav/lib/carddav/plugin.php +++ b/apps/dav/lib/carddav/plugin.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/dav/lib/carddav/sharing/ishareableaddressbook.php b/apps/dav/lib/carddav/sharing/ishareableaddressbook.php index 856a9ed18e61585fe4be7dbba449585729de0f4c..8e348a90991b1508df640b28630de94b732cf816 100644 --- a/apps/dav/lib/carddav/sharing/ishareableaddressbook.php +++ b/apps/dav/lib/carddav/sharing/ishareableaddressbook.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\CardDAV\Sharing; use Sabre\CardDAV\IAddressBook; diff --git a/apps/dav/lib/carddav/sharing/plugin.php b/apps/dav/lib/carddav/sharing/plugin.php index fd415b4566b1dc7ee488b95a55657473485b922b..7ad3f43dca869114cba5ec568fb9e524f01257a9 100644 --- a/apps/dav/lib/carddav/sharing/plugin.php +++ b/apps/dav/lib/carddav/sharing/plugin.php @@ -1,5 +1,24 @@ + * @author Thomas 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\DAV\CardDAV\Sharing; use OCA\DAV\Connector\Sabre\Auth; diff --git a/apps/dav/lib/carddav/sharing/xml/sharerequest.php b/apps/dav/lib/carddav/sharing/xml/sharerequest.php index 175c5ffc306214abb544035b8a7eced2533b949a..6be6bd795a1af23178f15471fc9bdb16ce8cca05 100644 --- a/apps/dav/lib/carddav/sharing/xml/sharerequest.php +++ b/apps/dav/lib/carddav/sharing/xml/sharerequest.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\CardDAV\Sharing\Xml; use Sabre\Xml\Reader; diff --git a/apps/dav/lib/carddav/useraddressbooks.php b/apps/dav/lib/carddav/useraddressbooks.php index 093cee0e1b2c8665e6e199729271574d09732c2e..734e3829e6906d6a6dabe181784bb19a4e17f315 100644 --- a/apps/dav/lib/carddav/useraddressbooks.php +++ b/apps/dav/lib/carddav/useraddressbooks.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\CardDAV; class UserAddressBooks extends \Sabre\CardDAV\AddressBookHome { diff --git a/apps/dav/lib/connector/publicauth.php b/apps/dav/lib/connector/publicauth.php index f37be41402a2178b4b87d92e296c069e663d6058..3d800e88004ef07c69b32206eac4d472a30c0a34 100644 --- a/apps/dav/lib/connector/publicauth.php +++ b/apps/dav/lib/connector/publicauth.php @@ -7,7 +7,7 @@ * @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/apps/dav/lib/connector/sabre/appenabledplugin.php b/apps/dav/lib/connector/sabre/appenabledplugin.php index e70512d0fd11bede5d989b52a8c4ecc3f48df677..cb061d6a3098519a9a8c84df0ac0e67ac1b13f86 100644 --- a/apps/dav/lib/connector/sabre/appenabledplugin.php +++ b/apps/dav/lib/connector/sabre/appenabledplugin.php @@ -2,9 +2,10 @@ /** * @author Morris Jobke * @author Robin Appelman + * @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/apps/dav/lib/connector/sabre/auth.php b/apps/dav/lib/connector/sabre/auth.php index 02b88390bada38053ede6c3a1389ed499913cfc5..cc679e44dbe5c61c6eadfaef0aebf0ffc9d9a64f 100644 --- a/apps/dav/lib/connector/sabre/auth.php +++ b/apps/dav/lib/connector/sabre/auth.php @@ -2,16 +2,16 @@ /** * @author Arthur Schiwon * @author Bart Visscher - * @author Christian Seiler * @author Jakob Sack * @author Lukas Reschke * @author Markus Goetz * @author Michael Gapczynski * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 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/connector/sabre/blocklegacyclientplugin.php b/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php index ed61f43a536c9c7c93b2663c67cf8509ccce9c80..70d19cb7f2a2faa14af2f25612e62f049ef8a4c8 100644 --- a/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php +++ b/apps/dav/lib/connector/sabre/blocklegacyclientplugin.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/lib/connector/sabre/copyetagheaderplugin.php b/apps/dav/lib/connector/sabre/copyetagheaderplugin.php index b33b208adad4342248cc49488efa953da5c23dc9..49b6a7b2de76d77160b6bca3b29526c7fed150dc 100644 --- a/apps/dav/lib/connector/sabre/copyetagheaderplugin.php +++ b/apps/dav/lib/connector/sabre/copyetagheaderplugin.php @@ -1,8 +1,9 @@ * @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/apps/dav/lib/connector/sabre/custompropertiesbackend.php b/apps/dav/lib/connector/sabre/custompropertiesbackend.php index ff35476319fc70cf063bd4bb95cd082e3bdd0ab7..5946c9910d4caaea10a7db71d8fa34abdfb65afc 100644 --- a/apps/dav/lib/connector/sabre/custompropertiesbackend.php +++ b/apps/dav/lib/connector/sabre/custompropertiesbackend.php @@ -4,7 +4,7 @@ * @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/apps/dav/lib/connector/sabre/directory.php b/apps/dav/lib/connector/sabre/directory.php index b602dd2f7b1789c422ceb6ce0c2bbb03b4e9d1b9..59e2ef3d2ec56bfe8d21b43270578984965c278c 100644 --- a/apps/dav/lib/connector/sabre/directory.php +++ b/apps/dav/lib/connector/sabre/directory.php @@ -10,7 +10,7 @@ * @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/apps/dav/lib/connector/sabre/dummygetresponseplugin.php b/apps/dav/lib/connector/sabre/dummygetresponseplugin.php index 7c7a332fedd8d0a5535bb244bfe84b62ad24337f..b10d5aaab3699e8fac8adb0ef96ef9ee0de92ede 100644 --- a/apps/dav/lib/connector/sabre/dummygetresponseplugin.php +++ b/apps/dav/lib/connector/sabre/dummygetresponseplugin.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/lib/connector/sabre/exception/entitytoolarge.php b/apps/dav/lib/connector/sabre/exception/entitytoolarge.php index f5a7aa99c6ddaa9f8dfd77c71c16a85b6dd56b9e..d16e93bb6379ddabf362e5170c371dd0b993ad96 100644 --- a/apps/dav/lib/connector/sabre/exception/entitytoolarge.php +++ b/apps/dav/lib/connector/sabre/exception/entitytoolarge.php @@ -4,7 +4,7 @@ * @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/apps/dav/lib/connector/sabre/exception/filelocked.php b/apps/dav/lib/connector/sabre/exception/filelocked.php index 1e1585edbda912c042d9b0774b7539ac8f4f5b5a..03ced0e81e274fac913c6b003acffe461a284257 100644 --- a/apps/dav/lib/connector/sabre/exception/filelocked.php +++ b/apps/dav/lib/connector/sabre/exception/filelocked.php @@ -3,9 +3,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler + * @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/apps/dav/lib/connector/sabre/exception/forbidden.php b/apps/dav/lib/connector/sabre/exception/forbidden.php index 673958349f36f6262abf42c7b37e0ed5a9dbc2fa..f2467e6b29872e78dfa71df9439e0d174aef1485 100644 --- a/apps/dav/lib/connector/sabre/exception/forbidden.php +++ b/apps/dav/lib/connector/sabre/exception/forbidden.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/connector/sabre/exception/invalidpath.php b/apps/dav/lib/connector/sabre/exception/invalidpath.php index 608e427a5aa6a3339018e6d08bfc85cb9d796a6f..7951a0a89b7bbfb3074fa36a0fed72fdba06a418 100644 --- a/apps/dav/lib/connector/sabre/exception/invalidpath.php +++ b/apps/dav/lib/connector/sabre/exception/invalidpath.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/dav/lib/connector/sabre/exception/unsupportedmediatype.php b/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php index 96b9b8332de5da4d384443935b06561539d4a044..99e3c222c754806081ec43eac71bf645c2691aea 100644 --- a/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php +++ b/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php @@ -4,7 +4,7 @@ * @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/apps/dav/lib/connector/sabre/exceptionloggerplugin.php b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php index 64ec5cfda82f1ec38312372df52e442e4fce0bfa..b514a91755694baf0980f5c558959927c5fb3e0a 100644 --- a/apps/dav/lib/connector/sabre/exceptionloggerplugin.php +++ b/apps/dav/lib/connector/sabre/exceptionloggerplugin.php @@ -5,7 +5,7 @@ * @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/apps/dav/lib/connector/sabre/fakelockerplugin.php b/apps/dav/lib/connector/sabre/fakelockerplugin.php index b75e7f137d871e071a55dee6b09587ca47d089a7..f585a74444ff38746ebf82e6d0f109ed64f500b8 100644 --- a/apps/dav/lib/connector/sabre/fakelockerplugin.php +++ b/apps/dav/lib/connector/sabre/fakelockerplugin.php @@ -1,8 +1,10 @@ + * @author Scrutinizer Auto-Fixer + * @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/connector/sabre/file.php b/apps/dav/lib/connector/sabre/file.php index 6a0a39d04e7af9dd81e098f2c8087c3fc6eb7250..4075c565f431990cfab51132a63613508753659e 100644 --- a/apps/dav/lib/connector/sabre/file.php +++ b/apps/dav/lib/connector/sabre/file.php @@ -3,17 +3,18 @@ * @author Bart Visscher * @author Björn Schießle * @author Jakob Sack + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman - * @author Robin McCorkell + * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Thomas Müller - * @author Thomas Tanghus * @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/apps/dav/lib/connector/sabre/filesplugin.php b/apps/dav/lib/connector/sabre/filesplugin.php index aa756281745e46e24836144463dcbe0c2b467ffc..ef139eae94ae4ee7e5764a435310176bcccf5cd5 100644 --- a/apps/dav/lib/connector/sabre/filesplugin.php +++ b/apps/dav/lib/connector/sabre/filesplugin.php @@ -3,11 +3,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/apps/dav/lib/connector/sabre/listenerplugin.php b/apps/dav/lib/connector/sabre/listenerplugin.php index d537d0577c6777170de45cbb58a9ee8269dd19e6..87abd0dcee7fb4f59f75c463b07776d849f43391 100644 --- a/apps/dav/lib/connector/sabre/listenerplugin.php +++ b/apps/dav/lib/connector/sabre/listenerplugin.php @@ -1,8 +1,9 @@ + * @author Roeland Jago Douma * - * @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/connector/sabre/lockplugin.php b/apps/dav/lib/connector/sabre/lockplugin.php index d770b141eb9b8190300753066512e2b1da8d6d0a..ff4e1dc01bb8f7d6201a321abf82b39ab9519296 100644 --- a/apps/dav/lib/connector/sabre/lockplugin.php +++ b/apps/dav/lib/connector/sabre/lockplugin.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/connector/sabre/maintenanceplugin.php b/apps/dav/lib/connector/sabre/maintenanceplugin.php index b9b261fbe0514efc9e8bfdcd0471105d50d9a325..6e9a5930b78c579f96e3d12fa77bb54bee1d97ef 100644 --- a/apps/dav/lib/connector/sabre/maintenanceplugin.php +++ b/apps/dav/lib/connector/sabre/maintenanceplugin.php @@ -7,7 +7,7 @@ * @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/apps/dav/lib/connector/sabre/node.php b/apps/dav/lib/connector/sabre/node.php index c4e0614077ffbe7bb78022a4d44420d792980cd3..64e9ec9d2b742c6da495f5c2344728285e9e6118 100644 --- a/apps/dav/lib/connector/sabre/node.php +++ b/apps/dav/lib/connector/sabre/node.php @@ -8,10 +8,11 @@ * @author Markus Goetz * @author Morris Jobke * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @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/apps/dav/lib/connector/sabre/objecttree.php b/apps/dav/lib/connector/sabre/objecttree.php index 809d202aea44bbab54bb6a579285ec7222651971..ba4c855f58a024731022eb59ee6fa5f7523d3adf 100644 --- a/apps/dav/lib/connector/sabre/objecttree.php +++ b/apps/dav/lib/connector/sabre/objecttree.php @@ -1,12 +1,13 @@ + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @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/apps/dav/lib/connector/sabre/principal.php b/apps/dav/lib/connector/sabre/principal.php index c917b11225aa9aae6643c21ace41388029bdb709..ece799c701996d9c85d10fb5d9983b31715ca9ec 100644 --- a/apps/dav/lib/connector/sabre/principal.php +++ b/apps/dav/lib/connector/sabre/principal.php @@ -1,17 +1,16 @@ - * @author Felix Moeller * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Sebastian Döll + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Thomas Tanghus * @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/apps/dav/lib/connector/sabre/quotaplugin.php b/apps/dav/lib/connector/sabre/quotaplugin.php index 8340d489dc0a3c01a28360b7a1d60c89cda1a565..a02827da499718592529a8e92f435b31e02eb72f 100644 --- a/apps/dav/lib/connector/sabre/quotaplugin.php +++ b/apps/dav/lib/connector/sabre/quotaplugin.php @@ -3,13 +3,13 @@ * @author Felix Moeller * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author scambra * @author Scrutinizer Auto-Fixer * @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/apps/dav/lib/connector/sabre/server.php b/apps/dav/lib/connector/sabre/server.php index eafe1b537f83bac2bea2ddeeba2c05627b3916eb..421fc64422df8c955c3dd0f8cd930d034f1eeecc 100644 --- a/apps/dav/lib/connector/sabre/server.php +++ b/apps/dav/lib/connector/sabre/server.php @@ -5,7 +5,7 @@ * @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/apps/dav/lib/connector/sabre/serverfactory.php b/apps/dav/lib/connector/sabre/serverfactory.php index 0f0377e96bd0d0a601e3930279b4f07c42d87cb6..c8c4a05b458aaf3e356b2e64d561e55f0dda5ca8 100644 --- a/apps/dav/lib/connector/sabre/serverfactory.php +++ b/apps/dav/lib/connector/sabre/serverfactory.php @@ -1,9 +1,11 @@ + * @author Lukas Reschke * @author Robin Appelman + * @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/connector/sabre/taglist.php b/apps/dav/lib/connector/sabre/taglist.php index 1b32d4b10473a0ffb0245bd391304122d2c3d82f..fda3aa04ecddbe398635a40a7f8806176aab2f31 100644 --- a/apps/dav/lib/connector/sabre/taglist.php +++ b/apps/dav/lib/connector/sabre/taglist.php @@ -1,9 +1,10 @@ + * @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/apps/dav/lib/connector/sabre/tagsplugin.php b/apps/dav/lib/connector/sabre/tagsplugin.php index 778d43f1b3acd9a9ed79e21c74fab84c13467857..c26efe2f9985dfa9ec8eefc15552467729103014 100644 --- a/apps/dav/lib/connector/sabre/tagsplugin.php +++ b/apps/dav/lib/connector/sabre/tagsplugin.php @@ -1,8 +1,9 @@ * @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/apps/dav/lib/dav/groupprincipalbackend.php b/apps/dav/lib/dav/groupprincipalbackend.php index 156dc2c1285f5c9b2b8d402e6d4b3baa3cbc13b0..34c00b7927eb5cfaedfb84a7614944076563894b 100644 --- a/apps/dav/lib/dav/groupprincipalbackend.php +++ b/apps/dav/lib/dav/groupprincipalbackend.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; use OCP\IGroup; diff --git a/apps/dav/lib/dav/systemprincipalbackend.php b/apps/dav/lib/dav/systemprincipalbackend.php index f65cd8bfc363a0795082ead329f2dece01dca487..8001ec4e6c6a60cfef8abfd0533431d7e7ca37bd 100644 --- a/apps/dav/lib/dav/systemprincipalbackend.php +++ b/apps/dav/lib/dav/systemprincipalbackend.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/dav/lib/files/custompropertiesbackend.php b/apps/dav/lib/files/custompropertiesbackend.php index 83776997a52952aefc97aaf9d1ac187937722ccf..96082331cff1a7cc83f6efdf8dbec5ada6590137 100644 --- a/apps/dav/lib/files/custompropertiesbackend.php +++ b/apps/dav/lib/files/custompropertiesbackend.php @@ -1,11 +1,8 @@ - * @author Morris Jobke * @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/apps/dav/lib/files/fileshome.php b/apps/dav/lib/files/fileshome.php index 5e145a2b002c027eabf91e9609dea26d9af1bded..d56b95881c359937930b63394db4b4950ce193df 100644 --- a/apps/dav/lib/files/fileshome.php +++ b/apps/dav/lib/files/fileshome.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\Files; use OCA\DAV\Connector\Sabre\Directory; diff --git a/apps/dav/lib/files/rootcollection.php b/apps/dav/lib/files/rootcollection.php index bbe3c784a53eadc363735511e8e008f06431b6f1..63328aac8e3863585357369af4c973f5d7d7784b 100644 --- a/apps/dav/lib/files/rootcollection.php +++ b/apps/dav/lib/files/rootcollection.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\Files; use Sabre\DAVACL\AbstractPrincipalCollection; diff --git a/apps/dav/lib/rootcollection.php b/apps/dav/lib/rootcollection.php index 053ff47f97721dccf301a281502da9bd0cbccc97..8e0e0c6b86f7ad2303e9eb5dd8c3fbfea235dbe3 100644 --- a/apps/dav/lib/rootcollection.php +++ b/apps/dav/lib/rootcollection.php @@ -1,5 +1,24 @@ + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV; use OCA\DAV\CalDAV\CalDavBackend; diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php index 93e903e6bf1a1946f1f472258d4b50c6a2408854..a4d07d5e08e430b9344e21aa46c122b37c110af6 100644 --- a/apps/dav/lib/server.php +++ b/apps/dav/lib/server.php @@ -1,5 +1,25 @@ + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV; use OCA\DAV\CalDAV\Schedule\IMipPlugin; diff --git a/apps/dav/lib/systemtag/systemtagmappingnode.php b/apps/dav/lib/systemtag/systemtagmappingnode.php index cbf8542a4fd3c1ab18df5e40529641eea78ca804..6911634975bc903cd36a3e22ec45c44c66c00c54 100644 --- a/apps/dav/lib/systemtag/systemtagmappingnode.php +++ b/apps/dav/lib/systemtag/systemtagmappingnode.php @@ -1,8 +1,9 @@ * @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/apps/dav/lib/systemtag/systemtagnode.php b/apps/dav/lib/systemtag/systemtagnode.php index 7ab4a8a14f442e3cbcda2cb2d412de61323e254e..eff1199a43c22b645be879d702ed86f1c195d1bb 100644 --- a/apps/dav/lib/systemtag/systemtagnode.php +++ b/apps/dav/lib/systemtag/systemtagnode.php @@ -1,8 +1,9 @@ * @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/apps/dav/lib/systemtag/systemtagplugin.php b/apps/dav/lib/systemtag/systemtagplugin.php index 51db0632549cfc78d57331b21b9b557e8960b5e8..2cab9ba8d50b400ca7c3b7135e155d81fef4cdb7 100644 --- a/apps/dav/lib/systemtag/systemtagplugin.php +++ b/apps/dav/lib/systemtag/systemtagplugin.php @@ -1,8 +1,9 @@ * @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/apps/dav/lib/systemtag/systemtagsbyidcollection.php b/apps/dav/lib/systemtag/systemtagsbyidcollection.php index 974d04efa5f67aeb6e547fa2f096a07ed77f7af9..5df3d3f8310928d54ad653654c0261aa96e3be6f 100644 --- a/apps/dav/lib/systemtag/systemtagsbyidcollection.php +++ b/apps/dav/lib/systemtag/systemtagsbyidcollection.php @@ -1,8 +1,10 @@ + * @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/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php b/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php index 89e8620614b88a98a6c924c5a6e5e1d79aa5c701..3d6834546732959ec5325d82941d95e20f21bc9c 100644 --- a/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php +++ b/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php @@ -2,7 +2,7 @@ /** * @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/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php b/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php index 2a28b9c83aa8d13170f0984a259a7a5ef5a26cac..949c7df9feeaba874fa2c773c3d65a679ec755cd 100644 --- a/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php +++ b/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php @@ -1,8 +1,10 @@ + * @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/apps/dav/lib/systemtag/systemtagsrelationscollection.php b/apps/dav/lib/systemtag/systemtagsrelationscollection.php index 44069bca02c9b0087412cbacf18606cd09e7be06..7d3d9ed75b1e6a81d48a4167ce9ff7120656e436 100644 --- a/apps/dav/lib/systemtag/systemtagsrelationscollection.php +++ b/apps/dav/lib/systemtag/systemtagsrelationscollection.php @@ -1,8 +1,9 @@ * @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/apps/dav/tests/unit/bootstrap.php b/apps/dav/tests/unit/bootstrap.php index b6ea48ec9036ef9f496cb14e95578d285a3f2e58..f6733bc7a3e52eb886542d7744eaf5bbdccf8781 100644 --- a/apps/dav/tests/unit/bootstrap.php +++ b/apps/dav/tests/unit/bootstrap.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 + * + */ if (!defined('PHPUNIT_RUN')) { define('PHPUNIT_RUN', 1); } diff --git a/apps/dav/tests/unit/caldav/caldavbackendtest.php b/apps/dav/tests/unit/caldav/caldavbackendtest.php index e9483a47a784271f2773ed56a7c421dc1dd2624b..939fd36fba84d4f14543d33394ae12b6965a72d9 100644 --- a/apps/dav/tests/unit/caldav/caldavbackendtest.php +++ b/apps/dav/tests/unit/caldav/caldavbackendtest.php @@ -1,8 +1,8 @@ + * @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/caldav/schedule/imipplugintest.php b/apps/dav/tests/unit/caldav/schedule/imipplugintest.php index 49059e93aef6d4a32f74ec8fb4b572b75996d516..fcbf4fde04c4532e9c54591afa8a3598db1173fa 100644 --- a/apps/dav/tests/unit/caldav/schedule/imipplugintest.php +++ b/apps/dav/tests/unit/caldav/schedule/imipplugintest.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/dav/tests/unit/carddav/addressbookimpltest.php b/apps/dav/tests/unit/carddav/addressbookimpltest.php index 73053888b9d837c44cf753fb15a56e645f707407..ff7b982abd4ea18cccd07e088f3dbd3703b0b566 100644 --- a/apps/dav/tests/unit/carddav/addressbookimpltest.php +++ b/apps/dav/tests/unit/carddav/addressbookimpltest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/carddav/carddavbackendtest.php b/apps/dav/tests/unit/carddav/carddavbackendtest.php index 2f5e9eeded6b9d53e518c1c2ad740a450ee2ebdf..3841d1904abbd9d2185c0464c41e2201aade7645 100644 --- a/apps/dav/tests/unit/carddav/carddavbackendtest.php +++ b/apps/dav/tests/unit/carddav/carddavbackendtest.php @@ -1,8 +1,10 @@ + * @author Arthur Schiwon + * @author Björn Schießle + * @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/carddav/convertertest.php b/apps/dav/tests/unit/carddav/convertertest.php index bae7e383f9a9c211fa97db433d92ef868745490e..52393616b3c29b98a94f6ff5efc2bd45f7a7f153 100644 --- a/apps/dav/tests/unit/carddav/convertertest.php +++ b/apps/dav/tests/unit/carddav/convertertest.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/carddav/sharing/plugintest.php b/apps/dav/tests/unit/carddav/sharing/plugintest.php index e9532acbe3b2441d491c3ef71df8b84fc72ce04b..3dce0fb6083f554129d7fbaecd49b35eefaeddf6 100644 --- a/apps/dav/tests/unit/carddav/sharing/plugintest.php +++ b/apps/dav/tests/unit/carddav/sharing/plugintest.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/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php b/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php index 3004c03b2660e5509a27390b88ea118985919f4d..d02064531ab5c4e39ace47988d809bca2d625a51 100644 --- a/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/BlockLegacyClientPluginTest.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/connector/sabre/DummyGetResponsePluginTest.php b/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php index d2d4a849a515dc4160dd1b33cfbade751343c031..0ead617f461b3e6a1e82d72120b3cdd6ff29e7d2 100644 --- a/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/DummyGetResponsePluginTest.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/connector/sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php index 8539e9c06eea875885d33ecfb0f1ced7e8f24c21..30d2bf4181038b666d4559d80b3ebc19d478de94 100644 --- a/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/FakeLockerPluginTest.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/connector/sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php index 34fa7f7eef92277ba7675b10772261bac75cb329..dea1e64db1d16a2925ebba6026e9a844cefbbe73 100644 --- a/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/connector/sabre/MaintenancePluginTest.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/dav/tests/unit/connector/sabre/auth.php b/apps/dav/tests/unit/connector/sabre/auth.php index 5e1cdfb03d823a66d80a0a1644487a69fdae086c..5ff736664f394c76ae5b95c25e5512c6ab3b3a29 100644 --- a/apps/dav/tests/unit/connector/sabre/auth.php +++ b/apps/dav/tests/unit/connector/sabre/auth.php @@ -1,8 +1,11 @@ + * @author Roeland Jago Douma + * @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/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php b/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php index 74dd4edd8cf21bfe69ee77024feec541c34dd83e..7f6fb26e4d1d5fd46a548e9c76e32c59171000b9 100644 --- a/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php +++ b/apps/dav/tests/unit/connector/sabre/copyetagheaderplugintest.php @@ -1,5 +1,24 @@ + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; /** diff --git a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php index 1a973a28ed42dc66bf2a24b8a3deb7882bb75de5..e0ba61e913418d1aa2051d3c813054878fe735a2 100644 --- a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php +++ b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php @@ -1,5 +1,24 @@ + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; /** diff --git a/apps/dav/tests/unit/connector/sabre/directory.php b/apps/dav/tests/unit/connector/sabre/directory.php index 75c4828641bffb644b516f20becd7c9e284f3669..317e089925b2a931ef8264e433375ae428398680 100644 --- a/apps/dav/tests/unit/connector/sabre/directory.php +++ b/apps/dav/tests/unit/connector/sabre/directory.php @@ -1,10 +1,25 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Robin Appelman + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php b/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php index 19799c71b9e47f24565216132481aa52e31aa706..36ea97df9f7dad1c5e45f0f3f68abe6392447032 100644 --- a/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php +++ b/apps/dav/tests/unit/connector/sabre/exception/forbiddentest.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\Exception; diff --git a/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php b/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php index 4296a4d5618da86254bc2af9942e5ddfc4e864ef..431a0484d65f5a90d6f0b9d5cf3341d6f4a095ed 100644 --- a/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php +++ b/apps/dav/tests/unit/connector/sabre/exception/invalidpathtest.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\Exception; diff --git a/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php b/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php index 0c364df012bb490227727e837e3ea65b67950aba..b76285be336bf7a818746bbd483da534005667d2 100644 --- a/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php +++ b/apps/dav/tests/unit/connector/sabre/exceptionloggerplugin.php @@ -1,10 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Thomas 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\DAV\Tests\Unit\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/file.php b/apps/dav/tests/unit/connector/sabre/file.php index ad4c1d29ed4bdd81161e358dd1e2cff8e035d22e..c1c162f1373a213f4b070a67fcab487afbdee799 100644 --- a/apps/dav/tests/unit/connector/sabre/file.php +++ b/apps/dav/tests/unit/connector/sabre/file.php @@ -1,9 +1,26 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Robin Appelman + * @author Scrutinizer Auto-Fixer + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/filesplugin.php b/apps/dav/tests/unit/connector/sabre/filesplugin.php index 642fc3258cd2cb802f11331e5e5747a66077255e..cbc847ebdb8d981d443cd3cd9a915632b179bcd5 100644 --- a/apps/dav/tests/unit/connector/sabre/filesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/filesplugin.php @@ -1,5 +1,26 @@ + * @author Scrutinizer Auto-Fixer + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; use OCP\Files\StorageNotAvailableException; diff --git a/apps/dav/tests/unit/connector/sabre/node.php b/apps/dav/tests/unit/connector/sabre/node.php index cee64fb7dff2ae170a3b09dee4cc54b1f5493556..dfbd95bfad814176397b73b17ee0371ba0b7ee80 100644 --- a/apps/dav/tests/unit/connector/sabre/node.php +++ b/apps/dav/tests/unit/connector/sabre/node.php @@ -1,10 +1,24 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/objecttree.php b/apps/dav/tests/unit/connector/sabre/objecttree.php index 6164b96c986ce437fb69fbdab0a9ce2304834097..e5e858ef17b365f2f5817c663d9b18530b8b228a 100644 --- a/apps/dav/tests/unit/connector/sabre/objecttree.php +++ b/apps/dav/tests/unit/connector/sabre/objecttree.php @@ -1,9 +1,26 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Morris Jobke + * @author Robin Appelman + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/principal.php b/apps/dav/tests/unit/connector/sabre/principal.php index 160d5744260ea57a54e37dc3521b95c604de1685..e0b459495b6b890fce32c22763014947f4c72995 100644 --- a/apps/dav/tests/unit/connector/sabre/principal.php +++ b/apps/dav/tests/unit/connector/sabre/principal.php @@ -1,11 +1,24 @@ + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see * - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; diff --git a/apps/dav/tests/unit/connector/sabre/quotaplugin.php b/apps/dav/tests/unit/connector/sabre/quotaplugin.php index 470fd9cbf850c17a0db0e00230f5acc086ac13d2..cc4339ecc1a71e6e1fd89121466cdcf397d82c28 100644 --- a/apps/dav/tests/unit/connector/sabre/quotaplugin.php +++ b/apps/dav/tests/unit/connector/sabre/quotaplugin.php @@ -1,5 +1,25 @@ + * @author Thomas Müller + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; /** * Copyright (c) 2013 Thomas Müller diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/auth.php b/apps/dav/tests/unit/connector/sabre/requesttest/auth.php index 3caa019af8de8b243d78efa76c0481fcbe0dc213..b728a8f3bd890da1ee4a9d7ef34a7f66fdbc1c0c 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/auth.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/auth.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php index 29454c38218a51d2d503ff702dbc932da4dd07ee..3d047399a1f362199b4d48cadb14feb9ca39cfa5 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/downloadtest.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php index b79dfa0c2659fae1a8aa2860a7c19f618d3ac4eb..c5c6d0da0c2361c50b3c007cade497e668219b4b 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/encryptionuploadtest.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php b/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php index 53cd186bbc8d27839920b708bb84da9f2e4fdade..a6a0f9d3b862950103ef656f5ee5c1841055db6c 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/exceptionplugin.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php b/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php index a83f25c15854ecf329087273767bdb17b1808c56..764981e3717dc564dbb92e38ebd46c18d12cc34c 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/requesttest.php @@ -1,9 +1,25 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Lukas Reschke + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php b/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php index 3af94010288f17eb9087df6a78fdfca3f9455949..6407d9bc28b052e19198bd35429627057ff02638 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/sapi.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php b/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php index c1876a7f29f202cdee387b253d6e9c1599728a6c..ae30268e3669b45dd479c57d6b154d8d56ffecba 100644 --- a/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php +++ b/apps/dav/tests/unit/connector/sabre/requesttest/uploadtest.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * @author Thomas Müller + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * 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\Connector\Sabre\RequestTest; diff --git a/apps/dav/tests/unit/connector/sabre/tagsplugin.php b/apps/dav/tests/unit/connector/sabre/tagsplugin.php index f1f6cc40dabb46a55799e1dfe3d1596314825cc1..95ba002e3939224fee4cc783729d8bf0ab608e9a 100644 --- a/apps/dav/tests/unit/connector/sabre/tagsplugin.php +++ b/apps/dav/tests/unit/connector/sabre/tagsplugin.php @@ -1,5 +1,24 @@ + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; /** diff --git a/apps/dav/tests/unit/dav/groupprincipaltest.php b/apps/dav/tests/unit/dav/groupprincipaltest.php index bb1bd2526edf92b2df6729d7de4312d64ab9470a..9d0126393106ed45cd2dd6aa3321b53591c94ab7 100644 --- a/apps/dav/tests/unit/dav/groupprincipaltest.php +++ b/apps/dav/tests/unit/dav/groupprincipaltest.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\DAV; use OCA\DAV\DAV\GroupPrincipalBackend; diff --git a/apps/dav/tests/unit/dav/systemprincipalbackendtest.php b/apps/dav/tests/unit/dav/systemprincipalbackendtest.php index 96b1a8592c25f62f8294705b0d73e009c2e527d1..26717f7509b47009cb9530222792d7214b6dd808 100644 --- a/apps/dav/tests/unit/dav/systemprincipalbackendtest.php +++ b/apps/dav/tests/unit/dav/systemprincipalbackendtest.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/dav/tests/unit/systemtag/systemtagmappingnode.php b/apps/dav/tests/unit/systemtag/systemtagmappingnode.php index aef62a1acb2e79ab2e66bc9fee8429d2f0d35359..14661302d475a2c63a52b24539ac45dff1e78911 100644 --- a/apps/dav/tests/unit/systemtag/systemtagmappingnode.php +++ b/apps/dav/tests/unit/systemtag/systemtagmappingnode.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/dav/tests/unit/systemtag/systemtagnode.php b/apps/dav/tests/unit/systemtag/systemtagnode.php index a43dda3025d245f2f5f17e2ec8ce90616286a36b..1407d2274f9df4d4a40dba543b7e16a9bdf88ebf 100644 --- a/apps/dav/tests/unit/systemtag/systemtagnode.php +++ b/apps/dav/tests/unit/systemtag/systemtagnode.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/dav/tests/unit/systemtag/systemtagplugin.php b/apps/dav/tests/unit/systemtag/systemtagplugin.php index 48c9aa69f7b5d07f8c0a2cbbfafbf49378566d0e..59fbd0bcbd165e87ce2237400a8e7aaa8a796f61 100644 --- a/apps/dav/tests/unit/systemtag/systemtagplugin.php +++ b/apps/dav/tests/unit/systemtag/systemtagplugin.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php b/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php index fa9e42d04f964e4fa71acdc220d9b66f7f050cbc..4ed54cfef6ffc08c364e196ba885cdcb7357934f 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsbyidcollection.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php b/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php index a9b34f5ae1992f3e1203de61ec8e8b56c82ace58..07998082c3bec6eef3ef7d069a2aa374188217bb 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsobjectmappingcollection.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php b/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php index 39223ff91222aa5fdc592e4d48cf68354bd2f485..ba63fad39aaa7f816f7626f8b8d31bb4f8ce1552 100644 --- a/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php +++ b/apps/dav/tests/unit/systemtag/systemtagsobjecttypecollection.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Vincent Petry + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OCA\DAV\Tests\Unit\SystemTag; diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 1f336c05a8c02d75b5ebdb72b890d5ae60d54ed1..7c684b563d85a664c427bef08f4ae33095ea63d9 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php index 6275047252e6475cc9b8270cdcf2f91fadcf7b89..433e9e86284b1a1f6cb765098234d347eaae9f3d 100644 --- a/apps/encryption/appinfo/application.php +++ b/apps/encryption/appinfo/application.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @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/encryption/appinfo/register_command.php b/apps/encryption/appinfo/register_command.php index 4987ef24d610c4973a1f96afea0a37b8f909ecb8..2bb49d55c2e031fc1691f781869e62c68b00972f 100644 --- a/apps/encryption/appinfo/register_command.php +++ b/apps/encryption/appinfo/register_command.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/appinfo/routes.php b/apps/encryption/appinfo/routes.php index 260337361e84fa0df54999b5aca73c70039ea1c7..2ceba7898e9d13ba83bc873b7700360162542d07 100644 --- a/apps/encryption/appinfo/routes.php +++ b/apps/encryption/appinfo/routes.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/encryption/command/enablemasterkey.php b/apps/encryption/command/enablemasterkey.php index f49579a3b81a45d191ce24a87e218fd7bce6eda2..fd86c2211761b0cb35fffe92168827c550571a82 100644 --- a/apps/encryption/command/enablemasterkey.php +++ b/apps/encryption/command/enablemasterkey.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/command/migratekeys.php b/apps/encryption/command/migratekeys.php index 89e2aa0161077f2915af609fd7c3b025d9d15676..88d8d46973f3a24a6d3073ca5c98fc54b773aa9d 100644 --- a/apps/encryption/command/migratekeys.php +++ b/apps/encryption/command/migratekeys.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/controller/recoverycontroller.php b/apps/encryption/controller/recoverycontroller.php index f1a2651443e0fd8e229cb9c0ecf6bb1cd80c0c7f..e4b02e004dc53526b7603b661a7e78278d81b857 100644 --- a/apps/encryption/controller/recoverycontroller.php +++ b/apps/encryption/controller/recoverycontroller.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @author Lukas Reschke * - * @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/encryption/controller/settingscontroller.php b/apps/encryption/controller/settingscontroller.php index 59e23087b3a6af99b82f339164dfb9092ffba7ca..5c171a23aec47161a9a2c86b58c153606f9520a7 100644 --- a/apps/encryption/controller/settingscontroller.php +++ b/apps/encryption/controller/settingscontroller.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/controller/statuscontroller.php b/apps/encryption/controller/statuscontroller.php index 409fe1a258ba74ab9be348cb97b75f62393ada27..99fdc68c3d0b07ef33a3e85a593666df25927452 100644 --- a/apps/encryption/controller/statuscontroller.php +++ b/apps/encryption/controller/statuscontroller.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/encryption/hooks/contracts/ihook.php b/apps/encryption/hooks/contracts/ihook.php index d4f20700d781d405a74ccd2505e098eddb636ce8..4bf7ead8c155e3b555022dbc7baa3cbb8993dfd8 100644 --- a/apps/encryption/hooks/contracts/ihook.php +++ b/apps/encryption/hooks/contracts/ihook.php @@ -2,7 +2,7 @@ /** * @author Clark Tomlinson * - * @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/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index 4a5f1198fcfc0263e7667934aa03f226c6c3e01c..3f84187bc1e360bf73248aa071fd7d46f0332827 100644 --- a/apps/encryption/hooks/userhooks.php +++ b/apps/encryption/hooks/userhooks.php @@ -2,9 +2,10 @@ /** * @author Björn Schießle * @author Clark Tomlinson + * @author Scrutinizer Auto-Fixer * @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/encryption/lib/crypto/crypt.php b/apps/encryption/lib/crypto/crypt.php index 12e9008545a3ce7c29c7d311677c75463385701e..e387380cd9516d81270212014b0eaabb9d69b0cc 100644 --- a/apps/encryption/lib/crypto/crypt.php +++ b/apps/encryption/lib/crypto/crypt.php @@ -4,9 +4,10 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke + * @author Scrutinizer Auto-Fixer * @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/encryption/lib/crypto/decryptall.php b/apps/encryption/lib/crypto/decryptall.php index 1daf3699d13ea6266ea2f9ac9ab3b109b57580ef..fa9a3e0db955f9428211f6c877c1162ca450a9a4 100644 --- a/apps/encryption/lib/crypto/decryptall.php +++ b/apps/encryption/lib/crypto/decryptall.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/lib/crypto/encryptall.php b/apps/encryption/lib/crypto/encryptall.php index 3bc2746f5fa91d6e04ef06cf8d42b135f9330073..18e93d2e120721f81012876bcfc0fdd3501ae4a9 100644 --- a/apps/encryption/lib/crypto/encryptall.php +++ b/apps/encryption/lib/crypto/encryptall.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/encryption/lib/crypto/encryption.php b/apps/encryption/lib/crypto/encryption.php index ea6c05c338f63d69725e6ea56208a4b1cfb069d6..3b66684a7f4936f789dfd64c7c7a70532f85a62f 100644 --- a/apps/encryption/lib/crypto/encryption.php +++ b/apps/encryption/lib/crypto/encryption.php @@ -5,9 +5,10 @@ * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Lukas Reschke + * @author Scrutinizer Auto-Fixer * @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/encryption/lib/exceptions/multikeydecryptexception.php b/apps/encryption/lib/exceptions/multikeydecryptexception.php index 48b916ff1b832b99c9433f1227e7c7081fd4f2b5..59bea59344d127d51533ebb5d6d07084bd002699 100644 --- a/apps/encryption/lib/exceptions/multikeydecryptexception.php +++ b/apps/encryption/lib/exceptions/multikeydecryptexception.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/encryption/lib/exceptions/multikeyencryptexception.php b/apps/encryption/lib/exceptions/multikeyencryptexception.php index 197e06adbf3b145be21f73b560c004e4abfa7088..bc0872ffdd22288892372ac61c4f018d5a40848d 100644 --- a/apps/encryption/lib/exceptions/multikeyencryptexception.php +++ b/apps/encryption/lib/exceptions/multikeyencryptexception.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/encryption/lib/exceptions/privatekeymissingexception.php b/apps/encryption/lib/exceptions/privatekeymissingexception.php index 29db5a166417d524531813a9cf24eb11de633675..fe162a8f5c47efc414e696039d24a84325170564 100644 --- a/apps/encryption/lib/exceptions/privatekeymissingexception.php +++ b/apps/encryption/lib/exceptions/privatekeymissingexception.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @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/encryption/lib/exceptions/publickeymissingexception.php b/apps/encryption/lib/exceptions/publickeymissingexception.php index 078add0369abec1a7fe04a2a6365243ab83e26e2..6fad4693dcc6b39bf7b9b10833ba282e5a8a0af1 100644 --- a/apps/encryption/lib/exceptions/publickeymissingexception.php +++ b/apps/encryption/lib/exceptions/publickeymissingexception.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/encryption/lib/hookmanager.php b/apps/encryption/lib/hookmanager.php index ab059369333f35a0140122337fbcb7b05b47f8ee..a4269dca0315fee92da2d19ac884d8d7883b0f95 100644 --- a/apps/encryption/lib/hookmanager.php +++ b/apps/encryption/lib/hookmanager.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/encryption/lib/keymanager.php b/apps/encryption/lib/keymanager.php index 8fa42be27fcd7cbde906bc0624125d716ae94ad9..eede8b969d6da2ab6e16159e303b1bb8685e7597 100644 --- a/apps/encryption/lib/keymanager.php +++ b/apps/encryption/lib/keymanager.php @@ -2,9 +2,11 @@ /** * @author Björn Schießle * @author Clark Tomlinson + * @author Lukas Reschke + * @author Scrutinizer Auto-Fixer * @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/encryption/lib/migration.php b/apps/encryption/lib/migration.php index 7bc399ddcbeaa13ce7300db3d4648814b6b1ef39..1b79ddfe7f1e53e894de258c2b42fe3a8e505417 100644 --- a/apps/encryption/lib/migration.php +++ b/apps/encryption/lib/migration.php @@ -2,8 +2,10 @@ /** * @author Björn Schießle * @author Joas Schilling + * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * - * @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/encryption/lib/recovery.php b/apps/encryption/lib/recovery.php index 98d8c79a40a42f120c3ca332133ba805e1471e85..8833ea8f0ed0589493018a88960a677c05d2bd59 100644 --- a/apps/encryption/lib/recovery.php +++ b/apps/encryption/lib/recovery.php @@ -2,8 +2,10 @@ /** * @author Björn Schießle * @author Clark Tomlinson + * @author Lukas Reschke + * @author Scrutinizer Auto-Fixer * - * @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/encryption/lib/session.php b/apps/encryption/lib/session.php index 2c83319d71e8d32a717c45bfaf05c6b20f2eb347..62cc09b018dbb10a2370a70eea85afe9550a209d 100644 --- a/apps/encryption/lib/session.php +++ b/apps/encryption/lib/session.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @author Lukas Reschke * - * @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/encryption/lib/users/setup.php b/apps/encryption/lib/users/setup.php index 99368cab0808b492a7c0b08993a60da06e26982a..0b5fb351aca40db420ea347413f7387b8634fa8e 100644 --- a/apps/encryption/lib/users/setup.php +++ b/apps/encryption/lib/users/setup.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @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/encryption/lib/util.php b/apps/encryption/lib/util.php index 62907f8a460e9f2be7132e9532c0da3bfb8c0d64..e87ed478a1ad4c313e19bcdd8509854c0e5a7ff0 100644 --- a/apps/encryption/lib/util.php +++ b/apps/encryption/lib/util.php @@ -2,8 +2,9 @@ /** * @author Björn Schießle * @author Clark Tomlinson + * @author Phil Davis * - * @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/encryption/settings/settings-admin.php b/apps/encryption/settings/settings-admin.php index 32640ef06619230530041badc255287b3147cc57..c3d523f27da9d78635a317875e5e68136fa5d418 100644 --- a/apps/encryption/settings/settings-admin.php +++ b/apps/encryption/settings/settings-admin.php @@ -2,9 +2,10 @@ /** * @author Björn Schießle * @author Clark Tomlinson + * @author Lukas Reschke * @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/encryption/settings/settings-personal.php b/apps/encryption/settings/settings-personal.php index 3815626ee648754064f37d588a36b9aaf84fce27..2dff59048503a8a1c78188632b732c3237217f1b 100644 --- a/apps/encryption/settings/settings-personal.php +++ b/apps/encryption/settings/settings-personal.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @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/encryption/tests/command/testenablemasterkey.php b/apps/encryption/tests/command/testenablemasterkey.php index c905329269e1b4d34e329a8c2fbe967bc220cea7..e408a7c2b1496ead7305e9268649029bf9dd17f0 100644 --- a/apps/encryption/tests/command/testenablemasterkey.php +++ b/apps/encryption/tests/command/testenablemasterkey.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/tests/controller/RecoveryControllerTest.php b/apps/encryption/tests/controller/RecoveryControllerTest.php index 6c554c97ae9da22534f833f00c0beeefc51593b1..a43491398964a7ec48b2c237b665e1ad1de823ca 100644 --- a/apps/encryption/tests/controller/RecoveryControllerTest.php +++ b/apps/encryption/tests/controller/RecoveryControllerTest.php @@ -2,7 +2,7 @@ /** * @author Clark Tomlinson * - * @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/encryption/tests/controller/SettingsControllerTest.php b/apps/encryption/tests/controller/SettingsControllerTest.php index 3b30e61a45b7fd3c1020d855510bee824f539fdb..61391a33002cd3021bc1cd5e48ccc622eb236dab 100644 --- a/apps/encryption/tests/controller/SettingsControllerTest.php +++ b/apps/encryption/tests/controller/SettingsControllerTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/tests/controller/StatusControllerTest.php b/apps/encryption/tests/controller/StatusControllerTest.php index b57fd1cc33e5ed09be70cc2f609a23b31ad56248..3c937623b7ab45f814b1437e68c431b725a73b63 100644 --- a/apps/encryption/tests/controller/StatusControllerTest.php +++ b/apps/encryption/tests/controller/StatusControllerTest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/tests/hooks/UserHooksTest.php b/apps/encryption/tests/hooks/UserHooksTest.php index ada0081f649c116895ea6b90fa41ef38c7151306..08d1981266c5a6f77110566636e7f156e9ffc952 100644 --- a/apps/encryption/tests/hooks/UserHooksTest.php +++ b/apps/encryption/tests/hooks/UserHooksTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/encryption/tests/lib/HookManagerTest.php b/apps/encryption/tests/lib/HookManagerTest.php index 288b27b5d8b3896176585b97e10f8555f0d1c441..d69674faec0281ce17b2f66ead55d7c8260c860f 100644 --- a/apps/encryption/tests/lib/HookManagerTest.php +++ b/apps/encryption/tests/lib/HookManagerTest.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @author Joas Schilling * - * @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/encryption/tests/lib/KeyManagerTest.php b/apps/encryption/tests/lib/KeyManagerTest.php index 35ae8ad6ca065647baf73f8c0e6e089045f5ed60..bf109685b8bea3488f3af303817703b1aa7102ac 100644 --- a/apps/encryption/tests/lib/KeyManagerTest.php +++ b/apps/encryption/tests/lib/KeyManagerTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @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/encryption/tests/lib/MigrationTest.php b/apps/encryption/tests/lib/MigrationTest.php index 6df72ac1bf618fdfc553fc98ccfc4acb0b780d79..f00704e42e87a9518b26731fa574fbf617e3cfc1 100644 --- a/apps/encryption/tests/lib/MigrationTest.php +++ b/apps/encryption/tests/lib/MigrationTest.php @@ -3,8 +3,10 @@ * @author Björn Schießle * @author Joas Schilling * @author Robin Appelman + * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * - * @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/encryption/tests/lib/RecoveryTest.php b/apps/encryption/tests/lib/RecoveryTest.php index 82f5341960e28d05b6a1eee8ac7d434d316f53d2..68c21c80b3460b90e280f52fb97027fc44a7a647 100644 --- a/apps/encryption/tests/lib/RecoveryTest.php +++ b/apps/encryption/tests/lib/RecoveryTest.php @@ -3,8 +3,9 @@ * @author Björn Schießle * @author Clark Tomlinson * @author Joas Schilling + * @author Lukas Reschke * - * @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/encryption/tests/lib/SessionTest.php b/apps/encryption/tests/lib/SessionTest.php index 1cc0d89a93d97fe564b5137c20f57dc53ebdf830..f7a8a0369bb04859a0205217c60933e74cf07bd5 100644 --- a/apps/encryption/tests/lib/SessionTest.php +++ b/apps/encryption/tests/lib/SessionTest.php @@ -4,7 +4,7 @@ * @author Clark Tomlinson * @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/encryption/tests/lib/UtilTest.php b/apps/encryption/tests/lib/UtilTest.php index d55b6b50b3efa827644ab09d0a1471eea981bf33..fa90125d6e988e28d8f6e230169ce958a30f0070 100644 --- a/apps/encryption/tests/lib/UtilTest.php +++ b/apps/encryption/tests/lib/UtilTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/encryption/tests/lib/crypto/cryptTest.php b/apps/encryption/tests/lib/crypto/cryptTest.php index cad347618400f25ca8519687bf37939fad4acdf7..e599cc28963259e437a7e895b64cfafc5c864f56 100644 --- a/apps/encryption/tests/lib/crypto/cryptTest.php +++ b/apps/encryption/tests/lib/crypto/cryptTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/tests/lib/crypto/decryptalltest.php b/apps/encryption/tests/lib/crypto/decryptalltest.php index d6a52fe97c02b97c093508f4df8f1402f7650ecc..84819aa73bd55ecbf7d03b43c9d1d61b0a780b12 100644 --- a/apps/encryption/tests/lib/crypto/decryptalltest.php +++ b/apps/encryption/tests/lib/crypto/decryptalltest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/tests/lib/crypto/encryptalltest.php b/apps/encryption/tests/lib/crypto/encryptalltest.php index e907d154a2d9997c426f55af22498774dcdedfef..04d931342a7e418b263c4e57116cc428aebb49f8 100644 --- a/apps/encryption/tests/lib/crypto/encryptalltest.php +++ b/apps/encryption/tests/lib/crypto/encryptalltest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/tests/lib/crypto/encryptionTest.php b/apps/encryption/tests/lib/crypto/encryptionTest.php index 138c1bc94469afcb30a8251ba8744d8fd51222e1..62e77c742d80b8ab6e6f1ca292d4588734397032 100644 --- a/apps/encryption/tests/lib/crypto/encryptionTest.php +++ b/apps/encryption/tests/lib/crypto/encryptionTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/tests/lib/users/SetupTest.php b/apps/encryption/tests/lib/users/SetupTest.php index 022bf5dc466749e5cb18466102d9b0bbc5c8d2d0..0cc59384b1696c5f608ded3ca9f0ac042580efa8 100644 --- a/apps/encryption/tests/lib/users/SetupTest.php +++ b/apps/encryption/tests/lib/users/SetupTest.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Clark Tomlinson * - * @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/api/ocsauthapi.php b/apps/federation/api/ocsauthapi.php index c089c89f9d4b88ddcf3df0520386cb87ac427d28..083be1b7ecd809b8c7bf7442308ae305ca02d1a8 100644 --- a/apps/federation/api/ocsauthapi.php +++ b/apps/federation/api/ocsauthapi.php @@ -1,8 +1,12 @@ + * @author Lukas Reschke + * @author Robin Appelman + * @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/federation/appinfo/app.php b/apps/federation/appinfo/app.php index 8cc77885d6f944219269f7153507a32a0b567893..6686f90121c367643b56e53f656499248a488c37 100644 --- a/apps/federation/appinfo/app.php +++ b/apps/federation/appinfo/app.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/appinfo/application.php b/apps/federation/appinfo/application.php index 0214d73d9009462db086b4cc0db0a956c3d1f7df..00b572aee9fe0dd1577ff70315c057c723786a3b 100644 --- a/apps/federation/appinfo/application.php +++ b/apps/federation/appinfo/application.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/apps/federation/appinfo/routes.php b/apps/federation/appinfo/routes.php index 8c1629a4fc6ef3368b2420ae1962421ec3c91498..6b4124094dfcef6be0aa52ad9c8d7709f76eab00 100644 --- a/apps/federation/appinfo/routes.php +++ b/apps/federation/appinfo/routes.php @@ -1,18 +1,18 @@ + * @author Björn Schießle * - * @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 -* it under the terms of the GNU Affero General Public License, version 3, + * 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. + * 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 diff --git a/apps/federation/backgroundjob/getsharedsecret.php b/apps/federation/backgroundjob/getsharedsecret.php index 8aa8a08e07b9599ed16f7153bc05fdb4a9e9e29e..cae446f915cab0cca758043f1c98ed650a201729 100644 --- a/apps/federation/backgroundjob/getsharedsecret.php +++ b/apps/federation/backgroundjob/getsharedsecret.php @@ -1,8 +1,10 @@ + * @author Robin Appelman + * @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/backgroundjob/requestsharedsecret.php b/apps/federation/backgroundjob/requestsharedsecret.php index a1906d2082339dad60861c77cd2a81e39fcb75d9..92305b7e8eae71feb3deefebdf3aba9d036ab3f5 100644 --- a/apps/federation/backgroundjob/requestsharedsecret.php +++ b/apps/federation/backgroundjob/requestsharedsecret.php @@ -1,8 +1,10 @@ + * @author Robin Appelman + * @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/controller/settingscontroller.php b/apps/federation/controller/settingscontroller.php index 2e28cd60cfa31c7a5d3c57a1e9a4955f00b5df6a..e5e46606f1258e200edbd008420869b9eff48cd2 100644 --- a/apps/federation/controller/settingscontroller.php +++ b/apps/federation/controller/settingscontroller.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/dbhandler.php b/apps/federation/lib/dbhandler.php index f50854fefb3ff9f490ac9fa1f1ab36114bd15b86..9e44c72cc42b6cbc7fc8313a8f4772f74a62fa97 100644 --- a/apps/federation/lib/dbhandler.php +++ b/apps/federation/lib/dbhandler.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/federation/lib/hooks.php b/apps/federation/lib/hooks.php index 4bf5be4e5b68cf21fbecdcf08ae459439a39895e..b7f63d27f55a8db752a8f2f3ba9023e7f26e608f 100644 --- a/apps/federation/lib/hooks.php +++ b/apps/federation/lib/hooks.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/trustedservers.php b/apps/federation/lib/trustedservers.php index d1a27bf12201eea0371e46836eea700a4840a34d..e3ce8228cc32bc32ca5e50fadb76cba90e6514b6 100644 --- a/apps/federation/lib/trustedservers.php +++ b/apps/federation/lib/trustedservers.php @@ -1,8 +1,9 @@ + * @author Roeland Jago Douma * - * @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/middleware/addservermiddleware.php b/apps/federation/middleware/addservermiddleware.php index 56552021dc268ff5393771181c8305c6b32d2bfb..cd9ccff44034c54bb22d71dcd9f85540bcef66fc 100644 --- a/apps/federation/middleware/addservermiddleware.php +++ b/apps/federation/middleware/addservermiddleware.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/settings/settings-admin.php b/apps/federation/settings/settings-admin.php index 76ae0c3b6e09bce348fba9b86c8a2d2a8e6d47fe..8c6bfe6bbbbac20b0a112759077b7f7c0aa44e07 100644 --- a/apps/federation/settings/settings-admin.php +++ b/apps/federation/settings/settings-admin.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/api/ocsauthapitest.php b/apps/federation/tests/api/ocsauthapitest.php index 0a708a0a9f27ab839feadfde2f85ffab4a8f3c58..9c751fff895759ea526024cf6fc556449cd81c80 100644 --- a/apps/federation/tests/api/ocsauthapitest.php +++ b/apps/federation/tests/api/ocsauthapitest.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/apps/federation/tests/backgroundjob/getsharedsecrettest.php b/apps/federation/tests/backgroundjob/getsharedsecrettest.php index cb3a294713a1149af30c5af792438853ab4382e2..08c8677415cf71418290c5afbbcc91cacee271da 100644 --- a/apps/federation/tests/backgroundjob/getsharedsecrettest.php +++ b/apps/federation/tests/backgroundjob/getsharedsecrettest.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/federation/tests/backgroundjob/requestsharedsecrettest.php b/apps/federation/tests/backgroundjob/requestsharedsecrettest.php index df81113c686ea776165d043e104afa718d16f96b..45f79e05249cd78bee3c931ce148004527698f95 100644 --- a/apps/federation/tests/backgroundjob/requestsharedsecrettest.php +++ b/apps/federation/tests/backgroundjob/requestsharedsecrettest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/controller/settingscontrollertest.php b/apps/federation/tests/controller/settingscontrollertest.php index efbc6911c52acbd3ed95f0a6c439802a82cab41e..65f7d5f91d3515e9ff0b3426ac37279879fb2970 100644 --- a/apps/federation/tests/controller/settingscontrollertest.php +++ b/apps/federation/tests/controller/settingscontrollertest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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 65126e39f72fd638fafd146257aa5a53fe5d438e..6fe5d9ea8efc1a8cfdba50ae631a2857f5f3e4d3 100644 --- a/apps/federation/tests/lib/dbhandlertest.php +++ b/apps/federation/tests/lib/dbhandlertest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/hookstest.php b/apps/federation/tests/lib/hookstest.php index 5b19c1674565c417d8fed90b28835401a4990b88..71569226dd29c50c559c08f7317da7de44e1db2a 100644 --- a/apps/federation/tests/lib/hookstest.php +++ b/apps/federation/tests/lib/hookstest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/trustedserverstest.php b/apps/federation/tests/lib/trustedserverstest.php index c1b3f83d69f7386704299be14d6f6b5f68e82382..e57391ed19829c4d5f0b3f26f7fb24c79d4d5c29 100644 --- a/apps/federation/tests/lib/trustedserverstest.php +++ b/apps/federation/tests/lib/trustedserverstest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/middleware/addservermiddlewaretest.php b/apps/federation/tests/middleware/addservermiddlewaretest.php index 1be5a34228563e8f8f21217a6594c834de02c379..a94d907ae7659ccdb744fd1040f24a785bf7c32b 100644 --- a/apps/federation/tests/middleware/addservermiddlewaretest.php +++ b/apps/federation/tests/middleware/addservermiddlewaretest.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/admin.php b/apps/files/admin.php index a2092c600a7c7d2936665c33a972722cf2a88e37..6e818a174bbd435c6a66a6ab72055743d8570081 100644 --- a/apps/files/admin.php +++ b/apps/files/admin.php @@ -1,16 +1,16 @@ + * @author Clark Tomlinson * @author Frank Karlitschek * @author Jakob Sack - * @author Lukas Reschke * @author Michael Göhler * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/ajax/download.php b/apps/files/ajax/download.php index 26bab8837b43603d8ae8a4f55518a27acb4ed03d..28ce4c6542e40f4279aaf5c13db9b374ffa672c1 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -9,7 +9,7 @@ * @author Morris Jobke * @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/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index 10f8704dded5623cd488a40670c244bdf8baa783..83466ecc03329ee6b803690d68a2e58998da2664 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -6,7 +6,7 @@ * @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/apps/files/ajax/list.php b/apps/files/ajax/list.php index 6cfa04b49d6d59c9b35861f6624e36b09e7cb4e3..26ec126becf550d641b06ef92de8688c3eba4cd7 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 14f56a24b4b5f07dbe110e79246215fe7d102892..5bf69d3e304d8a70bdcb58f4c98da996ef865a06 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -3,6 +3,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Clark Tomlinson * @author Florian Pritz * @author Frank Karlitschek * @author Individual IT Services @@ -16,7 +17,7 @@ * @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/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 61ff6d748f99faccce897b73a878cd628ee72640..94360786ac3167895329f5dbf2956ebb4c5469d9 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -3,11 +3,12 @@ * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Robin Appelman * @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/apps/files/appinfo/application.php b/apps/files/appinfo/application.php index 6aff517e17fefa2425be5fa0c269b295b278c867..bc6dc9fb9edd9e42a58a20a3ee43dff4a2662e1a 100644 --- a/apps/files/appinfo/application.php +++ b/apps/files/appinfo/application.php @@ -4,7 +4,7 @@ * @author Tobias Kaminsky * @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/apps/files/appinfo/install.php b/apps/files/appinfo/install.php index b47bf6ac4b00fa13b8719dc92bc472ee4271e8f6..485a5f2976d08a85709a38e7698e585b8fcd4354 100644 --- a/apps/files/appinfo/install.php +++ b/apps/files/appinfo/install.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/appinfo/register_command.php b/apps/files/appinfo/register_command.php index 7e541ca26f227f18c8700ba6347ddde003cba092..4aaf49df9e26829fb2ee16d5b6bad805d8334ddc 100644 --- a/apps/files/appinfo/register_command.php +++ b/apps/files/appinfo/register_command.php @@ -2,8 +2,9 @@ /** * @author Bart Visscher * @author Morris Jobke + * @author Roeland Jago Douma * - * @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/appinfo/routes.php b/apps/files/appinfo/routes.php index 844b73b3c41c136c1f046d7866e37af79dabbb0b..731c671b60aea795cffdba0ecfb5ad6601e92300 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -7,7 +7,7 @@ * @author Tom Needham * @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/apps/files/appinfo/update.php b/apps/files/appinfo/update.php index d181dff560bf054738a13dd5ad0a6e8174578055..df13696ab426d82da5e9f2772ec394f13c652701 100644 --- a/apps/files/appinfo/update.php +++ b/apps/files/appinfo/update.php @@ -2,9 +2,10 @@ /** * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * - * @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/command/deleteorphanedfiles.php b/apps/files/command/deleteorphanedfiles.php index 0dc9c29f4f7fdbb6a87b8d4fedf13e91aa2de433..d276e9a09938094bfd04a8210a1c2f8116bffe23 100644 --- a/apps/files/command/deleteorphanedfiles.php +++ b/apps/files/command/deleteorphanedfiles.php @@ -2,7 +2,7 @@ /** * @author Morris Jobke * - * @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/command/scan.php b/apps/files/command/scan.php index 7e00d8a2312686b7646ff66727881ee970c83489..da387f40c48c55da5a12881f382498e7790bcc08 100644 --- a/apps/files/command/scan.php +++ b/apps/files/command/scan.php @@ -2,11 +2,12 @@ /** * @author Bart Visscher * @author Jörn Friedrich Dreyer + * @author martin.mattel@diemattels.at * @author Morris Jobke * @author Robin Appelman * @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/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php index ee54db6319140bca816dfbf3840d4f2f4afb0682..c96d92a046b0a2c7eb9f0bc836717aa73e6fe3ed 100644 --- a/apps/files/controller/apicontroller.php +++ b/apps/files/controller/apicontroller.php @@ -8,7 +8,7 @@ * @author Tobias Kaminsky * @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/apps/files/controller/viewcontroller.php b/apps/files/controller/viewcontroller.php index d9c59592863ca1837dec70f1aa211e4846631db3..800cf008fa7f27772668bc2358fc8985de5dd149 100644 --- a/apps/files/controller/viewcontroller.php +++ b/apps/files/controller/viewcontroller.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/files/download.php b/apps/files/download.php index b058f0ebf5b72f0c918f1d67aa37508337e2de37..f71b54c47845e5ea7d7f6449add6652ad085d383 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -4,12 +4,12 @@ * @author Felix Moeller * @author Frank Karlitschek * @author Jakob Sack - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/files/lib/activity.php b/apps/files/lib/activity.php index a941572ed15c2263f280415f6ab640fe0e912a9f..8d53074da143b108b4f381604500e92358ae3c41 100644 --- a/apps/files/lib/activity.php +++ b/apps/files/lib/activity.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling * @author Morris Jobke + * @author Scrutinizer Auto-Fixer * - * @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/activityhelper.php b/apps/files/lib/activityhelper.php index f9ff722b1c239b35164f69389ddc8f3b2a6d51b2..046dd59bc7605ef450a661130349b55dd5fdf1ab 100644 --- a/apps/files/lib/activityhelper.php +++ b/apps/files/lib/activityhelper.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app.php b/apps/files/lib/app.php index 18813e224de1ca43b0fa526eae8cfba74da7ade4..981c41ff413a58b0a6bad20de3a46a0f5b129509 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -1,13 +1,11 @@ * @author Christopher Schäpers - * @author Jörn Friedrich Dreyer * @author Morris Jobke * @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/apps/files/lib/backgroundjob/scanfiles.php b/apps/files/lib/backgroundjob/scanfiles.php index 7371429a268b97c6c711b13353d9069c51344280..dcc180bcfbe59f69aae14488f5cb46f94d816035 100644 --- a/apps/files/lib/backgroundjob/scanfiles.php +++ b/apps/files/lib/backgroundjob/scanfiles.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/capabilities.php b/apps/files/lib/capabilities.php index 14fb07a9d86915923611432155c5e4115d6fbdbb..7d50b51bb9780eb23e7ec019e94465ce10853b19 100644 --- a/apps/files/lib/capabilities.php +++ b/apps/files/lib/capabilities.php @@ -4,7 +4,7 @@ * @author Roeland Jago Douma * @author Tom Needham * - * @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/helper.php b/apps/files/lib/helper.php index 4f960518839792625f199070b72e2c541aabd295..d21a65afceeb3d00c4014b5e3be542d0e0640acc 100644 --- a/apps/files/lib/helper.php +++ b/apps/files/lib/helper.php @@ -6,11 +6,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/apps/files/list.php b/apps/files/list.php index f11becf57218c142c92fe4121b8561a9afc09c3b..6d2c463a2d9129a2eb45cd778c2a6665e7d89788 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/apps/files/service/tagservice.php b/apps/files/service/tagservice.php index cf3f2bb7865094bec0e7b54676647158bdf8cf39..e1425c466159e9ea7a3aca1b9c6029ca320309ab 100644 --- a/apps/files/service/tagservice.php +++ b/apps/files/service/tagservice.php @@ -2,9 +2,10 @@ /** * @author Joas Schilling * @author Morris Jobke + * @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/apps/files/simplelist.php b/apps/files/simplelist.php index 80cf8c4a205d56f4c5c5bc13a3a87f21dec4c6ee..2e65eedd1b3c5f6ff184b5cb57ff3765b5593266 100644 --- a/apps/files/simplelist.php +++ b/apps/files/simplelist.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/apps/files/tests/activitytest.php b/apps/files/tests/activitytest.php index 59c020c9042dd2671c1f25ba65bdee0243269feb..5e73ff0b5ddad8047e8aa6a114b851c880e19cd6 100644 --- a/apps/files/tests/activitytest.php +++ b/apps/files/tests/activitytest.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/tests/backgroundjob/ScanFilesTest.php b/apps/files/tests/backgroundjob/ScanFilesTest.php index 087696f0cfc9bbf4d87ea028ee5f4eee078acf9f..eab28071b70a3583d33b16187ec0579da6af0474 100644 --- a/apps/files/tests/backgroundjob/ScanFilesTest.php +++ b/apps/files/tests/backgroundjob/ScanFilesTest.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/tests/command/deleteorphanedfilestest.php b/apps/files/tests/command/deleteorphanedfilestest.php index 18f568036e44dc45f3cfa17cbcc36991d949936d..ff29942bc4a6914f7c366aa6aad6687549dde18d 100644 --- a/apps/files/tests/command/deleteorphanedfilestest.php +++ b/apps/files/tests/command/deleteorphanedfilestest.php @@ -2,8 +2,9 @@ /** * @author Morris Jobke * @author Robin Appelman + * @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/tests/controller/ViewControllerTest.php b/apps/files/tests/controller/ViewControllerTest.php index 0e8ab5e752d22d24010eaf80ab60689a274561e1..b5df3cfc9041f6666e03c3c2f899d722d2f39547 100644 --- a/apps/files/tests/controller/ViewControllerTest.php +++ b/apps/files/tests/controller/ViewControllerTest.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/tests/controller/apicontrollertest.php b/apps/files/tests/controller/apicontrollertest.php index bc66e4641b9eed3711196aa07874da7783871ea7..6fb8340ead8003d0efe538e30887e535a58ceccb 100644 --- a/apps/files/tests/controller/apicontrollertest.php +++ b/apps/files/tests/controller/apicontrollertest.php @@ -3,8 +3,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @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/apps/files/tests/helper.php b/apps/files/tests/helper.php index 027152a1bb2973cc5ab180fe35055e4904b5fdf2..654ec8332edbce98a9e54b4417d79aca90a823ed 100644 --- a/apps/files/tests/helper.php +++ b/apps/files/tests/helper.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/apps/files/tests/service/tagservice.php b/apps/files/tests/service/tagservice.php index b93dedd0efdccd4596bb6d22d05db3c62b1b8336..5fcf64b1352703311c90275d1ce43732521536fd 100644 --- a/apps/files/tests/service/tagservice.php +++ b/apps/files/tests/service/tagservice.php @@ -1,8 +1,10 @@ + * @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/apps/files_external/ajax/applicable.php b/apps/files_external/ajax/applicable.php index 7f1b4dc9221e5f43f91c23a9a830d25ea163c15d..5d30dfdbb51cadcf1018c3920ce16f1ac5c3d22c 100644 --- a/apps/files_external/ajax/applicable.php +++ b/apps/files_external/ajax/applicable.php @@ -2,9 +2,9 @@ /** * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Robin McCorkell + * @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/apps/files_external/ajax/oauth1.php b/apps/files_external/ajax/oauth1.php index 3d6736b3b59cee56a73564dbf456d67cf483b13d..ea7db2523a801bbbd05c42895755f626b77efafe 100644 --- a/apps/files_external/ajax/oauth1.php +++ b/apps/files_external/ajax/oauth1.php @@ -4,10 +4,10 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index fbe60e16e26b0d336b29e0dce0662fac4c2fac05..b110cba9fe002a24512e946f31577375418502a2 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -6,10 +6,11 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Vincent Petry * @author Volkan Gezer * - * @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/appinfo/app.php b/apps/files_external/appinfo/app.php index 1fcd09cca514bc40a0442e207f7207a5b5a09e71..9a2ec7286ca026e09541dba82ab279d6227e4c3f 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -1,16 +1,16 @@ - * @author j-ed * @author Jan-Christoph Borchardt + * @author j-ed * @author Michael Gapczynski * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Ross Nicoll * @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/apps/files_external/appinfo/application.php b/apps/files_external/appinfo/application.php index 1d6e0d03400bb5cc27be6858bcd9372f08aa1baf..b750734bf34c652fecb5371060b56bb08d455db2 100644 --- a/apps/files_external/appinfo/application.php +++ b/apps/files_external/appinfo/application.php @@ -1,12 +1,12 @@ - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll * @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/apps/files_external/appinfo/register_command.php b/apps/files_external/appinfo/register_command.php index 183d965d1a132d4da9408193f02a33d441b1a415..79503d9fa2dea14843cd5a6c1f536d97ef87b378 100644 --- a/apps/files_external/appinfo/register_command.php +++ b/apps/files_external/appinfo/register_command.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/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index e66c010a8cf8b62387a8bc9ae616f974eec1cf9c..c3149a300cff83ae5a8fb0e18b7efc0f37a7889a 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -3,12 +3,12 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll * @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/apps/files_external/appinfo/update.php b/apps/files_external/appinfo/update.php index 2eedfe9b88fb0185eb69dca89e4d567e3b0f237b..8cc2422c7ff9ff5716bcdb8bdc2e19d62354a462 100644 --- a/apps/files_external/appinfo/update.php +++ b/apps/files_external/appinfo/update.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/config.php b/apps/files_external/command/config.php index 6a57b2dd9616ec6ac527d0ab36432e29478da339..54c09a2fca64cfbc9525106de95b013be09c88e2 100644 --- a/apps/files_external/command/config.php +++ b/apps/files_external/command/config.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/listcommand.php b/apps/files_external/command/listcommand.php index baba9be59f5ee060b9c65f3e5d05a6e1a81fb311..7292309a432b2cd0d2efa789f037c9e54da17d41 100644 --- a/apps/files_external/command/listcommand.php +++ b/apps/files_external/command/listcommand.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/option.php b/apps/files_external/command/option.php index 64dafb8f6dc998a327b2472f488c1119857c0d4c..292005134cb6d4928bde23c0c60bbef375c1e189 100644 --- a/apps/files_external/command/option.php +++ b/apps/files_external/command/option.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 b278d66c1c061f866882adf9f5db338429c42ca8..cfccacb03ea19fac4a5aaaa092efe7feba5cbd69 100644 --- a/apps/files_external/controller/ajaxcontroller.php +++ b/apps/files_external/controller/ajaxcontroller.php @@ -1,10 +1,10 @@ - * @author Robin McCorkell + * @author Robin McCorkell * @author Ross Nicoll * - * @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/globalstoragescontroller.php b/apps/files_external/controller/globalstoragescontroller.php index e36d1fb2c035091a2ee63f892d0013cc6d194121..64bbf0feb3ffb87bf8ac7bb1ae6b20799eba965e 100644 --- a/apps/files_external/controller/globalstoragescontroller.php +++ b/apps/files_external/controller/globalstoragescontroller.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @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/apps/files_external/controller/storagescontroller.php b/apps/files_external/controller/storagescontroller.php index 7712f9769c9cc3588b920fa8f543453b4214a3b5..07e2e69f601e791cc026f3ba191418f716a6f1c4 100644 --- a/apps/files_external/controller/storagescontroller.php +++ b/apps/files_external/controller/storagescontroller.php @@ -1,9 +1,10 @@ + * @author Jesús Macias + * @author Robin McCorkell * @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/apps/files_external/controller/userglobalstoragescontroller.php b/apps/files_external/controller/userglobalstoragescontroller.php index c6f777763e83feca9285db3aa7813220a09069fd..5aea7875ed42832f6a5f98cbb8f7eac6557d4cc6 100644 --- a/apps/files_external/controller/userglobalstoragescontroller.php +++ b/apps/files_external/controller/userglobalstoragescontroller.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/apps/files_external/controller/userstoragescontroller.php b/apps/files_external/controller/userstoragescontroller.php index 71d1f7cca46b48437dcbc7d7cdadfece13fd4a96..86a8ed79227a25177ab9439d18cdccd29ec452e0 100644 --- a/apps/files_external/controller/userstoragescontroller.php +++ b/apps/files_external/controller/userstoragescontroller.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @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/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index 4b867c005a7992a4e21348edd10688c417f091c3..cb2082ee38b41965c485be5c2410d03342fa8dee 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -12,11 +12,11 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/lib/api.php b/apps/files_external/lib/api.php index f0c9e568c9ed1e5e8ee030abb844cd43025be04a..50a2f38c65b2420bec711256330ddf5402bad020 100644 --- a/apps/files_external/lib/api.php +++ b/apps/files_external/lib/api.php @@ -1,11 +1,12 @@ * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/apps/files_external/lib/auth/amazons3/accesskey.php b/apps/files_external/lib/auth/amazons3/accesskey.php index d265db6279f5116de4e0152b8bc8e8e603391cd2..296ed59a77a038f077998e010ecf42f9ebac85ea 100644 --- a/apps/files_external/lib/auth/amazons3/accesskey.php +++ b/apps/files_external/lib/auth/amazons3/accesskey.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/apps/files_external/lib/auth/authmechanism.php b/apps/files_external/lib/auth/authmechanism.php index e695cbbebd57f9f1fb9253e28e197401ba445203..72b56e0bc068447f9af1c99c4f2f0fc5fcd043ce 100644 --- a/apps/files_external/lib/auth/authmechanism.php +++ b/apps/files_external/lib/auth/authmechanism.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/apps/files_external/lib/auth/builtin.php b/apps/files_external/lib/auth/builtin.php index 8fb4c901cbc83bca34b009010a6a680c4764741d..8b43cb459cc3dc61ab21f41403760dc8253e7f2e 100644 --- a/apps/files_external/lib/auth/builtin.php +++ b/apps/files_external/lib/auth/builtin.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/apps/files_external/lib/auth/nullmechanism.php b/apps/files_external/lib/auth/nullmechanism.php index 399c8301c5ab2580249d5853a76b7a59f10b47a6..06083729e59c27e2cf4e983ef446356cfd9e58ad 100644 --- a/apps/files_external/lib/auth/nullmechanism.php +++ b/apps/files_external/lib/auth/nullmechanism.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/apps/files_external/lib/auth/oauth1/oauth1.php b/apps/files_external/lib/auth/oauth1/oauth1.php index 7bdd01d4c1623b0e28229d68ca083048f44d43c3..dd83c9a6a692c8bac5b482e7e297d84737fbb320 100644 --- a/apps/files_external/lib/auth/oauth1/oauth1.php +++ b/apps/files_external/lib/auth/oauth1/oauth1.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/apps/files_external/lib/auth/oauth2/oauth2.php b/apps/files_external/lib/auth/oauth2/oauth2.php index 7123f8c16e3d91a05c9de2bbc458baddb0131403..c89007b52ba6cbecdc5606db632c4b0c5e0d0eaf 100644 --- a/apps/files_external/lib/auth/oauth2/oauth2.php +++ b/apps/files_external/lib/auth/oauth2/oauth2.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/apps/files_external/lib/auth/openstack/openstack.php b/apps/files_external/lib/auth/openstack/openstack.php index 757fdab9ea68fa280ea59518bbf9302cad3947c2..80bbb1299f7ae322bfe387f481e2fb4da8acb0fd 100644 --- a/apps/files_external/lib/auth/openstack/openstack.php +++ b/apps/files_external/lib/auth/openstack/openstack.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/apps/files_external/lib/auth/openstack/rackspace.php b/apps/files_external/lib/auth/openstack/rackspace.php index 395b58e6faee34d597a90406d7e30539aef49493..c968321ca6c3e2ca1d4958d98df79fef0f74f830 100644 --- a/apps/files_external/lib/auth/openstack/rackspace.php +++ b/apps/files_external/lib/auth/openstack/rackspace.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/apps/files_external/lib/auth/password/password.php b/apps/files_external/lib/auth/password/password.php index d3444cb1419d7525fd76975519941186ee562394..3b1942cc4a8facbfbc18fc81cd3556f0868dad40 100644 --- a/apps/files_external/lib/auth/password/password.php +++ b/apps/files_external/lib/auth/password/password.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/apps/files_external/lib/auth/password/sessioncredentials.php b/apps/files_external/lib/auth/password/sessioncredentials.php index 8e36ff5f1d8cf5adf5fc87c7bd8084f6bb7be404..4f7d24c2f60d54f4c1ccfc71dce4a863dd5d3eee 100644 --- a/apps/files_external/lib/auth/password/sessioncredentials.php +++ b/apps/files_external/lib/auth/password/sessioncredentials.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/apps/files_external/lib/auth/publickey/rsa.php b/apps/files_external/lib/auth/publickey/rsa.php index 4e19f90c83bc6bf0f430560d2bb8931f49e7c1a4..131b3f36526ab71bf63dc5a8f51cbc2ba76f8765 100644 --- a/apps/files_external/lib/auth/publickey/rsa.php +++ b/apps/files_external/lib/auth/publickey/rsa.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/apps/files_external/lib/backend/amazons3.php b/apps/files_external/lib/backend/amazons3.php index 538b53637e37d1a3fffdb110f44a7d685e50fc08..b2dedc10e4aba1faa77ef5a31a2214a37b80dd54 100644 --- a/apps/files_external/lib/backend/amazons3.php +++ b/apps/files_external/lib/backend/amazons3.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/apps/files_external/lib/backend/backend.php b/apps/files_external/lib/backend/backend.php index 9868519ed4f958b73be460e53e42317bf4c3548c..8fb84b0e8357dd34bdf33b3864ec2adf38268914 100644 --- a/apps/files_external/lib/backend/backend.php +++ b/apps/files_external/lib/backend/backend.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/apps/files_external/lib/backend/dav.php b/apps/files_external/lib/backend/dav.php index abc5103c70fd278b92ba5e2efc2a29b8bc6d2904..c6e9630be9eb724b7419339957f3ad59ffe72317 100644 --- a/apps/files_external/lib/backend/dav.php +++ b/apps/files_external/lib/backend/dav.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/apps/files_external/lib/backend/dropbox.php b/apps/files_external/lib/backend/dropbox.php index 01b7a62edbe2765e2feff2699f044467898afd55..7a4147311925f9f9bd9ba278ae74d23662d8c879 100644 --- a/apps/files_external/lib/backend/dropbox.php +++ b/apps/files_external/lib/backend/dropbox.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/apps/files_external/lib/backend/ftp.php b/apps/files_external/lib/backend/ftp.php index 8f3dfffc77b4b181275ecead1a723fdc3db3130d..b2b83a2740533dbfd0d66b03676b07d6c5f59fa6 100644 --- a/apps/files_external/lib/backend/ftp.php +++ b/apps/files_external/lib/backend/ftp.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/apps/files_external/lib/backend/google.php b/apps/files_external/lib/backend/google.php index 14b2815b6e56e7ae5b88fb66aba89c6f4e42e3bd..93a8cd2177deac1be92497870fe1a40828963334 100644 --- a/apps/files_external/lib/backend/google.php +++ b/apps/files_external/lib/backend/google.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/apps/files_external/lib/backend/legacybackend.php b/apps/files_external/lib/backend/legacybackend.php index 5ebf143f74988424a09b5cc90d91068d80a5802f..084758ff78ac190b58da7ed05361578832998903 100644 --- a/apps/files_external/lib/backend/legacybackend.php +++ b/apps/files_external/lib/backend/legacybackend.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/apps/files_external/lib/backend/local.php b/apps/files_external/lib/backend/local.php index 7827055eeac45d1bf0c174b16e6a2e6c00eaca4b..1db707e72473aa31e2ce7d3e62e21643c1f572de 100644 --- a/apps/files_external/lib/backend/local.php +++ b/apps/files_external/lib/backend/local.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/apps/files_external/lib/backend/owncloud.php b/apps/files_external/lib/backend/owncloud.php index d10f0b3bd0b168563142e2d74299e47e2344eaac..e7da328c5f10b96a25c9cbf7fa2853ef9debf0f9 100644 --- a/apps/files_external/lib/backend/owncloud.php +++ b/apps/files_external/lib/backend/owncloud.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/apps/files_external/lib/backend/sftp.php b/apps/files_external/lib/backend/sftp.php index d3fcd41d5209fe93bc04349bbb4edbaa58b4dd99..3e5ecb90131e71168572924628eb82278928e2da 100644 --- a/apps/files_external/lib/backend/sftp.php +++ b/apps/files_external/lib/backend/sftp.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/apps/files_external/lib/backend/sftp_key.php b/apps/files_external/lib/backend/sftp_key.php index 8db5761c1b2907b86a09c5e3914a092ff4664130..58dddedf7842bd53b5b212e4d7d2a811891340ca 100644 --- a/apps/files_external/lib/backend/sftp_key.php +++ b/apps/files_external/lib/backend/sftp_key.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/apps/files_external/lib/backend/smb.php b/apps/files_external/lib/backend/smb.php index aa91cf51e8531d5b2ee15083604baea495f790a2..aaf7658751f937f1bf62ab59a83ea534b6fdf664 100644 --- a/apps/files_external/lib/backend/smb.php +++ b/apps/files_external/lib/backend/smb.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/apps/files_external/lib/backend/smb_oc.php b/apps/files_external/lib/backend/smb_oc.php index b84b0b9dcb15a74867aca15f17e64451573f457a..57fdfc30ff3eab0812ec4f4ad5450581a842ed79 100644 --- a/apps/files_external/lib/backend/smb_oc.php +++ b/apps/files_external/lib/backend/smb_oc.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/apps/files_external/lib/backend/swift.php b/apps/files_external/lib/backend/swift.php index 8c64c791ad897750a33a532ca1753c409c19a5c8..d6e4ac12f9ace0a2e43c619aefa2c87fd67377c7 100644 --- a/apps/files_external/lib/backend/swift.php +++ b/apps/files_external/lib/backend/swift.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/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index f29e08dad257c806964a9410e422928540199ce8..578a8d82b2fcb0cc3920d48b36a3589343d52154 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -4,17 +4,19 @@ * @author Bart Visscher * @author Björn Schießle * @author Frank Karlitschek + * @author Jesús Macias * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @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/apps/files_external/lib/config/configadapter.php b/apps/files_external/lib/config/configadapter.php index 4f68c3c7fde73fdf312ae21fbcc7dbba5721be6b..0cd1381c815de81a351fcebc77fd386b6bbeba05 100644 --- a/apps/files_external/lib/config/configadapter.php +++ b/apps/files_external/lib/config/configadapter.php @@ -2,9 +2,9 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/lib/definitionparameter.php b/apps/files_external/lib/definitionparameter.php index 7f883e5fad162f653a1584f19e00aa731a78233e..59a098e63202544badb2bd5aac8577aebf1e55ea 100644 --- a/apps/files_external/lib/definitionparameter.php +++ b/apps/files_external/lib/definitionparameter.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/apps/files_external/lib/dependencytrait.php b/apps/files_external/lib/dependencytrait.php index f112f6c2e666c7c561329ffc48ccf292de30a5a9..eed3ba1b327bc829fd730d4352c657cc389caeba 100644 --- a/apps/files_external/lib/dependencytrait.php +++ b/apps/files_external/lib/dependencytrait.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/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php index df8a0255134356e489698cf4452126eacfbd5db5..3c4022f24ce5c0e2bd81943e70c2fed4fd524e08 100644 --- a/apps/files_external/lib/dropbox.php +++ b/apps/files_external/lib/dropbox.php @@ -5,12 +5,12 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Sascha Schmidt * @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/apps/files_external/lib/failedstorage.php b/apps/files_external/lib/failedstorage.php index c3181fd6b02e15aa43e1d2b7e8c6d8192d6fbddb..95fe179f570e8b5c23518d4ad6086713aa3f87ca 100644 --- a/apps/files_external/lib/failedstorage.php +++ b/apps/files_external/lib/failedstorage.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/apps/files_external/lib/frontenddefinitiontrait.php b/apps/files_external/lib/frontenddefinitiontrait.php index d3b78aa56d4c898705942662349d2ed8026b263c..eedd433f2d7658b59492fe567f23c98619445af4 100644 --- a/apps/files_external/lib/frontenddefinitiontrait.php +++ b/apps/files_external/lib/frontenddefinitiontrait.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/apps/files_external/lib/ftp.php b/apps/files_external/lib/ftp.php index f3631e53fa1287528a8c38d0d347bc5e162fd0e6..125888ef72237e40bf281009ca315b61d62a9614 100644 --- a/apps/files_external/lib/ftp.php +++ b/apps/files_external/lib/ftp.php @@ -7,11 +7,11 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/lib/google.php b/apps/files_external/lib/google.php index eba2ee7f9b5849c1247e818bd6e57df467a5a5e2..72ebd4e821dd88a550c3603c9abaa39b7e2abdf1 100644 --- a/apps/files_external/lib/google.php +++ b/apps/files_external/lib/google.php @@ -10,11 +10,11 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/lib/identifiertrait.php b/apps/files_external/lib/identifiertrait.php index 913e1899db8fc3e8e55a09ff9aab7c9d5180a4a0..c49f4fcbc8d57296a918b84919b64dea36a9bf49 100644 --- a/apps/files_external/lib/identifiertrait.php +++ b/apps/files_external/lib/identifiertrait.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/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php index f77667cb70a7ce9297d10f371a51c30175abc49a..871301b9b51aa0e06a6056e703ee5ceb334f70b3 100644 --- a/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php +++ b/apps/files_external/lib/insufficientdataformeaningfulanswerexception.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/apps/files_external/lib/legacydependencycheckpolyfill.php b/apps/files_external/lib/legacydependencycheckpolyfill.php index bd0095debcdaad70e437cbc7d786b7d1161a837e..7d6c0c4b45b5f108c9aae1e2b12c3702ec044ba7 100644 --- a/apps/files_external/lib/legacydependencycheckpolyfill.php +++ b/apps/files_external/lib/legacydependencycheckpolyfill.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/apps/files_external/lib/missingdependency.php b/apps/files_external/lib/missingdependency.php index 9b25aeacc9b4012bffc265145e01ffe0f068a8ab..a4a20dd11288d7b17482512d506e04183e0a40de 100644 --- a/apps/files_external/lib/missingdependency.php +++ b/apps/files_external/lib/missingdependency.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/apps/files_external/lib/notfoundexception.php b/apps/files_external/lib/notfoundexception.php index 4a92ae2e8895cb123231475d78daab763e1ffd32..dd3dd1907a555ab8237d474032b796e64ce31524 100644 --- a/apps/files_external/lib/notfoundexception.php +++ b/apps/files_external/lib/notfoundexception.php @@ -2,7 +2,7 @@ /** * @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/apps/files_external/lib/owncloud.php b/apps/files_external/lib/owncloud.php index 6e798ab8e33939b9e8e009cf978672197e34cbfc..c4824e6bd14e7559bc5a84b250da6d76fc6e32c3 100644 --- a/apps/files_external/lib/owncloud.php +++ b/apps/files_external/lib/owncloud.php @@ -1,10 +1,10 @@ - * @author Robin McCorkell + * @author Robin McCorkell * @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/apps/files_external/lib/personalmount.php b/apps/files_external/lib/personalmount.php index 34ae516ea5e65380a11a51d173853484d0349846..4761866fa1a3d898ad06659d0e4fc30837b66e35 100644 --- a/apps/files_external/lib/personalmount.php +++ b/apps/files_external/lib/personalmount.php @@ -2,9 +2,10 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * - * @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/prioritytrait.php b/apps/files_external/lib/prioritytrait.php index 22f9fe275d8c4ad3fbcbca7b2606ab115f30b43f..9745015bef4ceb9bcad6d8894794c4cd2fdb8890 100644 --- a/apps/files_external/lib/prioritytrait.php +++ b/apps/files_external/lib/prioritytrait.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/apps/files_external/lib/sessionstoragewrapper.php b/apps/files_external/lib/sessionstoragewrapper.php index e45589c44725d855da3ce29d18fb484863a344d2..c592cb87a34ba4c4913dec3369c36dc98a2b88b3 100644 --- a/apps/files_external/lib/sessionstoragewrapper.php +++ b/apps/files_external/lib/sessionstoragewrapper.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/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index bcf3143736e7dc1da10b4de80f6c2532c2500f79..ec808cd76dc1dccfd1a4d66a2ad800279576ddfe 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -8,12 +8,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Ross Nicoll * @author SA + * @author Scrutinizer Auto-Fixer * @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/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index 125e0a6dd2c9640011477f8a8742ae69d8aee35c..0e61de4654ed61b3b3de1112b4c93451f2150221 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -6,11 +6,11 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/lib/storageconfig.php b/apps/files_external/lib/storageconfig.php index b369a45f407b763ff52c3013f740485433400943..33646e603c3cbd5827ecbaaf779fdbddea20318d 100644 --- a/apps/files_external/lib/storageconfig.php +++ b/apps/files_external/lib/storageconfig.php @@ -1,9 +1,11 @@ + * @author Lukas Reschke + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/lib/storagemodifiertrait.php b/apps/files_external/lib/storagemodifiertrait.php index 6d31ce8999a672b85abdb91fba7f154b65eaa034..ec2b0a14ab1f998a5b255b6684f934b45cdc0fe3 100644 --- a/apps/files_external/lib/storagemodifiertrait.php +++ b/apps/files_external/lib/storagemodifiertrait.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/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php index 387667a81a9eabea436917606ad770f9166d685f..1f1e52aff7535600b86c01b3e04c207618d3d27a 100644 --- a/apps/files_external/lib/streamwrapper.php +++ b/apps/files_external/lib/streamwrapper.php @@ -8,7 +8,7 @@ * @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/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index 4973f576ab6632afabdc35df597ec5dc4f44c830..8f58a50b29420f8e417d85b06f9ae1051761a38b 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -9,11 +9,12 @@ * @author Morris Jobke * @author Philipp Kapfer * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller + * @author Tim Dettrick * @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/apps/files_external/lib/visibilitytrait.php b/apps/files_external/lib/visibilitytrait.php index dfd2d323ca6bfeff9082e4670cb41267e7e072cb..916c8e69d9c23b4733780af98ce330962aeb1f01 100644 --- a/apps/files_external/lib/visibilitytrait.php +++ b/apps/files_external/lib/visibilitytrait.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/apps/files_external/list.php b/apps/files_external/list.php index 4bbe5588c26de926ae6b8381eb28e3a4fc576c3d..15e05b0e35c369f787cca6862b62844f2008a62d 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -1,8 +1,9 @@ * @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/apps/files_external/migration/dummyusersession.php b/apps/files_external/migration/dummyusersession.php index 9ffbfd6309f8371023da9aca73d6c996324d12b7..bb4ef19dacefe3a6fb49fcde2d615195f323f305 100644 --- a/apps/files_external/migration/dummyusersession.php +++ b/apps/files_external/migration/dummyusersession.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/migration/storagemigrator.php b/apps/files_external/migration/storagemigrator.php index b469205ac5535f57da32a83ecd86120ebc5fee94..2da47decf9f3ac9b2a1bd87c365345199fb01659 100644 --- a/apps/files_external/migration/storagemigrator.php +++ b/apps/files_external/migration/storagemigrator.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/personal.php b/apps/files_external/personal.php index 05196a58905298bd32710be520733624cc7565b3..4d8f480ecc03db52ef8d6b4d0de78aa45d093665 100644 --- a/apps/files_external/personal.php +++ b/apps/files_external/personal.php @@ -1,14 +1,13 @@ - * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/apps/files_external/service/backendservice.php b/apps/files_external/service/backendservice.php index b325517e58aaecfded1e99dbcbfd5bc4cf5a1675..9b23a441c7c9a6a8a9e7d29b7bde289ba3bb7039 100644 --- a/apps/files_external/service/backendservice.php +++ b/apps/files_external/service/backendservice.php @@ -1,8 +1,9 @@ + * @author Morris Jobke + * @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/apps/files_external/service/dbconfigservice.php b/apps/files_external/service/dbconfigservice.php index 810a57963f88e257e4deb62dc0c451f238ad9f7a..94debcd7ebef865a0e1df868a92c36772bd5b78a 100644 --- a/apps/files_external/service/dbconfigservice.php +++ b/apps/files_external/service/dbconfigservice.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/service/globallegacystoragesservice.php b/apps/files_external/service/globallegacystoragesservice.php index cc6a8862cddf5380b9addb09476cb89e700a1546..ed9b1bcf075ad0094f51ff633845b48edea1c9cc 100644 --- a/apps/files_external/service/globallegacystoragesservice.php +++ b/apps/files_external/service/globallegacystoragesservice.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/service/globalstoragesservice.php b/apps/files_external/service/globalstoragesservice.php index c524020e02503f467e9b0a68a8047623b5693146..312d8417a92d090890d1a99bfe43c45ad5ece833 100644 --- a/apps/files_external/service/globalstoragesservice.php +++ b/apps/files_external/service/globalstoragesservice.php @@ -1,10 +1,11 @@ - * @author Robin McCorkell + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/service/legacystoragesservice.php b/apps/files_external/service/legacystoragesservice.php index 19cec733c13ccff1af5f9f1dc97cc471db35e803..bab1008e5611d7efd469ca760893044bb64f3fb7 100644 --- a/apps/files_external/service/legacystoragesservice.php +++ b/apps/files_external/service/legacystoragesservice.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/service/storagesservice.php b/apps/files_external/service/storagesservice.php index 26ff956d27ebba3983ea3476198cbdcc47888a69..5d3f5f431b9f50e2ab008214f2e5c9309a5bad6f 100644 --- a/apps/files_external/service/storagesservice.php +++ b/apps/files_external/service/storagesservice.php @@ -1,10 +1,13 @@ * @author Lukas Reschke - * @author Robin McCorkell + * @author Robin Appelman + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @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/apps/files_external/service/userglobalstoragesservice.php b/apps/files_external/service/userglobalstoragesservice.php index 509738835633f187a462877aea0c13adfcbc2af6..6407db2dd54741c44ce683f335822e2565e0e696 100644 --- a/apps/files_external/service/userglobalstoragesservice.php +++ b/apps/files_external/service/userglobalstoragesservice.php @@ -1,8 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * - * @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/service/userlegacystoragesservice.php b/apps/files_external/service/userlegacystoragesservice.php index 13f34225d60242c732cbf6a73eabe068585b000a..2f14857c633835f1fd8a80bf510646aa2c8f0bc5 100644 --- a/apps/files_external/service/userlegacystoragesservice.php +++ b/apps/files_external/service/userlegacystoragesservice.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/service/userstoragesservice.php b/apps/files_external/service/userstoragesservice.php index 19981dd0137ff6fa373f9d6bb05d5ec98062cd71..2805d9e6935f299cfc9057935b6005f0a539eac6 100644 --- a/apps/files_external/service/userstoragesservice.php +++ b/apps/files_external/service/userstoragesservice.php @@ -1,9 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/service/usertrait.php b/apps/files_external/service/usertrait.php index 924f358f939512736fee7df2ae5217b79498b879..536c0f67e1f8ba11e2d18429174ae43eca3efe10 100644 --- a/apps/files_external/service/usertrait.php +++ b/apps/files_external/service/usertrait.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/apps/files_external/settings.php b/apps/files_external/settings.php index 50d47d667fdb659decc2911ecda64f479366df35..0d83d26ff9793fb3bc26c37856fe5a529cf656c0 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -2,14 +2,12 @@ /** * @author Frank Karlitschek * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/files_external/tests/amazons3migration.php b/apps/files_external/tests/amazons3migration.php index cc47107c7fe1cf41df9167f29bbe97d0123b8ea0..679a880475e3d30432166407253c220a314bca3e 100644 --- a/apps/files_external/tests/amazons3migration.php +++ b/apps/files_external/tests/amazons3migration.php @@ -3,9 +3,11 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer + * @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_external/tests/auth/authmechanismtest.php b/apps/files_external/tests/auth/authmechanismtest.php index 6933cc988b153c3df714710b5fd9357df261d4ff..789d1f62478c8c087824932aa9e177ad9cf00ecb 100644 --- a/apps/files_external/tests/auth/authmechanismtest.php +++ b/apps/files_external/tests/auth/authmechanismtest.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/apps/files_external/tests/backend/backendtest.php b/apps/files_external/tests/backend/backendtest.php index 9e0e27c824b52c9d2f7e616706c71f805efa7ff7..50f6d975bf076eaa4f8a0591fdb617b8f6d3e196 100644 --- a/apps/files_external/tests/backend/backendtest.php +++ b/apps/files_external/tests/backend/backendtest.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/apps/files_external/tests/backend/legacybackendtest.php b/apps/files_external/tests/backend/legacybackendtest.php index 6c977522e9e98da09ceb9ee213179bc0a80efc7b..d825b7627b7914bd1f4a80d9d9272fbc671bafb3 100644 --- a/apps/files_external/tests/backend/legacybackendtest.php +++ b/apps/files_external/tests/backend/legacybackendtest.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/apps/files_external/tests/backends/amazons3.php b/apps/files_external/tests/backends/amazons3.php index e1465b51125adbce9a307a7db9bcd2db601f7f70..3b43f81a92637b30ae00f589711cbfbc37f918f1 100644 --- a/apps/files_external/tests/backends/amazons3.php +++ b/apps/files_external/tests/backends/amazons3.php @@ -4,9 +4,10 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @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_external/tests/backends/dropbox.php b/apps/files_external/tests/backends/dropbox.php index 8dd0e58adc1f299ed24a138182b1e9f66225f4b2..1bf8b4171fbea63bd5b2ce84d29d3fd8de255f63 100644 --- a/apps/files_external/tests/backends/dropbox.php +++ b/apps/files_external/tests/backends/dropbox.php @@ -4,9 +4,10 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @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/apps/files_external/tests/backends/ftp.php b/apps/files_external/tests/backends/ftp.php index b715f0f780d28c148881fb39afb8d988bddf04a3..868a022d38ffd7f0382bcae54909b7bd70213dd7 100644 --- a/apps/files_external/tests/backends/ftp.php +++ b/apps/files_external/tests/backends/ftp.php @@ -7,7 +7,7 @@ * @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/apps/files_external/tests/backends/google.php b/apps/files_external/tests/backends/google.php index c9a5d48382c1d2d2b6d3716b58dca6b9124fb895..7622f796407c637756b1d8a4a27d6cb268502f24 100644 --- a/apps/files_external/tests/backends/google.php +++ b/apps/files_external/tests/backends/google.php @@ -6,8 +6,9 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman + * @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_external/tests/backends/owncloud.php b/apps/files_external/tests/backends/owncloud.php index d51fa638c508053d3dd24a24a6d190fbc9127d40..a56e9b2a186c4ef83add9fddbc60463b7a5814dd 100644 --- a/apps/files_external/tests/backends/owncloud.php +++ b/apps/files_external/tests/backends/owncloud.php @@ -2,9 +2,10 @@ /** * @author Joas Schilling * @author Morris Jobke + * @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/apps/files_external/tests/backends/sftp.php b/apps/files_external/tests/backends/sftp.php index 03f2dcc0d7764caedd7a3646006b395d58b2b534..608982adbc48e7d3f96f9dde3d021f67a8c24cbe 100644 --- a/apps/files_external/tests/backends/sftp.php +++ b/apps/files_external/tests/backends/sftp.php @@ -4,9 +4,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @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/apps/files_external/tests/backends/sftp_key.php b/apps/files_external/tests/backends/sftp_key.php index 762cb0887c190cc420044926f690c32915b998c4..73c6a0b6432f1908b0cf0b6f09586329bc3d9202 100644 --- a/apps/files_external/tests/backends/sftp_key.php +++ b/apps/files_external/tests/backends/sftp_key.php @@ -2,9 +2,10 @@ /** * @author Morris Jobke * @author Ross Nicoll + * @author Thomas Müller * @author Viktor Szépe * - * @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/backends/smb.php b/apps/files_external/tests/backends/smb.php index 0c43aba24dd83e78a3bfda3cc26d9d36370ef12e..f9a377c271b4fed76c25d7a9d5665536beb0c0a8 100644 --- a/apps/files_external/tests/backends/smb.php +++ b/apps/files_external/tests/backends/smb.php @@ -3,9 +3,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @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/apps/files_external/tests/backends/swift.php b/apps/files_external/tests/backends/swift.php index b71b4f77add66c6e47e43bc139ff6bac5927462c..9bdcd48ee6833e73be4ab8e1624b83286ff51d38 100644 --- a/apps/files_external/tests/backends/swift.php +++ b/apps/files_external/tests/backends/swift.php @@ -2,11 +2,12 @@ /** * @author Christian Berendt * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell + * @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_external/tests/backends/webdav.php b/apps/files_external/tests/backends/webdav.php index 130e0c99cb387d19364a2ffec7526e97112f7004..e1a710c94b40640596cd2a70590b334e3caa4b02 100644 --- a/apps/files_external/tests/backends/webdav.php +++ b/apps/files_external/tests/backends/webdav.php @@ -3,9 +3,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @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/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 19dad215a364d27aed805bae2fb6c22845b2142d..9784de7db158421d85c5f7ade9cee5f852cc1f98 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -8,7 +8,7 @@ * @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/apps/files_external/tests/controller/globalstoragescontrollertest.php b/apps/files_external/tests/controller/globalstoragescontrollertest.php index 37b5fed14815354eb2b8f95114f26b19c9457fda..a3c911b511c867746f972dd1b9f7d22d03ba3476 100644 --- a/apps/files_external/tests/controller/globalstoragescontrollertest.php +++ b/apps/files_external/tests/controller/globalstoragescontrollertest.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @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/apps/files_external/tests/controller/storagescontrollertest.php b/apps/files_external/tests/controller/storagescontrollertest.php index 747bcd46e1799223ecb16a5de09b06452c0025bd..97fe3cf51765a23491ee3cc06a6a631ce7de0fa6 100644 --- a/apps/files_external/tests/controller/storagescontrollertest.php +++ b/apps/files_external/tests/controller/storagescontrollertest.php @@ -1,9 +1,10 @@ + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @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/apps/files_external/tests/controller/userstoragescontrollertest.php b/apps/files_external/tests/controller/userstoragescontrollertest.php index acb25d11d09f6694ceed63e2ca53114a8ea638c0..dd761fa9767963326d1b550348eb726c8ffe37c0 100644 --- a/apps/files_external/tests/controller/userstoragescontrollertest.php +++ b/apps/files_external/tests/controller/userstoragescontrollertest.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @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/apps/files_external/tests/definitionparameterttest.php b/apps/files_external/tests/definitionparameterttest.php index 3983a805dad6f2aa7f39beb30a168494498438e9..dc7c150ec968d6967e073c5609bf9647cf3fbfcf 100644 --- a/apps/files_external/tests/definitionparameterttest.php +++ b/apps/files_external/tests/definitionparameterttest.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/apps/files_external/tests/frontenddefinitiontraittest.php b/apps/files_external/tests/frontenddefinitiontraittest.php index d446813fe9258a0290d26e8597516e1747e03d1d..209b1abc7e0dd4f0b866b53f4af13cc757a987f6 100644 --- a/apps/files_external/tests/frontenddefinitiontraittest.php +++ b/apps/files_external/tests/frontenddefinitiontraittest.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/apps/files_external/tests/legacydependencycheckpolyfilltest.php b/apps/files_external/tests/legacydependencycheckpolyfilltest.php index 41109b63c1eaa1923995d0f5025c4d7f14c81b28..4b1351a809d1fc1a10a4b8f5e5dbe4e408675eb3 100644 --- a/apps/files_external/tests/legacydependencycheckpolyfilltest.php +++ b/apps/files_external/tests/legacydependencycheckpolyfilltest.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/apps/files_external/tests/owncloudfunctions.php b/apps/files_external/tests/owncloudfunctions.php index 887dd91539b2312d953316a2b739dffbf7f96fd3..019f988275e37d495e38525f8ae3c0e24f35440f 100644 --- a/apps/files_external/tests/owncloudfunctions.php +++ b/apps/files_external/tests/owncloudfunctions.php @@ -2,10 +2,11 @@ /** * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/files_external/tests/personalmounttest.php b/apps/files_external/tests/personalmounttest.php index b56d69aa9be81c9f6126f02dc1a20a7fb448bed8..d82773ad749b92d0aec6a7ede2c7c41e6c0dda08 100644 --- a/apps/files_external/tests/personalmounttest.php +++ b/apps/files_external/tests/personalmounttest.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/service/backendservicetest.php b/apps/files_external/tests/service/backendservicetest.php index e9cb0e2c368d35efb5d0344b9ecf0ad68d8db83c..9b4e728de224b4367caf97c4a6eca44e75a76351 100644 --- a/apps/files_external/tests/service/backendservicetest.php +++ b/apps/files_external/tests/service/backendservicetest.php @@ -1,8 +1,9 @@ + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * - * @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/service/dbconfigservicetest.php b/apps/files_external/tests/service/dbconfigservicetest.php index bfb564c666373af34e32a7cdcfeed7987519d09d..2ee4c232c0dd50b60353b3bc50e39cff2984d5b1 100644 --- a/apps/files_external/tests/service/dbconfigservicetest.php +++ b/apps/files_external/tests/service/dbconfigservicetest.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/service/globalstoragesservicetest.php b/apps/files_external/tests/service/globalstoragesservicetest.php index e620b05a51ed620850ec2876fb921cb0c41a48e2..7fc60efca0880380634fa97e61909451360306c0 100644 --- a/apps/files_external/tests/service/globalstoragesservicetest.php +++ b/apps/files_external/tests/service/globalstoragesservicetest.php @@ -1,9 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/tests/service/storagesservicetest.php b/apps/files_external/tests/service/storagesservicetest.php index d543098289951de62e35a01c05f89d0b61d08485..710d804fd3939d3d3e1ead6629f90f61115a466d 100644 --- a/apps/files_external/tests/service/storagesservicetest.php +++ b/apps/files_external/tests/service/storagesservicetest.php @@ -1,9 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/tests/service/userglobalstoragesservicetest.php b/apps/files_external/tests/service/userglobalstoragesservicetest.php index d4c48b3f69110180a5483398a1bab98ba2101fb9..a22e28740733a04b89fa33f886daecf0b704b535 100644 --- a/apps/files_external/tests/service/userglobalstoragesservicetest.php +++ b/apps/files_external/tests/service/userglobalstoragesservicetest.php @@ -1,9 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/tests/service/userstoragesservicetest.php b/apps/files_external/tests/service/userstoragesservicetest.php index a2d3819427cae896621c0898fed656f5791f2012..bf0efc13cf5223e513cfa3ce4f7a45288f0e834b 100644 --- a/apps/files_external/tests/service/userstoragesservicetest.php +++ b/apps/files_external/tests/service/userstoragesservicetest.php @@ -1,9 +1,10 @@ + * @author Robin Appelman + * @author Robin McCorkell * @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/apps/files_external/tests/storageconfigtest.php b/apps/files_external/tests/storageconfigtest.php index c987f7a84e2cc944829a6013bf9cc3ed4e7caa49..d7f8d2b4d7de9af949792ce37440db9379411a52 100644 --- a/apps/files_external/tests/storageconfigtest.php +++ b/apps/files_external/tests/storageconfigtest.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @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/apps/files_sharing/ajax/external.php b/apps/files_sharing/ajax/external.php index 2ba1cb470c29eb8f6e0974af8515e7146112af3d..1efe4356b4c7ad28b53f55326b35a0eb60e7ce06 100644 --- a/apps/files_sharing/ajax/external.php +++ b/apps/files_sharing/ajax/external.php @@ -8,7 +8,7 @@ * @author Roeland Jago Douma * @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/apps/files_sharing/ajax/publicpreview.php b/apps/files_sharing/ajax/publicpreview.php index 2902969b21f1ad8b6692cbe2bc5380b7b3dd71f5..ac48ee0191381f707d031859d5ae4e091af378ac 100644 --- a/apps/files_sharing/ajax/publicpreview.php +++ b/apps/files_sharing/ajax/publicpreview.php @@ -7,7 +7,7 @@ * @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/files_sharing/ajax/shareinfo.php b/apps/files_sharing/ajax/shareinfo.php index db6194d3f05adb6d65658f3122c83595173c3127..e531e84ebbc387f9b4020df2eaea4ace310b3655 100644 --- a/apps/files_sharing/ajax/shareinfo.php +++ b/apps/files_sharing/ajax/shareinfo.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/apps/files_sharing/api/local.php b/apps/files_sharing/api/local.php index 5b2f2e06e75a0da34d279ed7ce91ea42ca6e12fd..7d59d68ca6f24c271c00ac7fea5bf833a8c401d7 100644 --- a/apps/files_sharing/api/local.php +++ b/apps/files_sharing/api/local.php @@ -2,13 +2,14 @@ /** * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * - * @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_sharing/api/ocssharewrapper.php b/apps/files_sharing/api/ocssharewrapper.php index 4640f4ea185addb16f804376cab720161b342702..8195e92b29c89ddb3bf00ba6d01d46c3ac83715e 100644 --- a/apps/files_sharing/api/ocssharewrapper.php +++ b/apps/files_sharing/api/ocssharewrapper.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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_sharing/api/remote.php b/apps/files_sharing/api/remote.php index fb692f8a9a65f68862ff3e2146006d4b07b0a5df..06b2e6c1687ec051ef81b6be7f2787958dfa0f6c 100644 --- a/apps/files_sharing/api/remote.php +++ b/apps/files_sharing/api/remote.php @@ -1,9 +1,10 @@ + * @author Lukas Reschke * @author Roeland Jago Douma * - * @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_sharing/api/server2server.php b/apps/files_sharing/api/server2server.php index 93998ad774e7b71e8fa2e07366585d800a0e693c..e1195cb95734a6bf575021fa71201b3ccdae3217 100644 --- a/apps/files_sharing/api/server2server.php +++ b/apps/files_sharing/api/server2server.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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_sharing/api/share20ocs.php b/apps/files_sharing/api/share20ocs.php index 003c028bf974a814b8efee44e3d31a9f5abb787f..f81eb071a37c6c07570eb881fdce7b6dce487011 100644 --- a/apps/files_sharing/api/share20ocs.php +++ b/apps/files_sharing/api/share20ocs.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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_sharing/api/sharees.php b/apps/files_sharing/api/sharees.php index 3ddf54c3eaf8ad94f5ceebaa31f0de2b3ad2c0c8..d23a6f56501e7b1ba9db453e9d6694b229884907 100644 --- a/apps/files_sharing/api/sharees.php +++ b/apps/files_sharing/api/sharees.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * - * @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_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index d7f3ba6e98de97fc3629e08dfaffac067c604ae5..7a418d179db5938fd34264bc6919f05eb56dd518 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -6,9 +6,10 @@ * @author Joas Schilling * @author Michael Gapczynski * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/files_sharing/appinfo/application.php b/apps/files_sharing/appinfo/application.php index 6af450405a3e81b884e6ebaea1a42fda2952629f..4f47027953a7a2c0d6eade921137163aa139152e 100644 --- a/apps/files_sharing/appinfo/application.php +++ b/apps/files_sharing/appinfo/application.php @@ -4,9 +4,8 @@ * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma - * @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/apps/files_sharing/appinfo/install.php b/apps/files_sharing/appinfo/install.php index 5185ae883f3e6ab9212b048141ae6f75151e1c45..33bbc8e2a8462d82ee206a67f34296268a46a4d1 100644 --- a/apps/files_sharing/appinfo/install.php +++ b/apps/files_sharing/appinfo/install.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 8755691c1e84078ec963eedeb45588533600655e..961206079beebfcecafacf44df3589d41069f3e8 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -8,7 +8,7 @@ * @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/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php index 8bff20cc44296661729dacdb997820d9916d8fc0..549b25dae83485fd08bbcb81106f6218a255f4f1 100644 --- a/apps/files_sharing/appinfo/update.php +++ b/apps/files_sharing/appinfo/update.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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_sharing/lib/activity.php b/apps/files_sharing/lib/activity.php index c5eb7d09ede5c1f12fb1124cc19c6e7224484573..37a8113b9164898eb5820d23b5ad01091b52a2b8 100644 --- a/apps/files_sharing/lib/activity.php +++ b/apps/files_sharing/lib/activity.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php index c9032413783cdd80ea4d89735006835b62287f4e..714cc144c0bf6e28bda589c438c9cfaa01c8fab1 100644 --- a/apps/files_sharing/lib/cache.php +++ b/apps/files_sharing/lib/cache.php @@ -7,13 +7,13 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @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/apps/files_sharing/lib/capabilities.php b/apps/files_sharing/lib/capabilities.php index 220878ec2aaeb3e3e6dc71124d89dcae9fab3353..913f248b1749d1f5b013abf2ec1914839d83f79d 100644 --- a/apps/files_sharing/lib/capabilities.php +++ b/apps/files_sharing/lib/capabilities.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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_sharing/lib/controllers/externalsharescontroller.php b/apps/files_sharing/lib/controllers/externalsharescontroller.php index ec576065669dd239aa43b155c9373af4ff942051..7ac2ef781a8be5f1934dc462e342b80879189ba3 100644 --- a/apps/files_sharing/lib/controllers/externalsharescontroller.php +++ b/apps/files_sharing/lib/controllers/externalsharescontroller.php @@ -4,8 +4,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * - * @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_sharing/lib/controllers/sharecontroller.php b/apps/files_sharing/lib/controllers/sharecontroller.php index e28019c358c1f3594711f4ffd85e12710e774672..63ab49b4df32ffd953d36b97ddd50f66452b2353 100644 --- a/apps/files_sharing/lib/controllers/sharecontroller.php +++ b/apps/files_sharing/lib/controllers/sharecontroller.php @@ -6,10 +6,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Scrutinizer Auto-Fixer * @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/apps/files_sharing/lib/deleteorphanedsharesjob.php b/apps/files_sharing/lib/deleteorphanedsharesjob.php index 0654c82dd947d15edcf791b921e7c51db6226521..72bf6b222e7a2c57e54d648694af4879ff1b682b 100644 --- a/apps/files_sharing/lib/deleteorphanedsharesjob.php +++ b/apps/files_sharing/lib/deleteorphanedsharesjob.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/apps/files_sharing/lib/exceptions/brokenpath.php b/apps/files_sharing/lib/exceptions/brokenpath.php index 71fe93f8e92e55f9effae48d49cf6a41a1ef11cd..4639d47c4a6c736044801cff14e1a9a28f535ed0 100644 --- a/apps/files_sharing/lib/exceptions/brokenpath.php +++ b/apps/files_sharing/lib/exceptions/brokenpath.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * - * @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_sharing/lib/exceptions/s2sexception.php b/apps/files_sharing/lib/exceptions/s2sexception.php index fe2659d36ffedb6848f4fc2d79ad764e4fd34454..1ed6a9e2179d8a1e4fe03045ab14015f95e2a03b 100644 --- a/apps/files_sharing/lib/exceptions/s2sexception.php +++ b/apps/files_sharing/lib/exceptions/s2sexception.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * - * @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_sharing/lib/expiresharesjob.php b/apps/files_sharing/lib/expiresharesjob.php index bcd3fbe4605ff2234b3dbf6cc810ee2fbc3cb01f..479f407e68fe65e2882be1244de5b3a90b2b2f29 100644 --- a/apps/files_sharing/lib/expiresharesjob.php +++ b/apps/files_sharing/lib/expiresharesjob.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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_sharing/lib/external/cache.php b/apps/files_sharing/lib/external/cache.php index e99c00e884f0d3c7a7c1a242c29994a4a320b00d..da9bf83cdfa5ffa0c70d905c151d3ad8c92cc311 100644 --- a/apps/files_sharing/lib/external/cache.php +++ b/apps/files_sharing/lib/external/cache.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/apps/files_sharing/lib/external/manager.php b/apps/files_sharing/lib/external/manager.php index 020f55c515775fbc5d40a37ddd52f2548a1e6443..7112aa63d17f3be14c401fed7f1f3ec8c7b7e438 100644 --- a/apps/files_sharing/lib/external/manager.php +++ b/apps/files_sharing/lib/external/manager.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * - * @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_sharing/lib/external/mount.php b/apps/files_sharing/lib/external/mount.php index 17923be87365e8abe827db8774f11a5e82252622..9cf66d3f8f022690316aeb763ea95c2404f03719 100644 --- a/apps/files_sharing/lib/external/mount.php +++ b/apps/files_sharing/lib/external/mount.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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_sharing/lib/external/mountprovider.php b/apps/files_sharing/lib/external/mountprovider.php index 1739cec543ffd71e8a894b31b89c68406f328403..0bef3539c422580531846df88143c3f87442d06c 100644 --- a/apps/files_sharing/lib/external/mountprovider.php +++ b/apps/files_sharing/lib/external/mountprovider.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_sharing/lib/external/scanner.php b/apps/files_sharing/lib/external/scanner.php index 455225b2b79d69725f6822d7c7039b9e7bf67da8..3335fc4707cda10559dd51ca54dd7639ceee8c8b 100644 --- a/apps/files_sharing/lib/external/scanner.php +++ b/apps/files_sharing/lib/external/scanner.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/apps/files_sharing/lib/external/storage.php b/apps/files_sharing/lib/external/storage.php index 36ff4f0c2269499a45acbb14c2566e2090a4e442..783eea43c62efa473ce38b9c548f511003addcb1 100644 --- a/apps/files_sharing/lib/external/storage.php +++ b/apps/files_sharing/lib/external/storage.php @@ -6,7 +6,7 @@ * @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/apps/files_sharing/lib/helper.php b/apps/files_sharing/lib/helper.php index 391b491e1ff9caed2c914b6ba7d440fb7794b211..ca60f622844f177b1f738714bdfe33e5c7df46d8 100644 --- a/apps/files_sharing/lib/helper.php +++ b/apps/files_sharing/lib/helper.php @@ -10,7 +10,7 @@ * @author Roeland Jago Douma * @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/apps/files_sharing/lib/hooks.php b/apps/files_sharing/lib/hooks.php index 079824f7fb030ebab5ba044cc2c9becf5ef0a5ed..166905b9aa487085d946ce834b40f7e6c1204145 100644 --- a/apps/files_sharing/lib/hooks.php +++ b/apps/files_sharing/lib/hooks.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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_sharing/lib/isharedstorage.php b/apps/files_sharing/lib/isharedstorage.php index cbbb40a2688a4fe9a66212aad0a61a95e770626e..bb47b011f484a22945671ec026bb3383fe513340 100644 --- a/apps/files_sharing/lib/isharedstorage.php +++ b/apps/files_sharing/lib/isharedstorage.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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_sharing/lib/maintainer.php b/apps/files_sharing/lib/maintainer.php index af8e1ac6668ca93a0c2d66987c6fc1eb5cdf8d0e..a728f6bbb67de33ca00dacc3d24d706780a7d28f 100644 --- a/apps/files_sharing/lib/maintainer.php +++ b/apps/files_sharing/lib/maintainer.php @@ -1,9 +1,9 @@ - * @author Robin McCorkell + * @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/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php b/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php index 04dd28574d61fbf26902f611395e592608fd05e2..a4a968b37fae6ffbf602a482227f409899ef0e19 100644 --- a/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php +++ b/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php @@ -5,7 +5,7 @@ * @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/files_sharing/lib/migration.php b/apps/files_sharing/lib/migration.php index f48467e1fad57025f1d7eab1e7e872e57e5f2d4d..0c5f46a5b3fb471562912e493cb05f6f030a1116 100644 --- a/apps/files_sharing/lib/migration.php +++ b/apps/files_sharing/lib/migration.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * - * @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_sharing/lib/mountprovider.php b/apps/files_sharing/lib/mountprovider.php index 74a2a3ff4d604166f521acc5d4c80a90052d4765..4a60e44bb26ad6177782eaf7ebc212e603723944 100644 --- a/apps/files_sharing/lib/mountprovider.php +++ b/apps/files_sharing/lib/mountprovider.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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_sharing/lib/notifier.php b/apps/files_sharing/lib/notifier.php index 02765fcfd1c0e8a6c55aebe1f54eeb5ae2927528..c5c56151458a76a10d265a5f1a40690c4c81ea46 100644 --- a/apps/files_sharing/lib/notifier.php +++ b/apps/files_sharing/lib/notifier.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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_sharing/lib/scanner.php b/apps/files_sharing/lib/scanner.php index 23503bb56f22dec7d1d10e6333c0fb5a047f454d..1152c49755a74d5317a257a6092c7e8cebaf9e8f 100644 --- a/apps/files_sharing/lib/scanner.php +++ b/apps/files_sharing/lib/scanner.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/apps/files_sharing/lib/share/file.php b/apps/files_sharing/lib/share/file.php index ffc417db2f431f358d7efe027f807d25b7bf22af..113675508fb9f6763c29b6c7466fa1373fdfe26f 100644 --- a/apps/files_sharing/lib/share/file.php +++ b/apps/files_sharing/lib/share/file.php @@ -11,7 +11,7 @@ * @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/apps/files_sharing/lib/share/folder.php b/apps/files_sharing/lib/share/folder.php index 5e7cd8099dbfd1cd5bd21043ac00362b94d001bd..1004f049866cdfada81dd3fe83a0c9dba49605eb 100644 --- a/apps/files_sharing/lib/share/folder.php +++ b/apps/files_sharing/lib/share/folder.php @@ -4,10 +4,10 @@ * @author Björn Schießle * @author Michael Gapczynski * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * - * @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_sharing/lib/sharedmount.php b/apps/files_sharing/lib/sharedmount.php index f205b1e78a5d654896d0dfbb8b07dc1ccc6af726..41194ec58629a56f135f79076dcbc1d2fc8a52d6 100644 --- a/apps/files_sharing/lib/sharedmount.php +++ b/apps/files_sharing/lib/sharedmount.php @@ -5,8 +5,9 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * - * @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_sharing/lib/sharedpropagator.php b/apps/files_sharing/lib/sharedpropagator.php index fcb4b92dd331dcd64478ea7d508f66b73e475661..fd3e14b28f8725293248ce4c7c071246c35589ec 100644 --- a/apps/files_sharing/lib/sharedpropagator.php +++ b/apps/files_sharing/lib/sharedpropagator.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_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 38f79762dc694637ef7629b285ef995bd8fb57a8..b9c62396bf69a1c72a5f687f215111417bd60288 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -6,12 +6,12 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author scambra * @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/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php index 2d165a5df045c853ad15fa25bb53621d5d7d9a6b..9a1e554046bd9a749859fc095576d3a6879f6bf2 100644 --- a/apps/files_sharing/lib/updater.php +++ b/apps/files_sharing/lib/updater.php @@ -8,7 +8,7 @@ * @author Roeland Jago Douma * @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/apps/files_sharing/lib/watcher.php b/apps/files_sharing/lib/watcher.php index 3af6f733b517bf19eb58e65c3e1bb9d40033fc48..9a8968f2265da8191fc5c8f20c9abcecc7d18976 100644 --- a/apps/files_sharing/lib/watcher.php +++ b/apps/files_sharing/lib/watcher.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/apps/files_sharing/list.php b/apps/files_sharing/list.php index 2577ed91006196a4be3f53741c9a730caa514d64..5d5d061187ce8bde5acc3e1baa4333c4ff8af132 100644 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.php @@ -2,7 +2,7 @@ /** * @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/apps/files_sharing/public.php b/apps/files_sharing/public.php index 772419e64e49e403c5de5157031d209cec98c89a..0d67edcd3620d430615ae6e40aeb4da1b873b943 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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_sharing/settings-admin.php b/apps/files_sharing/settings-admin.php index 9a89c45bfd79dfcf62779719848194e71a25aee7..b2a305ebcdb673cdd8d0181073429143bbf3cb78 100644 --- a/apps/files_sharing/settings-admin.php +++ b/apps/files_sharing/settings-admin.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * - * @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_sharing/settings-personal.php b/apps/files_sharing/settings-personal.php index 85fad9c3eaf8ab72fb887a974336728c54d573c4..982a8b05c156920a2a80a6393073ff60d16444a1 100644 --- a/apps/files_sharing/settings-personal.php +++ b/apps/files_sharing/settings-personal.php @@ -2,10 +2,9 @@ /** * @author Björn Schießle * @author Jan-Christoph Borchardt - * @author Morris Jobke * @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_sharing/tests/activity.php b/apps/files_sharing/tests/activity.php index fa626749957c8690ca90c1ee9aeb69e4b5eb7497..b3575b0b709f5274606f5167c79c4b587544f7d3 100644 --- a/apps/files_sharing/tests/activity.php +++ b/apps/files_sharing/tests/activity.php @@ -3,8 +3,9 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @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_sharing/tests/api.php b/apps/files_sharing/tests/api.php index 36ae33983931fabcf3d6d6212ff7b91a4e49794c..49a08d3d0ce6585b7601d8b806e71122c5e200c3 100644 --- a/apps/files_sharing/tests/api.php +++ b/apps/files_sharing/tests/api.php @@ -4,12 +4,12 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @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/apps/files_sharing/tests/api/share20ocstest.php b/apps/files_sharing/tests/api/share20ocstest.php index 74a5d0752a416b09f74d021af585d634e0a713bb..b594d253eb29898fbbaf93f04f6c9b895ee9c54e 100644 --- a/apps/files_sharing/tests/api/share20ocstest.php +++ b/apps/files_sharing/tests/api/share20ocstest.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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_sharing/tests/api/shareestest.php b/apps/files_sharing/tests/api/shareestest.php index f4e9123976a1edd5f32a8a6b243f2842fb2149ca..4b8034a48b7ca943cfc33e770af16943606f0ad1 100644 --- a/apps/files_sharing/tests/api/shareestest.php +++ b/apps/files_sharing/tests/api/shareestest.php @@ -2,8 +2,10 @@ /** * @author Joas Schilling * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer + * @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_sharing/tests/backend.php b/apps/files_sharing/tests/backend.php index 57cdfc45115e0e9a9ba1946927c868e06991a44e..0e151d9e76ab55af815e1d42e52a2275e68d1da4 100644 --- a/apps/files_sharing/tests/backend.php +++ b/apps/files_sharing/tests/backend.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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_sharing/tests/cache.php b/apps/files_sharing/tests/cache.php index df7f4fd19a3ddfa042455ba6af85f7bfc76f6a0c..c137ba0728d9fca7cd7d24a8e93de13efba8ffb7 100644 --- a/apps/files_sharing/tests/cache.php +++ b/apps/files_sharing/tests/cache.php @@ -8,7 +8,7 @@ * @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/apps/files_sharing/tests/capabilities.php b/apps/files_sharing/tests/capabilities.php index 6fb76f10c2443c2f331d35237c08bc140ab44dd1..7572f5c84aa8fb4d13a6d1880e42bb879e6eb6dd 100644 --- a/apps/files_sharing/tests/capabilities.php +++ b/apps/files_sharing/tests/capabilities.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling * @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/files_sharing/tests/controller/externalsharecontroller.php b/apps/files_sharing/tests/controller/externalsharecontroller.php index 4913c7308bad3476d7dd228c15d6bf44f1ec5c13..ab5f1c153f3ae4a373d5ecc4d1adb443e1816d92 100644 --- a/apps/files_sharing/tests/controller/externalsharecontroller.php +++ b/apps/files_sharing/tests/controller/externalsharecontroller.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Roeland Jago Douma * - * @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_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php index 87b9e2839d72b4d29bef2d2c0c4d2fc20ddf1e3e..914c98d94705c28ac21af3d6851bcd50c8161432 100644 --- a/apps/files_sharing/tests/controller/sharecontroller.php +++ b/apps/files_sharing/tests/controller/sharecontroller.php @@ -1,13 +1,16 @@ * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @author Thomas Müller * @author Vincent Cloutier * - * @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_sharing/tests/deleteorphanedsharesjobtest.php b/apps/files_sharing/tests/deleteorphanedsharesjobtest.php index a2e3f36f6ac396c52df40d2d99a43e5cf2675af9..353520bd60469c70e8c1788f7139485e57c327f0 100644 --- a/apps/files_sharing/tests/deleteorphanedsharesjobtest.php +++ b/apps/files_sharing/tests/deleteorphanedsharesjobtest.php @@ -1,8 +1,9 @@ * @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/apps/files_sharing/tests/etagpropagation.php b/apps/files_sharing/tests/etagpropagation.php index 5a917fd1c67b860966935af1c42bf38272812160..55972dd9221a813f51e8fbf9041217af383931af 100644 --- a/apps/files_sharing/tests/etagpropagation.php +++ b/apps/files_sharing/tests/etagpropagation.php @@ -3,9 +3,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin Appelman + * @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/apps/files_sharing/tests/expiresharesjobtest.php b/apps/files_sharing/tests/expiresharesjobtest.php index b21d095e6b1432431df9f7435d0addebea8591b3..bb4f756e6c79a2b63c3a79c7c232de73541977b8 100644 --- a/apps/files_sharing/tests/expiresharesjobtest.php +++ b/apps/files_sharing/tests/expiresharesjobtest.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/files_sharing/tests/external/cache.php b/apps/files_sharing/tests/external/cache.php index e44c935d3fd64cedaf070ba0430933cd647bcd6d..52e01677fa3c9c72f031f0301d4f0a441acb43bf 100644 --- a/apps/files_sharing/tests/external/cache.php +++ b/apps/files_sharing/tests/external/cache.php @@ -1,8 +1,9 @@ * @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/apps/files_sharing/tests/external/managertest.php b/apps/files_sharing/tests/external/managertest.php index 015be47270e7f9c29e5838c352d141ba46737cbe..f73fedaf05cb6eaabed57ddac6f7b37ae49a6692 100644 --- a/apps/files_sharing/tests/external/managertest.php +++ b/apps/files_sharing/tests/external/managertest.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling * @author Robin Appelman + * @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_sharing/tests/external/scannertest.php b/apps/files_sharing/tests/external/scannertest.php index 43f33905608dfae8424b5ce4b89c1d99ebcbe65a..f16e9952fce2a4bfdf34d870bf5fb2d826292719 100644 --- a/apps/files_sharing/tests/external/scannertest.php +++ b/apps/files_sharing/tests/external/scannertest.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php index 109545119bac6fb3d0b8edf47112c3841e63f891..54cd7d1645c5517c466665b7926e59b54867dea6 100644 --- a/apps/files_sharing/tests/externalstorage.php +++ b/apps/files_sharing/tests/externalstorage.php @@ -3,9 +3,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @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/apps/files_sharing/tests/groupetagpropagation.php b/apps/files_sharing/tests/groupetagpropagation.php index 804d064eadb8aae22dbf4b02d48312283b493294..9f6b1e2f72008e14b6bf568b8a2c8bafac7c87fb 100644 --- a/apps/files_sharing/tests/groupetagpropagation.php +++ b/apps/files_sharing/tests/groupetagpropagation.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_sharing/tests/helper.php b/apps/files_sharing/tests/helper.php index 1a4a9ee78341bcfa5d3b74ede8f66b434ddcdc30..07f07f911cb3466469b9d06f26f653606004a1d3 100644 --- a/apps/files_sharing/tests/helper.php +++ b/apps/files_sharing/tests/helper.php @@ -1,11 +1,10 @@ - * @author Lukas Reschke * @author Morris Jobke * @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_sharing/tests/locking.php b/apps/files_sharing/tests/locking.php index ad7b6b3e8a3b78eb179d7c6a258cd73735e9762b..ef8b2bb1cd408b7b84cd5758caccde6c51d3afa7 100644 --- a/apps/files_sharing/tests/locking.php +++ b/apps/files_sharing/tests/locking.php @@ -2,8 +2,9 @@ /** * @author Lukas Reschke * @author Robin Appelman + * @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_sharing/tests/middleware/sharingcheckmiddleware.php b/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php index 031f8c1b97006ad0e6134f17c2b0197765e9baf5..e80be772a923f8a74e6ff99dc17edd75e4753dc7 100644 --- a/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php +++ b/apps/files_sharing/tests/middleware/sharingcheckmiddleware.php @@ -5,7 +5,7 @@ * @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/files_sharing/tests/migrationtest.php b/apps/files_sharing/tests/migrationtest.php index 49d76126eb239ce164d86964f67bec2cd4c2f9d7..14df5af381d53a24426df47b5f39b17591182d74 100644 --- a/apps/files_sharing/tests/migrationtest.php +++ b/apps/files_sharing/tests/migrationtest.php @@ -2,8 +2,9 @@ /** * @author Björn Schießle * @author Morris Jobke + * @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_sharing/tests/permissions.php b/apps/files_sharing/tests/permissions.php index 4261ede7a7615160054a868012d740382f451524..43a57266851a5ef54e174ce8ab1e98f45052620d 100644 --- a/apps/files_sharing/tests/permissions.php +++ b/apps/files_sharing/tests/permissions.php @@ -6,7 +6,7 @@ * @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/apps/files_sharing/tests/propagationtestcase.php b/apps/files_sharing/tests/propagationtestcase.php index f397c1fb7a0a96b50f929eca29472f81e071331f..159a7b859aaa26d017a22e1a2eaf123d5d633e41 100644 --- a/apps/files_sharing/tests/propagationtestcase.php +++ b/apps/files_sharing/tests/propagationtestcase.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_sharing/tests/server2server.php b/apps/files_sharing/tests/server2server.php index a0f0e18b769e9f6398420fefbcfcc06e4c79a5c1..a282f92ecb94030418b953342284d089968df40d 100644 --- a/apps/files_sharing/tests/server2server.php +++ b/apps/files_sharing/tests/server2server.php @@ -4,8 +4,9 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @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_sharing/tests/share.php b/apps/files_sharing/tests/share.php index 05013ad2e00a7c3c1545dc32bbd60c36fe5571f7..6b8c685cc1021bf3f98684b9e8e1f8b8d0690dd8 100644 --- a/apps/files_sharing/tests/share.php +++ b/apps/files_sharing/tests/share.php @@ -3,10 +3,12 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman + * @author Scrutinizer Auto-Fixer * @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/apps/files_sharing/tests/sharedmount.php b/apps/files_sharing/tests/sharedmount.php index 15ebc7caf71968dcaef9fcf3b1ca94fd1a00fd41..347ec0d2a7b0b023aa8e5ebbf121e61e258a59cc 100644 --- a/apps/files_sharing/tests/sharedmount.php +++ b/apps/files_sharing/tests/sharedmount.php @@ -8,7 +8,7 @@ * @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/apps/files_sharing/tests/sharedstorage.php b/apps/files_sharing/tests/sharedstorage.php index 0d4a6b56307b05d86f56a430e3c957a15664f47c..63f4334103fb6c4c2acc47d80f0f0c461b4fef35 100644 --- a/apps/files_sharing/tests/sharedstorage.php +++ b/apps/files_sharing/tests/sharedstorage.php @@ -7,7 +7,7 @@ * @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/apps/files_sharing/tests/sizepropagation.php b/apps/files_sharing/tests/sizepropagation.php index 535a475276c9ad0c7bfbc770857fa9189cd56445..7b7884f3f9635b9aca93cf98d28cc5556d2c169f 100644 --- a/apps/files_sharing/tests/sizepropagation.php +++ b/apps/files_sharing/tests/sizepropagation.php @@ -2,8 +2,9 @@ /** * @author Jörn Friedrich Dreyer * @author Robin Appelman + * @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_sharing/tests/testcase.php b/apps/files_sharing/tests/testcase.php index c4037c7c42e50bc9cd316e6a4776f682ec73c894..a9da39f446bf8956ffddb8df6031492305ad3f62 100644 --- a/apps/files_sharing/tests/testcase.php +++ b/apps/files_sharing/tests/testcase.php @@ -6,11 +6,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/apps/files_sharing/tests/unsharechildren.php b/apps/files_sharing/tests/unsharechildren.php index 8de735363d19cb6fc7dd611b07d408cc7795622b..1968007be4e14b1c4392ce80a7b46b004037a673 100644 --- a/apps/files_sharing/tests/unsharechildren.php +++ b/apps/files_sharing/tests/unsharechildren.php @@ -4,8 +4,9 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @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_sharing/tests/updater.php b/apps/files_sharing/tests/updater.php index 312734523b56640ea2622fe5894f5a477d9fb224..02c5f487e0ade83e36ae7dd2f35eab15e395269a 100644 --- a/apps/files_sharing/tests/updater.php +++ b/apps/files_sharing/tests/updater.php @@ -3,9 +3,10 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke + * @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/apps/files_sharing/tests/watcher.php b/apps/files_sharing/tests/watcher.php index 6443be664a7ae0de57b6fa141f8ce420de381582..021f10bacca91beb30c3608a0ce27afa9ee9c3e9 100644 --- a/apps/files_sharing/tests/watcher.php +++ b/apps/files_sharing/tests/watcher.php @@ -8,7 +8,7 @@ * @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/apps/files_trashbin/ajax/delete.php b/apps/files_trashbin/ajax/delete.php index 40d1811717cb562c72be096cc927cbc6a537d574..a4f97a0348663f7094fdc7f6b4b69a83f712027f 100644 --- a/apps/files_trashbin/ajax/delete.php +++ b/apps/files_trashbin/ajax/delete.php @@ -7,7 +7,7 @@ * @author Roeland Jago Douma * @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/apps/files_trashbin/ajax/isEmpty.php b/apps/files_trashbin/ajax/isEmpty.php index a8122b947335217e65e06cee92406c422923a8bb..f8a7cf03a8ba752bfdbf638fe812614fe7ee31de 100644 --- a/apps/files_trashbin/ajax/isEmpty.php +++ b/apps/files_trashbin/ajax/isEmpty.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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_trashbin/ajax/list.php b/apps/files_trashbin/ajax/list.php index 46168f7865e34db6dd69a7614d8348640af614d7..45cc1254e5903ceaad0c8fc0a4ffcf078e4e05aa 100644 --- a/apps/files_trashbin/ajax/list.php +++ b/apps/files_trashbin/ajax/list.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @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/apps/files_trashbin/ajax/preview.php b/apps/files_trashbin/ajax/preview.php index ecb4971253f40522f27470c86f10c9363814b305..86c5ea2dbe5f32d0e820bced0187701dc316a661 100644 --- a/apps/files_trashbin/ajax/preview.php +++ b/apps/files_trashbin/ajax/preview.php @@ -3,10 +3,11 @@ * @author Björn Schießle * @author Georg Ehrke * @author Lukas Reschke + * @author Morris Jobke * @author Roeland Jago Douma * @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/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index f0e5ce6d889178b6c98c081b5972ed73d34d8593..97d8425f0f5eaf4cc4e41cd57eafed6dd74a4a4f 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -8,7 +8,7 @@ * @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/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 7d99270557f3d60867410360ed77948ef1257d97..3f86dd5b17e2b0f00fa85d98e9429e3f78b0c879 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -7,7 +7,7 @@ * @author Victor Dubiniuk * @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/apps/files_trashbin/appinfo/application.php b/apps/files_trashbin/appinfo/application.php index 59553abfb1407294ea9b8c9edaa63aa7daaa7009..841c9d90f1ba8a7981a350de8268bb3dbcabdb42 100644 --- a/apps/files_trashbin/appinfo/application.php +++ b/apps/files_trashbin/appinfo/application.php @@ -3,7 +3,7 @@ * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @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_trashbin/appinfo/install.php b/apps/files_trashbin/appinfo/install.php index dc4c2847c227658cee72b2807fc91532fc53e2c9..51b0bdf43c3797e21348af29969087b08fc48c2e 100644 --- a/apps/files_trashbin/appinfo/install.php +++ b/apps/files_trashbin/appinfo/install.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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_trashbin/appinfo/register_command.php b/apps/files_trashbin/appinfo/register_command.php index ae4196dd50603c8148102197346adc2b2ef9a257..08c987411560d3da5dfac68e5142a5533fc1aed1 100644 --- a/apps/files_trashbin/appinfo/register_command.php +++ b/apps/files_trashbin/appinfo/register_command.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index f3b97d8687c1397a42cfb1e4786176f29fee2314..717820adf498b4c6099ce0f150ea32d005f03365 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -4,7 +4,7 @@ * @author Roeland Jago Douma * @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/apps/files_trashbin/appinfo/update.php b/apps/files_trashbin/appinfo/update.php index 09b1b6931a7f8ce2e7dc47e4d6ad3d872a1f7c7c..f0c95baeb7114c225b4a4d808190866d1bf48d08 100644 --- a/apps/files_trashbin/appinfo/update.php +++ b/apps/files_trashbin/appinfo/update.php @@ -1,11 +1,9 @@ - * @author Christopher Schäpers - * @author Thomas Müller * @author Victor Dubiniuk * - * @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_trashbin/command/cleanup.php b/apps/files_trashbin/command/cleanup.php index 8af5dee4fcb5d3ea14b63e43268ff76897eba87e..cffe7f7d1dd476d270062a33a2c184be7e8a621a 100644 --- a/apps/files_trashbin/command/cleanup.php +++ b/apps/files_trashbin/command/cleanup.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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_trashbin/command/expire.php b/apps/files_trashbin/command/expire.php index cb4e803ddc551c4d6ca6aaa67271a60eb3fa89bc..9e0f58e12ceff0e69b9cd415f714ff2c45486e6c 100644 --- a/apps/files_trashbin/command/expire.php +++ b/apps/files_trashbin/command/expire.php @@ -1,11 +1,12 @@ + * @author Morris Jobke * @author Robin Appelman * @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/apps/files_trashbin/lib/backgroundjob/expiretrash.php b/apps/files_trashbin/lib/backgroundjob/expiretrash.php index 079fdd29912a7ed423f559b62d17a68a0ca67b57..7f4f4823918a5f2cae1b78027c82d9b7e0aff3e8 100644 --- a/apps/files_trashbin/lib/backgroundjob/expiretrash.php +++ b/apps/files_trashbin/lib/backgroundjob/expiretrash.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Victor Dubiniuk * - * @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_trashbin/lib/capabilities.php b/apps/files_trashbin/lib/capabilities.php index d903066e6765f0f9bc581d28ddf416a06a2a2607..43daa8cfa4768565d5bc592b7e42d59c0c953f83 100644 --- a/apps/files_trashbin/lib/capabilities.php +++ b/apps/files_trashbin/lib/capabilities.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * - * @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_trashbin/lib/exceptions/copyrecursiveexception.php b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php index 0edf9d35118dc43278daf886c70334d83d982920..8ebc8dfbfe1e572fdd298ffd317b5f0f47497b0c 100644 --- a/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php +++ b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Morris Jobke * - * @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_trashbin/lib/expiration.php b/apps/files_trashbin/lib/expiration.php index 1c08e2869f699b74fd05f2276e81c1681e3a50fb..e5a37b88b497cba2a0fb815c114a2d44705c8c1b 100644 --- a/apps/files_trashbin/lib/expiration.php +++ b/apps/files_trashbin/lib/expiration.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Victor Dubiniuk * - * @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_trashbin/lib/helper.php b/apps/files_trashbin/lib/helper.php index 0ccf15cd2bc1357f854b11111b8310ae365d21a8..4d8b8b448ef69c0babd54f4ba901d13cae607807 100644 --- a/apps/files_trashbin/lib/helper.php +++ b/apps/files_trashbin/lib/helper.php @@ -3,12 +3,12 @@ * @author Björn Schießle * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell - * @author Roeland Jago Douma + * @author Robin McCorkell * @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/apps/files_trashbin/lib/hooks.php b/apps/files_trashbin/lib/hooks.php index 57fc8d7a8d3b3611fd6f74c03bccffac3f496615..0a018f4f0f867c8abbf21c80c05115278226bec8 100644 --- a/apps/files_trashbin/lib/hooks.php +++ b/apps/files_trashbin/lib/hooks.php @@ -2,9 +2,9 @@ /** * @author Björn Schießle * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/files_trashbin/lib/storage.php b/apps/files_trashbin/lib/storage.php index becde5e635b2d886ab75c636af4063680ade5370..c4c523810ac72df200177ef9cfbfdf99df6e07c9 100644 --- a/apps/files_trashbin/lib/storage.php +++ b/apps/files_trashbin/lib/storage.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index bd6798f0effdb8402652daeeecf91543d5f6e102..fdca25ff4571fe0e08388d3bca149fcf30e87c14 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -11,14 +11,15 @@ * @author Morris Jobke * @author Qingping Hou * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Sjors van der Pluijm * @author Thomas Müller * @author Victor Dubiniuk * @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/apps/files_trashbin/list.php b/apps/files_trashbin/list.php index 890f03aa09a068634046980bae3d07b528b90a88..caf3296eb94b23cfddc305a01da382448c8097ec 100644 --- a/apps/files_trashbin/list.php +++ b/apps/files_trashbin/list.php @@ -4,7 +4,7 @@ * @author Björn Schießle * @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/apps/files_trashbin/tests/backgroundjob/expiretrash.php b/apps/files_trashbin/tests/backgroundjob/expiretrash.php index ad7b0fbca283466f9d28521978fcec6f7fbb2786..79fc91884fc5fd941cc99c256a20d8bd17158077 100644 --- a/apps/files_trashbin/tests/backgroundjob/expiretrash.php +++ b/apps/files_trashbin/tests/backgroundjob/expiretrash.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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_trashbin/tests/command/cleanuptest.php b/apps/files_trashbin/tests/command/cleanuptest.php index 82084a2d525faf63679b3057bedd06d23d9121b4..d71c4ecd85db5001de99befa197f759efcf546fb 100644 --- a/apps/files_trashbin/tests/command/cleanuptest.php +++ b/apps/files_trashbin/tests/command/cleanuptest.php @@ -2,8 +2,9 @@ /** * @author Björn Schießle * @author Joas Schilling + * @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_trashbin/tests/command/expiretest.php b/apps/files_trashbin/tests/command/expiretest.php index 463fca6080ea88954ba62e26bff00f9bfa22b652..e481e29330f1a03e3dc4a82613cf168ba44c33af 100644 --- a/apps/files_trashbin/tests/command/expiretest.php +++ b/apps/files_trashbin/tests/command/expiretest.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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_trashbin/tests/expiration.php b/apps/files_trashbin/tests/expiration.php index c142133ceb7759329985c175762f1ed7f1c14bfc..420d255947e9c2c6e8c6be113f23412875bc338f 100644 --- a/apps/files_trashbin/tests/expiration.php +++ b/apps/files_trashbin/tests/expiration.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Victor Dubiniuk * - * @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_trashbin/tests/storage.php b/apps/files_trashbin/tests/storage.php index 30735fe7bc363ebee25d89eb9cd3e6f69222e592..958c5f79a988a639468845c47f21ab875d6cac79 100644 --- a/apps/files_trashbin/tests/storage.php +++ b/apps/files_trashbin/tests/storage.php @@ -3,9 +3,11 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma + * @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/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php index 9c19b67a904d63f3ace91519b930ed2751bb157e..7844e95084a32b7a135ab2fc8ba32c89d93f94c5 100644 --- a/apps/files_trashbin/tests/trashbin.php +++ b/apps/files_trashbin/tests/trashbin.php @@ -5,10 +5,12 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Victor Dubiniuk + * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer + * @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/apps/files_versions/ajax/getVersions.php b/apps/files_versions/ajax/getVersions.php index d50545f7c6979d5739297c2c15e89673069bb70b..1953a55d13d812dc4a7e5549f68b65d45b3684f7 100644 --- a/apps/files_versions/ajax/getVersions.php +++ b/apps/files_versions/ajax/getVersions.php @@ -7,7 +7,7 @@ * @author Sam Tuke * @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/apps/files_versions/ajax/preview.php b/apps/files_versions/ajax/preview.php index f21911abc9b44ba2248c15f193846db04bf0b35a..c0a9828b1f00f9e80d52b3bc59c99849d57f2ff4 100644 --- a/apps/files_versions/ajax/preview.php +++ b/apps/files_versions/ajax/preview.php @@ -1,11 +1,12 @@ + * @author Morris Jobke * @author Roeland Jago Douma * @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/apps/files_versions/ajax/rollbackVersion.php b/apps/files_versions/ajax/rollbackVersion.php index e75df28dbcd2e4c2b2952eed6c33c44e0be515dd..7700c03a144465aec50b7281c7c34eec0d2009da 100644 --- a/apps/files_versions/ajax/rollbackVersion.php +++ b/apps/files_versions/ajax/rollbackVersion.php @@ -9,7 +9,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php index 89990fdf0d8fdefdd81fdb8de105aa0a87a7e551..b653d0d345b9000d16baf344e0f74ed0c600faf2 100644 --- a/apps/files_versions/appinfo/app.php +++ b/apps/files_versions/appinfo/app.php @@ -4,7 +4,7 @@ * @author Frank Karlitschek * @author Victor Dubiniuk * - * @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_versions/appinfo/application.php b/apps/files_versions/appinfo/application.php index ba0a2ae74cbbc01627f42eddf18c246d1ddb2a0b..b32cf54729d5dd7e67623f582a6316dc1ac2b8ae 100644 --- a/apps/files_versions/appinfo/application.php +++ b/apps/files_versions/appinfo/application.php @@ -3,7 +3,7 @@ * @author Roeland Jago Douma * @author Victor Dubiniuk * - * @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_versions/appinfo/install.php b/apps/files_versions/appinfo/install.php index d72ba2f56e502d64f501ac8e0ac253cb94cf466b..81ff6337aa09470836cccc6e67fe46868346e984 100644 --- a/apps/files_versions/appinfo/install.php +++ b/apps/files_versions/appinfo/install.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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_versions/appinfo/register_command.php b/apps/files_versions/appinfo/register_command.php index 49efdbe61909fdffe63ef6e33cf4c555062ac2d7..ee0e860dfba501f62107cf271f83943cb68dadaf 100644 --- a/apps/files_versions/appinfo/register_command.php +++ b/apps/files_versions/appinfo/register_command.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php index b2ed477de68f2605f2daa58a925c26821b8da51e..4db52cb3870fcc2042014e9f52e6026e1a79396e 100644 --- a/apps/files_versions/appinfo/routes.php +++ b/apps/files_versions/appinfo/routes.php @@ -8,7 +8,7 @@ * @author Thomas Müller * @author Tom Needham * - * @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_versions/appinfo/update.php b/apps/files_versions/appinfo/update.php index eb04cf090ed302fa7a2e38c19096bf49a2334e56..09ac6ce8a2f5b1fc94bce410f960532bf1b6d3bb 100644 --- a/apps/files_versions/appinfo/update.php +++ b/apps/files_versions/appinfo/update.php @@ -1,10 +1,8 @@ - * @author Thomas Müller * @author Victor Dubiniuk * - * @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_versions/command/cleanup.php b/apps/files_versions/command/cleanup.php index bed6dd01773c81e72a363843167c29e259bab428..1abf62763b16294463d202e1613183cc02a3171a 100644 --- a/apps/files_versions/command/cleanup.php +++ b/apps/files_versions/command/cleanup.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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_versions/command/expire.php b/apps/files_versions/command/expire.php index 887236906034b418dadd5c03f80b7af66f662d4e..b1f72980633e4e5f773434474b2735774d906785 100644 --- a/apps/files_versions/command/expire.php +++ b/apps/files_versions/command/expire.php @@ -1,9 +1,10 @@ + * @author Morris Jobke * @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_versions/download.php b/apps/files_versions/download.php index d3c38f3d4e109291fa09e1f3317c31d4489511a3..b3742d79de1c356b2aa9afe9f6e969cbcf2d7ee4 100644 --- a/apps/files_versions/download.php +++ b/apps/files_versions/download.php @@ -4,9 +4,10 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @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/apps/files_versions/lib/backgroundjob/expireversions.php b/apps/files_versions/lib/backgroundjob/expireversions.php index afdd5eed57aa75a04d6ea098b0c35b224faab081..5d8eef4e35119c4e712786ebb1a0bfddbafc531d 100644 --- a/apps/files_versions/lib/backgroundjob/expireversions.php +++ b/apps/files_versions/lib/backgroundjob/expireversions.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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_versions/lib/capabilities.php b/apps/files_versions/lib/capabilities.php index ba4de906c70a0697729ae11b6d70eb31b1f97c2d..441b2adfba3aae7347000c09f78ffb75a7e653b9 100644 --- a/apps/files_versions/lib/capabilities.php +++ b/apps/files_versions/lib/capabilities.php @@ -5,7 +5,7 @@ * @author Roeland Jago Douma * @author Tom Needham * - * @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_versions/lib/expiration.php b/apps/files_versions/lib/expiration.php index 4b3cecc120299df014529c97e38afad14182a8c7..ffc7640e7f90da4f0ac02718f5ba06c8b69d16e1 100644 --- a/apps/files_versions/lib/expiration.php +++ b/apps/files_versions/lib/expiration.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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_versions/lib/hooks.php b/apps/files_versions/lib/hooks.php index f9d9eddf5e203eaf152b449725516e72f23d6861..beaf81c7471327c5e066ce8a7f91f16053e14a95 100644 --- a/apps/files_versions/lib/hooks.php +++ b/apps/files_versions/lib/hooks.php @@ -5,11 +5,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Sam Tuke * @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/apps/files_versions/lib/storage.php b/apps/files_versions/lib/storage.php index 21b5e9e0e7b50fdae04527b8c09d6be001414c25..74bf8fea49d5c6d93f514fb080ae0654ccc7ffac 100644 --- a/apps/files_versions/lib/storage.php +++ b/apps/files_versions/lib/storage.php @@ -10,13 +10,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Victor Dubiniuk * @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/apps/files_versions/tests/command/cleanuptest.php b/apps/files_versions/tests/command/cleanuptest.php index 141213774c08afbfcf80737bfd90ef7e43a94482..af217b188933222b6182c6173257d49cb43b95ce 100644 --- a/apps/files_versions/tests/command/cleanuptest.php +++ b/apps/files_versions/tests/command/cleanuptest.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/files_versions/tests/command/expiretest.php b/apps/files_versions/tests/command/expiretest.php index 5048ab1ef31db62e98c140f350a13cbd273bc090..f89ece82515d28ff0278eca58889002bb11fd405 100644 --- a/apps/files_versions/tests/command/expiretest.php +++ b/apps/files_versions/tests/command/expiretest.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @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_versions/tests/expirationtest.php b/apps/files_versions/tests/expirationtest.php index 1081e412ce9109ca1ef30e9f14e6e54beaf9435f..2dfff19f230364f2c20db940df03dd33f623c3d7 100644 --- a/apps/files_versions/tests/expirationtest.php +++ b/apps/files_versions/tests/expirationtest.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Victor Dubiniuk * - * @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_versions/tests/versions.php b/apps/files_versions/tests/versions.php index ee4978ff7840c7392d178f7d62d4fc269c195f4f..74d6006cfd9c72e9b8208e0afc60e9de5e2bba62 100644 --- a/apps/files_versions/tests/versions.php +++ b/apps/files_versions/tests/versions.php @@ -7,10 +7,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @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/apps/provisioning_api/appinfo/routes.php b/apps/provisioning_api/appinfo/routes.php index 1b9328d608a4a7019c02cc8b14bd99b484379a95..08411856e7ec3d80db1adf3b77a717092b289075 100644 --- a/apps/provisioning_api/appinfo/routes.php +++ b/apps/provisioning_api/appinfo/routes.php @@ -7,7 +7,7 @@ * @author Roeland Jago Douma * @author Tom Needham * - * @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/provisioning_api/lib/apps.php b/apps/provisioning_api/lib/apps.php index 2a3fd414d39b505cb519f4100bbb0bff5ca9f3c3..f0079b8a8f3fba7baa70d23a0b0b81cd77e6ce3c 100644 --- a/apps/provisioning_api/lib/apps.php +++ b/apps/provisioning_api/lib/apps.php @@ -6,7 +6,7 @@ * @author Roeland Jago Douma * @author Tom Needham * - * @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/provisioning_api/lib/groups.php b/apps/provisioning_api/lib/groups.php index b54041ac0f213acde254ba71374832c5b03b4544..6784894dbc938817ee98328255c215e38f293ee7 100644 --- a/apps/provisioning_api/lib/groups.php +++ b/apps/provisioning_api/lib/groups.php @@ -6,7 +6,7 @@ * @author Roeland Jago Douma * @author Tom Needham * - * @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/provisioning_api/lib/users.php b/apps/provisioning_api/lib/users.php index ad067b03cfd39e757fe5aacfa7e2f3563b0d9f3e..a385f2c11803b6e582f38176bfba41e7de4e52b6 100644 --- a/apps/provisioning_api/lib/users.php +++ b/apps/provisioning_api/lib/users.php @@ -8,7 +8,7 @@ * @author Thomas Müller * @author Tom Needham * - * @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/provisioning_api/tests/appstest.php b/apps/provisioning_api/tests/appstest.php index 871158c5545d85b0a38e7b30d69343e72816223e..260bb4d527e165be7f4ebe2b01b178c74e74717f 100644 --- a/apps/provisioning_api/tests/appstest.php +++ b/apps/provisioning_api/tests/appstest.php @@ -1,11 +1,13 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @author Thomas Müller * @author Tom Needham * - * @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/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index 7f84b3015ff3d36eece4a5344322ab79b2649312..a9c011d18ff6476fb5c5c0ae25a93475274cba64 100644 --- a/apps/provisioning_api/tests/groupstest.php +++ b/apps/provisioning_api/tests/groupstest.php @@ -4,9 +4,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @author Scrutinizer Auto-Fixer * @author Tom Needham * - * @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/provisioning_api/tests/testcase.php b/apps/provisioning_api/tests/testcase.php index 0cbe0d89f8653104011a5afbab1f918dffa3cdba..743c1c9c44bc07e650f631d5948c93cbb60d55ff 100644 --- a/apps/provisioning_api/tests/testcase.php +++ b/apps/provisioning_api/tests/testcase.php @@ -3,8 +3,9 @@ * @author Joas Schilling * @author Morris Jobke * @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/provisioning_api/tests/userstest.php b/apps/provisioning_api/tests/userstest.php index 72c76326ac54cd119e52c995615377ed99afe97e..25e723a13b408c1d7e26b0599a0fea86df00c5f7 100644 --- a/apps/provisioning_api/tests/userstest.php +++ b/apps/provisioning_api/tests/userstest.php @@ -2,12 +2,13 @@ /** * @author Joas Schilling * @author Lukas Reschke + * @author michag86 * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham * - * @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/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php index bbc379a775fe872351699f61df058bfeb1fbb4f2..8f9cf981e5700b7f58cd11740f388a9b6fb6cfb8 100644 --- a/apps/user_ldap/ajax/clearMappings.php +++ b/apps/user_ldap/ajax/clearMappings.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index c629c79d61fc03db9c8d8458f48fdfc116ebe1ba..780a4bc35d0bda708181d54b85b2aacfc2592877 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index 91a5a8685365ad1f19c4a5090c271c700bdfa771..795261bc91d570bfa4b94662aa8f82897833f500 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index 41a061e6c5051e8eb89ea9ddae861cf7a9360cbc..df85d99f2c7d3539e0d3da717e7a2281c8617d3b 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php index 3b0ba1b7754b60f9b02c20c41da6e670ae2a2a17..a2e73783e00fd24a462eaf3d60a264f37351ffbf 100644 --- a/apps/user_ldap/ajax/setConfiguration.php +++ b/apps/user_ldap/ajax/setConfiguration.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index 47fc776983a42567a86edb7bd29b99a8a6bb32fe..e9f5167bfe72a23edc4e73d166faf939512d3beb 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 267b9568a282869a73cf12ff8c2804c580fbe060..21396068267d56e9028c3d6de9b7505e0eefc714 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index 60c2accdccba0bfd123cbff7bfec67d42d65931a..763fdc99c6bbb7538f3d8ff6bf75c6ba5e8ff1a3 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @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/user_ldap/appinfo/install.php b/apps/user_ldap/appinfo/install.php index 844c724ac25b040a8b1095e7df7ddbf86a4d1bd3..49c8f808ef395c8486876e80353abf9997e9f233 100644 --- a/apps/user_ldap/appinfo/install.php +++ b/apps/user_ldap/appinfo/install.php @@ -4,7 +4,7 @@ * @author Christopher Schäpers * @author Joas Schilling * - * @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/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php index a13eeb6cdc31fed3486afe226f5318163533989c..f356f635023fff2cf1e3645153efcaffdf35ac97 100644 --- a/apps/user_ldap/appinfo/register_command.php +++ b/apps/user_ldap/appinfo/register_command.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php index f8640ba00ca15cedcc4d19ab7523b0b6d0f066c7..9308df6dc1a9626dc32fc3fab64fb7d044ebb740 100644 --- a/apps/user_ldap/appinfo/routes.php +++ b/apps/user_ldap/appinfo/routes.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appinfo/update.php b/apps/user_ldap/appinfo/update.php index 7a61101f578011a4f57f0d311a4fa8cee9f8bbe3..82f3e86bd3345933a3fa706b3039787a6c7f40ab 100644 --- a/apps/user_ldap/appinfo/update.php +++ b/apps/user_ldap/appinfo/update.php @@ -1,10 +1,9 @@ - * @author Lennart Rosam * @author Morris Jobke * - * @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/command/checkuser.php b/apps/user_ldap/command/checkuser.php index 574b59699ad927b6f6b83ed7a33903c579da42fb..eb1a7e494d5f4b14b5cbfccdb8859d83b8507012 100644 --- a/apps/user_ldap/command/checkuser.php +++ b/apps/user_ldap/command/checkuser.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/command/createemptyconfig.php b/apps/user_ldap/command/createemptyconfig.php index 7f452626859c01a0ae9cd8abb3e3e5907ef37a3b..f1c9470441577f5e98e52ea7ba83cb4f803c2782 100644 --- a/apps/user_ldap/command/createemptyconfig.php +++ b/apps/user_ldap/command/createemptyconfig.php @@ -4,7 +4,7 @@ * @author Martin Konrad * @author Morris Jobke * - * @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/command/deleteconfig.php b/apps/user_ldap/command/deleteconfig.php index 4479fe6bda1bfd2842593b6dd70873ef65d675c1..4dfef9c18dad92a918d830c3c00ca6e82ea61afb 100644 --- a/apps/user_ldap/command/deleteconfig.php +++ b/apps/user_ldap/command/deleteconfig.php @@ -4,7 +4,7 @@ * @author Martin Konrad * @author Morris Jobke * - * @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/command/search.php b/apps/user_ldap/command/search.php index 7bb315a5fb8e831d5d302043b8e6c5337757c4d1..8d43d15649a0099fa8e1ff66f0482d5a345dcde7 100644 --- a/apps/user_ldap/command/search.php +++ b/apps/user_ldap/command/search.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/command/setconfig.php b/apps/user_ldap/command/setconfig.php index 53de5317207d894b871882e594f5b658c2b2d864..575d429241bfbae6b0c5f0f299cbd66e2ca3295b 100644 --- a/apps/user_ldap/command/setconfig.php +++ b/apps/user_ldap/command/setconfig.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/user_ldap/command/showconfig.php b/apps/user_ldap/command/showconfig.php index b076ecccdfbbfed9a56b00d5384e910920446d72..164cdada100b8e4c70f57e05299df5e27bee682e 100644 --- a/apps/user_ldap/command/showconfig.php +++ b/apps/user_ldap/command/showconfig.php @@ -4,7 +4,7 @@ * @author Laurens Post * @author Morris Jobke * - * @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/command/showremnants.php b/apps/user_ldap/command/showremnants.php index 1aa3c49475fd4371892914490b42c43e3258abf6..83bb5eaefd3ee146c01b8f5b986759bb2f0ed23c 100644 --- a/apps/user_ldap/command/showremnants.php +++ b/apps/user_ldap/command/showremnants.php @@ -2,8 +2,9 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @author scolebrook * - * @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/command/testconfig.php b/apps/user_ldap/command/testconfig.php index 8c8d73cade8b7e450c45f4d41d8f12271b38c902..62d40265777bdd2e36301d8ed5325bca8665db38 100644 --- a/apps/user_ldap/command/testconfig.php +++ b/apps/user_ldap/command/testconfig.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index 7c06e24293e0440d84acd7f53289dbd38f52e054..76152e1780a74832bc9d1968b8a68f7ec551c6d6 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -9,11 +9,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Nicolas Grekas - * @author Robin McCorkell + * @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/apps/user_ldap/group_proxy.php b/apps/user_ldap/group_proxy.php index b30563941bd330d27404624d941c14799355b341..7d496a129a1766ae33939dc151e1dbc689f8e55d 100644 --- a/apps/user_ldap/group_proxy.php +++ b/apps/user_ldap/group_proxy.php @@ -3,9 +3,9 @@ * @author Arthur Schiwon * @author Christopher Schäpers * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 7d2d355f9b41592a75a8bec2d7a259305de9bf56..97f795483a9f1422422fef744c44946811b0b575 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -11,12 +11,15 @@ * @author Lorenzo M. Catucci * @author Lukas Reschke * @author Lyonel Vincent + * @author Mario Kolling * @author Morris Jobke * @author Nicolas Grekas - * @author Robin McCorkell + * @author Ralph Krimmel + * @author Renaud Fortier + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/lib/backendutility.php b/apps/user_ldap/lib/backendutility.php index b0fee7cd25e178e61a45ce9c30ebd9a18a43be6b..87c1649cada69f9457954e3d29a464d5f2405680 100644 --- a/apps/user_ldap/lib/backendutility.php +++ b/apps/user_ldap/lib/backendutility.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/lib/configuration.php b/apps/user_ldap/lib/configuration.php index e1ca624af95729d6e2ffac9ad0b72e74612f3f85..e810fb835d48f662bd1eedca50c8e0d5a4d5177e 100644 --- a/apps/user_ldap/lib/configuration.php +++ b/apps/user_ldap/lib/configuration.php @@ -6,9 +6,9 @@ * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 67918bca4093f682e9ac0f32e43112e6874bf2f3..97bb13c5f79563870cf1ddb26faf6ef2f04ab37a 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -7,10 +7,10 @@ * @author Lyonel Vincent * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/lib/filesystemhelper.php b/apps/user_ldap/lib/filesystemhelper.php index ee8c26d2f5964af9f347c538eda789332d654419..03f4c4274f415b102edd66081b98f735772f77c4 100644 --- a/apps/user_ldap/lib/filesystemhelper.php +++ b/apps/user_ldap/lib/filesystemhelper.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/lib/helper.php b/apps/user_ldap/lib/helper.php index c189e753853908e545d4d55d3831a8e6476aa45e..bfff6baf0d382a9b9fd43bd431a5b487cd69577a 100644 --- a/apps/user_ldap/lib/helper.php +++ b/apps/user_ldap/lib/helper.php @@ -8,7 +8,7 @@ * @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/apps/user_ldap/lib/ildapwrapper.php b/apps/user_ldap/lib/ildapwrapper.php index dceb038ba3da1f29b01589ff3236e19abdeb5653..44ec08f59fd5bb301d28c952be45bd0fe159d526 100644 --- a/apps/user_ldap/lib/ildapwrapper.php +++ b/apps/user_ldap/lib/ildapwrapper.php @@ -4,9 +4,9 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/user_ldap/lib/jobs.php b/apps/user_ldap/lib/jobs.php index 5c8d631de3e0efa74fd3cbf011c9b44d963cef56..b27f66055a305a0867df7c0ed6430ddd0fb61917 100644 --- a/apps/user_ldap/lib/jobs.php +++ b/apps/user_ldap/lib/jobs.php @@ -6,9 +6,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/apps/user_ldap/lib/jobs/cleanup.php b/apps/user_ldap/lib/jobs/cleanup.php index da2c332cf0ed9b81fc7b658a9cc798245643e9e0..c9f5f2021eb15c7067e9435be48d398cd6b4a0ee 100644 --- a/apps/user_ldap/lib/jobs/cleanup.php +++ b/apps/user_ldap/lib/jobs/cleanup.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/ldap.php b/apps/user_ldap/lib/ldap.php index e730bff82c3caaa7e85a2affb23a89fde07432de..ad8c338b587eae5cd5f4eb83506b27a3c212fd65 100644 --- a/apps/user_ldap/lib/ldap.php +++ b/apps/user_ldap/lib/ldap.php @@ -5,9 +5,9 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/user_ldap/lib/ldaputility.php b/apps/user_ldap/lib/ldaputility.php index 01aabdaa1b0f65653849ba3ed841263f81716c35..e80fc12e087bf387e56e1584f364b03bad142a7a 100644 --- a/apps/user_ldap/lib/ldaputility.php +++ b/apps/user_ldap/lib/ldaputility.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/lib/logwrapper.php b/apps/user_ldap/lib/logwrapper.php index 7080366c67562e35eb4e79e79e71b179cdb44e05..41ae4fc34268b9ca72aa95cfa2e997ae86fcc83a 100644 --- a/apps/user_ldap/lib/logwrapper.php +++ b/apps/user_ldap/lib/logwrapper.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/mapping/abstractmapping.php b/apps/user_ldap/lib/mapping/abstractmapping.php index c3d38ce8b71be4398bdeb6bb68e999412b547daa..1c896a9bbf44995d81132538b2d42cd58b755411 100644 --- a/apps/user_ldap/lib/mapping/abstractmapping.php +++ b/apps/user_ldap/lib/mapping/abstractmapping.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/mapping/groupmapping.php b/apps/user_ldap/lib/mapping/groupmapping.php index 105155e72ccb77db57455e45358b2e85eccb9457..49bb41b8c765c39f1a850764328cc168758b31d5 100644 --- a/apps/user_ldap/lib/mapping/groupmapping.php +++ b/apps/user_ldap/lib/mapping/groupmapping.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/mapping/usermapping.php b/apps/user_ldap/lib/mapping/usermapping.php index d83c616052743eb6300d7b0773881dd65ad2a932..b39f738ea8c67413eadd918fc542002da5347030 100644 --- a/apps/user_ldap/lib/mapping/usermapping.php +++ b/apps/user_ldap/lib/mapping/usermapping.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/proxy.php b/apps/user_ldap/lib/proxy.php index 2a423cb0e4bc26bad08ac3023079f9974f3c0f1e..2823374879073ffe1ae19d5193c317fe1f13060b 100644 --- a/apps/user_ldap/lib/proxy.php +++ b/apps/user_ldap/lib/proxy.php @@ -6,10 +6,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/lib/user/deletedusersindex.php b/apps/user_ldap/lib/user/deletedusersindex.php index 6b58595cce6d8cdd57032066871060f3ac868634..48daeb9b8bce567ac3e748add41b6055a1efee7e 100644 --- a/apps/user_ldap/lib/user/deletedusersindex.php +++ b/apps/user_ldap/lib/user/deletedusersindex.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/lib/user/iusertools.php b/apps/user_ldap/lib/user/iusertools.php index afd018560489d21079da6a2130411ab1f9a2bb1e..b0eb9e1ffb35defbabf188bf6818ef952722bc68 100644 --- a/apps/user_ldap/lib/user/iusertools.php +++ b/apps/user_ldap/lib/user/iusertools.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/lib/user/manager.php b/apps/user_ldap/lib/user/manager.php index 4a687c0832a9d0aac5641a17c2a99e8c34b76970..dcaf40b80c454a994a57a4ab12ad49b5a22985ac 100644 --- a/apps/user_ldap/lib/user/manager.php +++ b/apps/user_ldap/lib/user/manager.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/lib/user/offlineuser.php b/apps/user_ldap/lib/user/offlineuser.php index 3456a27b41280d5117265f9c06343ac4502f6c22..aee1a137a9654d1b2c27d94dbdd7ae044b2f37f5 100644 --- a/apps/user_ldap/lib/user/offlineuser.php +++ b/apps/user_ldap/lib/user/offlineuser.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/lib/user/user.php b/apps/user_ldap/lib/user/user.php index 7a121920a35a8371e545e7071fb2b16a4464a817..23fd831b62f52216de9b6397cfc2c4fe6dc83fa8 100644 --- a/apps/user_ldap/lib/user/user.php +++ b/apps/user_ldap/lib/user/user.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/lib/wizard.php b/apps/user_ldap/lib/wizard.php index 20926fb06a46e4635178b64c8dc8b851da74651f..4a12d411ec1917b4ef828410623c1b0f9021fa13 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -9,11 +9,11 @@ * @author Morris Jobke * @author Nicolas Grekas * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @author Victor Dubiniuk * - * @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/lib/wizardresult.php b/apps/user_ldap/lib/wizardresult.php index 09ee43b716eb53d657cf4341a664be54ea29e5c1..54f01cf59b815e0f6194f00a220389f5a08bc7fe 100644 --- a/apps/user_ldap/lib/wizardresult.php +++ b/apps/user_ldap/lib/wizardresult.php @@ -4,9 +4,9 @@ * @author Bart Visscher * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/apps/user_ldap/settings.php b/apps/user_ldap/settings.php index fb54276b463bfcc13f4440322108c6223edb3926..9d54684685a9305e3fcb6efc3bbe0c4ec0c23ab8 100644 --- a/apps/user_ldap/settings.php +++ b/apps/user_ldap/settings.php @@ -6,10 +6,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Volkan Gezer * - * @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/access.php b/apps/user_ldap/tests/access.php index ef31a1037dd8970f4a42e841ae8e9207c6c624d5..d9a3919dfcded96f7996dc6e7a94f36012f6b17d 100644 --- a/apps/user_ldap/tests/access.php +++ b/apps/user_ldap/tests/access.php @@ -4,8 +4,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @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/user_ldap/tests/configuration.php b/apps/user_ldap/tests/configuration.php index efe4d7eec837562225cacc9548fb39d09789c127..3b87223b75bf4ddb6c9c0e95021c6ca9f161968e 100644 --- a/apps/user_ldap/tests/configuration.php +++ b/apps/user_ldap/tests/configuration.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/connection.php b/apps/user_ldap/tests/connection.php index 10a299a61b19fc7de4f53e64a8790b1011c90659..ecee25583ab742e3f45fd5ae5835ceb566031034 100644 --- a/apps/user_ldap/tests/connection.php +++ b/apps/user_ldap/tests/connection.php @@ -3,8 +3,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @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/user_ldap/tests/group_ldap.php b/apps/user_ldap/tests/group_ldap.php index 5362b97f216e89ac3299889e932e5ea98634bd95..5f9ded878cab0b5c7dcca88ae5c0ca9dfee0ec3c 100644 --- a/apps/user_ldap/tests/group_ldap.php +++ b/apps/user_ldap/tests/group_ldap.php @@ -5,8 +5,9 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @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/user_ldap/tests/integration/abstractintegrationtest.php b/apps/user_ldap/tests/integration/abstractintegrationtest.php index f0f5e2de0a4b238cf10a208b6cd0b386c330a409..10ce7378830d17bd2ba5a2d135876eda28c9c319 100644 --- a/apps/user_ldap/tests/integration/abstractintegrationtest.php +++ b/apps/user_ldap/tests/integration/abstractintegrationtest.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/exceptionOnLostConnection.php b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php index a55d48226898a23d4fab82e2dd5ccd02257af1bb..4813bd9ff5eeab23b93f3cc29fc5aa21330e3e80 100644 --- a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php +++ b/apps/user_ldap/tests/integration/exceptionOnLostConnection.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/fakemanager.php b/apps/user_ldap/tests/integration/fakemanager.php index f47668aa15b26c5f69f4bf54a3cdbca158fda62e..7d6ea0f3c13b5e84bbfa874293f6d63d4a15ae54 100644 --- a/apps/user_ldap/tests/integration/fakemanager.php +++ b/apps/user_ldap/tests/integration/fakemanager.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/IntegrationTestAccessGroupsMatchFilter.php b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php index 17d046187e89babdc8e58380f060da6aea805f8c..af553c017280ef7575c3516adfeac7505d233a40 100644 --- a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php +++ b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.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/integrationtestbackupserver.php b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php index 95cb4b8f27009fbf7b8311b9b664bb8ce5c04ace..4faf173af11e864ca94ed9947fd1a854ff3351df 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.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/integrationtestconnect.php b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php index 878aa08f5ab366256a17e75b2ae5efdcb20524a4..ad4d0a3da7eb3445d214ad601df58eb57f05dafa 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestconnect.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/integrationtestcountusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php index 6e3908c558b325e319c982bfaca368bceccf76e0..861638e25bd8cebcf9c73ae128b6b5e701e721ae 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.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/integrationtestfetchusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php index 403c3a0c73cdcebc3444946abd98f4e33cec0c8d..fb2cb45e9e7957e97e903d0527b8598d02c87b58 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.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/integrationtestpaging.php b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php index f8d008d065fa44073a5462e31e6a82dafff7ef61..94f7d7fd0f5b5f71802fb2d71069ae51b18a47b1 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestpaging.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/integrationtestuserhome.php b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php index ef00028610954e6d467134ac4338ef0edee05423..8d36e1f2dfe7a6e62abc93f63fde27c69358428c 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.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 6bb8afc01a24703d149493e85f984213c68b4017..9fb0ffc1b7dba45a53d8c3d0c8964487a52bdfc7 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/setup-scripts/createExplicitGroups.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php index 8ac35a54528d06a5ad1ea7cee9678bddc289121f..57a304be05728d02e2e0ec67e276eed0527c0dc6 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/setup-scripts/createExplicitGroupsDifferentOU.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php index e22b72c452ce9b77c2590fe1ec6b53f8f4fb00fb..62480c5160cc73923d9834fc86a621a1f60da5bd 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/setup-scripts/createExplicitUsers.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php index 3e9cb674254e56f46af521683678307b4834307a..e580dece40c3bb34ec324807df5363762f0f7d2f 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/jobs/cleanup.php b/apps/user_ldap/tests/jobs/cleanup.php index aad8fbd20ad2e6a9545d0b4a2dcfae4545b09c32..4c6893b19cf8ad922c21c90dd86aa11efa18e876 100644 --- a/apps/user_ldap/tests/jobs/cleanup.php +++ b/apps/user_ldap/tests/jobs/cleanup.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/mapping/abstractmappingtest.php b/apps/user_ldap/tests/mapping/abstractmappingtest.php index dc9304fe3259786b7c70fe0c256892c0edfefbf3..c6427be516ba4f5f04af201ec2221d2b9be06da8 100644 --- a/apps/user_ldap/tests/mapping/abstractmappingtest.php +++ b/apps/user_ldap/tests/mapping/abstractmappingtest.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/mapping/groupmapping.php b/apps/user_ldap/tests/mapping/groupmapping.php index f9136cf529073ed2e7ea355cc2db159ce8f6125f..e25fae9329f1e19937d62e61b6394bac2ae50f01 100644 --- a/apps/user_ldap/tests/mapping/groupmapping.php +++ b/apps/user_ldap/tests/mapping/groupmapping.php @@ -2,8 +2,9 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @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/user_ldap/tests/mapping/usermapping.php b/apps/user_ldap/tests/mapping/usermapping.php index e84f5020231d5eac75bbbdb8055b0f60c5e21110..6138740b81a25b02e7c3e857b8c4844f2c66720d 100644 --- a/apps/user_ldap/tests/mapping/usermapping.php +++ b/apps/user_ldap/tests/mapping/usermapping.php @@ -2,8 +2,9 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @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/user_ldap/tests/user/manager.php b/apps/user_ldap/tests/user/manager.php index d8602978a9d97d9f4616d1debcfedc232188cf17..2ad438fcba4def3f76feb8e41b4f0f7d510cf209 100644 --- a/apps/user_ldap/tests/user/manager.php +++ b/apps/user_ldap/tests/user/manager.php @@ -4,8 +4,9 @@ * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung + * @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/user_ldap/tests/user/user.php b/apps/user_ldap/tests/user/user.php index a5bb459d6fd9030addbf3e79e329598f297ceddf..9b3bb4ace66c7d9ba66f5dac6411e84253bdc041 100644 --- a/apps/user_ldap/tests/user/user.php +++ b/apps/user_ldap/tests/user/user.php @@ -3,8 +3,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @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/user_ldap/tests/user_ldap.php b/apps/user_ldap/tests/user_ldap.php index 3aec2a5ce57fcd35cbb8c49cfad9b6a6c68e46ed..87c6fae0f5db379b96b5f88646b7b2de33c4410b 100644 --- a/apps/user_ldap/tests/user_ldap.php +++ b/apps/user_ldap/tests/user_ldap.php @@ -5,9 +5,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @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/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php index c29361096a150d43618a207e354078fac998e285..33fb2712e237e2fe4dac08131530ac7659c5efff 100644 --- a/apps/user_ldap/tests/wizard.php +++ b/apps/user_ldap/tests/wizard.php @@ -3,9 +3,10 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * @author Viktor Szépe * - * @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 c568905f3d98f8db651a89ddf9ca8b473bf5112f..8ebb5ab30e8ed7e9c2de63e77badf938fa5b2d35 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -6,12 +6,13 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Renaud Fortier * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @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_proxy.php b/apps/user_ldap/user_proxy.php index 2582355e4a35fae9ec6acf4e2e6b199962181d95..9ea0b6dd2353ddade88a77550368a5fdcfb8d95c 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -4,10 +4,10 @@ * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/build/license.php b/build/license.php index 6f8388ee069535a217d2fd590eab6a04491f5bcc..738ace8b1ad8b4b66f3db553051399150045b528 100644 --- a/build/license.php +++ b/build/license.php @@ -186,8 +186,10 @@ if (isset($argv[1])) { $licenses->exec($argv[1]); } else { $licenses->exec([ - '../apps/files', + '../apps/dav', '../apps/encryption', + '../apps/federation', + '../apps/files', '../apps/files_external', '../apps/files_sharing', '../apps/files_trashbin', diff --git a/console.php b/console.php index 9386f544939d99fcc5d7b7830fd1d92a3321f922..23f40a15437f9c4256578b17658d628eb3b675c2 100644 --- a/console.php +++ b/console.php @@ -2,13 +2,14 @@ /** * @author Bart Visscher * @author Christian Kampka + * @author Edward Crompton * @author Jost Baron * @author Lukas Reschke * @author Morris Jobke * @author Philippe Le Brouster * @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/core/ajax/appconfig.php b/core/ajax/appconfig.php index 3ad32ff1a3e27408768632a1096759d7a67da1bc..9602269d7a73421670b3435d56b04254b0721638 100644 --- a/core/ajax/appconfig.php +++ b/core/ajax/appconfig.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/core/ajax/preview.php b/core/ajax/preview.php index 05eb4b62b79403c42368b17a823b6f7d3d75be1f..119bad1eea2fcb49f3145f8105952917d7d2fda7 100644 --- a/core/ajax/preview.php +++ b/core/ajax/preview.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/core/ajax/share.php b/core/ajax/share.php index e9bbef172afcca905c8d32b0dc3ab2e8cc752ffc..cd4144bc6a7d88f4be08eea59c528d0b97a65539 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -16,9 +16,8 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @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/core/ajax/update.php b/core/ajax/update.php index 879f66e102427ed96df0f41b45ecfc35b67491d3..4d8fe19f1687826f3caf2355d08c3f81ce0c3f56 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,6 +1,6 @@ + * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski @@ -10,7 +10,7 @@ * @author Victor Dubiniuk * @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/core/application.php b/core/application.php index dfc4fc38c7d3fbcdb2a20585c49f2736612b9ee6..bfe79f899384aea1a919713ec6c0fef598ad7061 100644 --- a/core/application.php +++ b/core/application.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Victor Dubiniuk * - * @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/avatar/avatarcontroller.php b/core/avatar/avatarcontroller.php index e67f4ae8ba02966417d49b0d1819cbe6f22a6e0b..8a9219964a556eb0bb741869be1b0539347bffdd 100644 --- a/core/avatar/avatarcontroller.php +++ b/core/avatar/avatarcontroller.php @@ -8,7 +8,7 @@ * @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/core/command/app/checkcode.php b/core/command/app/checkcode.php index bc3ae07890cea894ebd673cc4c408c1f4accbf83..78f4390e70adf3598e88c784383035e01f1b21bb 100644 --- a/core/command/app/checkcode.php +++ b/core/command/app/checkcode.php @@ -2,10 +2,10 @@ /** * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/core/command/app/disable.php b/core/command/app/disable.php index 6c04860789f7ecb38840a315665268411d6da388..b5e776d7e03bbc233c7df1400d7e6e6df4b4d113 100644 --- a/core/command/app/disable.php +++ b/core/command/app/disable.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/core/command/app/enable.php b/core/command/app/enable.php index f82c23e7e60c2f4abc40ea16da36b969d763de17..d50b1c4773ef3580e4bc09b17e70881ab48439d3 100644 --- a/core/command/app/enable.php +++ b/core/command/app/enable.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/core/command/app/getpath.php b/core/command/app/getpath.php index 7cfa01d48af2180270172af15ea667e7ffc93a33..33a3f64c53d698309e8cc76387b69d71e37df000 100644 --- a/core/command/app/getpath.php +++ b/core/command/app/getpath.php @@ -2,7 +2,7 @@ /** * @author Victor Dubiniuk * - * @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/app/listapps.php b/core/command/app/listapps.php index 542420ee6b7621a2e08e9fda56240429e9ff851e..504944dd70757053f0f1e8f340e0233dc39e34f2 100644 --- a/core/command/app/listapps.php +++ b/core/command/app/listapps.php @@ -3,8 +3,9 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman + * @author Victor Dubiniuk * - * @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/base.php b/core/command/base.php index 0a4b002c1ca96cb078bafb0a31c5ef3674a2d6ca..bc5ae2e429b9c4e6cce845d22332c9fba9bef684 100644 --- a/core/command/base.php +++ b/core/command/base.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/check.php b/core/command/check.php index cd7f8ee8e4cf02f133c27fd6ee066fc7ecca520b..c2e92f7a8da717dfdf443accc68ab41a70858b94 100644 --- a/core/command/check.php +++ b/core/command/check.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/core/command/config/app/deleteconfig.php b/core/command/config/app/deleteconfig.php index bc031b0d589ec58dec96a1e06421e48b6dae4358..cccd92ea3d63f13cfa58c62d27a4b0d6afab0e68 100644 --- a/core/command/config/app/deleteconfig.php +++ b/core/command/config/app/deleteconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/app/getconfig.php b/core/command/config/app/getconfig.php index 186ed46999f2aa7a07d274ebf368ab6319ecdecd..abe71e57d8cc5aa7f695a03d0c0ef0d67f4a9c87 100644 --- a/core/command/config/app/getconfig.php +++ b/core/command/config/app/getconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/app/setconfig.php b/core/command/config/app/setconfig.php index eea58a63c5ed1b27cb860c9898ef1de3c4d1031a..097fde6ba9589c98d5e4ae80130213ea1f8f4775 100644 --- a/core/command/config/app/setconfig.php +++ b/core/command/config/app/setconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/import.php b/core/command/config/import.php index c53fd7255f9777fe35bda53d6eb59123de531b65..7f1e09d2c95dd5a0c043865a1184bf333b9ddbbd 100644 --- a/core/command/config/import.php +++ b/core/command/config/import.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/listconfigs.php b/core/command/config/listconfigs.php index 37aeb53c6f549cf702400032c1d44c5e25098dad..afebe4c4c07564748fed4fc96e0ecd93a834027e 100644 --- a/core/command/config/listconfigs.php +++ b/core/command/config/listconfigs.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/system/deleteconfig.php b/core/command/config/system/deleteconfig.php index 4d193647c85f6158bdc34543275ee726f43694ae..e64ff32ac71ce038fb2d16b14a57df7f8d511ebf 100644 --- a/core/command/config/system/deleteconfig.php +++ b/core/command/config/system/deleteconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/system/getconfig.php b/core/command/config/system/getconfig.php index d53de18a0bb132388747a4d27b9627b0b7e404a4..80b41a68526cd2928f9afcf50461a7351bbea3d0 100644 --- a/core/command/config/system/getconfig.php +++ b/core/command/config/system/getconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/config/system/setconfig.php b/core/command/config/system/setconfig.php index 82b36cca1649b0a2df62f00e7f48af1deb7c97ab..0100ad2dfb0172285031fec8ed6cade1812fbe3f 100644 --- a/core/command/config/system/setconfig.php +++ b/core/command/config/system/setconfig.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/converttype.php b/core/command/db/converttype.php index 77e614a5853d40a55f57e0e80cd7eefbb8b91e4f..864499dcce0f8f8c7b528186355854366ff223d8 100644 --- a/core/command/db/converttype.php +++ b/core/command/db/converttype.php @@ -8,7 +8,7 @@ * @author Thomas Müller * @author unclejamal3000 * - * @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/db/generatechangescript.php b/core/command/db/generatechangescript.php index c94a6a9b0e4d6068158d562423fd6965bf7ae856..85436b02d6511ca6854dfbc60ac8fad73739ed3a 100644 --- a/core/command/db/generatechangescript.php +++ b/core/command/db/generatechangescript.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/core/command/encryption/changekeystorageroot.php b/core/command/encryption/changekeystorageroot.php index 662e0a3161abb442d767f7109ddef63a7d806b3b..801a08b42a88c3a7486cffb4999fa2e135f6acd2 100644 --- a/core/command/encryption/changekeystorageroot.php +++ b/core/command/encryption/changekeystorageroot.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/decryptall.php b/core/command/encryption/decryptall.php index 4755a9dc7bac4d3d5d9759be9a7f1901f8c0da70..0a126db5b1762e51356340679ab9fed29d570e86 100644 --- a/core/command/encryption/decryptall.php +++ b/core/command/encryption/decryptall.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/disable.php b/core/command/encryption/disable.php index e3c0b8d7489a69a688c5e295e35322b93ac4e1fa..0e08a3144732802e0e51b3ecdafd17e255533e0e 100644 --- a/core/command/encryption/disable.php +++ b/core/command/encryption/disable.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/encryption/enable.php b/core/command/encryption/enable.php index b615a7f4f85c2614a2fc3f83340adfc19899cdd2..273320e6155424f9072d739ede828cfb71f91fba 100644 --- a/core/command/encryption/enable.php +++ b/core/command/encryption/enable.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/encryption/encryptall.php b/core/command/encryption/encryptall.php index 572991039ef13e1f231ce1e0e9d5cff9df32c80a..02f74a9dea47378b72adc346bbbff39ef1b9fac9 100644 --- a/core/command/encryption/encryptall.php +++ b/core/command/encryption/encryptall.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Joas Schilling * - * @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/encryption/listmodules.php b/core/command/encryption/listmodules.php index cc436ea5629f2bb1daeb7e4868b82ab5904d3bad..9c061b6e764fd1b9f0555de053a228e907dec9f0 100644 --- a/core/command/encryption/listmodules.php +++ b/core/command/encryption/listmodules.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/encryption/setdefaultmodule.php b/core/command/encryption/setdefaultmodule.php index a605b470d43f427b5371225ceb19285a58896808..e997853620185e833006f7b31fb3587ca035e71c 100644 --- a/core/command/encryption/setdefaultmodule.php +++ b/core/command/encryption/setdefaultmodule.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/encryption/showkeystorageroot.php b/core/command/encryption/showkeystorageroot.php index acb2e75a6aec3dd1bb66a49ebae20905a4c6cb04..402352c4bcf191cec1e069f9e9f23ca4ff99e685 100644 --- a/core/command/encryption/showkeystorageroot.php +++ b/core/command/encryption/showkeystorageroot.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/status.php b/core/command/encryption/status.php index 1a52500cf29e512862dbb1f3ea2c1c9b7f689ddf..b97ea8833fa3cd47c3bed46d6b1c090dfc521713 100644 --- a/core/command/encryption/status.php +++ b/core/command/encryption/status.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/integrity/signapp.php b/core/command/integrity/signapp.php index 83a7972068f254ace769d44a7bb0feae02bdb5a5..a203b9ad1dad657fd17d261ac70ce0b6cecbcd60 100644 --- a/core/command/integrity/signapp.php +++ b/core/command/integrity/signapp.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integrity/signcore.php b/core/command/integrity/signcore.php index 4d097ad4f967a6804d1bbdcd917c5114c48f03a4..531a4d33aa33404da3e4ec5f8a1a8656b26067ff 100644 --- a/core/command/integrity/signcore.php +++ b/core/command/integrity/signcore.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/l10n/createjs.php b/core/command/l10n/createjs.php index 78f3229b1799beff8b62331136e8a7903a387c35..c2cfc5d09341598c5994985a341a4d0dcbaf463d 100644 --- a/core/command/l10n/createjs.php +++ b/core/command/l10n/createjs.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/core/command/log/manage.php b/core/command/log/manage.php index 1a5cd142413d698390dac2f0b47e13b2cd1f8362..1d65d7ed0d86733821530e20310e2c76ce6c4952 100644 --- a/core/command/log/manage.php +++ b/core/command/log/manage.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/core/command/log/owncloud.php b/core/command/log/owncloud.php index 6200a8b6a5323ff68f388bda1acc73383c029637..7213f6726a2c03f38e8318a0db0800a023a84f22 100644 --- a/core/command/log/owncloud.php +++ b/core/command/log/owncloud.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/core/command/maintenance/install.php b/core/command/maintenance/install.php index d4ef72c9fc81d20d02d9ca6fa45945a9b81af4a7..b1b63b9b3bd6c569006c2746e0ae709fee285ffa 100644 --- a/core/command/maintenance/install.php +++ b/core/command/maintenance/install.php @@ -2,9 +2,10 @@ /** * @author Bernhard Posselt * @author Christian Kampka + * @author Morris Jobke * @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/core/command/maintenance/mimetype/updatedb.php b/core/command/maintenance/mimetype/updatedb.php index 42d6af49baf903e4f1e3533ad07d43fff17552b2..9532f9e1cd96de99edf8e3615a93f13172ce92f7 100644 --- a/core/command/maintenance/mimetype/updatedb.php +++ b/core/command/maintenance/mimetype/updatedb.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/core/command/maintenance/mimetype/updatejs.php b/core/command/maintenance/mimetype/updatejs.php index b2c57556cb45ae49a4b6fcecc684f74390dba74c..e93b563d5fbf2ab8e6d29ad7a5f3b38efa11f110 100644 --- a/core/command/maintenance/mimetype/updatejs.php +++ b/core/command/maintenance/mimetype/updatejs.php @@ -1,9 +1,9 @@ + * @author Robin McCorkell * @author Roeland Jago Douma * - * @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/maintenance/mode.php b/core/command/maintenance/mode.php index e9d36510defad3c4c5a14564320ac33d0743f34e..28f4fb2f7f1cd31d1e772f9b994a752a7e371678 100644 --- a/core/command/maintenance/mode.php +++ b/core/command/maintenance/mode.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @author scolebrook * - * @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/maintenance/repair.php b/core/command/maintenance/repair.php index f7c0cc46048ccca1895ce9bd57c7e42cf404146d..95e2b87222762d541068646a668397bdd5b92dfe 100644 --- a/core/command/maintenance/repair.php +++ b/core/command/maintenance/repair.php @@ -1,11 +1,11 @@ * @author Morris Jobke * @author Robin Appelman - * @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/core/command/maintenance/singleuser.php b/core/command/maintenance/singleuser.php index 44e124e9d3bd47f99efc4ec241cab76e756dbe66..2e6f1f136e781d8ae5d16fdcc52ce21687f4f138 100644 --- a/core/command/maintenance/singleuser.php +++ b/core/command/maintenance/singleuser.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/status.php b/core/command/status.php index c2a28ff822fb72870cbbb4a61e19fce1a5120290..6bc9c28d4d168156d7b9c3b4bfad69a409a41f31 100644 --- a/core/command/status.php +++ b/core/command/status.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/upgrade.php b/core/command/upgrade.php index 7675c168f35253a2f0626b60c67ffc57694c8f1e..a16069c0a6b0e3804b3b7ac945e44d526a1a32a2 100644 --- a/core/command/upgrade.php +++ b/core/command/upgrade.php @@ -1,14 +1,16 @@ + * @author Björn Schießle * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler * @author Steffen Lindner * @author Thomas Müller * @author 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/core/command/user/add.php b/core/command/user/add.php index 426b8489ccf2213d8ddfe95816ed1c90e6b28ef7..cb0ab319bc0a984608e9d6355ccfa780a69e275f 100644 --- a/core/command/user/add.php +++ b/core/command/user/add.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Laurens Post * - * @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/delete.php b/core/command/user/delete.php index e80c63bc7327209300e484409740fef06b50b423..b9a0a0e39508410b5911b0bf6beddc4a7b9f1c0c 100644 --- a/core/command/user/delete.php +++ b/core/command/user/delete.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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 931165ef9f685b0e641c689fe95efc833a122897..1d2c17e3d3f35dad8e16513975a7e9c083866696 100644 --- a/core/command/user/lastseen.php +++ b/core/command/user/lastseen.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/report.php b/core/command/user/report.php index 7a830f64c070f123777b2ae0fe593eaa9ce2d8e8..df9f7e41620a1846248f5d52e1c7bbe057117578 100644 --- a/core/command/user/report.php +++ b/core/command/user/report.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/core/command/user/resetpassword.php b/core/command/user/resetpassword.php index 6c5846bcef3ae40d5c3c19e7349c04c76297e7f1..f3f2d5b063065c9279a143af8af79011eb1f843a 100644 --- a/core/command/user/resetpassword.php +++ b/core/command/user/resetpassword.php @@ -7,7 +7,7 @@ * @author Laurens Post * @author Morris Jobke * - * @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/js/config.php b/core/js/config.php index 7216c50afa904723c06c8781827d2806fc9d6aea..0670df60abd0853d59a501ae93e00cc0a4e09835 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -2,12 +2,12 @@ /** * @author Bart Visscher * @author Björn Schießle + * @author Clark Tomlinson * @author Guillaume AMAT * @author Hasso Tepper * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Matthias Rieber * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman @@ -15,7 +15,7 @@ * @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/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index 88e6fe0f638f4fdde335c003cfc42103878dbc96..c9ee8ed2ff54703a831750c78abbceb1e19387e9 100644 --- a/core/lostpassword/controller/lostcontroller.php +++ b/core/lostpassword/controller/lostcontroller.php @@ -4,10 +4,11 @@ * @author Björn Schießle * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/lostpassword/templates/email.php b/core/lostpassword/templates/email.php index 618ac5dcd5c937c69a89af7e3a2a470a2a779c64..3ca424d52942af10613d7631d7efa82aa58b8749 100644 --- a/core/lostpassword/templates/email.php +++ b/core/lostpassword/templates/email.php @@ -2,7 +2,7 @@ /** * @author Christopher Schäpers * - * @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/lostpassword/templates/resetpassword.php b/core/lostpassword/templates/resetpassword.php index c17ec652473651f6a06a95da6828bda2496dea53..22dd2fc13b7a755cf485d3932fb51855749d77c9 100644 --- a/core/lostpassword/templates/resetpassword.php +++ b/core/lostpassword/templates/resetpassword.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Victor Dubiniuk * - * @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/register_command.php b/core/register_command.php index 83e92a7e216102abea1dcc2cf53c7c5fa0a19dab..2875af15caff8a89d0a66cbccb25d929bbd2dcd4 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -4,12 +4,14 @@ * @author Björn Schießle * @author Christian Kampka * @author Joas Schilling + * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller + * @author Victor Dubiniuk * @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/core/routes.php b/core/routes.php index 0eb013aae8504ef2ae59be6b5682bf30672b8fae..8981eb618f3f44fd0454bfd54db25341edec8cad 100644 --- a/core/routes.php +++ b/core/routes.php @@ -11,7 +11,7 @@ * @author Thomas Tanghus * @author Victor Dubiniuk * - * @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/search/ajax/search.php b/core/search/ajax/search.php index 1b025088f08f0a54262644ebd83b578f1cbf4125..6c5e02373625994a6bdab5f2675b5760b463c68f 100644 --- a/core/search/ajax/search.php +++ b/core/search/ajax/search.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/core/setup/controller.php b/core/setup/controller.php index 36ba33f2a42c4e8994d2f46a383af83d718aafe0..a64e6f08a36d999dc448a6e49594f44e1b9a05b8 100644 --- a/core/setup/controller.php +++ b/core/setup/controller.php @@ -5,10 +5,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/core/strings.php b/core/strings.php index e89228844d8bd06d84d54c37d9e0865e65135998..4936866377ab50a9856a3069b0bd3e008d003db5 100644 --- a/core/strings.php +++ b/core/strings.php @@ -3,7 +3,7 @@ * @author Jan-Christoph Borchardt * @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/tags/controller.php b/core/tags/controller.php index e06a343f2b3a25362237c0d94000e1e5c2098951..9798a59d56f208757707ecb878091fb1924702ae 100644 --- a/core/tags/controller.php +++ b/core/tags/controller.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @author Thomas Tanghus * - * @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/user/usercontroller.php b/core/user/usercontroller.php index 5664ca55603782e0224b45c7cc4a7ad7e476a299..38ecd86b459d73a9b798a43831235bc08469da30 100644 --- a/core/user/usercontroller.php +++ b/core/user/usercontroller.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/cron.php b/cron.php index 008a02b6d3ef89ada9658884806a50843c365c80..afcf47cb0e9cd433c7ee26893059280f9c7148c9 100644 --- a/cron.php +++ b/cron.php @@ -13,7 +13,7 @@ * @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/index.php b/index.php index 5c376dcf285f2e6f8771de73a0abc04af207d30d..f3bf699f3c1193236c839ddd93de2891ec551733 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * @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/autoloader.php b/lib/autoloader.php index 10cd5a8016a2c087b190ec638e92ed888848c2e4..e7262af0ca915528db0e7e6eb683659d754c793a 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -6,11 +6,12 @@ * @author Markus Goetz * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller - * @author Victor Dubiniuk + * @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/base.php b/lib/base.php index 6f0cd14b5b4b6e2071477ca77c9028166f597086..b7118e0245896c0a45eaa8a782611ea1b24eda19 100644 --- a/lib/base.php +++ b/lib/base.php @@ -26,16 +26,16 @@ * @author Phil Davis * @author Ramiro Aparicio * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author scolebrook - * @author Stefan Herbrechtsmeier * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * @author Vincent Petry * @author Volkan Gezer * - * @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/activity/event.php b/lib/private/activity/event.php index 413ff613186f0b1350fb0606e8ca0adca02d40e8..b7e271b210411b2475dc6c3d2667ae04ab1f0896 100644 --- a/lib/private/activity/event.php +++ b/lib/private/activity/event.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Phil Davis * - * @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/activitymanager.php b/lib/private/activitymanager.php index fadfedf277fcd61d581e5cd30572624c290fb7ba..e5235cb9bfe41109923061971cabf1724f4d60a2 100644 --- a/lib/private/activitymanager.php +++ b/lib/private/activitymanager.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @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/lib/private/allconfig.php b/lib/private/allconfig.php index 7c2037e8048e9a8d44aadcf6a350efef349d8d65..af7ffa4168ed3d2653da3333a035bb2700a2a845 100644 --- a/lib/private/allconfig.php +++ b/lib/private/allconfig.php @@ -8,7 +8,7 @@ * @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/private/api.php b/lib/private/api.php index edee30dfc961b8e80b579160c68599a9bd00d0dd..1fbe3201f85ab19e6899514e30dd5bdc4fe7a95f 100644 --- a/lib/private/api.php +++ b/lib/private/api.php @@ -13,7 +13,7 @@ * @author Tom Needham * @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/private/app.php b/lib/private/app.php index 705d60cf8d6122c2b737817725c11b2a2b181b9e..6c155136fe991664046abb689565047472bed8bf 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -20,7 +20,8 @@ * @author Morris Jobke * @author RealRancor * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Sam Tuke * @author Scrutinizer Auto-Fixer * @author Thomas Müller @@ -28,7 +29,7 @@ * @author Tom Needham * @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/private/app/appmanager.php b/lib/private/app/appmanager.php index 8ae93f98832c9a230d47b6218a85473a49635952..b060b2e6e1c93beffeef4821e38a54c7855e08ef 100644 --- a/lib/private/app/appmanager.php +++ b/lib/private/app/appmanager.php @@ -4,9 +4,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/private/app/codechecker/abstractcheck.php b/lib/private/app/codechecker/abstractcheck.php index c1c6524e42f7b68b23ccc143ff809a766fd960e9..ca91d366482681bb9c61cb55059e13ae52f66495 100644 --- a/lib/private/app/codechecker/abstractcheck.php +++ b/lib/private/app/codechecker/abstractcheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/codechecker/codechecker.php b/lib/private/app/codechecker/codechecker.php index ef7dc7f3e4d6161bea8bbf5295165d619651813d..0ca597ccb4ee5060fd6e28492d028621800187fa 100644 --- a/lib/private/app/codechecker/codechecker.php +++ b/lib/private/app/codechecker/codechecker.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/app/codechecker/deprecationcheck.php b/lib/private/app/codechecker/deprecationcheck.php index 1d287edc858f5b8dad7dbb5025a17e564dbd2bf1..fa5eae8ab1dd6a4904b0af95828e3baf428442b9 100644 --- a/lib/private/app/codechecker/deprecationcheck.php +++ b/lib/private/app/codechecker/deprecationcheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/codechecker/emptycheck.php b/lib/private/app/codechecker/emptycheck.php index 0e5df55d090adaeb726bb008af41171bc987fcd0..b779926d5e4825ab470aa6b5779ebb2914f84fd5 100644 --- a/lib/private/app/codechecker/emptycheck.php +++ b/lib/private/app/codechecker/emptycheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/codechecker/icheck.php b/lib/private/app/codechecker/icheck.php index a00e0d8fa136efb25ab1847e8c5533c3563334f0..97e0bc9b8a0227ecf1874d511341911504d86ee0 100644 --- a/lib/private/app/codechecker/icheck.php +++ b/lib/private/app/codechecker/icheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/codechecker/infochecker.php b/lib/private/app/codechecker/infochecker.php index 2589277118b9dc4baa36cf5f172dcf8b9045c1ff..ac92ee2661c363909dd800ab0ddbcfe5f4ff6d9b 100644 --- a/lib/private/app/codechecker/infochecker.php +++ b/lib/private/app/codechecker/infochecker.php @@ -1,8 +1,9 @@ * @author Morris Jobke * - * @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/app/codechecker/nodevisitor.php b/lib/private/app/codechecker/nodevisitor.php index cf850147fd8482c37de7ba92079b99fbdd3fa2d7..f9386caeeae1dbc4789484b87b89328e446d4287 100644 --- a/lib/private/app/codechecker/nodevisitor.php +++ b/lib/private/app/codechecker/nodevisitor.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/app/codechecker/privatecheck.php b/lib/private/app/codechecker/privatecheck.php index bafcfd1d03e5a68505b8c5194491d5b054bbb4d7..32248ab21e2078d4e679148e7bf1b0e04b643e5b 100644 --- a/lib/private/app/codechecker/privatecheck.php +++ b/lib/private/app/codechecker/privatecheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/codechecker/strongcomparisoncheck.php b/lib/private/app/codechecker/strongcomparisoncheck.php index 3072027b2585fde34e88886f4ea7eaea56ffb66e..919647a6a542b5d01768e2ce2ac1b0c6e5b0a1e9 100644 --- a/lib/private/app/codechecker/strongcomparisoncheck.php +++ b/lib/private/app/codechecker/strongcomparisoncheck.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/app/dependencyanalyzer.php b/lib/private/app/dependencyanalyzer.php index 5d86368ea831d7c0715b59fe5b845170c20199b6..ba2479ae7aa13252d9d6e8351f696d9991f266ea 100644 --- a/lib/private/app/dependencyanalyzer.php +++ b/lib/private/app/dependencyanalyzer.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/lib/private/app/infoparser.php b/lib/private/app/infoparser.php index a84163612e8e75b4dc5e0c31e328b603b5ea2924..c33e5349f3b4c24b1b547717a480ad9705637558 100644 --- a/lib/private/app/infoparser.php +++ b/lib/private/app/infoparser.php @@ -1,10 +1,11 @@ + * @author Lukas Reschke * @author Morris Jobke * @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/lib/private/app/platform.php b/lib/private/app/platform.php index c16f050e13c4b2c0841fb34eb64b262ced07b266..1d4c376712139eeaab4b92ef1fd54fe3def583b7 100644 --- a/lib/private/app/platform.php +++ b/lib/private/app/platform.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/private/app/platformrepository.php b/lib/private/app/platformrepository.php index fa71bd7d91a394d9b949723b3ba64d10bc615df0..730c67f45eeb4fb30e5b21fa6ec46deb38cb6f09 100644 --- a/lib/private/app/platformrepository.php +++ b/lib/private/app/platformrepository.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/lib/private/appconfig.php b/lib/private/appconfig.php index d1c1e4bfc457087882f0ce67c39392949558a242..cd3362e0091bf07df3cbdba5410b854468f884c9 100644 --- a/lib/private/appconfig.php +++ b/lib/private/appconfig.php @@ -7,10 +7,10 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/appframework/app.php b/lib/private/appframework/app.php index 5cad32bbd095d7e3a9dcb3765649ec1e526832f8..376a85594540b8567190c4630dc0428ff4ac78f8 100644 --- a/lib/private/appframework/app.php +++ b/lib/private/appframework/app.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/lib/private/appframework/core/api.php b/lib/private/appframework/core/api.php index 28c846b8d404b6dd7e51fa8a01129dbfbfee6406..67b696948f03dcafb549ba2bfdc7ef2140a94115 100644 --- a/lib/private/appframework/core/api.php +++ b/lib/private/appframework/core/api.php @@ -4,10 +4,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php index 9f912f9c0a41784f034cbf637afd5d789298fe49..812649daa7838357eb04311505b5baed18d60ce3 100644 --- a/lib/private/appframework/db/db.php +++ b/lib/private/appframework/db/db.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/appframework/dependencyinjection/dicontainer.php b/lib/private/appframework/dependencyinjection/dicontainer.php index 69476d84c9bb0263e4ba104fd71befd06465610e..8fc52141d5b8ead61e43d5b6e85740cdbc1f6d12 100644 --- a/lib/private/appframework/dependencyinjection/dicontainer.php +++ b/lib/private/appframework/dependencyinjection/dicontainer.php @@ -1,15 +1,16 @@ + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http.php b/lib/private/appframework/http.php index e64759fa924cdacb2dfa1867326275e5e53d2866..a99f7ea437f482bbc1a2fd1e13b955143162915b 100644 --- a/lib/private/appframework/http.php +++ b/lib/private/appframework/http.php @@ -1,13 +1,14 @@ + * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php index 5fabdad75b9aaabdbb5c07601540d934cecac620..641339c0d948b94524ca59bb513a388d8e46db31 100644 --- a/lib/private/appframework/http/dispatcher.php +++ b/lib/private/appframework/http/dispatcher.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http/output.php b/lib/private/appframework/http/output.php index f4773ab10639ed9d0afc2064a70b00ffceb78d50..dfb03e6a516954aad8531dfa48040fce03f8deb3 100644 --- a/lib/private/appframework/http/output.php +++ b/lib/private/appframework/http/output.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Lukas Reschke * - * @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/appframework/http/request.php b/lib/private/appframework/http/request.php index 94e58cfc679597a7dc5283fc3bacf13d8b7a330a..2b944c116eb3f4777896939fb514636c2e2380c9 100644 --- a/lib/private/appframework/http/request.php +++ b/lib/private/appframework/http/request.php @@ -5,13 +5,16 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Mitar * @author Morris Jobke - * @author Robin McCorkell + * @author Robin Appelman + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus * @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/private/appframework/middleware/middlewaredispatcher.php b/lib/private/appframework/middleware/middlewaredispatcher.php index 5d4cf3786f14f07684fa0f442c89712c8707d3b0..e2b2eff42abf806653f999d070715dde26cb1d0c 100644 --- a/lib/private/appframework/middleware/middlewaredispatcher.php +++ b/lib/private/appframework/middleware/middlewaredispatcher.php @@ -6,7 +6,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/middleware/security/corsmiddleware.php b/lib/private/appframework/middleware/security/corsmiddleware.php index 0e37e81c5be8691b297c055ba185ee6f929fe57a..e42513b44a2fa97bc3111e8f233e989827485b7e 100644 --- a/lib/private/appframework/middleware/security/corsmiddleware.php +++ b/lib/private/appframework/middleware/security/corsmiddleware.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appframework/middleware/security/exceptions/appnotenabledexception.php b/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php index 54cb08f4385cb6da27a2fcba43c740eacc202604..59e247f33075a8046a31c201882322e849a6fdd0 100644 --- a/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php +++ b/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php b/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php index c59c921f5eb80b3db7a4666664f192d99606b251..0eeb81730d4cd94acbb1da268aa4702398826c43 100644 --- a/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php +++ b/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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/lib/private/appframework/middleware/security/exceptions/notadminexception.php b/lib/private/appframework/middleware/security/exceptions/notadminexception.php index 3fa03cae89639cd7c7b8a806f07f71f112081906..be0f2f9d2a9dcc296897be81b59394304058bf72 100644 --- a/lib/private/appframework/middleware/security/exceptions/notadminexception.php +++ b/lib/private/appframework/middleware/security/exceptions/notadminexception.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php b/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php index 5f27625aa5248af02b4a41e351de115c192a49af..f5b2e03203260d620a3998c348721af3b1c363bd 100644 --- a/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php +++ b/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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/lib/private/appframework/middleware/security/exceptions/securityexception.php b/lib/private/appframework/middleware/security/exceptions/securityexception.php index 9b99282ce8605b64536106a4e6978039ffbee7f2..c86614ec4779c2ad1b105d2a336760438f8dc473 100644 --- a/lib/private/appframework/middleware/security/exceptions/securityexception.php +++ b/lib/private/appframework/middleware/security/exceptions/securityexception.php @@ -1,8 +1,10 @@ + * @author Morris Jobke + * @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/lib/private/appframework/middleware/security/securitymiddleware.php b/lib/private/appframework/middleware/security/securitymiddleware.php index 725ce689b48e63802979c34e569a2cccbe0404d5..4ef043ad50fcff1cae6f25c923def31e2a6fae87 100644 --- a/lib/private/appframework/middleware/security/securitymiddleware.php +++ b/lib/private/appframework/middleware/security/securitymiddleware.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/middleware/sessionmiddleware.php b/lib/private/appframework/middleware/sessionmiddleware.php index 64f0b5e5c519e5e356304412d1b73e0ad61f2838..b218b48ea11c38469d971d5588aaed561e19075d 100644 --- a/lib/private/appframework/middleware/sessionmiddleware.php +++ b/lib/private/appframework/middleware/sessionmiddleware.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/private/appframework/routing/routeactionhandler.php b/lib/private/appframework/routing/routeactionhandler.php index 1dfa9425814c447756dfb12629902208f0d1e58f..b282fc1b4521bb751b1c4e966197f978e2add363 100644 --- a/lib/private/appframework/routing/routeactionhandler.php +++ b/lib/private/appframework/routing/routeactionhandler.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/appframework/routing/routeconfig.php b/lib/private/appframework/routing/routeconfig.php index 7cef3f700b49c9434dad7b32093b9529d20f3328..dd029ba9a0036b5e208ea2217abf715eba1541d9 100644 --- a/lib/private/appframework/routing/routeconfig.php +++ b/lib/private/appframework/routing/routeconfig.php @@ -4,10 +4,10 @@ * @author Morris Jobke * @author Patrick Paysant * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/appframework/utility/controllermethodreflector.php b/lib/private/appframework/utility/controllermethodreflector.php index 1118332f9305b55e297187385d03cb5455fee2e9..de83749fbaf0daeb89f755ef7494451d6f79a9d2 100644 --- a/lib/private/appframework/utility/controllermethodreflector.php +++ b/lib/private/appframework/utility/controllermethodreflector.php @@ -3,11 +3,10 @@ * @author Bernhard Posselt * @author Morris Jobke * @author Olivier Paroz - * @author Robin McCorkell + * @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/private/appframework/utility/simplecontainer.php b/lib/private/appframework/utility/simplecontainer.php index e55d4e20a81440024013352de9768653134870cb..78ded39735e79f9eb3a3a3ea2c40de565c4e1ff3 100644 --- a/lib/private/appframework/utility/simplecontainer.php +++ b/lib/private/appframework/utility/simplecontainer.php @@ -4,10 +4,10 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/appframework/utility/timefactory.php b/lib/private/appframework/utility/timefactory.php index 011413db6bb2e7e428299e16ac0462bc1e782b7a..5241b36706924ee3ab34c946b80157eba8527dcb 100644 --- a/lib/private/appframework/utility/timefactory.php +++ b/lib/private/appframework/utility/timefactory.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/apphelper.php b/lib/private/apphelper.php index 478787b21d85932b40227876c621c97a82eb6e10..c19ed2f5b678f7ae325c1f8403e4e5e9bb427a16 100644 --- a/lib/private/apphelper.php +++ b/lib/private/apphelper.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/archive.php b/lib/private/archive.php index 54c5a71f71562924a5be3af533eb4a2092885494..62512d1448ace276a8cdbe2b8b12abdde3dd9115 100644 --- a/lib/private/archive.php +++ b/lib/private/archive.php @@ -8,11 +8,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Remco Brenninkmeijer * @author Robin Appelman * @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/lib/private/archive/tar.php b/lib/private/archive/tar.php index 4066e1d86c19c766458e839484c23863447298ac..905d99f116b31d460539c92f7cd1fd1fb6c8cf8e 100644 --- a/lib/private/archive/tar.php +++ b/lib/private/archive/tar.php @@ -1,6 +1,7 @@ + * @author Christian Weiske * @author Christopher Schäpers * @author Felix Moeller * @author Frank Karlitschek @@ -9,11 +10,11 @@ * @author Morris Jobke * @author Remco Brenninkmeijer * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @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/lib/private/archive/zip.php b/lib/private/archive/zip.php index 430dccc49b7769ecad0de2f050b646d09519c877..2c617a8e633592dedd1b9ae2c9313ea740ba608f 100644 --- a/lib/private/archive/zip.php +++ b/lib/private/archive/zip.php @@ -11,7 +11,7 @@ * @author Scrutinizer Auto-Fixer * @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/lib/private/avatar.php b/lib/private/avatar.php index 966e49036497453ab240716e2c65607efb550665..d4e5f5225dc4c523b470084fdd412268658d67ab 100644 --- a/lib/private/avatar.php +++ b/lib/private/avatar.php @@ -6,11 +6,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/avatarmanager.php b/lib/private/avatarmanager.php index 6969b386e15ba38a33697350b22f7d269a5d4a3d..b14f8133e631beb2c170e513bff1279976f51732 100644 --- a/lib/private/avatarmanager.php +++ b/lib/private/avatarmanager.php @@ -4,10 +4,10 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * - * @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/backgroundjob/job.php b/lib/private/backgroundjob/job.php index 40a27491fe6aee94942e44c9c72ff497d48008af..677b37e9297b66db2244f60b52913d09b9dab6fd 100644 --- a/lib/private/backgroundjob/job.php +++ b/lib/private/backgroundjob/job.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/backgroundjob/joblist.php b/lib/private/backgroundjob/joblist.php index 446de2fa1a43f4329687b2557eda9ab31d72d26d..cc9be574807b970ca891b77ae9a0720ec0a3c6d7 100644 --- a/lib/private/backgroundjob/joblist.php +++ b/lib/private/backgroundjob/joblist.php @@ -1,11 +1,11 @@ + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/backgroundjob/legacy/queuedjob.php b/lib/private/backgroundjob/legacy/queuedjob.php index e9d5825ca9aedca36db88be7e5fd0bab6a13d4f8..983c06fe551be264e9bfbc616647fd0fc5d745b6 100644 --- a/lib/private/backgroundjob/legacy/queuedjob.php +++ b/lib/private/backgroundjob/legacy/queuedjob.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/backgroundjob/legacy/regularjob.php b/lib/private/backgroundjob/legacy/regularjob.php index 49a777a1e2744446a008f8ef869710d7c52e7071..8e8b6634c11a87f926fd2f2bb78d96e8cc4e22b6 100644 --- a/lib/private/backgroundjob/legacy/regularjob.php +++ b/lib/private/backgroundjob/legacy/regularjob.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/backgroundjob/queuedjob.php b/lib/private/backgroundjob/queuedjob.php index c4cf8b0e5e03cc40c7a745200bf76996f85b2a15..bf34db7cc028a1a1b3fdc6fe850f3ea1fb842405 100644 --- a/lib/private/backgroundjob/queuedjob.php +++ b/lib/private/backgroundjob/queuedjob.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/backgroundjob/timedjob.php b/lib/private/backgroundjob/timedjob.php index 63db1fed61c0cda1c6f4336d6aec2970e12435f8..abf487a89e1b17456a01ca308f8d1a1a4eaed671 100644 --- a/lib/private/backgroundjob/timedjob.php +++ b/lib/private/backgroundjob/timedjob.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/cache/file.php b/lib/private/cache/file.php index c531f8c610b05c0874a089a66914a7972be31564..989e05275b70e60aade0c80f3877714845b929b5 100644 --- a/lib/private/cache/file.php +++ b/lib/private/cache/file.php @@ -1,10 +1,12 @@ * @author Lukas Reschke + * @author Roeland Jago Douma * @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/private/capabilitiesmanager.php b/lib/private/capabilitiesmanager.php index c36a96af68b8495a1d986009085c65e0e4dcc9c7..8b89692faa97ec5c3c642004e6994cb431fb677b 100644 --- a/lib/private/capabilitiesmanager.php +++ b/lib/private/capabilitiesmanager.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/command/asyncbus.php b/lib/private/command/asyncbus.php index c007affc7f428482c4d0ee5fffb44d39c1a44327..eb692f9a8fbcaf36b1f165d7d7280b5beaa69d38 100644 --- a/lib/private/command/asyncbus.php +++ b/lib/private/command/asyncbus.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/command/callablejob.php b/lib/private/command/callablejob.php index b61721863f023ca4476338405286337a0baed831..acfeb83d60655733c9b477f2a754fcdd9d899d00 100644 --- a/lib/private/command/callablejob.php +++ b/lib/private/command/callablejob.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/command/closurejob.php b/lib/private/command/closurejob.php index bae98db51cf90d90604f73615036eb08cd0eaca4..be2b5f0a4ba201ed3519a23f6a434e116b832101 100644 --- a/lib/private/command/closurejob.php +++ b/lib/private/command/closurejob.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/command/commandjob.php b/lib/private/command/commandjob.php index 9f0292fc38bb8efd75b82c87939e3892a2f3beff..5d613c0305bc16b6c62d0f8d6894ac038fe95bca 100644 --- a/lib/private/command/commandjob.php +++ b/lib/private/command/commandjob.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/command/fileaccess.php b/lib/private/command/fileaccess.php index b4af557153eaba23e339a08fffbd82ef3cac1902..6fe3e111aefb4a409aca8eeb59d28fa3e9028bdd 100644 --- a/lib/private/command/fileaccess.php +++ b/lib/private/command/fileaccess.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/command/queuebus.php b/lib/private/command/queuebus.php index 76caf76a575d787b53b695dbade681806b3a4318..be4ee589e6fb9c0bc8e5f521d2c7f4d6a124a67f 100644 --- a/lib/private/command/queuebus.php +++ b/lib/private/command/queuebus.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/comments/comment.php b/lib/private/comments/comment.php index 219e7ec8e4bf63f6b087703c896dcc3d6710e465..1e1514a58728f4b0cdb1755df77669283b8a4b5a 100644 --- a/lib/private/comments/comment.php +++ b/lib/private/comments/comment.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 OC\Comments; use OCP\Comments\IComment; diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php index 09e59f28370e2e64e91f10a87d7d97d0c4f54557..64013a9e11f827ddc7eeb0a0079613cc52edaba1 100644 --- a/lib/private/comments/manager.php +++ b/lib/private/comments/manager.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 OC\Comments; use Doctrine\DBAL\Exception\DriverException; diff --git a/lib/private/comments/managerfactory.php b/lib/private/comments/managerfactory.php index 41978d0cf4bde75a6fd947421d70bc6af8de85e8..c2a2e0b489136e7dd3e05cc878dd436e210e53f1 100644 --- a/lib/private/comments/managerfactory.php +++ b/lib/private/comments/managerfactory.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 OC\Comments; use OCP\Comments\ICommentsManager; diff --git a/lib/private/config.php b/lib/private/config.php index 94b4fd56daa150f3dc2d5489c1c4fbd39fa13b7b..30baa3fe0e6472e404662ecba3dc1b32818acba2 100644 --- a/lib/private/config.php +++ b/lib/private/config.php @@ -12,10 +12,9 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell - * @author Volkan Gezer + * @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/console/application.php b/lib/private/console/application.php index e6d8677b72ecd6e758f646e3a21597e14f83921c..c7d9c24d7cbf54318320de2a4fc370ab701fc789 100644 --- a/lib/private/console/application.php +++ b/lib/private/console/application.php @@ -1,11 +1,11 @@ + * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/console/timestampformatter.php b/lib/private/console/timestampformatter.php index f0c0f4c45202d8d2fddaa850d338e7cef581e2f2..3beac5e2f9f065045b762fc7ef2890c74db88b39 100644 --- a/lib/private/console/timestampformatter.php +++ b/lib/private/console/timestampformatter.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/contacts/localaddressbook.php b/lib/private/contacts/localaddressbook.php index 7f10c6d33382db0c692e9231919b4d88ed691d64..6fba63ae3278679076f9fc308605edf77508d26a 100644 --- a/lib/private/contacts/localaddressbook.php +++ b/lib/private/contacts/localaddressbook.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/contactsmanager.php b/lib/private/contactsmanager.php index 282854123771b62c2057aa05533e1657c6ea79ac..a2640d369454c4026641dc0706e501581e2747cc 100644 --- a/lib/private/contactsmanager.php +++ b/lib/private/contactsmanager.php @@ -3,11 +3,11 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Tobia De Koninck * - * @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/databaseexception.php b/lib/private/databaseexception.php index a382a4ac60bbf7fbca952390bf06dc30dc69c7f1..4d50fe82b0f7a8fc0121f64b2969b3f7ee882e56 100644 --- a/lib/private/databaseexception.php +++ b/lib/private/databaseexception.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/databasesetupexception.php b/lib/private/databasesetupexception.php index 395b85d53491178ccf86691c2651de367c605437..30bd00de2d6b2473044e79418c0fc6b71bf7a6b1 100644 --- a/lib/private/databasesetupexception.php +++ b/lib/private/databasesetupexception.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/datetimeformatter.php b/lib/private/datetimeformatter.php index 912a5faa2e3c08e11a668f53c4c4e058b66546f1..5639ab1cace9e603ed5bac40bb015f779ab806bb 100644 --- a/lib/private/datetimeformatter.php +++ b/lib/private/datetimeformatter.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/datetimezone.php b/lib/private/datetimezone.php index 512c39be3ea49503f4ef3ff32b56f7f07ede22a6..5359cd6b3911060ee51f3c094efb7ac2dfabc45a 100644 --- a/lib/private/datetimezone.php +++ b/lib/private/datetimezone.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/db.php b/lib/private/db.php index d47b7d4f31a342082e774c44738c8ccd18f89fd4..6535bb70d6dc25717e2629d1b90683b120fb0901 100644 --- a/lib/private/db.php +++ b/lib/private/db.php @@ -2,17 +2,15 @@ /** * @author Andreas Fischer * @author Bart Visscher - * @author Dan Bartram * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Scrutinizer Auto-Fixer * @author Thomas Müller - * @author Tom Needham * @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/private/db/adapter.php b/lib/private/db/adapter.php index f104a62d2d5d18e17de0924ce4b75217c34a82a1..9522f768c88c84d1aa53a32b2a54aab79fcefb4d 100644 --- a/lib/private/db/adapter.php +++ b/lib/private/db/adapter.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/lib/private/db/adaptermysql.php b/lib/private/db/adaptermysql.php index fda8554e1c46e707e1efbc34aa7879e836456746..ab87c589747e98374edb43201a2870ef569e9af9 100644 --- a/lib/private/db/adaptermysql.php +++ b/lib/private/db/adaptermysql.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/db/adapteroci8.php b/lib/private/db/adapteroci8.php index 76c265bc178beab4e32bb6b9fcf1f30e4dbb3b22..970d3eefa4d5c829d7750bd744144fa0b4572394 100644 --- a/lib/private/db/adapteroci8.php +++ b/lib/private/db/adapteroci8.php @@ -3,8 +3,9 @@ * @author Bart Visscher * @author Morris Jobke * @author Robin Appelman + * @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/lib/private/db/adapterpgsql.php b/lib/private/db/adapterpgsql.php index 1f2119e92a5915fb8c41970a26abaf8a62dba7dc..a7d9377a0bf68765c4bd53a3a61e48bc48e6d505 100644 --- a/lib/private/db/adapterpgsql.php +++ b/lib/private/db/adapterpgsql.php @@ -3,7 +3,7 @@ * @author Bart Visscher * @author Morris Jobke * - * @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/db/adaptersqlite.php b/lib/private/db/adaptersqlite.php index e133a20f543b36a29b6daace2cca26f465a65f73..d7769238abca080882927cdd2a19c46d2191bf00 100644 --- a/lib/private/db/adaptersqlite.php +++ b/lib/private/db/adaptersqlite.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/db/adaptersqlsrv.php b/lib/private/db/adaptersqlsrv.php index 7e181c37cc59fc79a7a5cb898cb0080b5431e3bc..f208b2ba787f70f7dc3bec4f6de3b396e2fa7167 100644 --- a/lib/private/db/adaptersqlsrv.php +++ b/lib/private/db/adaptersqlsrv.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/db/connection.php b/lib/private/db/connection.php index d32d1c5fa464f39d2421f47255f0b2cf35e5b4ed..28bf3b6e05bfaa344e24857cf38dbbd89be38436 100644 --- a/lib/private/db/connection.php +++ b/lib/private/db/connection.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/db/connectionfactory.php b/lib/private/db/connectionfactory.php index b6c3396e147984f8d3349eca740a012a2fdfde91..0856d8d19c0911236b80b2270b80bf43229d0363 100644 --- a/lib/private/db/connectionfactory.php +++ b/lib/private/db/connectionfactory.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/db/mdb2schemamanager.php b/lib/private/db/mdb2schemamanager.php index 5cf1172e64fe607367d1de97fa540c5fc27ae092..495ccb902d6c20c05904368182026a0e3d67dc3e 100644 --- a/lib/private/db/mdb2schemamanager.php +++ b/lib/private/db/mdb2schemamanager.php @@ -5,11 +5,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author tbelau666 + * @author Roeland Jago Douma * @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/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php index 946ef1c621ded16ab5696c4b6712e0a97624ed8a..6f99206e5c8082d24157839723f03456f9b0a751 100644 --- a/lib/private/db/mdb2schemareader.php +++ b/lib/private/db/mdb2schemareader.php @@ -5,12 +5,12 @@ * @author Morris Jobke * @author Oliver Gasser * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * @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/private/db/mdb2schemawriter.php b/lib/private/db/mdb2schemawriter.php index 0ff04008b616cad36cea90716a19e978f5feab13..803e7cda0b4489a9ad95b426f3f21b82197e7c93 100644 --- a/lib/private/db/mdb2schemawriter.php +++ b/lib/private/db/mdb2schemawriter.php @@ -7,7 +7,7 @@ * @author tbelau666 * @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/lib/private/db/migrationexception.php b/lib/private/db/migrationexception.php index e79644f22682be751484e78bc2c500fd862ba8f6..57e4c5b8334441b7d72b9bcb85643e822561c00c 100644 --- a/lib/private/db/migrationexception.php +++ b/lib/private/db/migrationexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/db/migrator.php b/lib/private/db/migrator.php index 6a587ede631ccfa0d1eb6124bef368d18b93dfb6..cd310bb75a52cb7fe80329bb3eafa669f67d3ddb 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -8,7 +8,7 @@ * @author Victor Dubiniuk * @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/private/db/mysqlmigrator.php b/lib/private/db/mysqlmigrator.php index 41f179db000147671ce66ad8aa5a73e3c36d2b85..1b3f70a817d92718a9fafed4e7df70d58b8f4fa4 100644 --- a/lib/private/db/mysqlmigrator.php +++ b/lib/private/db/mysqlmigrator.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/db/nocheckmigrator.php b/lib/private/db/nocheckmigrator.php index 3ecbe6b721cb91e967e5419739d5600bd3525386..23afae11816f55128fa1c404f7e2b7c134afa77f 100644 --- a/lib/private/db/nocheckmigrator.php +++ b/lib/private/db/nocheckmigrator.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/db/ocsqliteplatform.php b/lib/private/db/ocsqliteplatform.php index 2456d262fe3ffc2a6f2d23ab8640de2863239d83..fe68bc3cc91c42475437bb2f0db6f4036cf5e44a 100644 --- a/lib/private/db/ocsqliteplatform.php +++ b/lib/private/db/ocsqliteplatform.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/db/oracleconnection.php b/lib/private/db/oracleconnection.php index 15cd1231b7756dfec25421e64b5a8cdb1407c368..a95f37a8e6ca5a169d1dcfcb8e7ec25fb1bd2428 100644 --- a/lib/private/db/oracleconnection.php +++ b/lib/private/db/oracleconnection.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/db/oraclemigrator.php b/lib/private/db/oraclemigrator.php index fa30a9989aad63cea58794f33136cbcc64eba0e6..ceb89cf64d43c428a665846331982693b5288727 100644 --- a/lib/private/db/oraclemigrator.php +++ b/lib/private/db/oraclemigrator.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/db/pgsqltools.php b/lib/private/db/pgsqltools.php index 9a95d0e81d25230ae44186e99d2174d58554c55f..e9e507551e6b4ba7f3f6d43fbb6f411127d37dfe 100644 --- a/lib/private/db/pgsqltools.php +++ b/lib/private/db/pgsqltools.php @@ -5,7 +5,7 @@ * @author tbelau666 * @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/lib/private/db/querybuilder/compositeexpression.php b/lib/private/db/querybuilder/compositeexpression.php index 523f397e235f4ca476a2845a7dfc261c3889bbd5..927dfe383788ca9e9b608d5bf2234f08a1945aac 100644 --- a/lib/private/db/querybuilder/compositeexpression.php +++ b/lib/private/db/querybuilder/compositeexpression.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/expressionbuilder.php b/lib/private/db/querybuilder/expressionbuilder.php index cd5b7fbfc542b5d8f4ba3502d7a63cc6b0f550d4..de10f69b3613cb21f04ac7063c6eb021ece2b61a 100644 --- a/lib/private/db/querybuilder/expressionbuilder.php +++ b/lib/private/db/querybuilder/expressionbuilder.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/literal.php b/lib/private/db/querybuilder/literal.php index 361b5ccf3b82e020b434bbb89434209bc4e8cd19..0cc96ab48b493ca705eb47ec01f10453fb915aa1 100644 --- a/lib/private/db/querybuilder/literal.php +++ b/lib/private/db/querybuilder/literal.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/parameter.php b/lib/private/db/querybuilder/parameter.php index c14b4e2192572c1a8b8717f91a3797738ec32b3d..1c233c83f1d316c24c6754d11e7ce1b3a1df1c01 100644 --- a/lib/private/db/querybuilder/parameter.php +++ b/lib/private/db/querybuilder/parameter.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/querybuilder.php b/lib/private/db/querybuilder/querybuilder.php index a4cbb5abd765dbf8a1e3b9a3046198808bca497e..492e9bc9abf41bbf280852b0dbb33d97553ec5b5 100644 --- a/lib/private/db/querybuilder/querybuilder.php +++ b/lib/private/db/querybuilder/querybuilder.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/queryfunction.php b/lib/private/db/querybuilder/queryfunction.php index 2a47d83b917a3ce0971205846f2c844e8f9b64f1..ac6d73f3cbf798acc617d49d70761b62f23b5f86 100644 --- a/lib/private/db/querybuilder/queryfunction.php +++ b/lib/private/db/querybuilder/queryfunction.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/quotehelper.php b/lib/private/db/querybuilder/quotehelper.php index 5ceb76bbf931c36c2fed76d5127a4cb3fec7bd2c..fda243a3786873e8bf18eb56582f796de0997168 100644 --- a/lib/private/db/querybuilder/quotehelper.php +++ b/lib/private/db/querybuilder/quotehelper.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/sqlitemigrator.php b/lib/private/db/sqlitemigrator.php index 063ccd87841b10f9b241df0ee8c7ac4a75b92c47..8ea325810118c90093312969f680d1c50b2e9fc9 100644 --- a/lib/private/db/sqlitemigrator.php +++ b/lib/private/db/sqlitemigrator.php @@ -5,7 +5,7 @@ * @author Thomas Müller * @author Victor Dubiniuk * - * @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/db/sqlitesessioninit.php b/lib/private/db/sqlitesessioninit.php index c8d2a3940d1471384ce882dc4bad583f9fc5ee33..0683c47d08e5fe0bcd5b28a3bcc73c643635b8c0 100644 --- a/lib/private/db/sqlitesessioninit.php +++ b/lib/private/db/sqlitesessioninit.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/db/statementwrapper.php b/lib/private/db/statementwrapper.php index c888fab07740f1d20f1135ed4da4049a9578dee7..6422d8d5f1bf32522946abf9f92bbf3d8f923ef3 100644 --- a/lib/private/db/statementwrapper.php +++ b/lib/private/db/statementwrapper.php @@ -5,10 +5,10 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/defaults.php b/lib/private/defaults.php index 23f0baad96ec3efbd06ce82f13631eebe7e23944..1fa8352edc15f30571c1b089a1341aaf0c2acee7 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -7,12 +7,12 @@ * @author Morris Jobke * @author Pascal de Bruijn * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author scolebrook * @author Thomas Müller * @author Volkan Gezer * - * @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/diagnostics/event.php b/lib/private/diagnostics/event.php index 541a84ffa102d5868c4ee05ed6bdae1c36dbb912..8b5bb7e3bd80cbc2cc736055c4a615fc65bb43c0 100644 --- a/lib/private/diagnostics/event.php +++ b/lib/private/diagnostics/event.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/eventlogger.php b/lib/private/diagnostics/eventlogger.php index 2345abb3fffb289d9d1cbd8d137decec40c593d6..3d909ce79cd380c81e28c845773c82f25aeea2ed 100644 --- a/lib/private/diagnostics/eventlogger.php +++ b/lib/private/diagnostics/eventlogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/nulleventlogger.php b/lib/private/diagnostics/nulleventlogger.php index 0a8d656a5fcef47832e00876af4ea942586fe19b..1b5e7af3ac9ce5776428ecd97bb59ec654c302e9 100644 --- a/lib/private/diagnostics/nulleventlogger.php +++ b/lib/private/diagnostics/nulleventlogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/nullquerylogger.php b/lib/private/diagnostics/nullquerylogger.php index e35d28118d6645ec95e9e827db69403686f9fe39..98ddef2e7839db6510f2c263bb262c2531bd491e 100644 --- a/lib/private/diagnostics/nullquerylogger.php +++ b/lib/private/diagnostics/nullquerylogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/query.php b/lib/private/diagnostics/query.php index 203ef15d677ea2c20f84a94d395503c1fc6f1c28..567bc83ed4bec9ded23da2818b545b9a43ad0b4e 100644 --- a/lib/private/diagnostics/query.php +++ b/lib/private/diagnostics/query.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/querylogger.php b/lib/private/diagnostics/querylogger.php index 289005a1c41c7aa8ed6b228cea23a7ad90829afc..794e7a5e263605b7d3b7a2cfa90350eac003aba1 100644 --- a/lib/private/diagnostics/querylogger.php +++ b/lib/private/diagnostics/querylogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/encryption/decryptall.php b/lib/private/encryption/decryptall.php index e19ee6b745f32ed5b5c72e4ffa723c010138ceba..7a965a5f227d9e1367418ad9992dde3520d0d033 100644 --- a/lib/private/encryption/decryptall.php +++ b/lib/private/encryption/decryptall.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle * - * @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/encryption/exceptions/decryptionfailedexception.php b/lib/private/encryption/exceptions/decryptionfailedexception.php index 406ae12968eb15184fb1a8f5aa4c4b5e6f8ce2ff..a0cbbc5cce0b0d0e3e0841eb5c8c47717af7f6fe 100644 --- a/lib/private/encryption/exceptions/decryptionfailedexception.php +++ b/lib/private/encryption/exceptions/decryptionfailedexception.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @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/lib/private/encryption/exceptions/emptyencryptiondataexception.php b/lib/private/encryption/exceptions/emptyencryptiondataexception.php index 739614b3ec2e3596d2d617f41fae95655d1ba322..2c90c2db7dfdf2bfff0c55b167b94f006f8123f3 100644 --- a/lib/private/encryption/exceptions/emptyencryptiondataexception.php +++ b/lib/private/encryption/exceptions/emptyencryptiondataexception.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @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/lib/private/encryption/exceptions/encryptionfailedexception.php b/lib/private/encryption/exceptions/encryptionfailedexception.php index 4195ca0a5a8f6c6ba1d55e110380c92dd5a36678..98e92eb199c29a485a9deecc5f817f5338db437a 100644 --- a/lib/private/encryption/exceptions/encryptionfailedexception.php +++ b/lib/private/encryption/exceptions/encryptionfailedexception.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @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/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php index d927939484fa65b4dfb13c6f247c2b7c01f7cc38..ab1a166018c7e2a2eb7c88d0b35016d5d455518f 100644 --- a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php +++ b/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php index 40c51782a324b0ad1bf231e8f9b2aaa5913c3fa1..7b706e621de228045f9681382cb13128c7a38a54 100644 --- a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +++ b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @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/lib/private/encryption/exceptions/modulealreadyexistsexception.php b/lib/private/encryption/exceptions/modulealreadyexistsexception.php index c72ad7b7ab2a9d555f3d6de64683f3397830a970..fcd08679acc2c63e460d7c1822405ec0178f3309 100644 --- a/lib/private/encryption/exceptions/modulealreadyexistsexception.php +++ b/lib/private/encryption/exceptions/modulealreadyexistsexception.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/lib/private/encryption/exceptions/moduledoesnotexistsexception.php b/lib/private/encryption/exceptions/moduledoesnotexistsexception.php index d6fbb2b6e515010e76226e7ae2fe990279234ff9..282c9ec080b7e059f348dc2f636a4db8478a02cd 100644 --- a/lib/private/encryption/exceptions/moduledoesnotexistsexception.php +++ b/lib/private/encryption/exceptions/moduledoesnotexistsexception.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/lib/private/encryption/exceptions/unknowncipherexception.php b/lib/private/encryption/exceptions/unknowncipherexception.php index 9153518316943c7430b781d697f9d69805abc6b4..beb4cb7f2e5509438a3769ff3c90fe27787e5689 100644 --- a/lib/private/encryption/exceptions/unknowncipherexception.php +++ b/lib/private/encryption/exceptions/unknowncipherexception.php @@ -3,7 +3,7 @@ * @author Clark Tomlinson * @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/lib/private/encryption/file.php b/lib/private/encryption/file.php index 6d261f46d0f271f3dfec25cb33924c6d4d54061e..ec55c2cea002347759bfc0347ba28a67f27986d7 100644 --- a/lib/private/encryption/file.php +++ b/lib/private/encryption/file.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/lib/private/encryption/hookmanager.php b/lib/private/encryption/hookmanager.php index 8969379c957edc8155b7d3d49d64f70bf5edff9c..0bc42ec815996b8e130ede2d0a5e99c084ad4950 100644 --- a/lib/private/encryption/hookmanager.php +++ b/lib/private/encryption/hookmanager.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @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/lib/private/encryption/keys/storage.php b/lib/private/encryption/keys/storage.php index e21fd62e366483e52108b3033f3f2c54cfaebafa..47360f45aa5df7335ead48ce80ee1144b3eae4bf 100644 --- a/lib/private/encryption/keys/storage.php +++ b/lib/private/encryption/keys/storage.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @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/lib/private/encryption/manager.php b/lib/private/encryption/manager.php index d38ec6684a637ec770810bb862f91be7552d5106..d1d17a92887389da5b8366f69cd2e6539f0d9699 100644 --- a/lib/private/encryption/manager.php +++ b/lib/private/encryption/manager.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @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/lib/private/encryption/update.php b/lib/private/encryption/update.php index 64cccc16ed85df63dcd3b8acc5f77ad7990f6220..62c23c1fe0c1f3b2e5b0f4155f225c6c28e78c9e 100644 --- a/lib/private/encryption/update.php +++ b/lib/private/encryption/update.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @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/lib/private/encryption/util.php b/lib/private/encryption/util.php index ef50088386590048111521d65bceb9f8c2f1e6bc..860c541934aeca3496ee6e1e17a7632163b72723 100644 --- a/lib/private/encryption/util.php +++ b/lib/private/encryption/util.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @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/lib/private/eventsource.php b/lib/private/eventsource.php index 0e98bdc26285a98368b7b5ac12376f625fbfb83e..f567d1e6ca5aa5dc374a479787efb628369ea575 100644 --- a/lib/private/eventsource.php +++ b/lib/private/eventsource.php @@ -8,7 +8,7 @@ * @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/private/filechunking.php b/lib/private/filechunking.php index 64399ad4366bb22a1d67f985f8775e0e3aab401e..8c341df4a8beeda717e9b268456d23c7fbbe363a 100644 --- a/lib/private/filechunking.php +++ b/lib/private/filechunking.php @@ -10,7 +10,7 @@ * @author Thomas Tanghus * @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/private/files.php b/lib/private/files.php index 1cda28496cbbe961142693566e48e473f37d5c22..7b451ac19bef0d7d476891d500a8cb2a496f52b9 100644 --- a/lib/private/files.php +++ b/lib/private/files.php @@ -3,6 +3,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Clark Tomlinson * @author Frank Karlitschek * @author Jakob Sack * @author Joas Schilling @@ -10,14 +11,14 @@ * @author Michael Gapczynski * @author Nicolai Ehemann * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @author Thibaut GRIDEL * @author Thomas Müller * @author Victor Dubiniuk * @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/private/files/cache/cache.php b/lib/private/files/cache/cache.php index e6110c1925ddce88916cd65ef5d346355433d03c..7a976e18888f4071da41b5e191df1516dcc59e91 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -1,7 +1,6 @@ - * @author Bart Visscher * @author Björn Schießle * @author Florin Peter * @author Jens-Christian Fischer @@ -10,12 +9,12 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author TheSFReader * @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/private/files/cache/homecache.php b/lib/private/files/cache/homecache.php index 1b85462d6155e2dc8dc0471a83a00a8343c976c9..693896fccfb12422a5b3f45b26d90eccdef5529f 100644 --- a/lib/private/files/cache/homecache.php +++ b/lib/private/files/cache/homecache.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/private/files/cache/propagator.php b/lib/private/files/cache/propagator.php index bd11cef5990d02e24551ee86af473d2d98566a39..56abcdadee2c38d10aa37015d70a1561cb5808d5 100644 --- a/lib/private/files/cache/propagator.php +++ b/lib/private/files/cache/propagator.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/cache/scanner.php b/lib/private/files/cache/scanner.php index 88bb57d2b5c6b3b7816099110d8578b4da49a34b..79f749394f13ce5e74ce3fffc7ddba8b3d31df73 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -2,6 +2,7 @@ /** * @author Arthur Schiwon * @author Björn Schießle + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Martin Mattel @@ -10,11 +11,11 @@ * @author Olivier Paroz * @author Owen Winkler * @author Robin Appelman - * @author Robin McCorkell + * @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/private/files/cache/storage.php b/lib/private/files/cache/storage.php index 4998c622e84d03d0eca5605dd3dc5400d86c0850..90c451ecc21b1031407ce63a9cdd483e832e96cd 100644 --- a/lib/private/files/cache/storage.php +++ b/lib/private/files/cache/storage.php @@ -4,11 +4,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/files/cache/updater.php b/lib/private/files/cache/updater.php index 4d11fa3a251f5ebb3a1b16a0a76b7b4db822e0fb..c5b1e7de32e0bc9cfa03b958bd131835d939406c 100644 --- a/lib/private/files/cache/updater.php +++ b/lib/private/files/cache/updater.php @@ -1,13 +1,12 @@ - * @author Jörn Friedrich Dreyer * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @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/private/files/cache/watcher.php b/lib/private/files/cache/watcher.php index e660e56bfeebd6f5e00f596ce8e97ee6d9d77429..bb80dcbd80cb0e82b46b175b726e080fe8b7f2b5 100644 --- a/lib/private/files/cache/watcher.php +++ b/lib/private/files/cache/watcher.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/private/files/cache/wrapper/cachejail.php b/lib/private/files/cache/wrapper/cachejail.php index 9a673b077377558325c1b94a42678ff25a15ebe8..4d708c2d191b280be17a0692de79a9045284e9f8 100644 --- a/lib/private/files/cache/wrapper/cachejail.php +++ b/lib/private/files/cache/wrapper/cachejail.php @@ -2,10 +2,10 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/private/files/cache/wrapper/cachepermissionsmask.php b/lib/private/files/cache/wrapper/cachepermissionsmask.php index 15307a4d7e8f09a00b6aff24d6efe775587c6891..1eeb3c4783d042d9b7df51c607beb04818ad9be8 100644 --- a/lib/private/files/cache/wrapper/cachepermissionsmask.php +++ b/lib/private/files/cache/wrapper/cachepermissionsmask.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/wrapper/cachewrapper.php b/lib/private/files/cache/wrapper/cachewrapper.php index bb136456762c3815ff0cb7a31285dacb0a753346..f401b7482eb079dc264f0942b49be44ff6e89495 100644 --- a/lib/private/files/cache/wrapper/cachewrapper.php +++ b/lib/private/files/cache/wrapper/cachewrapper.php @@ -2,10 +2,10 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/private/files/config/mountprovidercollection.php b/lib/private/files/config/mountprovidercollection.php index c75c64ae445ed049ac0debefa716b42692b04a50..eb61ec3f5d54a0407b0e278d72238e747a237ffd 100644 --- a/lib/private/files/config/mountprovidercollection.php +++ b/lib/private/files/config/mountprovidercollection.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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 5ed65cd37958b20274710d6baef16b905fd07a11..3e5e894eed4c65d6d0a405c02008050c26121aa7 100644 --- a/lib/private/files/fileinfo.php +++ b/lib/private/files/fileinfo.php @@ -4,12 +4,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @author tbartenstein * @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/private/files/filesystem.php b/lib/private/files/filesystem.php index 9d1b715068723c059f797dc3bfe65aed26c6358e..ffe3a594ba8f09d1cce0f8d7973758582bc14c60 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -11,13 +11,13 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Sam Tuke * @author Scrutinizer Auto-Fixer * @author Stephan Peijnik * @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/private/files/mount/manager.php b/lib/private/files/mount/manager.php index d5bd4d7ddf4db986e7f94824cb8e77dcae0cd725..ba4a7f8d910350df32ee6a5411a56bfb83048d86 100644 --- a/lib/private/files/mount/manager.php +++ b/lib/private/files/mount/manager.php @@ -3,9 +3,9 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/files/mount/mountpoint.php b/lib/private/files/mount/mountpoint.php index fad8678aae19258a6bd9b4a54663ac7f2794bbf5..b606c625cb148fa3b78ab3ae0d87eae71a0d441e 100644 --- a/lib/private/files/mount/mountpoint.php +++ b/lib/private/files/mount/mountpoint.php @@ -4,11 +4,11 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/files/mount/moveablemount.php b/lib/private/files/mount/moveablemount.php index d0f7703d80aa64777a7ae777409779e1acb6bca6..8a1bd7dd9c53afcab554debd9f528483b287f4c7 100644 --- a/lib/private/files/mount/moveablemount.php +++ b/lib/private/files/mount/moveablemount.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/node/file.php b/lib/private/files/node/file.php index 735bee3fd595bc6adf7762378c1a3a5762ba9eff..c3d18cdb35879616a70d0a8db15b4bda2ec6bf7b 100644 --- a/lib/private/files/node/file.php +++ b/lib/private/files/node/file.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/node/folder.php b/lib/private/files/node/folder.php index be76b70b2ce9337065ab4fc8f8dc485e0d735f3a..e8c49cd2c0b6a5707ce1f85c8fe61eda0d909052 100644 --- a/lib/private/files/node/folder.php +++ b/lib/private/files/node/folder.php @@ -3,10 +3,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/private/files/node/hookconnector.php b/lib/private/files/node/hookconnector.php index 360aaafdd71052670d6578e56156eadbe092f443..5c36ca3848e0acc4c14bd63428460345473e9299 100644 --- a/lib/private/files/node/hookconnector.php +++ b/lib/private/files/node/hookconnector.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/node/node.php b/lib/private/files/node/node.php index 1b52243fcb4cdcd74d402a6713ac8e39e8a8f2b8..7769f15ee59800d874dc6846e0c26b24cb4746a1 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/private/files/node/nonexistingfile.php b/lib/private/files/node/nonexistingfile.php index 68fb7d1b6f94904df9b0523d5d4fa8d24fff20c6..c1d09bcc4916546a1a9b8c6fa02d0b4676cc258c 100644 --- a/lib/private/files/node/nonexistingfile.php +++ b/lib/private/files/node/nonexistingfile.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/node/nonexistingfolder.php b/lib/private/files/node/nonexistingfolder.php index 5044eb524f5c4416d38fc414c684d168402a0cd9..7d6576f1bd66428d0f54d03c6207f8cd7f4548ab 100644 --- a/lib/private/files/node/nonexistingfolder.php +++ b/lib/private/files/node/nonexistingfolder.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/private/files/node/root.php b/lib/private/files/node/root.php index 4df926748deafeeba75db5d7233d2752ac4cf768..35163be0a0dc5c4c291009966d053894119c8622 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/objectstore/homeobjectstorestorage.php b/lib/private/files/objectstore/homeobjectstorestorage.php index 77b5437c24d0f27ac0644634d3da181c36e378c6..6a330e2dab3d3c539b95d00948ecbde519c1f1c4 100644 --- a/lib/private/files/objectstore/homeobjectstorestorage.php +++ b/lib/private/files/objectstore/homeobjectstorestorage.php @@ -4,7 +4,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/objectstore/noopscanner.php b/lib/private/files/objectstore/noopscanner.php index cdcc0149ab3dc52a5cb1f83f7f6e19071655ddf8..f5316175ecfb56873d559c0e4a80ba539004c65b 100644 --- a/lib/private/files/objectstore/noopscanner.php +++ b/lib/private/files/objectstore/noopscanner.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/objectstore/objectstorestorage.php b/lib/private/files/objectstore/objectstorestorage.php index b34a6bdfb848754bc9a38c7539ebc4ea74733c2e..9cea07b7f69a836a8fb77d3fcc95214984b330a6 100644 --- a/lib/private/files/objectstore/objectstorestorage.php +++ b/lib/private/files/objectstore/objectstorestorage.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/objectstore/swift.php b/lib/private/files/objectstore/swift.php index 50bb0d9adf57232fe05bb23d096021e841ebe032..4af09dca2540b0de7d2458386439513c953b5c2a 100644 --- a/lib/private/files/objectstore/swift.php +++ b/lib/private/files/objectstore/swift.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/storage/common.php b/lib/private/files/storage/common.php index 1e30d48f613374ba1b6ec7bd6c00d33f2d9194ab..c27f9d759f1a6324b2f8d57dc76a182d411e5ac3 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -11,13 +11,13 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Sam Tuke * @author scambra * @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/private/files/storage/commontest.php b/lib/private/files/storage/commontest.php index d4dbeecbbd61cb95cc51c21adafef71d4d145916..0047a51169ca0233231b922a8d7ca25059bc0bb7 100644 --- a/lib/private/files/storage/commontest.php +++ b/lib/private/files/storage/commontest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @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/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php index 9afebab1dd76daf6d5b08edf5debb59c7b773e47..a6e77e1b232961bfe5cf084c192a7b3fb1716a1b 100644 --- a/lib/private/files/storage/dav.php +++ b/lib/private/files/storage/dav.php @@ -14,7 +14,7 @@ * @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/private/files/storage/flysystem.php b/lib/private/files/storage/flysystem.php index 3ad2b8adc4cad4aacb0d915bc6f494219a216daa..608639b71a6f3f57089061f83442ca5dfc355dd4 100644 --- a/lib/private/files/storage/flysystem.php +++ b/lib/private/files/storage/flysystem.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/storage/home.php b/lib/private/files/storage/home.php index 1b4297ddd767b7782dba0db769d4367f8438eefe..35a7e8360f36c7c2f3bae094fd9189dad0a750a8 100644 --- a/lib/private/files/storage/home.php +++ b/lib/private/files/storage/home.php @@ -6,7 +6,7 @@ * @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/private/files/storage/local.php b/lib/private/files/storage/local.php index 2b2a433c0137b5544ef1fbda3ec5d7ea7c4b2a09..aa2b4628283245c55b3633e12faba78142d05761 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -14,7 +14,7 @@ * @author Tigran Mkrtchyan * @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/private/files/storage/localtempfiletrait.php b/lib/private/files/storage/localtempfiletrait.php index 8875c2c4493038aaedd02d74ca151ab78996fa74..88f11e4e752db24899f200f409d3a0cfa61df4bb 100644 --- a/lib/private/files/storage/localtempfiletrait.php +++ b/lib/private/files/storage/localtempfiletrait.php @@ -1,9 +1,10 @@ + * @author Morris Jobke * @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/lib/private/files/storage/polyfill/copydirectory.php b/lib/private/files/storage/polyfill/copydirectory.php index df4f5c27dcfa9c654266a7d3df591dd0be95b0e5..22bfe369738f2e8456448b61fdc8f4516c49db00 100644 --- a/lib/private/files/storage/polyfill/copydirectory.php +++ b/lib/private/files/storage/polyfill/copydirectory.php @@ -3,7 +3,7 @@ * @author Martin Mattel * @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/storage/storage.php b/lib/private/files/storage/storage.php index fb59752ede14679275abb58d4e7dbfe8e2d06765..c066336d4b8dd231a37059e8d8eba72155726cf7 100644 --- a/lib/private/files/storage/storage.php +++ b/lib/private/files/storage/storage.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/files/storage/storagefactory.php b/lib/private/files/storage/storagefactory.php index e8df5090f099ff7260dd853b3aca24d767858733..5df91fd1eb410640472b91c4ab0912b55999de15 100644 --- a/lib/private/files/storage/storagefactory.php +++ b/lib/private/files/storage/storagefactory.php @@ -6,7 +6,7 @@ * @author Scrutinizer Auto-Fixer * @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/private/files/storage/temporary.php b/lib/private/files/storage/temporary.php index 8abc19929b03099a1fcd35c6a49b7c6fa1786251..2d8e84c2d5271b2e750952d092b6423ef19a77eb 100644 --- a/lib/private/files/storage/temporary.php +++ b/lib/private/files/storage/temporary.php @@ -5,7 +5,7 @@ * @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/private/files/storage/wrapper/availability.php b/lib/private/files/storage/wrapper/availability.php index d2fbbbacf75678aaca66ef04b711094b8aad2f15..1550c318ce30f87d7d1ad5cf5beb83f43a090d29 100644 --- a/lib/private/files/storage/wrapper/availability.php +++ b/lib/private/files/storage/wrapper/availability.php @@ -1,8 +1,9 @@ + * @author Robin Appelman + * @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/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 8f5a7a05f01e05c3923c8804267e65e8152414ee..fda28079d0f6fbf658bc395159ccd86832b720bd 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/files/storage/wrapper/jail.php b/lib/private/files/storage/wrapper/jail.php index 2857e74de4648cc21170c501f147459445a01f7d..40738befd936e4d53cb00aef06788341cfa0b6c9 100644 --- a/lib/private/files/storage/wrapper/jail.php +++ b/lib/private/files/storage/wrapper/jail.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/storage/wrapper/permissionsmask.php b/lib/private/files/storage/wrapper/permissionsmask.php index e1822905692e75ec0ca3cd04eb83c7b8bfda2bf8..7fa64f82ba6791c353f4e58dcbb699a580bf55f8 100644 --- a/lib/private/files/storage/wrapper/permissionsmask.php +++ b/lib/private/files/storage/wrapper/permissionsmask.php @@ -3,9 +3,9 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/files/storage/wrapper/quota.php b/lib/private/files/storage/wrapper/quota.php index 98664e27e2d0cd43a542c5d4a5e6857a33cbf485..55c826092c1b295ef3de0c168072312c4ef8ca29 100644 --- a/lib/private/files/storage/wrapper/quota.php +++ b/lib/private/files/storage/wrapper/quota.php @@ -3,10 +3,10 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/private/files/storage/wrapper/wrapper.php b/lib/private/files/storage/wrapper/wrapper.php index 81284c7aa6993006b8b9f68585e625d9fc07a824..472c60b5faac897c63fe13227f2b1d3568cbc81b 100644 --- a/lib/private/files/storage/wrapper/wrapper.php +++ b/lib/private/files/storage/wrapper/wrapper.php @@ -2,11 +2,11 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/files/stream/close.php b/lib/private/files/stream/close.php index f704c875a149ed724499a284ecca2234183cf448..1c9b30705ddc0978b766dae73c6e15b2b3b4dbf5 100644 --- a/lib/private/files/stream/close.php +++ b/lib/private/files/stream/close.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/stream/dir.php b/lib/private/files/stream/dir.php index 94f1cf81a2fc05f90c03612e7b871f6b647d83d3..fabadb0d59607405c08081bef17f6be345178877 100644 --- a/lib/private/files/stream/dir.php +++ b/lib/private/files/stream/dir.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/stream/encryption.php b/lib/private/files/stream/encryption.php index 585a697c5d1a25c4b1e62f7948d6e80393be20f1..c884cd8fa0742259a30ea1985a15b582ce2949b8 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -2,10 +2,11 @@ /** * @author Björn Schießle * @author jknockaert + * @author Roeland Jago Douma * @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/private/files/stream/oc.php b/lib/private/files/stream/oc.php index 9087b812b2a4e3275facd768406d55ec969b9158..8439770e8fa61b53296a7403d5f6585c08d5dfe2 100644 --- a/lib/private/files/stream/oc.php +++ b/lib/private/files/stream/oc.php @@ -3,9 +3,9 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/files/stream/quota.php b/lib/private/files/stream/quota.php index 5db58817a2b64df9c06203f4bcb00abe8a3452d7..8d27575c5689a049f6b12a3aed06ba64af9f2c83 100644 --- a/lib/private/files/stream/quota.php +++ b/lib/private/files/stream/quota.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/private/files/stream/staticstream.php b/lib/private/files/stream/staticstream.php index 74f921ceb96ec4e9cf344aa430d51ec0d5f75724..7aacf7a9fe4b8ab3ac4c2f963e48e107f3b19ca2 100644 --- a/lib/private/files/stream/staticstream.php +++ b/lib/private/files/stream/staticstream.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/type/detection.php b/lib/private/files/type/detection.php index 0e2bab39e5bef50b10de1b3567b9231d316cbe6e..9cc2e97c3ccf97e970c17c5bad4b3efb24491fb3 100644 --- a/lib/private/files/type/detection.php +++ b/lib/private/files/type/detection.php @@ -5,11 +5,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus * - * @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/type/loader.php b/lib/private/files/type/loader.php index 55dc09ab9b874493a688142c38ff0d12f50c338c..95ba7597257e89424a4c6b08be9d21d4b5292ac4 100644 --- a/lib/private/files/type/loader.php +++ b/lib/private/files/type/loader.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/files/type/templatemanager.php b/lib/private/files/type/templatemanager.php index 33d3f7bfc76f8bb229f6d01c7e39c546bb1366cf..363fb7a2a6c6057f356fc1153666767091fea29b 100644 --- a/lib/private/files/type/templatemanager.php +++ b/lib/private/files/type/templatemanager.php @@ -2,9 +2,9 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/files/utils/scanner.php b/lib/private/files/utils/scanner.php index 5621bf139109ace977a93a2ffa4c03d810eea856..59673a306cb0f56f10797fa3ee67cb7d8ea8c783 100644 --- a/lib/private/files/utils/scanner.php +++ b/lib/private/files/utils/scanner.php @@ -7,7 +7,7 @@ * @author Scrutinizer Auto-Fixer * @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/lib/private/files/view.php b/lib/private/files/view.php index 357f854e5e2c94b865e038034012f134606b855a..7b0f1d372558c6047dfb81e13afe763838bf4e65 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -15,15 +15,14 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma - * @author Roman Geber * @author Sam Tuke * @author Thomas Müller * @author Thomas Tanghus * @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/private/forbiddenexception.php b/lib/private/forbiddenexception.php index e40cb33f4cf09329293434818070a71241b81922..48be35ba316e55d1b453c5a57d017b5d3b5eea5c 100644 --- a/lib/private/forbiddenexception.php +++ b/lib/private/forbiddenexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/private/group.php b/lib/private/group.php index fdf8086f1e84c37b74457e3027a656bea190f981..48fbe51007a51754781c2199da4e6bf96428d98a 100644 --- a/lib/private/group.php +++ b/lib/private/group.php @@ -12,11 +12,11 @@ * @author Morris Jobke * @author Qingping Hou * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @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/lib/private/group/backend.php b/lib/private/group/backend.php index 52afb8fdcf0ddf3bc40a02e2aaa9e7f1c00c8793..29f24fb3070697eba6c678da79b420fc44f51c8f 100644 --- a/lib/private/group/backend.php +++ b/lib/private/group/backend.php @@ -8,10 +8,10 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/group/database.php b/lib/private/group/database.php index ad6174808bbfb2feece9e77e15c026ad2dd8e775..63aadeb7adea28d14003fc6fbdcc788a92b51139 100644 --- a/lib/private/group/database.php +++ b/lib/private/group/database.php @@ -9,10 +9,10 @@ * @author michag86 * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/group/dummy.php b/lib/private/group/dummy.php index 330b086ab3f413522d96deee091dfebdaa311a91..c0d206a34e1278026c4320e70ca98ab81b17b3f5 100644 --- a/lib/private/group/dummy.php +++ b/lib/private/group/dummy.php @@ -6,11 +6,11 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @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/lib/private/group/example.php b/lib/private/group/example.php index fa2ed06129bd73707adfc974a446954c8538cadc..17fae90f2e0964804d885a397d4f1d98fbe30ac1 100644 --- a/lib/private/group/example.php +++ b/lib/private/group/example.php @@ -6,9 +6,9 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/group/group.php b/lib/private/group/group.php index f76ea1f36a7921cc07a10140cbf5f15180c2ec37..064b9f899e67c29ad85bb14ec006f36ccbcfc28c 100644 --- a/lib/private/group/group.php +++ b/lib/private/group/group.php @@ -6,9 +6,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/group/interface.php b/lib/private/group/interface.php index c3a3cc052d67684876291c826b56494fd3486d49..5c7d4cf0b39062524f498576de62c6a34220c4df 100644 --- a/lib/private/group/interface.php +++ b/lib/private/group/interface.php @@ -5,9 +5,9 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/group/manager.php b/lib/private/group/manager.php index 7387b423643598f8ff4a466d23d89f022a4beba0..8a21c77b58b9e52f015840f6c432ef0f82ffc9b5 100644 --- a/lib/private/group/manager.php +++ b/lib/private/group/manager.php @@ -8,12 +8,12 @@ * @author macjohnny * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * @author voxsim * - * @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/group/metadata.php b/lib/private/group/metadata.php index 63ac092856318d3da637ad2a7f7ff003dac3d4d4..8e0866479c1d4f96263cbca66b5a1a13d707dab1 100644 --- a/lib/private/group/metadata.php +++ b/lib/private/group/metadata.php @@ -7,7 +7,7 @@ * @author Stephan Peijnik * @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/lib/private/helper.php b/lib/private/helper.php index 6495290371228d116b1a130323fa5417bbff0066..3590eaee6128f7641fd8db23fd0348e5c669b92b 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -4,10 +4,10 @@ * @author Bart Visscher * @author Björn Schießle * @author Christopher Schäpers + * @author Clark Tomlinson * @author Fabian Henze * @author Felix Moeller * @author Frank Karlitschek - * @author François Kubler * @author Georg Ehrke * @author Jakob Sack * @author Jan-Christoph Borchardt @@ -16,20 +16,18 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Nicolas Grekas * @author Olivier Paroz * @author Owen Winkler * @author Pellaeon Lin * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Simon Könnecke * @author Thomas Müller * @author Thomas Tanghus - * @author Valerio Ponte * @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/private/hintexception.php b/lib/private/hintexception.php index 3afc029f322b9f83932dc7df3648f4a3b7172e51..f673ac82ace60ca4d950c6895ad204b1811fcce8 100644 --- a/lib/private/hintexception.php +++ b/lib/private/hintexception.php @@ -5,7 +5,7 @@ * @author Michael Gapczynski * @author Morris Jobke * - * @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/hook.php b/lib/private/hook.php index 2ff045c8a666a2cda2900d064dc45c7d6d554f31..7bd1e991923dfaf888196b9b96b9a516cd279036 100644 --- a/lib/private/hook.php +++ b/lib/private/hook.php @@ -5,12 +5,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Sam Tuke * @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/private/hooks/basicemitter.php b/lib/private/hooks/basicemitter.php index ae0f96fbc8c718a4c118540020282c0bb6f39d28..067962ec081b337eb0fed325ed0a75b68fa884ce 100644 --- a/lib/private/hooks/basicemitter.php +++ b/lib/private/hooks/basicemitter.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/hooks/emitter.php b/lib/private/hooks/emitter.php index bea3f289b8df7cfd4520e39d83b1df7a3a251332..d639e5ef8924001bcae7c6f41fbaccba2f74e791 100644 --- a/lib/private/hooks/emitter.php +++ b/lib/private/hooks/emitter.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/hooks/emittertrait.php b/lib/private/hooks/emittertrait.php index 256bf468c4fde5d1f6933fb72a94c5c620b0ed8a..775f46f838cdda6a3707f95457c8b1e479843dd5 100644 --- a/lib/private/hooks/emittertrait.php +++ b/lib/private/hooks/emittertrait.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/hooks/forwardingemitter.php b/lib/private/hooks/forwardingemitter.php index 90c1970f480101bfb574823f54545d506d8af687..6a1fc571cea0368709fba7b90d011b54b1a024c8 100644 --- a/lib/private/hooks/forwardingemitter.php +++ b/lib/private/hooks/forwardingemitter.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/hooks/legacyemitter.php b/lib/private/hooks/legacyemitter.php index b28854f4638f243dbc2c6b64d6f488cedc038556..ac83477a1444cb897f39ce3a309d133d0e141005 100644 --- a/lib/private/hooks/legacyemitter.php +++ b/lib/private/hooks/legacyemitter.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/hooks/publicemitter.php b/lib/private/hooks/publicemitter.php index 12de07b27c7b49e8e57952588d407f09f3e0e76a..4fe71073a1ecceae3dfe4ccf62ef21707ca6d9cb 100644 --- a/lib/private/hooks/publicemitter.php +++ b/lib/private/hooks/publicemitter.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/http/client/client.php b/lib/private/http/client/client.php index 8cddfc3ae03ec49f3a9f7933749cce33d91ee22d..8cadeda0efd2d923ef09f349c0b93a185de1ae36 100644 --- a/lib/private/http/client/client.php +++ b/lib/private/http/client/client.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @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/http/client/clientservice.php b/lib/private/http/client/clientservice.php index c9b415a7429196ca324f671d87a6bd79aebe1ee1..7e280dbf3caa67d06c73d3f05b9478cd65972314 100644 --- a/lib/private/http/client/clientservice.php +++ b/lib/private/http/client/clientservice.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/http/client/response.php b/lib/private/http/client/response.php index b3429f36d0413b4f85c28f451c54057d98b1d840..7a879eab11187eba3b68bae059162e6f3f2d395b 100644 --- a/lib/private/http/client/response.php +++ b/lib/private/http/client/response.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @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/httphelper.php b/lib/private/httphelper.php index 9d9edb6a351b1207edbb7e0c1f9eeb9e8e072b46..f33d4a5174567b6a1b1fc30ab83c656832e25bae 100644 --- a/lib/private/httphelper.php +++ b/lib/private/httphelper.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/image.php b/lib/private/image.php index a5de7e86b942b6e4ae45f547197cbab0ca1e21c8..dc01f989d79b344808e43285814de16abc73077b 100644 --- a/lib/private/image.php +++ b/lib/private/image.php @@ -1,8 +1,8 @@ - * @author Bart Visscher * @author Bartek Przybylski + * @author Bart Visscher * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers @@ -11,6 +11,7 @@ * @author Joas Schilling * @author Johannes Willnecker * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman @@ -18,7 +19,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/installer.php b/lib/private/installer.php index ed50503b3dc2aef83015acd0d778c0c087ba97df..46e022b47777410b1ab6574ec9232bc8a1a63de5 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -3,6 +3,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Brice Maron + * @author Christian Weiske * @author Christopher Schäpers * @author Felix Moeller * @author Frank Karlitschek @@ -15,13 +16,12 @@ * @author michag86 * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author root * @author Thomas Müller * @author Thomas Tanghus - * @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/private/integritycheck/checker.php b/lib/private/integritycheck/checker.php index edfe6b082e7db73446a5e971d6cd1e06835429ac..d46b6d9b8fccadcf7adc947e80afb5fb0080ecf8 100644 --- a/lib/private/integritycheck/checker.php +++ b/lib/private/integritycheck/checker.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/integritycheck/exceptions/invalidsignatureexception.php index 9e05e5884f5c272cda08db5903f964fbd9366d8c..521171642b23fde42e4a7814d684cafb2804d398 100644 --- a/lib/private/integritycheck/exceptions/invalidsignatureexception.php +++ b/lib/private/integritycheck/exceptions/invalidsignatureexception.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/helpers/applocator.php b/lib/private/integritycheck/helpers/applocator.php index b732cb808933193b24105948355a32eb3b997246..af22fca1fe4e20a89257ac03222c2811ab80ecf1 100644 --- a/lib/private/integritycheck/helpers/applocator.php +++ b/lib/private/integritycheck/helpers/applocator.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/helpers/environmenthelper.php b/lib/private/integritycheck/helpers/environmenthelper.php index d7747dbb966405e6975dcb2c5b6f0e734bafe078..b90e6ba9910daf050e468cbb00fb749e3d3d1835 100644 --- a/lib/private/integritycheck/helpers/environmenthelper.php +++ b/lib/private/integritycheck/helpers/environmenthelper.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/helpers/fileaccesshelper.php b/lib/private/integritycheck/helpers/fileaccesshelper.php index 23f592122dcaca0e255d79df4787b9975b3540f9..f0bf6576d35e325efaeb45be2008976762ec535d 100644 --- a/lib/private/integritycheck/helpers/fileaccesshelper.php +++ b/lib/private/integritycheck/helpers/fileaccesshelper.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php index c75554a7cc977643384d548f73072c03927a5a2f..51850852cbd45fe0f7424a6847e118bd4441d97c 100644 --- a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php +++ b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php index 43f194758626c81a2c9d5b5437abb744986cd963..efe7c114d9e94996f458bb3f58797b09e1817f3b 100644 --- a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php +++ b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/json.php b/lib/private/json.php index 0bf4e8bcd0190e1f6bc7027ac69486ab985b54f6..adee28a1593c9de9681bfad268ce396ac5b42029 100644 --- a/lib/private/json.php +++ b/lib/private/json.php @@ -11,7 +11,7 @@ * @author Thomas Tanghus * @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/private/l10n.php b/lib/private/l10n.php index cef4f7b45ab7fef94ba789969efbe6f4253e9354..b53fadc2bddcf0e72efba5e766640c82cc3fe82e 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -4,7 +4,6 @@ * @author Andreas Fischer * @author Bart Visscher * @author Bernhard Posselt - * @author Felix Moeller * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling @@ -13,13 +12,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Thomas Tanghus * @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/private/l10n/factory.php b/lib/private/l10n/factory.php index b92c21b2d5d32f3a654da81c8c5f11631c7be2f8..c3c7cc21bbab5ef170804c0cb183b15206116c14 100644 --- a/lib/private/l10n/factory.php +++ b/lib/private/l10n/factory.php @@ -4,9 +4,9 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/l10n/string.php b/lib/private/l10n/string.php index 77469f88d196d420e0b63541ef00e5aa7d3fb05c..84d1603871f4e33b30251c34aa6855f086c24dd7 100644 --- a/lib/private/l10n/string.php +++ b/lib/private/l10n/string.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @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/lib/private/largefilehelper.php b/lib/private/largefilehelper.php index 3e841850456591c977f909e46bc5b18a27917b7d..f5252ee01e7dd7930c5286828533156d496dcde1 100644 --- a/lib/private/largefilehelper.php +++ b/lib/private/largefilehelper.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/lib/private/lock/abstractlockingprovider.php b/lib/private/lock/abstractlockingprovider.php index db5f1c72dd73523971e7c2aeb6d17e7068241c52..7dee8c709a0af3a51a09aff6005bfd1e37b55a54 100644 --- a/lib/private/lock/abstractlockingprovider.php +++ b/lib/private/lock/abstractlockingprovider.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/lock/dblockingprovider.php b/lib/private/lock/dblockingprovider.php index 1b5142a90d29cd6d3f9511f6464541819added3e..647250cdb6f80f74bd7e5d1a04887df1ecfbb8c8 100644 --- a/lib/private/lock/dblockingprovider.php +++ b/lib/private/lock/dblockingprovider.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @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/lock/memcachelockingprovider.php b/lib/private/lock/memcachelockingprovider.php index af95200d159733496e0002aa6a7671423a272adb..08c92950e49bce93fbf581045af973eb4e7a1696 100644 --- a/lib/private/lock/memcachelockingprovider.php +++ b/lib/private/lock/memcachelockingprovider.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/lock/nooplockingprovider.php b/lib/private/lock/nooplockingprovider.php index 9f88e6148f832a03dfa6d2f09fbdcf1c60a42f3b..dc58230f77eb8693699b2bc319e87a285986a1b9 100644 --- a/lib/private/lock/nooplockingprovider.php +++ b/lib/private/lock/nooplockingprovider.php @@ -3,7 +3,7 @@ * @author Robin Appelman * @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/private/log.php b/lib/private/log.php index a722243dc690a67d186ccee215c0ecfc97abe164..fca3ee0882afb0e532aa000423d69028ecd65aac 100644 --- a/lib/private/log.php +++ b/lib/private/log.php @@ -2,13 +2,14 @@ /** * @author Bart Visscher * @author Bernhard Posselt + * @author Lukas Reschke * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman * @author Thomas Müller * @author Victor Dubiniuk * - * @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/log/errorhandler.php b/lib/private/log/errorhandler.php index d10c44cc0cddd7456301e8bdd5ecf8c56a47bde8..27cde4aa242758ac823efe16c50d6eabe6046071 100644 --- a/lib/private/log/errorhandler.php +++ b/lib/private/log/errorhandler.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index e455824a8ddff7c71a6cc88aea2343ddeff7bcb3..f9ce671aa9386abd50ef37a4179d123485abfb23 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -2,13 +2,14 @@ /** * @author Andreas Fischer * @author Bart Visscher + * @author Christian Schnidrig * @author Georg Ehrke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman * @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/lib/private/log/rotate.php b/lib/private/log/rotate.php index 98ebef25988667500e70a99b250b4e7c477bac0e..458661c82d09bfae5094fc1201ae179b3f48c7bb 100644 --- a/lib/private/log/rotate.php +++ b/lib/private/log/rotate.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/log/syslog.php b/lib/private/log/syslog.php index 7a638c36a77a3dbd6e9581b7008638f9002ee0b7..96cf463d042ee474fd0459985d823ea60994b268 100644 --- a/lib/private/log/syslog.php +++ b/lib/private/log/syslog.php @@ -3,9 +3,8 @@ * @author Bart Visscher * @author Morris Jobke * @author Thomas Müller - * @author Volker Fröhlich * - * @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/mail/mailer.php b/lib/private/mail/mailer.php index bd93f3e3d5813c5dae2c70c08e2ed0dd2480916f..742ff55489203e02b87cf39dfe541f56da94c92c 100644 --- a/lib/private/mail/mailer.php +++ b/lib/private/mail/mailer.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/mail/message.php b/lib/private/mail/message.php index 98a95e4e58336850f85511a4b32f1afd117e693e..0e33e6383f7cb8793bac68a636a84df85b374e95 100644 --- a/lib/private/mail/message.php +++ b/lib/private/mail/message.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/lib/private/memcache/apc.php b/lib/private/memcache/apc.php index e38b4bd3a397cc9a8f382e0b59784e4ea8f2d3d1..2354ad077499c6bfaf951b0bd7917064e0c50a19 100644 --- a/lib/private/memcache/apc.php +++ b/lib/private/memcache/apc.php @@ -1,11 +1,12 @@ + * @author Clark Tomlinson * @author Morris Jobke * @author Otto Sabart * @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/memcache/apcu.php b/lib/private/memcache/apcu.php index 778e27d456771005dbdf40844acc97bd2c382c19..9000df65dcd6d43f839f88cd79c05348ddfbf742 100644 --- a/lib/private/memcache/apcu.php +++ b/lib/private/memcache/apcu.php @@ -2,10 +2,11 @@ /** * @author Andreas Fischer * @author Bart Visscher + * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke * - * @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/memcache/arraycache.php b/lib/private/memcache/arraycache.php index 33c8bea87463c785d9ed66b9fdf138be7ba7df80..837f888a307a874da0c254cc89e5cde29b755424 100644 --- a/lib/private/memcache/arraycache.php +++ b/lib/private/memcache/arraycache.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/memcache/cache.php b/lib/private/memcache/cache.php index 30fae30aaead9347f1b386efd13eaf9f5191b6a4..63d20721aacfa58de7d9001ba76cb505fe53435f 100644 --- a/lib/private/memcache/cache.php +++ b/lib/private/memcache/cache.php @@ -3,9 +3,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/memcache/cadtrait.php b/lib/private/memcache/cadtrait.php index e9836e240402e57cc3adb0996208f419a856e0eb..d44d98cba0b56da0ef35fee1cfa917e30296f150 100644 --- a/lib/private/memcache/cadtrait.php +++ b/lib/private/memcache/cadtrait.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/memcache/castrait.php b/lib/private/memcache/castrait.php index c52538023fbc1f51ce88dde4abfa0ed4974ff099..43253fc966b66f2de658d5be0d353e3b1ba2aafc 100644 --- a/lib/private/memcache/castrait.php +++ b/lib/private/memcache/castrait.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/memcache/factory.php b/lib/private/memcache/factory.php index fe82558e731e2e57343fece8d7e0e1ceca4baa00..21149d8b6bf073124eef3901192577be62f1ea9b 100644 --- a/lib/private/memcache/factory.php +++ b/lib/private/memcache/factory.php @@ -5,11 +5,11 @@ * @author Markus Goetz * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/memcache/memcached.php b/lib/private/memcache/memcached.php index 22b54f7bc958cd772c7cb7c5928129ee6e91377f..c13be68b47fd14fb57224ff2fff6f5cb8cb589bc 100644 --- a/lib/private/memcache/memcached.php +++ b/lib/private/memcache/memcached.php @@ -4,9 +4,10 @@ * @author Bart Visscher * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @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/lib/private/memcache/nullcache.php b/lib/private/memcache/nullcache.php index de27b03e71d7817d58bfea3021b3839ce77e95b5..c490ca7e03c27834c7c8f587e6e68c62b5dd24fb 100644 --- a/lib/private/memcache/nullcache.php +++ b/lib/private/memcache/nullcache.php @@ -2,11 +2,11 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/memcache/redis.php b/lib/private/memcache/redis.php index 68b62e7534a06d0b2fbfca0eb2ccbd5eb8568c8c..db5461db66992711b6e905b1e07d4c117c3be046 100644 --- a/lib/private/memcache/redis.php +++ b/lib/private/memcache/redis.php @@ -2,11 +2,12 @@ /** * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Michael Telatynski <7t3chguy@gmail.com> * @author Morris Jobke * @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/memcache/xcache.php b/lib/private/memcache/xcache.php index 0d2e43a1c18fe1b3e4d36bbcd428f6d3250e2891..eea55fefc4de2806edeadca6c5739632fb55c075 100644 --- a/lib/private/memcache/xcache.php +++ b/lib/private/memcache/xcache.php @@ -2,11 +2,12 @@ /** * @author Andreas Fischer * @author Bart Visscher + * @author Clark Tomlinson * @author Morris Jobke * @author Robin Appelman * @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/lib/private/naturalsort.php b/lib/private/naturalsort.php index 2071ede43e04af34c0e0718b2f7e3528517db5eb..f44e8032d361c99bc11303d061e2cdea149d2dd4 100644 --- a/lib/private/naturalsort.php +++ b/lib/private/naturalsort.php @@ -3,11 +3,11 @@ * @author AW-UC * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/private/naturalsort_defaultcollator.php b/lib/private/naturalsort_defaultcollator.php index ba4081210881142b7d58ad61f403b2d088e2e423..7b8400fa8e1395de069714580774d63499d63ca3 100644 --- a/lib/private/naturalsort_defaultcollator.php +++ b/lib/private/naturalsort_defaultcollator.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/navigationmanager.php b/lib/private/navigationmanager.php index f724963aa1b671a8229a6119a39af9cf1e9b45c5..6dbb9c925e0ac41565efb247249a019c6f1d0b81 100644 --- a/lib/private/navigationmanager.php +++ b/lib/private/navigationmanager.php @@ -3,10 +3,10 @@ * @author Bart Visscher * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/needsupdateexception.php b/lib/private/needsupdateexception.php index 5024d8ce924009963e338750a2e0efe61f5bd17f..90c642780d8c303d817a95d96c40a00bc0f1ca96 100644 --- a/lib/private/needsupdateexception.php +++ b/lib/private/needsupdateexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/notification/action.php b/lib/private/notification/action.php index 8eade69702540fca374456c4011dbd7eec7c5680..1730756c1deab9912b802f4ea780bcda7a6beee0 100644 --- a/lib/private/notification/action.php +++ b/lib/private/notification/action.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/iaction.php b/lib/private/notification/iaction.php index f7366dd4388e578eec2140e951d4d08f6c81ccf4..79e28ecef8961a8ebade675eaaf952edcf64fccf 100644 --- a/lib/private/notification/iaction.php +++ b/lib/private/notification/iaction.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/iapp.php b/lib/private/notification/iapp.php index eda66423f3ac1bffe0a72c94725659af3ebf06af..8ae4f6a5437d2ffb43ab63f608d8f48c23ae2cef 100644 --- a/lib/private/notification/iapp.php +++ b/lib/private/notification/iapp.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/imanager.php b/lib/private/notification/imanager.php index f4a5fb14e31bb41e8c663bddf557611d4efcd887..0e9504a1f6ebac137d8a6cc9ec1f2aa67163309a 100644 --- a/lib/private/notification/imanager.php +++ b/lib/private/notification/imanager.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/inotification.php b/lib/private/notification/inotification.php index 0187abab152294e9cd15878452729076a8d0e8d2..0a47b57aa11c5a673bcc9bbea413692c6eb66178 100644 --- a/lib/private/notification/inotification.php +++ b/lib/private/notification/inotification.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/inotifier.php b/lib/private/notification/inotifier.php index 22531229e3f84ab6b302b5809147a20adfb42fc0..c4312308fc037a3d9f00441f300aeec3c1bfc8d7 100644 --- a/lib/private/notification/inotifier.php +++ b/lib/private/notification/inotifier.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/manager.php b/lib/private/notification/manager.php index 0d5bb9be514c72e1e7960b8ff8143aec8f7d5005..a8f1ec349ce223a157159afaaf8f77016601ed83 100644 --- a/lib/private/notification/manager.php +++ b/lib/private/notification/manager.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notification/notification.php b/lib/private/notification/notification.php index 70964fc0366eec287fe87af1abe77ba910698f53..70b854e6d5695f5739cea878725d185beca86feb 100644 --- a/lib/private/notification/notification.php +++ b/lib/private/notification/notification.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/notsquareexception.php b/lib/private/notsquareexception.php index 23d6ebca2c06b4b3e042a110a736327661dffd1c..e3494463850a028dae575afb7cea179bba32f5e3 100644 --- a/lib/private/notsquareexception.php +++ b/lib/private/notsquareexception.php @@ -3,7 +3,7 @@ * @author Christopher Schäpers * @author Morris Jobke * - * @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/ocs.php b/lib/private/ocs.php index 7b474fa439f70b2692250047888acbd6f94e6a07..f48879a98b153acb408791da9d488a19586e6f88 100644 --- a/lib/private/ocs.php +++ b/lib/private/ocs.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/lib/private/ocs/cloud.php b/lib/private/ocs/cloud.php index 1b04f43d4771b5d0b7b77886d73bfbf0c8609d43..1d47fb208a7cdd4a2b8c81f3239ce54871b0be6d 100644 --- a/lib/private/ocs/cloud.php +++ b/lib/private/ocs/cloud.php @@ -5,7 +5,7 @@ * @author Thomas Müller * @author Tom Needham * - * @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/ocs/config.php b/lib/private/ocs/config.php index fc9640b6cc43fd9fcbafb0805a3431bcc3ae2603..db04dcbd400ff5b044821fce0bc5a58dafbe96cb 100644 --- a/lib/private/ocs/config.php +++ b/lib/private/ocs/config.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author Tom Needham * - * @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/ocs/corecapabilities.php b/lib/private/ocs/corecapabilities.php index f2d530a841981f35ec9ca7b828c633af49203152..388a58791b4799b0156e0a363b539e7214644177 100644 --- a/lib/private/ocs/corecapabilities.php +++ b/lib/private/ocs/corecapabilities.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/lib/private/ocs/exception.php b/lib/private/ocs/exception.php index 93bee773771aef2d70563feb10dc3bd0e3a2576e..ca67ac5e841462162f400f1471acdb226fb6e3ba 100644 --- a/lib/private/ocs/exception.php +++ b/lib/private/ocs/exception.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/lib/private/ocs/person.php b/lib/private/ocs/person.php index 0059982c55e3e0f175db9e2cdfc4bb72a9b3723d..7162fa5e4fbdc9ee0fe5ff9d5a0e56e38351dda9 100644 --- a/lib/private/ocs/person.php +++ b/lib/private/ocs/person.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author Tom Needham * - * @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/ocs/privatedata.php b/lib/private/ocs/privatedata.php index 92f029aa12ac22b4af71129324bb0b6d6d5cad68..e514c05a3dd5f6cc93a066ff757bc2f0c6517720 100644 --- a/lib/private/ocs/privatedata.php +++ b/lib/private/ocs/privatedata.php @@ -8,7 +8,7 @@ * @author Thomas Müller * @author Tom Needham * - * @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/ocs/result.php b/lib/private/ocs/result.php index 2c3f676510c0ed543a0d5ddf25b3827633b73259..c342bc582fea0fc890b84442960fadaf74d3c4dc 100644 --- a/lib/private/ocs/result.php +++ b/lib/private/ocs/result.php @@ -5,11 +5,11 @@ * @author Christopher Schäpers * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @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/ocsclient.php b/lib/private/ocsclient.php index 81c9abee05803e85af5f77bd7c21c0746f416e6f..0cb4ad5a698884fc33b50695f6054f9ac6ca6e3d 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -9,11 +9,11 @@ * @author Kamil Domanski * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Sam Tuke * @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/lib/private/preview.php b/lib/private/preview.php index 44d38b354a9acbd3bffa00a48c1664dd3ec5e37c..df6eeceddcb0ec9288c3b64edb053a673c723e14 100644 --- a/lib/private/preview.php +++ b/lib/private/preview.php @@ -9,10 +9,11 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman + * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky * - * @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/preview/bitmap.php b/lib/private/preview/bitmap.php index ad0ef000510afab708c4e235c3ae30f463d1c72f..34bc2f93fc7d47654cae100002385bfbfe6f3076 100644 --- a/lib/private/preview/bitmap.php +++ b/lib/private/preview/bitmap.php @@ -5,7 +5,7 @@ * @author Olivier Paroz * @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/lib/private/preview/bmp.php b/lib/private/preview/bmp.php index 36439626f08201c72e70c6971fddfd198d8cea71..da13cd9e5b8aac39109cb6041a4d03ec42ed162d 100644 --- a/lib/private/preview/bmp.php +++ b/lib/private/preview/bmp.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/preview/font.php b/lib/private/preview/font.php index 197297a6df6f119cd91149564d7614c7766b4c5f..caac29237895054a9db15922c8916b55375df172 100644 --- a/lib/private/preview/font.php +++ b/lib/private/preview/font.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/preview/gif.php b/lib/private/preview/gif.php index a3b57484999038c17af45425d8033ae09c88f6c0..0716a6f44065fdaa9c3a31d441c8b560060d0bf9 100644 --- a/lib/private/preview/gif.php +++ b/lib/private/preview/gif.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/preview/illustrator.php b/lib/private/preview/illustrator.php index ac9dcb5ffbf7b6fe566733f629c311cfef9c0c59..ef8448d7b5327cc430e09cb4a94a22fc305997ac 100644 --- a/lib/private/preview/illustrator.php +++ b/lib/private/preview/illustrator.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/preview/image.php b/lib/private/preview/image.php index 9287d9c888b0d3874b4f0e8327c1721457dcb9ac..b377f0e855da6361bc42086f899f63013d12d208 100644 --- a/lib/private/preview/image.php +++ b/lib/private/preview/image.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/preview/jpeg.php b/lib/private/preview/jpeg.php index 96f89f4d57ea81a17bbf72dc50c3897119d26447..2ee5dd24419167c47da00dd3e5c7845c9eb75bc1 100644 --- a/lib/private/preview/jpeg.php +++ b/lib/private/preview/jpeg.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/preview/markdown.php b/lib/private/preview/markdown.php index f5e7469762188a535e74c5da00175f98beb3f65e..394af6576c78b0d9383831d1095b04635ba1ad7a 100644 --- a/lib/private/preview/markdown.php +++ b/lib/private/preview/markdown.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/movie.php b/lib/private/preview/movie.php index 2c2e6d0939916df007ef72f4539c4d396ab1cfc0..ee56f0172291372fd2e352ecf44e03ee8bb69e06 100644 --- a/lib/private/preview/movie.php +++ b/lib/private/preview/movie.php @@ -2,10 +2,11 @@ /** * @author Georg Ehrke * @author Joas Schilling + * @author Morris Jobke * @author Olivier Paroz * @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/lib/private/preview/mp3.php b/lib/private/preview/mp3.php index ffe596db71bd22cf1bcfbfacaf7ae83bfed733a3..b984cb4e10dc49af2c4d21373a4054b8fdcd8742 100644 --- a/lib/private/preview/mp3.php +++ b/lib/private/preview/mp3.php @@ -5,7 +5,7 @@ * @author Olivier Paroz * @author Thomas Tanghus * - * @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/preview/msoffice2003.php b/lib/private/preview/msoffice2003.php index dd00cacedf3c3990da2a59a8b8b7de47485a45c2..20dbe13543a3b00b30f5260b2a0cce98a9242893 100644 --- a/lib/private/preview/msoffice2003.php +++ b/lib/private/preview/msoffice2003.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/msoffice2007.php b/lib/private/preview/msoffice2007.php index 8fcdabc048433cb05dfd96b24d2c33b9c5bbeeb4..ef6758843f1ac4b06a561860f54d3ce1bf85af6b 100644 --- a/lib/private/preview/msoffice2007.php +++ b/lib/private/preview/msoffice2007.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/msofficedoc.php b/lib/private/preview/msofficedoc.php index 6ce003387fb3c8091287c05a3ad0a997be9ac5f3..05d839d508f565e668d66d36c3db3e7cf5679d28 100644 --- a/lib/private/preview/msofficedoc.php +++ b/lib/private/preview/msofficedoc.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/office.php b/lib/private/preview/office.php index acf3683def02815ca9915daa668362394096ce51..6496e091b1d17c05f2924fcdecd8e680ac103ecb 100644 --- a/lib/private/preview/office.php +++ b/lib/private/preview/office.php @@ -1,11 +1,12 @@ + * @author Morris Jobke * @author Olivier Paroz - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/preview/opendocument.php b/lib/private/preview/opendocument.php index 21df2b5909a345c24d9c259664cc1df4960b8e7c..0da1e88cafa3ba95ceaf23f993f28e215210f96f 100644 --- a/lib/private/preview/opendocument.php +++ b/lib/private/preview/opendocument.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/pdf.php b/lib/private/preview/pdf.php index 220cbf14fafc889d0619dc8fee30afc084244138..6ddf33cdea260b71934678b19751a78fd30d435b 100644 --- a/lib/private/preview/pdf.php +++ b/lib/private/preview/pdf.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/preview/photoshop.php b/lib/private/preview/photoshop.php index 73c2e82d096b73d84340ed536be513def446d540..df91247f0726b2814f83da630459b285180d5a12 100644 --- a/lib/private/preview/photoshop.php +++ b/lib/private/preview/photoshop.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/preview/png.php b/lib/private/preview/png.php index bab63c16ada71953a66fbee14b435c170bff0875..5dd9ae484a598c447696256c7b210f8dde3e6e22 100644 --- a/lib/private/preview/png.php +++ b/lib/private/preview/png.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/preview/postscript.php b/lib/private/preview/postscript.php index d69e86edc7f2384466dd5183afd19d3a742a20d3..edfd43968c26815ce8ecb1e98f86cb25a13d7dd0 100644 --- a/lib/private/preview/postscript.php +++ b/lib/private/preview/postscript.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/preview/provider.php b/lib/private/preview/provider.php index 8f4a9f9fc3f8168e461b35c205651ea66bc4bbe3..738d13d7fc80b90748abeadead2557550f0a66c7 100644 --- a/lib/private/preview/provider.php +++ b/lib/private/preview/provider.php @@ -6,7 +6,7 @@ * @author Olivier Paroz * @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/preview/staroffice.php b/lib/private/preview/staroffice.php index b06de79f707a94efb0bcc5b1cc167d482c74e6c3..6ea4efa514438c3d7618326b9703daae3b94b67c 100644 --- a/lib/private/preview/staroffice.php +++ b/lib/private/preview/staroffice.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/preview/svg.php b/lib/private/preview/svg.php index 26ce0fa9411928947bac3f058b09bebcba0c017c..6618c1fbf824442e1997c88c8a0f175ec2366c52 100644 --- a/lib/private/preview/svg.php +++ b/lib/private/preview/svg.php @@ -5,7 +5,7 @@ * @author Olivier Paroz * @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/lib/private/preview/tiff.php b/lib/private/preview/tiff.php index 624eb5ddff23113f876b6368ea70b9cde036e677..006ced6aec008f7df0d301b1a928b0377aaa2f8c 100644 --- a/lib/private/preview/tiff.php +++ b/lib/private/preview/tiff.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/preview/txt.php b/lib/private/preview/txt.php index b6c21b7c1b1707dae755f7375e22c2ba08c2e820..a27517c9f39dd662a795722694f0c371badcd88d 100644 --- a/lib/private/preview/txt.php +++ b/lib/private/preview/txt.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/lib/private/preview/xbitmap.php b/lib/private/preview/xbitmap.php index 7887f2b73f5d2bc9a7c77f2efcc37c5f86ffedd2..604a51a6a8340b0b990ee491509403e50345a81a 100644 --- a/lib/private/preview/xbitmap.php +++ b/lib/private/preview/xbitmap.php @@ -2,7 +2,7 @@ /** * @author Olivier Paroz * - * @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/previewmanager.php b/lib/private/previewmanager.php index e351c010c85ad130e6cfb9f383999adb50f803c0..f3c7a4de0d0da5142411ba563f4187fc1a46ffc8 100644 --- a/lib/private/previewmanager.php +++ b/lib/private/previewmanager.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/private/repair.php b/lib/private/repair.php index 269fe4c5f097f0e9a6e09b64deed2b69947e5c9b..d40c6464e1469ebb3e2f6c2867f15436de139af5 100644 --- a/lib/private/repair.php +++ b/lib/private/repair.php @@ -9,7 +9,7 @@ * @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/private/repair/assetcache.php b/lib/private/repair/assetcache.php index c46aa63a3e495f9dc5de34f0d86d36dd53a5f3eb..72fe99bbe1af6345cfcc0f65c258d62a5ba29a8f 100644 --- a/lib/private/repair/assetcache.php +++ b/lib/private/repair/assetcache.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/repair/cleantags.php b/lib/private/repair/cleantags.php index d16a49fbca70913d52eee3939ea2e05e26dd5872..7421242eb48acd634e62659e60111f25888505d7 100644 --- a/lib/private/repair/cleantags.php +++ b/lib/private/repair/cleantags.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/repair/collation.php b/lib/private/repair/collation.php index 7eb14f0ded257276d7a3777dc59701eae8b554ee..48035f8d33143ade2e6c3e0d3e746befe5aa940e 100644 --- a/lib/private/repair/collation.php +++ b/lib/private/repair/collation.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/repair/dropoldjobs.php b/lib/private/repair/dropoldjobs.php index 89d7f96a1446325ab266147c8586c1b0b88d1bd5..2d6172047c22f3eadf61f46050cd57fadd49f099 100644 --- a/lib/private/repair/dropoldjobs.php +++ b/lib/private/repair/dropoldjobs.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/lib/private/repair/dropoldtables.php b/lib/private/repair/dropoldtables.php index 2d7fc8376b331a77cf12890f49ee9b130628b49a..abd3bd49b0ac6a068d9d60cf43547934040a57a8 100644 --- a/lib/private/repair/dropoldtables.php +++ b/lib/private/repair/dropoldtables.php @@ -1,8 +1,9 @@ + * @author Morris Jobke * - * @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/repair/filletags.php b/lib/private/repair/filletags.php index 8cfc4a7c2585890806550a38b972678514e63067..dc2ffdcbc365f5112e9f191bb259a5ac90b16219 100644 --- a/lib/private/repair/filletags.php +++ b/lib/private/repair/filletags.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/private/repair/innodb.php b/lib/private/repair/innodb.php index 4bbfdcea20a48733424f6aa763b8194463edb705..4e157e66045e5a557c582ffa963e806846e91940 100644 --- a/lib/private/repair/innodb.php +++ b/lib/private/repair/innodb.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/lib/private/repair/oldgroupmembershipshares.php b/lib/private/repair/oldgroupmembershipshares.php index 2d701ac9fb7739b87595a7ef21b552c19ffe5dc9..bae1bf61a7f812bea897bc8abf64d0d4d0330932 100644 --- a/lib/private/repair/oldgroupmembershipshares.php +++ b/lib/private/repair/oldgroupmembershipshares.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/repair/preview.php b/lib/private/repair/preview.php index 2284da937348968bdbffcc859029d266d9bc2e6d..481e98b42d12eafbd2c6f12a9be49cfdb0f5a7ed 100644 --- a/lib/private/repair/preview.php +++ b/lib/private/repair/preview.php @@ -2,7 +2,7 @@ /** * @author Georg Ehrke * - * @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/repair/removegetetagentries.php b/lib/private/repair/removegetetagentries.php index 40040763654fca82445b8a72966630c880106f1c..e118da7973a91cad11feef6fd91ea5bf1582cabd 100644 --- a/lib/private/repair/removegetetagentries.php +++ b/lib/private/repair/removegetetagentries.php @@ -2,7 +2,7 @@ /** * @author Morris Jobke * - * @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/repair/repairinvalidshares.php b/lib/private/repair/repairinvalidshares.php index 5a4cb445ce9c4b219a8206edb56e8a6eb73c7dc1..ee8b23906e5f1fa2be66fbfafa5d97c786cdc450 100644 --- a/lib/private/repair/repairinvalidshares.php +++ b/lib/private/repair/repairinvalidshares.php @@ -1,9 +1,10 @@ * @author Morris Jobke * @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/private/repair/repairlegacystorages.php b/lib/private/repair/repairlegacystorages.php index 5ba452cbbc6da963ffbfd4847613b8a9a73294b7..ee189110a87487db4bcae51c4e14c6d71168c096 100644 --- a/lib/private/repair/repairlegacystorages.php +++ b/lib/private/repair/repairlegacystorages.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/private/repair/repairmimetypes.php b/lib/private/repair/repairmimetypes.php index e687dbde688cd873b9430fbd18a8656c4c709de3..692a7120a630ec250150ec003c00325768ca2972 100644 --- a/lib/private/repair/repairmimetypes.php +++ b/lib/private/repair/repairmimetypes.php @@ -8,7 +8,7 @@ * @author Victor Dubiniuk * @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/private/repair/searchlucenetables.php b/lib/private/repair/searchlucenetables.php index 52d41083c450575e40920636c04c13ae8d832f49..9f3601eeb032f66629aa070759bb9bba7d24e446 100644 --- a/lib/private/repair/searchlucenetables.php +++ b/lib/private/repair/searchlucenetables.php @@ -3,7 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/repair/sqliteautoincrement.php b/lib/private/repair/sqliteautoincrement.php index 70d0adae5d731a010c398630d0057e7342829df1..d7cac57229d317075e60801556b04818246f46fd 100644 --- a/lib/private/repair/sqliteautoincrement.php +++ b/lib/private/repair/sqliteautoincrement.php @@ -2,7 +2,7 @@ /** * @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/private/repair/updatecertificatestore.php b/lib/private/repair/updatecertificatestore.php index 5fad309a95920feaaf85c763744ba6a5d617b71c..ae7585f07f681562d6ce2fd4097ef4c9a120637d 100644 --- a/lib/private/repair/updatecertificatestore.php +++ b/lib/private/repair/updatecertificatestore.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/repair/updateoutdatedocsids.php b/lib/private/repair/updateoutdatedocsids.php index 5f6ee02953612333047a8c25e0f36ec699b4bf89..60024b3055ce86cd29d7a19a2b99d2858532660d 100644 --- a/lib/private/repair/updateoutdatedocsids.php +++ b/lib/private/repair/updateoutdatedocsids.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke * - * @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/repairexception.php b/lib/private/repairexception.php index 8add3958c9be140afb2f2b699d70549003199868..e244f2bb820f49867d523f491d4c1d86e1c42e51 100644 --- a/lib/private/repairexception.php +++ b/lib/private/repairexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/private/repairstep.php b/lib/private/repairstep.php index 25cb91da68eef05b91a56188732861a9abd25d75..e1b8442fb8a9e8ecf63940f5ee52373a0af3a819 100644 --- a/lib/private/repairstep.php +++ b/lib/private/repairstep.php @@ -2,7 +2,7 @@ /** * @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/private/response.php b/lib/private/response.php index b0eb8adc4d59dfba89d887a4e9e6219b4177e780..c839bd3abeadd66532a376a389bc577155066ce5 100644 --- a/lib/private/response.php +++ b/lib/private/response.php @@ -5,11 +5,11 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @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/private/route/cachingrouter.php b/lib/private/route/cachingrouter.php index 2d10b8ab691de72f235f5973d87248f8edabc41c..4c702bb8e04e946c71c27dec697e1ae98075eed8 100644 --- a/lib/private/route/cachingrouter.php +++ b/lib/private/route/cachingrouter.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/route/route.php b/lib/private/route/route.php index 86f05b85e5bc41d6a43e1f58fd0db7e3dbf9acda..966790a63c0bf45555632c50d5b8fde831707922 100644 --- a/lib/private/route/route.php +++ b/lib/private/route/route.php @@ -5,10 +5,10 @@ * @author Felix Moeller * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Tanghus * - * @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/route/router.php b/lib/private/route/router.php index 5cfddca966afb4e416142ced094bcda2f9dbda65..13f7a7a1cfb7b43066e15dc6bcf0613bfc52bcd6 100644 --- a/lib/private/route/router.php +++ b/lib/private/route/router.php @@ -7,11 +7,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/private/search.php b/lib/private/search.php index ea77fa4f151e54e5ba1ea722370edba808468711..7d1e27341959fa765a531758570acc5b26130730 100644 --- a/lib/private/search.php +++ b/lib/private/search.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/search/provider/file.php b/lib/private/search/provider/file.php index 73d57def64499237f690b37fe8151eb26251bdf4..69ffbd3ae6befd2adf25f6d666c298a5fab77301 100644 --- a/lib/private/search/provider/file.php +++ b/lib/private/search/provider/file.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/result/audio.php b/lib/private/search/result/audio.php index 8e135ea5d297d7209db81083dd15974f5fa74c46..3f9b3dc640cb0a16aefb09e57ee3f53bad6e88ff 100644 --- a/lib/private/search/result/audio.php +++ b/lib/private/search/result/audio.php @@ -4,7 +4,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/result/file.php b/lib/private/search/result/file.php index 4329f504a7d7807a56542b5174abfe8eab0b807b..d987d6c8e7394a0a4819771136156723b5588581 100644 --- a/lib/private/search/result/file.php +++ b/lib/private/search/result/file.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/result/folder.php b/lib/private/search/result/folder.php index 18f7de2e481c857e058465a4903b65cbe59ec3f5..6f0c0a7b2a5455acf8708a1b05d92255f8e1738b 100644 --- a/lib/private/search/result/folder.php +++ b/lib/private/search/result/folder.php @@ -4,7 +4,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/result/image.php b/lib/private/search/result/image.php index bf4425a55f97dd92d67f604dd547471759665af6..87b36fc9f73f1e7862b4a668cab312d6a9b95c62 100644 --- a/lib/private/search/result/image.php +++ b/lib/private/search/result/image.php @@ -4,7 +4,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/security/certificate.php b/lib/private/security/certificate.php index 0d7fcc4148d9611a8bade0f84d85db2afa3126bf..54486ff51fe7079d009930e31267f034232a8558 100644 --- a/lib/private/security/certificate.php +++ b/lib/private/security/certificate.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/security/certificatemanager.php b/lib/private/security/certificatemanager.php index ce0d330c4b2ab1f680bf98178407c69a86e3f157..f4932ca568e136a64acc43086bf18a5ec423581e 100644 --- a/lib/private/security/certificatemanager.php +++ b/lib/private/security/certificatemanager.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/security/crypto.php b/lib/private/security/crypto.php index 6737902640fe626a9760f0b90e88750d092c0683..3c3ffb47398bae90aa92bc0de355bcc76ef8c0c5 100644 --- a/lib/private/security/crypto.php +++ b/lib/private/security/crypto.php @@ -3,8 +3,9 @@ * @author Andreas Fischer * @author Lukas Reschke * @author Morris Jobke + * @author Roeland Jago Douma * - * @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/security/hasher.php b/lib/private/security/hasher.php index 318141b6852864dd572134a6a436709a15c441bb..a8b81aa60eb298d5cf9205ccb7c3e235cb023da0 100644 --- a/lib/private/security/hasher.php +++ b/lib/private/security/hasher.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/security/securerandom.php b/lib/private/security/securerandom.php index 24affbe8988d6aa82866353232ca80aa3a5516e1..5cc69b92156f4059e049bc651005b3d1cd480777 100644 --- a/lib/private/security/securerandom.php +++ b/lib/private/security/securerandom.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/security/trusteddomainhelper.php b/lib/private/security/trusteddomainhelper.php index c1a397dd52dcc6a2cdba357cee460e07bd173d34..885ceee23c34b025a0b6af3a8a10bf36325da828 100644 --- a/lib/private/security/trusteddomainhelper.php +++ b/lib/private/security/trusteddomainhelper.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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 414f59af6124e1d14bf776224e0933046fc5230d..fe71b748e083faf8f8eb474bb139965948943608 100644 --- a/lib/private/server.php +++ b/lib/private/server.php @@ -12,14 +12,14 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Sander * @author Thomas Müller * @author Thomas Tanghus * @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/private/servercontainer.php b/lib/private/servercontainer.php index 385700957a1dea6c874d430e7771667f7241df4d..d297c9fd39c69abe48ba32d803d2c8aff3753856 100644 --- a/lib/private/servercontainer.php +++ b/lib/private/servercontainer.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/servernotavailableexception.php b/lib/private/servernotavailableexception.php index b273f50be9850891e838fc28845142a43f87e2b6..f4b5f4f8cf3cd57d2e2d8f339bc98717e0c46ab9 100644 --- a/lib/private/servernotavailableexception.php +++ b/lib/private/servernotavailableexception.php @@ -2,7 +2,7 @@ /** * @author Morris Jobke * - * @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/serviceunavailableexception.php b/lib/private/serviceunavailableexception.php index 2c08f37897c31b4673d831a1f1a36110fe56e406..fb4920b3607289065ba4f346ab82db8a3a68ead7 100644 --- a/lib/private/serviceunavailableexception.php +++ b/lib/private/serviceunavailableexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/session/cryptosessiondata.php b/lib/private/session/cryptosessiondata.php index b600874412b3629a7c104ef2dbf45fd4dec5ec09..f6c585c161133a4b8c22e2d55a33bbe497c925d3 100644 --- a/lib/private/session/cryptosessiondata.php +++ b/lib/private/session/cryptosessiondata.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Lukas Reschke * - * @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/session/cryptowrapper.php b/lib/private/session/cryptowrapper.php index 4875788530ae82b84675d514ba14bcf274b328bc..f1819b31b897de1fd62df4010ac7ab3b6319d958 100644 --- a/lib/private/session/cryptowrapper.php +++ b/lib/private/session/cryptowrapper.php @@ -3,8 +3,9 @@ * @author Joas Schilling * @author Lukas Reschke * @author Phil Davis + * @author Roeland Jago Douma * - * @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/session/internal.php b/lib/private/session/internal.php index 8be3356c6db420b7acf105d6a5adbb28fc033b0e..09175bf1f2fa7ac1d37d678af9d5294fde32bf5f 100644 --- a/lib/private/session/internal.php +++ b/lib/private/session/internal.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/lib/private/session/memory.php b/lib/private/session/memory.php index c609008745704330be9d3b0412b826cf981f6be7..777458a9aa5555dd81bdd5d420e816bd47a00952 100644 --- a/lib/private/session/memory.php +++ b/lib/private/session/memory.php @@ -1,12 +1,13 @@ + * @author Lukas Reschke * @author Morris Jobke * @author Phil Davis * @author Robin Appelman * @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/lib/private/session/session.php b/lib/private/session/session.php index f9a1b5afa0f9a5393a05858720dc9fa6f8cfab99..198d00499567d1082b12baa3c660a71d9eff33b9 100644 --- a/lib/private/session/session.php +++ b/lib/private/session/session.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/lib/private/setup.php b/lib/private/setup.php index d318e5f05751f65ab4032d879ea9beadc25c35d2..7903b94ccde448724ac369ac1af14e42ef76f947 100644 --- a/lib/private/setup.php +++ b/lib/private/setup.php @@ -10,13 +10,15 @@ * @author Joas Schilling * @author Lukas Reschke * @author Martin Mattel + * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author Sean Comeau * @author Serge Martin * @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/private/setup/abstractdatabase.php b/lib/private/setup/abstractdatabase.php index 1ec853c3b02ec303e1dcf891c4737c5079983863..c97302ab252397486e61eb941269fdfcc7c2d723 100644 --- a/lib/private/setup/abstractdatabase.php +++ b/lib/private/setup/abstractdatabase.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @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/lib/private/setup/mysql.php b/lib/private/setup/mysql.php index 63ded13ede7bb3a6389a55c64b1cf264e76f44f0..e6afad6033a5af642419ee3690ddc43cf5739ed2 100644 --- a/lib/private/setup/mysql.php +++ b/lib/private/setup/mysql.php @@ -3,9 +3,10 @@ * @author Bart Visscher * @author Joas Schilling * @author Michael Göhler + * @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/lib/private/setup/oci.php b/lib/private/setup/oci.php index d335df850cfbea801b0c397769dccda93cb39b50..3d5aca96c1ff082b190299ca8c21f6cbd3be4d70 100644 --- a/lib/private/setup/oci.php +++ b/lib/private/setup/oci.php @@ -5,10 +5,11 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/setup/postgresql.php b/lib/private/setup/postgresql.php index 850551e794fb00746a94272db10e8bc5cb2e858c..4c17de4b84d13547ae7541b6ca014edbd4f99d24 100644 --- a/lib/private/setup/postgresql.php +++ b/lib/private/setup/postgresql.php @@ -3,9 +3,11 @@ * @author Bart Visscher * @author eduardo * @author Joas Schilling + * @author Morris Jobke + * @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/lib/private/setup/sqlite.php b/lib/private/setup/sqlite.php index ce6005620eb57f11118a838ba6260ef03593f4a8..61bc501fd75a33bbf4428f75f920811fb340ef3e 100644 --- a/lib/private/setup/sqlite.php +++ b/lib/private/setup/sqlite.php @@ -1,8 +1,9 @@ + * @author Morris Jobke * - * @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/share/constants.php b/lib/private/share/constants.php index 695d0c6714c5fd8fa31d27a22db379d1acde5e0c..e2b87d72476e849719d3f131958f89d8a4dff89c 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -4,7 +4,7 @@ * @author Christopher Schäpers * @author Morris Jobke * - * @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/share/helper.php b/lib/private/share/helper.php index 0441647df839106d9f89d2d98251fd7ed6d9e647..1645e4451abd54ad59ca54bf8558e48b973473d9 100644 --- a/lib/private/share/helper.php +++ b/lib/private/share/helper.php @@ -5,11 +5,11 @@ * @author Miguel Prokop * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/private/share/hooks.php b/lib/private/share/hooks.php index 98143124e82116cec5e4dbfb6b99168529b8137a..1fa233916d1b2e45c312caafba2985cc6aeff56a 100644 --- a/lib/private/share/hooks.php +++ b/lib/private/share/hooks.php @@ -2,9 +2,9 @@ /** * @author Björn Schießle * @author Morris Jobke - * @author Robin McCorkell + * @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/share/mailnotifications.php b/lib/private/share/mailnotifications.php index f071c7f3a3c4fe365f77a00dc408d9069da68b3c..5d24b30cbe2e0054120611f45137ab83e17174f8 100644 --- a/lib/private/share/mailnotifications.php +++ b/lib/private/share/mailnotifications.php @@ -4,11 +4,13 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @author scolebrook + * @author Scrutinizer Auto-Fixer * @author Thomas Müller * @author Tom Needham * - * @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/share/searchresultsorter.php b/lib/private/share/searchresultsorter.php index bde2fd0507388f8ecd00539f7588d30639e5d3f6..c220699103ae8db584be4c5e76b1f155e9ffb864 100644 --- a/lib/private/share/searchresultsorter.php +++ b/lib/private/share/searchresultsorter.php @@ -2,10 +2,10 @@ /** * @author Arthur Schiwon * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/share/share.php b/lib/private/share/share.php index 960ed539847da4ac9bcb0c25f361df9d104fe7b5..c695e9a156bf4ab84b3e739ce7e7578163a8818c 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -11,14 +11,14 @@ * @author Michael Kuhn * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Sebastian Döll * @author Thomas Müller * @author Vincent Petry * @author Volkan Gezer * - * @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/share20/defaultshareprovider.php b/lib/private/share20/defaultshareprovider.php index a71556449207809031978cdde044b9efa3f03ba0..adeaf2c44c9d46eb71044c6888afbc666bcd35d6 100644 --- a/lib/private/share20/defaultshareprovider.php +++ b/lib/private/share20/defaultshareprovider.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/exception/backenderror.php b/lib/private/share20/exception/backenderror.php index 2d66153317196630c9f2da0719bcb0b090ee883e..f15dea4a243c8e8f5db427c1e31c7e0383473381 100644 --- a/lib/private/share20/exception/backenderror.php +++ b/lib/private/share20/exception/backenderror.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/exception/sharenotfound.php b/lib/private/share20/exception/sharenotfound.php index 0e18a96be68788d7dc578c441937a5c225f25258..b59f185939ace278ecf52472b00b4cc97d9967c2 100644 --- a/lib/private/share20/exception/sharenotfound.php +++ b/lib/private/share20/exception/sharenotfound.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/ishare.php b/lib/private/share20/ishare.php index a149c578fb25f379f0286e0d9a105e625260c068..53cfe76916df4a41c260e3561cb65922f3e8d9a2 100644 --- a/lib/private/share20/ishare.php +++ b/lib/private/share20/ishare.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/ishareprovider.php b/lib/private/share20/ishareprovider.php index 97a2b728d5f3a2bf0031b74579ece2760248c5a1..ad3c22f43e34ea8dbe083fce227a80907b5da4ea 100644 --- a/lib/private/share20/ishareprovider.php +++ b/lib/private/share20/ishareprovider.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/manager.php b/lib/private/share20/manager.php index 8d753061c0cddf64cf85f3da0b3d00541238a756..11faf017f39abbecb137bd6f071e6d085f393a84 100644 --- a/lib/private/share20/manager.php +++ b/lib/private/share20/manager.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/share20/share.php b/lib/private/share20/share.php index 4827000eefaa5f6379ce21387e73e73c4f7e1052..2cd685b79638274dcaee0e1ef0117cdba8e66305 100644 --- a/lib/private/share20/share.php +++ b/lib/private/share20/share.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/streamer.php b/lib/private/streamer.php index aa819c560a1736c36e621eaf18ab0dcd0eedfafd..5fffa7ac3688d998d79b88a9ccbc2502bf96c40c 100644 --- a/lib/private/streamer.php +++ b/lib/private/streamer.php @@ -4,7 +4,7 @@ * @author Thomas Müller * @author Victor Dubiniuk * - * @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/subadmin.php b/lib/private/subadmin.php index c96275e3b87eecfef9b7ac884f59081ac9f5b83d..34dd40c22ff3bef1a71d394f99297d0103189909 100644 --- a/lib/private/subadmin.php +++ b/lib/private/subadmin.php @@ -1,13 +1,13 @@ * @author Bart Visscher * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke * @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/lib/private/systemconfig.php b/lib/private/systemconfig.php index fb8c18123d72400143c0e7178a75a65181781a46..9f99216fa4e53e0d92549b2f72f8f0699407a255 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * - * @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/systemtag/systemtag.php b/lib/private/systemtag/systemtag.php index 8f4f7090b21d74a91e4327ac9158d1146b5f502f..559b6fdefa8a6331193949d7c4fb262298790fb0 100644 --- a/lib/private/systemtag/systemtag.php +++ b/lib/private/systemtag/systemtag.php @@ -1,8 +1,9 @@ * @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/private/systemtag/systemtagmanager.php b/lib/private/systemtag/systemtagmanager.php index 7f239dc84cf5a20e905f870f56c152ac2bfb3e88..733336f4de92a98afbf1d68583760ef734b33e86 100644 --- a/lib/private/systemtag/systemtagmanager.php +++ b/lib/private/systemtag/systemtagmanager.php @@ -1,8 +1,9 @@ * @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/private/systemtag/systemtagobjectmapper.php b/lib/private/systemtag/systemtagobjectmapper.php index 988fa66d77eb0b83cc36d97545c8d38e4ef421c5..4b50539f1557e82b646d50a6363318abb7750732 100644 --- a/lib/private/systemtag/systemtagobjectmapper.php +++ b/lib/private/systemtag/systemtagobjectmapper.php @@ -1,8 +1,9 @@ * @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/private/tagging/tag.php b/lib/private/tagging/tag.php index 4531cae53a79d44baf43bead3da0f225fad44cd6..e35ac433e00d3e8655ba7d31d2dc9885b7c8c14a 100644 --- a/lib/private/tagging/tag.php +++ b/lib/private/tagging/tag.php @@ -3,7 +3,7 @@ * @author Bernhard Reiter * @author Morris Jobke * - * @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/tagging/tagmapper.php b/lib/private/tagging/tagmapper.php index 38ea735b102cc1fb618cc4f30578590b4c39a170..364dbc99b4d27606602c2a55e1b8c27cd7137ccb 100644 --- a/lib/private/tagging/tagmapper.php +++ b/lib/private/tagging/tagmapper.php @@ -4,7 +4,7 @@ * @author Bernhard Reiter * @author Morris Jobke * - * @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/tagmanager.php b/lib/private/tagmanager.php index 5e72eb41d1635c6d4356242565ad441fe97957d0..a9e1cdfe0760f4078711476f01d2e749c59ac446 100644 --- a/lib/private/tagmanager.php +++ b/lib/private/tagmanager.php @@ -5,7 +5,7 @@ * @author Thomas Tanghus * @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/private/tags.php b/lib/private/tags.php index c621aa3cf8ffeb9ef5e78988243780ec64f5650a..ea5e2ca2f2b9b43f45bebfa38971c94c5741ea50 100644 --- a/lib/private/tags.php +++ b/lib/private/tags.php @@ -6,12 +6,12 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus * @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/private/template.php b/lib/private/template.php index b1655061a2803b8338b5a8a681b3b743149945e6..717f91a7034f11a343ffd93c62a33d100916f31f 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -4,19 +4,20 @@ * @author Bart Visscher * @author Björn Schießle * @author Brice Maron - * @author drarko * @author Frank Karlitschek + * @author Hendrik Leppelsack * @author Individual IT Services * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke + * @author Raghu Nayyar * @author Robin Appelman * @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/private/template/base.php b/lib/private/template/base.php index a18c43bb2ca42d8ec66e8bebbf672fb067b75b1a..944747197b70a324a4254190d3d0b8c5d4d43201 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Scrutinizer Auto-Fixer * - * @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/template/cssresourcelocator.php b/lib/private/template/cssresourcelocator.php index a78b0223389a0d5683061c574c66806bad54ddca..6a547931ee3625ed12d3a1daae39dca372a1ff3e 100644 --- a/lib/private/template/cssresourcelocator.php +++ b/lib/private/template/cssresourcelocator.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/private/template/functions.php b/lib/private/template/functions.php index 982ecde5850ec18b6bf64fc5d5e7bf48ed0bf0e1..5c8cb72c126fa8b6381e41545a870c1990685b58 100644 --- a/lib/private/template/functions.php +++ b/lib/private/template/functions.php @@ -7,11 +7,12 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/private/template/jsresourcelocator.php b/lib/private/template/jsresourcelocator.php index c0127a0f278947ba1ccdc97e375001fc2ef9d343..4df1ac8c7f01ec833f1bc192aa91ec58c6854321 100644 --- a/lib/private/template/jsresourcelocator.php +++ b/lib/private/template/jsresourcelocator.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/private/template/resourcelocator.php b/lib/private/template/resourcelocator.php index 136a40e4defbeff5dd6a9f92d251e0a491fad3e8..e64fce81afc8631ef8f2a863b019511f1b416dd0 100644 --- a/lib/private/template/resourcelocator.php +++ b/lib/private/template/resourcelocator.php @@ -4,9 +4,9 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @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/template/resourcenotfoundexception.php b/lib/private/template/resourcenotfoundexception.php index 22f8bcea0596d9dbb8932f0162b1a9fc9f718884..8c7f1f14175388b006d02b44d45ad069198c1c33 100644 --- a/lib/private/template/resourcenotfoundexception.php +++ b/lib/private/template/resourcenotfoundexception.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/template/templatefilelocator.php b/lib/private/template/templatefilelocator.php index 1fa13aed188414d4f18ce2ec092805e4c83c405b..f85531569149500579622708ffe13bb012909595 100644 --- a/lib/private/template/templatefilelocator.php +++ b/lib/private/template/templatefilelocator.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/private/templatelayout.php b/lib/private/templatelayout.php index c29e712cccfeca853070d31fb3a1c292f08c70c3..e14b070a7b46b4b2438e40f726e3cbef4e65a9a5 100644 --- a/lib/private/templatelayout.php +++ b/lib/private/templatelayout.php @@ -2,7 +2,6 @@ /** * @author Adam Williamson * @author Bart Visscher - * @author Bernhard Posselt * @author Christopher Schäpers * @author Clark Tomlinson * @author Joas Schilling @@ -12,11 +11,12 @@ * @author Morris Jobke * @author Remco Brenninkmeijer * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk * - * @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/tempmanager.php b/lib/private/tempmanager.php index c4fa9231eb6d6bdb867ee839d3012582e8af79c3..378da91e2266a542d86cd76994cc8b12ce0aa8ce 100644 --- a/lib/private/tempmanager.php +++ b/lib/private/tempmanager.php @@ -5,9 +5,9 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman - * @author Robin McCorkell + * @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/updater.php b/lib/private/updater.php index 9ec72bab2f94203d4c2881a981c1b1535b36df06..f3fa7de41ef419f8f587161cf9f13d42a3815408 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -8,13 +8,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Steffen Lindner * @author Thomas Müller * @author Victor Dubiniuk * @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/private/urlgenerator.php b/lib/private/urlgenerator.php index 94de8ed8f6ee76f94115f0c58b60be13d7a2877d..327c0c32dfe4fdf987e8fb86dbc8bb88dfec80ac 100644 --- a/lib/private/urlgenerator.php +++ b/lib/private/urlgenerator.php @@ -6,11 +6,11 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Thomas Tanghus * - * @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/user.php b/lib/private/user.php index 9595ec5f12342b31693e46a49342a5408486f221..7f42374e2e3470d93458abbdb5119352459dce96 100644 --- a/lib/private/user.php +++ b/lib/private/user.php @@ -3,26 +3,24 @@ * @author Aldo "xoen" Giambelluca * @author Andreas Fischer * @author Arthur Schiwon - * @author Bart Visscher * @author Bartek Przybylski + * @author Bart Visscher * @author Björn Schießle - * @author Dominik Schmidt * @author Florian Preinstorfer * @author Georg Ehrke * @author Jakob Sack - * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author shkdee * @author Thomas Müller * @author Tom Needham - * @author Victor Dubiniuk * - * @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/user/backend.php b/lib/private/user/backend.php index cda91398a8401c0f4e7fb0aefd0be662388fc1e6..075ff9e6e24b4fc255ae378ac4e492de5c4ca1b1 100644 --- a/lib/private/user/backend.php +++ b/lib/private/user/backend.php @@ -16,7 +16,7 @@ * @author Thomas Müller * @author Tigran Mkrtchyan * - * @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/user/database.php b/lib/private/user/database.php index 5bee509e8bded3c2332955070b42398ba397d3c9..22a05090b96eab971c910f2977b2ebd620510403 100644 --- a/lib/private/user/database.php +++ b/lib/private/user/database.php @@ -15,11 +15,11 @@ * @author Morris Jobke * @author nishiki * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk * - * @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/user/interface.php b/lib/private/user/interface.php index 0b36340c4f9f7613d382c4c51398333f349af621..c935a92820bc6714d8eafd676a65f4027dcc551d 100644 --- a/lib/private/user/interface.php +++ b/lib/private/user/interface.php @@ -5,10 +5,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/user/loginexception.php b/lib/private/user/loginexception.php index fcaa4d797a81d6525dc531e945e89712515e5685..84426f7f5da168478067bd4bc79d1cc18008edc5 100644 --- a/lib/private/user/loginexception.php +++ b/lib/private/user/loginexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/user/manager.php b/lib/private/user/manager.php index 2cb866d00564f65d8520e709b74c00f00bcfc10b..2aafe98cef2b7e22210431d9a15e92d1c31b4f39 100644 --- a/lib/private/user/manager.php +++ b/lib/private/user/manager.php @@ -7,10 +7,11 @@ * @author Morris Jobke * @author RealRancor * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Thomas Müller * @author Volkan Gezer * - * @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/user/nouserexception.php b/lib/private/user/nouserexception.php index 09874887469ac9d5a84d5e1352c9ea3c2aa06877..afd5c729fcf06624c28b4fd5f43c910a27e05c6a 100644 --- a/lib/private/user/nouserexception.php +++ b/lib/private/user/nouserexception.php @@ -2,7 +2,7 @@ /** * @author Jörn Friedrich Dreyer * - * @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/user/session.php b/lib/private/user/session.php index 7030f3ddbc950fbc95e34dd6ba5ea61fd9a7139c..5402c5cf74f04a42b824b5cba996fe6df3a91120 100644 --- a/lib/private/user/session.php +++ b/lib/private/user/session.php @@ -7,11 +7,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @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/private/user/user.php b/lib/private/user/user.php index 6c89dd06f77ae61fdef449c5d54a2e88388a541c..c6c608703eb2c17899d04e87a47aa84e655ed3b6 100644 --- a/lib/private/user/user.php +++ b/lib/private/user/user.php @@ -7,10 +7,10 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/private/util.php b/lib/private/util.php index ff28f7823826bb54e11a48710e51bfc67657c018..5ae5c452d6b30faadc4b454e06e511bb20bc59d6 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -1,6 +1,7 @@ + * @author Andreas Böhler * @author Andreas Fischer * @author Arthur Schiwon * @author Bart Visscher @@ -28,7 +29,8 @@ * @author Michael Göhler * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Scrutinizer Auto-Fixer * @author Stefan Rado * @author Thomas Müller @@ -38,7 +40,7 @@ * @author Vincent Petry * @author Volkan Gezer * - * @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/activity/iconsumer.php b/lib/public/activity/iconsumer.php index 796bf1d8884236bdce88b2038da9744bc7e48069..fc536fd0a5640d5cb4a1973d950efaae00847128 100644 --- a/lib/public/activity/iconsumer.php +++ b/lib/public/activity/iconsumer.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/public/activity/ievent.php b/lib/public/activity/ievent.php index 184c7ae503f55a37a7accb6ded5ba50ec9fe3dbc..9b6df9126b22e7a25bd2b1542367dced3399f2ab 100644 --- a/lib/public/activity/ievent.php +++ b/lib/public/activity/ievent.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/activity/iextension.php b/lib/public/activity/iextension.php index 5d9fe3329eff678a25e24c1eeb73ae42986c8e6e..b76cdc7af29b6c86a1efc0e27c5402105171fdf2 100644 --- a/lib/public/activity/iextension.php +++ b/lib/public/activity/iextension.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/activity/imanager.php b/lib/public/activity/imanager.php index 280babb7fa9840f54d15fa9d332ed6fc53707e3d..b79ec115450ed0425ef0d6ca02fb6ddef5fe655b 100644 --- a/lib/public/activity/imanager.php +++ b/lib/public/activity/imanager.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/api.php b/lib/public/api.php index a99a3af1c1d467cf25058274e0449dd1d9e1c064..4d68bef6f29d8ddf830d3852a39ddf3b2dea5d59 100644 --- a/lib/public/api.php +++ b/lib/public/api.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @author Tom Needham * - * @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/app.php b/lib/public/app.php index c75a69f0c3dc9c7f946e548c83298a1ef70f1e33..e25f025d12dfeed946a06b368a2ccba0ec577e81 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -6,10 +6,10 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/app/iappmanager.php b/lib/public/app/iappmanager.php index 09b6bd3f2b9d65dd11192c03127ed0459f99d494..0e1e0dfbebd7ee75722da0750ada9d9c00317887 100644 --- a/lib/public/app/iappmanager.php +++ b/lib/public/app/iappmanager.php @@ -3,8 +3,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/lib/public/appframework/apicontroller.php b/lib/public/appframework/apicontroller.php index 90eea47d73037741e6de8c4c7500b34496f38d8a..64e07539de42b792e8f8dfe7dc976880eca716f9 100644 --- a/lib/public/appframework/apicontroller.php +++ b/lib/public/appframework/apicontroller.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/app.php b/lib/public/appframework/app.php index bf4e14961f5aa8465598cc5de9960df981139d73..09297d91ee819b7dda6e0b937bb195bdbe95afae 100644 --- a/lib/public/appframework/app.php +++ b/lib/public/appframework/app.php @@ -6,7 +6,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/controller.php b/lib/public/appframework/controller.php index 6e2ceff93e8a1358a8fcda79e87632fc7c0684c7..973c9044684a1b01a0934c729ad056a83057719e 100644 --- a/lib/public/appframework/controller.php +++ b/lib/public/appframework/controller.php @@ -8,7 +8,7 @@ * @author Thomas Tanghus * @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/appframework/db/doesnotexistexception.php b/lib/public/appframework/db/doesnotexistexception.php index 2cefa0fe827f4f4ec5d4c8a0b1599ae0e838ade5..9682a08d3cff368257fab010f6607c2b10fd0fea 100644 --- a/lib/public/appframework/db/doesnotexistexception.php +++ b/lib/public/appframework/db/doesnotexistexception.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/db/entity.php b/lib/public/appframework/db/entity.php index f7beebef154f68df68049f3615d5514c448d9021..d7db4d3c5a775b730e463eef22b0aef8f6a181e3 100644 --- a/lib/public/appframework/db/entity.php +++ b/lib/public/appframework/db/entity.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/db/mapper.php b/lib/public/appframework/db/mapper.php index 2b99c99b71e548a88912f67e36aaf0df70ee66cd..065a9f01ea17c21347fe045c49361844811593cf 100644 --- a/lib/public/appframework/db/mapper.php +++ b/lib/public/appframework/db/mapper.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/appframework/db/multipleobjectsreturnedexception.php b/lib/public/appframework/db/multipleobjectsreturnedexception.php index 988bf6bb03382a558fdf9c9aa49752ddfe193374..b9207051826bad79c50e3a3340898b1b71f8d360 100644 --- a/lib/public/appframework/db/multipleobjectsreturnedexception.php +++ b/lib/public/appframework/db/multipleobjectsreturnedexception.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/http.php b/lib/public/appframework/http.php index 65b62ffd15a7613cbb1d5e4a3302368a96864209..e0108146db736ba190cf82039d051f8d08672ee3 100644 --- a/lib/public/appframework/http.php +++ b/lib/public/appframework/http.php @@ -4,7 +4,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http/contentsecuritypolicy.php b/lib/public/appframework/http/contentsecuritypolicy.php index 5371d76ff2227a55d48ee42a3fa3384740751f45..35da4f05e801bb4ff66b7776b9ad4078e09f781a 100644 --- a/lib/public/appframework/http/contentsecuritypolicy.php +++ b/lib/public/appframework/http/contentsecuritypolicy.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author sualko * - * @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/appframework/http/datadisplayresponse.php b/lib/public/appframework/http/datadisplayresponse.php index 2691091347aa9c8eb4e2db5709d4850c1dcf135d..4209c86a059b4cc5d890e12ce32e6edf185f7a14 100644 --- a/lib/public/appframework/http/datadisplayresponse.php +++ b/lib/public/appframework/http/datadisplayresponse.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * - * @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/appframework/http/datadownloadresponse.php b/lib/public/appframework/http/datadownloadresponse.php index 612386f980167fa27ee5d2549710d2ec8b89efb9..55ef4e6c82ccd1c37211cbf0302e209881d48d93 100644 --- a/lib/public/appframework/http/datadownloadresponse.php +++ b/lib/public/appframework/http/datadownloadresponse.php @@ -3,7 +3,7 @@ * @author Georg Ehrke * @author Morris Jobke * - * @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/appframework/http/dataresponse.php b/lib/public/appframework/http/dataresponse.php index 555faa6ea1a29d1938b1ad22c87ddb197f40a912..3ec4e2bdc32f2cb807294b6d67c867fc8466bc32 100644 --- a/lib/public/appframework/http/dataresponse.php +++ b/lib/public/appframework/http/dataresponse.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/http/downloadresponse.php b/lib/public/appframework/http/downloadresponse.php index 0b9a8bcc6d8ca22253ed393beedcb508bf5265c6..af0d76951caf9ee8e45710eb1fe2a0aa25c9a376 100644 --- a/lib/public/appframework/http/downloadresponse.php +++ b/lib/public/appframework/http/downloadresponse.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/public/appframework/http/icallbackresponse.php b/lib/public/appframework/http/icallbackresponse.php index aa238cbcac959b0d74e25b5c2a3d9291f69a3ca2..97de484e91784b69d3b14f529d77a3b6e37aa472 100644 --- a/lib/public/appframework/http/icallbackresponse.php +++ b/lib/public/appframework/http/icallbackresponse.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appframework/http/ioutput.php b/lib/public/appframework/http/ioutput.php index 9a4047fe30c722dd3bd7c24bbc252effe255e83a..f4ebc304bde3cf853c6e0930ad0ddd464ae024ba 100644 --- a/lib/public/appframework/http/ioutput.php +++ b/lib/public/appframework/http/ioutput.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appframework/http/jsonresponse.php b/lib/public/appframework/http/jsonresponse.php index 306c70327b1b1e7dea1ef3af22329afdc197a8cd..89433fd23e5ee36d71276ecb2d15ecffda9f0f85 100644 --- a/lib/public/appframework/http/jsonresponse.php +++ b/lib/public/appframework/http/jsonresponse.php @@ -6,7 +6,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http/notfoundresponse.php b/lib/public/appframework/http/notfoundresponse.php index 968df6c310c5ba2a5ae6c244ee285e2d7dbdb9e7..8dcebd7cceb7a48e9cdf5c0c37c67d83b7be6c63 100644 --- a/lib/public/appframework/http/notfoundresponse.php +++ b/lib/public/appframework/http/notfoundresponse.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appframework/http/ocsresponse.php b/lib/public/appframework/http/ocsresponse.php index f26d219e5818943d59849c10ea2847304ac804c1..da9de712c0ab7715958fe17d6539dca866726a7e 100644 --- a/lib/public/appframework/http/ocsresponse.php +++ b/lib/public/appframework/http/ocsresponse.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/public/appframework/http/redirectresponse.php b/lib/public/appframework/http/redirectresponse.php index 41a2e48035ec605a75e72b02cc7018f61b5c0c9c..7208012295fed4ce480bbbb3a3fe651ec3723e55 100644 --- a/lib/public/appframework/http/redirectresponse.php +++ b/lib/public/appframework/http/redirectresponse.php @@ -5,7 +5,7 @@ * @author Scrutinizer Auto-Fixer * @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/lib/public/appframework/http/response.php b/lib/public/appframework/http/response.php index f6c9460ff156d1fccefd084818cbb6e889d25508..253d58b86ff73d624ba8ccb5890c31e14724d462 100644 --- a/lib/public/appframework/http/response.php +++ b/lib/public/appframework/http/response.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/http/streamresponse.php b/lib/public/appframework/http/streamresponse.php index b2e0df3a75f1d4cf416e739d12c8c99e56c0f2b9..e9157f9ddb2d7f7a65df7220a17568755dd44175 100644 --- a/lib/public/appframework/http/streamresponse.php +++ b/lib/public/appframework/http/streamresponse.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/appframework/http/templateresponse.php b/lib/public/appframework/http/templateresponse.php index 961903a8eab1316f4964e5e0ce0be727116ecb96..7774d881e4d75e0f51965d7b4e39f2f73bbbf1b8 100644 --- a/lib/public/appframework/http/templateresponse.php +++ b/lib/public/appframework/http/templateresponse.php @@ -5,7 +5,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/iapi.php b/lib/public/appframework/iapi.php index 7d1d230a77f58d9b0d9d36cc3e204f1690474259..666143288733266743ddbc16552c69904388ebf6 100644 --- a/lib/public/appframework/iapi.php +++ b/lib/public/appframework/iapi.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/appframework/iappcontainer.php b/lib/public/appframework/iappcontainer.php index 1cc0daf68adf583cec29f4655dcaf1fb6594127e..905539e735eebc0bf28bb865e84d102765e2a7bd 100644 --- a/lib/public/appframework/iappcontainer.php +++ b/lib/public/appframework/iappcontainer.php @@ -6,7 +6,7 @@ * @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/lib/public/appframework/middleware.php b/lib/public/appframework/middleware.php index 6c75a2dfc74239f4ccc082ac7a7e65b13c934a46..a39e26a2aa0fb8931ac0e1501e32162c34793141 100644 --- a/lib/public/appframework/middleware.php +++ b/lib/public/appframework/middleware.php @@ -4,7 +4,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/appframework/ocscontroller.php b/lib/public/appframework/ocscontroller.php index 8b04d65d8c37b507834865f16d19cff544cb85ca..b0e77c5d1ec0546d8f408e57f219e471b724cbfc 100644 --- a/lib/public/appframework/ocscontroller.php +++ b/lib/public/appframework/ocscontroller.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/public/appframework/queryexception.php b/lib/public/appframework/queryexception.php index c8cd0cfe9fbd3e17cfb757a29e69d850c7acffda..62ab77dd83917ff91c9ab8fc2b3a385a028d0c14 100644 --- a/lib/public/appframework/queryexception.php +++ b/lib/public/appframework/queryexception.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/appframework/utility/icontrollermethodreflector.php b/lib/public/appframework/utility/icontrollermethodreflector.php index a3b57cf6936b6ee9e845413087d51230f69a91ac..b2f91fdb17027528b0caf291cf044ef091af97e9 100644 --- a/lib/public/appframework/utility/icontrollermethodreflector.php +++ b/lib/public/appframework/utility/icontrollermethodreflector.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @author Olivier Paroz * - * @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/appframework/utility/itimefactory.php b/lib/public/appframework/utility/itimefactory.php index 6fe2fab2557d8d70093181d5c817b845364e8a3f..a3333dd19496c1b3e15897ca7ccd6f06769c0955 100644 --- a/lib/public/appframework/utility/itimefactory.php +++ b/lib/public/appframework/utility/itimefactory.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/authentication/iapachebackend.php b/lib/public/authentication/iapachebackend.php index 51ca57788f3b9975dfffa0806564aedc5fb1ccd2..f1f408cfa6d19ff2f5023b143a06390503d5a0e1 100644 --- a/lib/public/authentication/iapachebackend.php +++ b/lib/public/authentication/iapachebackend.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/autoloadnotallowedexception.php b/lib/public/autoloadnotallowedexception.php index 2e6556c4a7ba6f22434216f4f26a54317ad6887c..f0028b7d49dfd5e228d4e96a1eb63b4046e14fbb 100644 --- a/lib/public/autoloadnotallowedexception.php +++ b/lib/public/autoloadnotallowedexception.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/backgroundjob.php b/lib/public/backgroundjob.php index 42fcf76b8768b615b6b9451a67992775586c1b1f..c8acb7e538b90ae04c1bc94b9947d81ec59656e1 100644 --- a/lib/public/backgroundjob.php +++ b/lib/public/backgroundjob.php @@ -6,10 +6,10 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/backgroundjob/ijob.php b/lib/public/backgroundjob/ijob.php index 8d970dbe781e35374107a4d8ccc9328681f0e3e0..71cdee656365026b0dff7cc8abeec6b5eb55faf5 100644 --- a/lib/public/backgroundjob/ijob.php +++ b/lib/public/backgroundjob/ijob.php @@ -1,10 +1,10 @@ * @author Morris Jobke * @author Robin Appelman - * @author Scrutinizer Auto-Fixer * - * @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/backgroundjob/ijoblist.php b/lib/public/backgroundjob/ijoblist.php index 51431c42a671ae0e458e501e32b83c5f5db2e860..13775457edd9dfbcbf8d04be9b0e4affb065f13e 100644 --- a/lib/public/backgroundjob/ijoblist.php +++ b/lib/public/backgroundjob/ijoblist.php @@ -1,11 +1,11 @@ * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell - * @author Scrutinizer Auto-Fixer + * @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/capabilities/icapability.php b/lib/public/capabilities/icapability.php index b43387aad7ea0da60de7ed48162087e29c150513..0facab6f2559a822e8c2bc7aee6669028f2cb0cc 100644 --- a/lib/public/capabilities/icapability.php +++ b/lib/public/capabilities/icapability.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/command/ibus.php b/lib/public/command/ibus.php index 796862fbcace676832c15be45ad9e1e8e2d34f87..62b6edef4d418dcdae386b01d4671fe4dc8c207e 100644 --- a/lib/public/command/ibus.php +++ b/lib/public/command/ibus.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/command/icommand.php b/lib/public/command/icommand.php index ed152f4c6c3bcb13c39dc8e2fb86ee963330a4cc..e53d52d2fa362a3f301326779a778ca1f5a5158c 100644 --- a/lib/public/command/icommand.php +++ b/lib/public/command/icommand.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/comments/icomment.php b/lib/public/comments/icomment.php index 7924ec8d5f61541dd713e2860ee4848a82e412b9..d97cfe3f1cc2e8ddbc6f68d8f3ce3f7607d36372 100644 --- a/lib/public/comments/icomment.php +++ b/lib/public/comments/icomment.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\Comments; /** diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index 7626ffd6351ce46afc752124be58a8eaea883bb3..b8fb3ca7f5d0b04d2b6d607974a285264b5b94e6 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.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\Comments; /** diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/comments/icommentsmanagerfactory.php index 6718dd39ba068672a87249c7d00a39404b538c3c..03a2b16b310c19d178d6a908fc413e0971e1c690 100644 --- a/lib/public/comments/icommentsmanagerfactory.php +++ b/lib/public/comments/icommentsmanagerfactory.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\Comments; /** diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php index 4e13ef6e444098b1bcb551a90be9a6f642b95f2f..df7a8e41cd9430a5721226822f3162797cde19fe 100644 --- a/lib/public/comments/illegalidchangeexception.php +++ b/lib/public/comments/illegalidchangeexception.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\Comments; /** diff --git a/lib/public/comments/notfoundexception.php b/lib/public/comments/notfoundexception.php index a82e703b79e7aac5ea1972b7d70a5291bf9f8e7b..51f6927346c01812852e54e4ee54e4d67f689fc1 100644 --- a/lib/public/comments/notfoundexception.php +++ b/lib/public/comments/notfoundexception.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\Comments; /** diff --git a/lib/public/config.php b/lib/public/config.php index 86e18de78e12547df436289a5e4c8e0630e64f25..5b5dcb0e78e1e30c27f6a3f638ed6157c8c5bc8b 100644 --- a/lib/public/config.php +++ b/lib/public/config.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @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/lib/public/constants.php b/lib/public/constants.php index 4d44bf24928ccc258ff18a914a498be8baf9da01..518fbcf7ebeb5d1fdf2bca7196ac9459a1f6b48e 100644 --- a/lib/public/constants.php +++ b/lib/public/constants.php @@ -5,7 +5,7 @@ * @author Thomas Tanghus * @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/contacts.php b/lib/public/contacts.php index c66d1ba2ccf2aa5ce232fb2912811f4b61e7861d..590fd9af1bdff3e5e43c28253e6d001673675188 100644 --- a/lib/public/contacts.php +++ b/lib/public/contacts.php @@ -2,10 +2,10 @@ /** * @author Bart Visscher * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/contacts/imanager.php b/lib/public/contacts/imanager.php index 4b7d0f7d40a3745f57df20998adb8f1165b65f15..c6d557eaba723fea200f24d2e458f482e7953dd1 100644 --- a/lib/public/contacts/imanager.php +++ b/lib/public/contacts/imanager.php @@ -3,10 +3,10 @@ * @author Bart Visscher * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/db.php b/lib/public/db.php index 9c5f9424dcb884bcac1f9f3cc917112277876d8c..4706c5e95eead6b492606c5ce6cde53902dc4fc7 100644 --- a/lib/public/db.php +++ b/lib/public/db.php @@ -11,7 +11,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/db/querybuilder/icompositeexpression.php b/lib/public/db/querybuilder/icompositeexpression.php index 439c0ab20a8001b01787a9d1204351e80a0e751f..c47ba1deb1e7f9c33581d73c60de4beb17fb92a9 100644 --- a/lib/public/db/querybuilder/icompositeexpression.php +++ b/lib/public/db/querybuilder/icompositeexpression.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/iexpressionbuilder.php b/lib/public/db/querybuilder/iexpressionbuilder.php index d719f07ebd416abf02611273476f57c0f4eebddf..ae62694fcaf95c783339b3b6d4f783ece5785036 100644 --- a/lib/public/db/querybuilder/iexpressionbuilder.php +++ b/lib/public/db/querybuilder/iexpressionbuilder.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/iliteral.php b/lib/public/db/querybuilder/iliteral.php index a2665e47a7d549831df7c9495046be6ac9db1ce8..ab1cc59229a959b1ffe568246ee28ad33bf5b3ae 100644 --- a/lib/public/db/querybuilder/iliteral.php +++ b/lib/public/db/querybuilder/iliteral.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/db/querybuilder/iparameter.php b/lib/public/db/querybuilder/iparameter.php index ef822a9c97fbf229d9f108d137dc4f0858c8dfee..be141cea9a72e11407d2f65336314c948235549d 100644 --- a/lib/public/db/querybuilder/iparameter.php +++ b/lib/public/db/querybuilder/iparameter.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/db/querybuilder/iquerybuilder.php b/lib/public/db/querybuilder/iquerybuilder.php index dd3ee7da5f5159600b735a2921a49bdb0c81f371..c803f08a888476f6b45c28825e39471d230a70dc 100644 --- a/lib/public/db/querybuilder/iquerybuilder.php +++ b/lib/public/db/querybuilder/iquerybuilder.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/db/querybuilder/iqueryfunction.php b/lib/public/db/querybuilder/iqueryfunction.php index 7051f2f38a3afc014ba4e4ed68e6f2bdda3b6eea..8050bd295e436de058c43914ec381bf8087e1d5b 100644 --- a/lib/public/db/querybuilder/iqueryfunction.php +++ b/lib/public/db/querybuilder/iqueryfunction.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/defaults.php b/lib/public/defaults.php index 723c6ecbb789d23bb19f630d5c5ac40e0df8fa33..58b25d5914a8a1cb6f57163453749ef5b56a7c9e 100644 --- a/lib/public/defaults.php +++ b/lib/public/defaults.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @author scolebrook * - * @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/diagnostics/ievent.php b/lib/public/diagnostics/ievent.php index 733d5e4832c9e92234bc7cc27813ba6a2d2c6df4..a3e42ee137f58c065c69e48ca9917594d1b6bd7f 100644 --- a/lib/public/diagnostics/ievent.php +++ b/lib/public/diagnostics/ievent.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/ieventlogger.php b/lib/public/diagnostics/ieventlogger.php index c9b4653393b8f2e290dce630ca955481cf78c71c..34e521db10cb8bc69cc1e56f01cb7b3612b5a3d0 100644 --- a/lib/public/diagnostics/ieventlogger.php +++ b/lib/public/diagnostics/ieventlogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/iquery.php b/lib/public/diagnostics/iquery.php index 54853f733c9db58c65943b4af4c6b205cd662bc4..3b4d1b4c9651615a4f92b7b9ea5b98867d9773ef 100644 --- a/lib/public/diagnostics/iquery.php +++ b/lib/public/diagnostics/iquery.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/diagnostics/iquerylogger.php b/lib/public/diagnostics/iquerylogger.php index 4a6a0d0704bd41325177a293c0d6b2ce6c182e25..285a85efde1267929e1e11e789d6437e6086662e 100644 --- a/lib/public/diagnostics/iquerylogger.php +++ b/lib/public/diagnostics/iquerylogger.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/encryption/exceptions/genericencryptionexception.php b/lib/public/encryption/exceptions/genericencryptionexception.php index c1041e816427f72b2c58e802231d2d4d8b49f789..c1331689c7fa044a4e6ae5363fb9e52b919d4d16 100644 --- a/lib/public/encryption/exceptions/genericencryptionexception.php +++ b/lib/public/encryption/exceptions/genericencryptionexception.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/lib/public/encryption/iencryptionmodule.php b/lib/public/encryption/iencryptionmodule.php index bb4dfdcdda8925d3a329440b2018c2751a216683..426e4ddecced701b853e0e3073c56437cb1e8b3c 100644 --- a/lib/public/encryption/iencryptionmodule.php +++ b/lib/public/encryption/iencryptionmodule.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/encryption/ifile.php b/lib/public/encryption/ifile.php index 0d1381238f08a1753370503ade43e11868b69da9..9933cb0164e24d5f7b7f046f66f7867e4004694b 100644 --- a/lib/public/encryption/ifile.php +++ b/lib/public/encryption/ifile.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/lib/public/encryption/imanager.php b/lib/public/encryption/imanager.php index c963c19e660afc4affc2661aa997fe32aa9bf46d..b07de0cbb4f6a7d4d3c1a67d758ba55e263cd0dd 100644 --- a/lib/public/encryption/imanager.php +++ b/lib/public/encryption/imanager.php @@ -4,7 +4,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php index e206373c46a8d32d9af7ab7d4d4bc418739659de..cfac4ba58f712765a98a3971de2eb6d9f7f10937 100644 --- a/lib/public/encryption/keys/istorage.php +++ b/lib/public/encryption/keys/istorage.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/files.php b/lib/public/files.php index e3582375f38d7e32ff03e53497d8e6219bb8b62a..f1b8a8551946e8b199e1a6bb3a69cce717072a78 100644 --- a/lib/public/files.php +++ b/lib/public/files.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @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/lib/public/files/alreadyexistsexception.php b/lib/public/files/alreadyexistsexception.php index 2ff231c56f4e9880b3bd866cb46f0276677edc32..243129cb1db28975e1803db5fdf943ef8a7940e1 100644 --- a/lib/public/files/alreadyexistsexception.php +++ b/lib/public/files/alreadyexistsexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/imountprovider.php b/lib/public/files/config/imountprovider.php index 8e21e4c8650b3f6118b05a2dedd24b24da9766f9..d1498fd5f61316abff4cb30b0e8c414485432a3b 100644 --- a/lib/public/files/config/imountprovider.php +++ b/lib/public/files/config/imountprovider.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/imountprovidercollection.php b/lib/public/files/config/imountprovidercollection.php index a458cbf3ce7c1fad8d02c2c3aa124542cbdebc31..43b4bd0ce008e736510e805fd3516cdf8046493f 100644 --- a/lib/public/files/config/imountprovidercollection.php +++ b/lib/public/files/config/imountprovidercollection.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/entitytoolargeexception.php b/lib/public/files/entitytoolargeexception.php index 4dcfa77728be65d1708710783ccc8b768ef1d346..8dabc08f8bbdd48b2cc4c059549bb7f3ec17a992 100644 --- a/lib/public/files/entitytoolargeexception.php +++ b/lib/public/files/entitytoolargeexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/file.php b/lib/public/files/file.php index 839d646edb1a7c10b685c8a9f24ec7e1469275bd..3acf24b9277730b673646d793d14ea2a16205a6d 100644 --- a/lib/public/files/file.php +++ b/lib/public/files/file.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/fileinfo.php b/lib/public/files/fileinfo.php index 1af13302af062d0dd9503277096d266db66cd598..77e37d53ab984bca04b133c5a8760d39fc97c394 100644 --- a/lib/public/files/fileinfo.php +++ b/lib/public/files/fileinfo.php @@ -3,10 +3,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/files/filenametoolongexception.php b/lib/public/files/filenametoolongexception.php index 61cb8a21fb60a52974b502f11f8281f81c0acbf0..68fba4ad516d08b657e11797936b39844f2962d9 100644 --- a/lib/public/files/filenametoolongexception.php +++ b/lib/public/files/filenametoolongexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/folder.php b/lib/public/files/folder.php index 533e490634fcf59db27b327f4b856b203b9f0730..0644ab6203433eea4caf68b9f07e8c40d6f1dc01 100644 --- a/lib/public/files/folder.php +++ b/lib/public/files/folder.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/forbiddenexception.php b/lib/public/files/forbiddenexception.php index 13490c6eae372e571f05b408f6c35386ea9ff288..5a4f03d176d4173390f2610644fe226cff89afa3 100644 --- a/lib/public/files/forbiddenexception.php +++ b/lib/public/files/forbiddenexception.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/ihomestorage.php b/lib/public/files/ihomestorage.php index fc9b03575780fb59ff6dcd3e33b6d2f63dbdbb1f..4101545aafe674e9cd06e0cc48381c9f6aba8886 100644 --- a/lib/public/files/ihomestorage.php +++ b/lib/public/files/ihomestorage.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/imimetypedetector.php b/lib/public/files/imimetypedetector.php index b2b80d4570c70c52073d2f08b3bd1ce3c6ee1807..7d9cd606e69534e58428252d9f230b5c1fc5dbbf 100644 --- a/lib/public/files/imimetypedetector.php +++ b/lib/public/files/imimetypedetector.php @@ -2,7 +2,7 @@ /** * @author Roeland Jago Douma * - * @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/imimetypeloader.php b/lib/public/files/imimetypeloader.php index 1ff8bc1b6c17c2daa9f8b745ff8a3fc6878b2867..57a6d7ba3098906854f6aabb90fd6be6d0ec1a0d 100644 --- a/lib/public/files/imimetypeloader.php +++ b/lib/public/files/imimetypeloader.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/files/invalidcharacterinpathexception.php b/lib/public/files/invalidcharacterinpathexception.php index 52e20dfcb461ca8b9112db0c532f53306b20d73f..8e649b5bb62b238b3604fea5ca3176c27be5196a 100644 --- a/lib/public/files/invalidcharacterinpathexception.php +++ b/lib/public/files/invalidcharacterinpathexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/invalidcontentexception.php b/lib/public/files/invalidcontentexception.php index 6aebf36724155f44810e7da0f92d213e3a5b333f..f25b7fef87fb8d06c94e34a657b046e41b785a31 100644 --- a/lib/public/files/invalidcontentexception.php +++ b/lib/public/files/invalidcontentexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/invalidpathexception.php b/lib/public/files/invalidpathexception.php index e86d58bde7a6025b9778177ac6c84a730292d845..ee21d7432be23ff3d0a5ec7d0dc582802da50e37 100644 --- a/lib/public/files/invalidpathexception.php +++ b/lib/public/files/invalidpathexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/irootfolder.php b/lib/public/files/irootfolder.php index 97dc5a31e74ff40e093dc63f0aa7a1b12a37d9ed..3b6243f7638f6d73ef0f3a69066ffcc12b14bbff 100644 --- a/lib/public/files/irootfolder.php +++ b/lib/public/files/irootfolder.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/locknotacquiredexception.php b/lib/public/files/locknotacquiredexception.php index d078ff34818dbf18861a9472605a93ff140c066b..247c9f5f5cbb836a4503087a2a4877193e9d559d 100644 --- a/lib/public/files/locknotacquiredexception.php +++ b/lib/public/files/locknotacquiredexception.php @@ -4,7 +4,7 @@ * @author Owen Winkler * @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/mount/imountmanager.php b/lib/public/files/mount/imountmanager.php index 9a0362b12fbade30aa7385221b07b2231991236a..9e3002a26d15300af20249b356d34cbe08df0d5d 100644 --- a/lib/public/files/mount/imountmanager.php +++ b/lib/public/files/mount/imountmanager.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/mount/imountpoint.php b/lib/public/files/mount/imountpoint.php index 5452bcdb03af477eb1d5baef0065a8481c381ecd..9ce1396c1d1a911ea8ca73fdafb237a1cd4ab724 100644 --- a/lib/public/files/mount/imountpoint.php +++ b/lib/public/files/mount/imountpoint.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/node.php b/lib/public/files/node.php index aa1115f8c28031584008c1ba5e01ff830246dea7..ee3f0cb041308ea910df76927e8fe3b3754066db 100644 --- a/lib/public/files/node.php +++ b/lib/public/files/node.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/notenoughspaceexception.php b/lib/public/files/notenoughspaceexception.php index a2cc0d6956b45fa66bc059f1d5ec582f8d1f5fa3..4e67ac26700758c41be646f230756339356dece8 100644 --- a/lib/public/files/notenoughspaceexception.php +++ b/lib/public/files/notenoughspaceexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/notfoundexception.php b/lib/public/files/notfoundexception.php index ae93e8d1e6d9bdf879fce4916db1c577366c77ba..10a3dacda44fc7c6b6f6abe4e6f998ed56d116be 100644 --- a/lib/public/files/notfoundexception.php +++ b/lib/public/files/notfoundexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/notpermittedexception.php b/lib/public/files/notpermittedexception.php index ee82ae56e516345a24decc90002f59643a36cd45..3dcbd9e499ba1da23ca1b49262b008d4b58dfcc2 100644 --- a/lib/public/files/notpermittedexception.php +++ b/lib/public/files/notpermittedexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/objectstore/iobjectstore.php b/lib/public/files/objectstore/iobjectstore.php index 5943731849eae2f29c61ad12ff56d80bbd80ff22..78be18fb2e9fcd2a0018ea514a301c7ce4958e16 100644 --- a/lib/public/files/objectstore/iobjectstore.php +++ b/lib/public/files/objectstore/iobjectstore.php @@ -3,7 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/reservedwordexception.php b/lib/public/files/reservedwordexception.php index fc70c6071851724b6a650e2cefafecb4088ac13f..6a560a563feb483abbd78cf2e682213f12413c95 100644 --- a/lib/public/files/reservedwordexception.php +++ b/lib/public/files/reservedwordexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lib/public/files/storage.php b/lib/public/files/storage.php index c42a2d05bc3961fc207f6c734a400a390a68a194..f6f5081abaaee1e042c94eca2c32cebc1e5368d9 100644 --- a/lib/public/files/storage.php +++ b/lib/public/files/storage.php @@ -4,11 +4,11 @@ * @author Michael Roth * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/storage/istoragefactory.php b/lib/public/files/storage/istoragefactory.php index bd9651299cf54daffce901b91f5f985c5300ac12..01a05eeff1227f10f953272f939292a16abf81d4 100644 --- a/lib/public/files/storage/istoragefactory.php +++ b/lib/public/files/storage/istoragefactory.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/storageauthexception.php b/lib/public/files/storageauthexception.php index 6b49065038b37461810023050d3b6796333f1114..35a2907b856abede142804e2f646c48ffe3de3ec 100644 --- a/lib/public/files/storageauthexception.php +++ b/lib/public/files/storageauthexception.php @@ -1,8 +1,8 @@ + * @author Jesús Macias * - * @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/storagebadconfigexception.php b/lib/public/files/storagebadconfigexception.php index d72ad3358e5bb925bc95edae07fbbd1493841752..1c340b18b7c73052bb7a7a5bfad84d96c2549a4d 100644 --- a/lib/public/files/storagebadconfigexception.php +++ b/lib/public/files/storagebadconfigexception.php @@ -1,8 +1,8 @@ + * @author Jesús Macias * - * @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/storageconnectionexception.php b/lib/public/files/storageconnectionexception.php index c17367046e065730b414b318e02956e05b22d607..8938a60265cfbf18458c4e9457650d3f53e0349d 100644 --- a/lib/public/files/storageconnectionexception.php +++ b/lib/public/files/storageconnectionexception.php @@ -1,8 +1,8 @@ + * @author Jesús Macias * - * @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/storageinvalidexception.php b/lib/public/files/storageinvalidexception.php index 11099c2fe03b9d35834862f171873fbde7d30a78..a34ee7ae49ac3a3f871a63c0b30d72306fa6d0ca 100644 --- a/lib/public/files/storageinvalidexception.php +++ b/lib/public/files/storageinvalidexception.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/storagenotavailableexception.php b/lib/public/files/storagenotavailableexception.php index 323f5d9b7f82937afa778f15e2468f12ec6d320f..cb674cd663abcab97578fae260319f926128c78c 100644 --- a/lib/public/files/storagenotavailableexception.php +++ b/lib/public/files/storagenotavailableexception.php @@ -1,9 +1,11 @@ + * @author Jesús Macias * @author Morris Jobke * @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/storagetimeoutexception.php b/lib/public/files/storagetimeoutexception.php index c6682604b6de4878c72408ea54c323b36a3df3e4..ed4d98af89b5d06aa919b2f72a7a2f256b769091 100644 --- a/lib/public/files/storagetimeoutexception.php +++ b/lib/public/files/storagetimeoutexception.php @@ -1,8 +1,8 @@ + * @author Jesús Macias * - * @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/groupinterface.php b/lib/public/groupinterface.php index 16de6bc86633a2f0fd14952321650e7e70a78fe3..dbadbfb0dcb1eec472a34f2d75c9905547c36fd3 100644 --- a/lib/public/groupinterface.php +++ b/lib/public/groupinterface.php @@ -4,7 +4,7 @@ * @author Christopher Schäpers * @author Morris Jobke * - * @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/http/client/iclient.php b/lib/public/http/client/iclient.php index 494ca7d419ec16b9dc4afe8bd405b67884e02f87..85db2a9ad029470416a26da97cd8d08b22d5e386 100644 --- a/lib/public/http/client/iclient.php +++ b/lib/public/http/client/iclient.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/http/client/iclientservice.php b/lib/public/http/client/iclientservice.php index 14dfcc071b8ec22cb57879e737d5a425c192622d..907aa42fd3b4ec345f40e5649216caa1e29eba2a 100644 --- a/lib/public/http/client/iclientservice.php +++ b/lib/public/http/client/iclientservice.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/http/client/iresponse.php b/lib/public/http/client/iresponse.php index 18371ddbbe62aee7ad5e94787bf765c1a781f42e..09189d770148460b9a9b36c6cecf6b672732a700 100644 --- a/lib/public/http/client/iresponse.php +++ b/lib/public/http/client/iresponse.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/iaddressbook.php b/lib/public/iaddressbook.php index f3f60ab22d755cb5e8e3bfc4b4ddbae7fcee6dab..63e7e061448aa0333ae2dd77b00b2c1dc7d3e4da 100644 --- a/lib/public/iaddressbook.php +++ b/lib/public/iaddressbook.php @@ -2,10 +2,10 @@ /** * @author Bart Visscher * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/iappconfig.php b/lib/public/iappconfig.php index d89ffd9194a78a31f4d533bbf0ac39ddb3fdc687..a4bcc970188a52c6f582efbf74a57de7de7ecaf3 100644 --- a/lib/public/iappconfig.php +++ b/lib/public/iappconfig.php @@ -3,10 +3,10 @@ * @author Bart Visscher * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Scrutinizer Auto-Fixer * - * @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/iavatar.php b/lib/public/iavatar.php index 3d92d00b83d0c3343ba7b158f05c20d0523392f9..fc4058ab4f2108e1a799d3a1160336b33b1a0895 100644 --- a/lib/public/iavatar.php +++ b/lib/public/iavatar.php @@ -4,9 +4,10 @@ * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * - * @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/iavatarmanager.php b/lib/public/iavatarmanager.php index 5ad5bf6a364913d74f104e669e230858e865bb9e..264c4fcf05116404bb7e968ef55da529370db89e 100644 --- a/lib/public/iavatarmanager.php +++ b/lib/public/iavatarmanager.php @@ -3,9 +3,9 @@ * @author Arthur Schiwon * @author Christopher Schäpers * @author Morris Jobke - * @author Robin McCorkell + * @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/icache.php b/lib/public/icache.php index d7593a263c8f54c82e4fd45d74e659d1c5b399cc..3319013ddfadc1a61280251079abda3671b56422 100644 --- a/lib/public/icache.php +++ b/lib/public/icache.php @@ -4,7 +4,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/icachefactory.php b/lib/public/icachefactory.php index a030b7fc5bc96a8d9ef1276301ff96cb3ae55750..233a4f5525da23a962c586edf364ee6ab9425255 100644 --- a/lib/public/icachefactory.php +++ b/lib/public/icachefactory.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/icertificate.php b/lib/public/icertificate.php index 73abc030934530893b3a79a29dfcc866b93ebd5a..c3a003fbf0a3cf6b0b148fd7ad84e8074b53a503 100644 --- a/lib/public/icertificate.php +++ b/lib/public/icertificate.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/icertificatemanager.php b/lib/public/icertificatemanager.php index 3872fdd765d0e95fbac76753f879c4b5ad46730b..27eebcf04912d61ec983479e5120acd0f64f261f 100644 --- a/lib/public/icertificatemanager.php +++ b/lib/public/icertificatemanager.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/iconfig.php b/lib/public/iconfig.php index 933eef97ae1c705512912280bd7d87e85030b0c3..8dac390a99c4dd53821fd54fdd52c7104a2cdb46 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @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/lib/public/icontainer.php b/lib/public/icontainer.php index 23c75aeaaf81f9ef16dc394533e0a6417473127f..d23ee5ea3b513481d34f7ade17a5a03415ca0828 100644 --- a/lib/public/icontainer.php +++ b/lib/public/icontainer.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/idatetimeformatter.php b/lib/public/idatetimeformatter.php index 77afd6930ce163333f86dc6eac304385255c7867..e8d357ae50f8ebcc1b8b4af58e30649f6d8d5009 100644 --- a/lib/public/idatetimeformatter.php +++ b/lib/public/idatetimeformatter.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/idatetimezone.php b/lib/public/idatetimezone.php index 2334f1314b5367ede32dcd6593d0a5dfb035be7c..3df705a2413cfa73005145acceccee4e0619bd7e 100644 --- a/lib/public/idatetimezone.php +++ b/lib/public/idatetimezone.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/idb.php b/lib/public/idb.php index f3e7915d9f70c24006b01f4083ebef426cff544a..f21fedd1f54b7acd53a1f2e62a39856bd80d2e51 100644 --- a/lib/public/idb.php +++ b/lib/public/idb.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/idbconnection.php b/lib/public/idbconnection.php index 945ca142163bcc278d7082a1414076fe7b891d66..49856fb78a5b86569e2ee9d6f6fdec8b0f60d1d9 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @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/lib/public/ieventsource.php b/lib/public/ieventsource.php index 176d5677f0a7bb584faa635ebf20c4518fb1a96b..b643d1c9da7d172131fdde75d9c92726071b344e 100644 --- a/lib/public/ieventsource.php +++ b/lib/public/ieventsource.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/igroup.php b/lib/public/igroup.php index b16bb94d43fb477e231925c10dd9e25d31a35f65..02f2ef201fd80d2521cd42783123afcf6660e1bb 100644 --- a/lib/public/igroup.php +++ b/lib/public/igroup.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/igroupmanager.php b/lib/public/igroupmanager.php index da80cfdd374e8a08ae9bf028ee042416032d17b7..5ec780e4471d35db6e0791bb9e81e95c7915a366 100644 --- a/lib/public/igroupmanager.php +++ b/lib/public/igroupmanager.php @@ -5,8 +5,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/lib/public/ihelper.php b/lib/public/ihelper.php index 45a078b6cbce51b4354fab58af77a04d65661c5a..4ad1d5704fd8d29ba05578f5e088e4f37403db8e 100644 --- a/lib/public/ihelper.php +++ b/lib/public/ihelper.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/iimage.php b/lib/public/iimage.php index 38db14db77c9ca36dc05a3af22d6e9895d3878c1..db0ca0f93be14bbaa62317a4a0d1fdd1bc03161f 100644 --- a/lib/public/iimage.php +++ b/lib/public/iimage.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @author Olivier Paroz * - * @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/il10n.php b/lib/public/il10n.php index 67a6c2162deec56a660b6b5c4405e46b7b461966..f1954eeb4b9ac807fd53d343cab1ee1ad94a0e4f 100644 --- a/lib/public/il10n.php +++ b/lib/public/il10n.php @@ -5,9 +5,10 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @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/lib/public/ilogger.php b/lib/public/ilogger.php index 27a5d63dfdbb5263caee81c437b0c46c8f6186fe..368b25ab6936b3263920c2196e92ef68bd1656f2 100644 --- a/lib/public/ilogger.php +++ b/lib/public/ilogger.php @@ -3,7 +3,7 @@ * @author Bernhard Posselt * @author Morris Jobke * - * @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/image.php b/lib/public/image.php index ebcae80f8e84af4c22a538348f87de90b2ecf2e3..4a7ffe8bc9aa6e34b37eff799e1a900a85f589d9 100644 --- a/lib/public/image.php +++ b/lib/public/image.php @@ -4,7 +4,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/imemcache.php b/lib/public/imemcache.php index 01c299030398238721efcbb04c8c673217bae3ce..b5c0cef923dadfb455ea59583bdcff33e49716b6 100644 --- a/lib/public/imemcache.php +++ b/lib/public/imemcache.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/imemcachettl.php b/lib/public/imemcachettl.php index 3c2bfe8ad27c731eabdebbcffcd6d5d04f885e34..f2d03dcdf404efbaa0155e74ef0d2f62beb5ffc9 100644 --- a/lib/public/imemcachettl.php +++ b/lib/public/imemcachettl.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/public/inavigationmanager.php b/lib/public/inavigationmanager.php index fe2a4cfee27467bf3ba84290c2599c7df99e3939..243f6ea3eea792a646f6d3982a8025b5fee90969 100644 --- a/lib/public/inavigationmanager.php +++ b/lib/public/inavigationmanager.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @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/lib/public/ipreview.php b/lib/public/ipreview.php index fc81da976b9cc3c06e39ada84e34ad26b3ba6fee..cfcbebd86397306444ceb1bf0f8d3e1611ab7268 100644 --- a/lib/public/ipreview.php +++ b/lib/public/ipreview.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/lib/public/irequest.php b/lib/public/irequest.php index f5ee2a33b1ae33c712d78943efdc5191fe7924a4..a0040aa464ddfd3746b11d5b9581c5c158331e70 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -7,7 +7,7 @@ * @author Thomas Müller * @author Thomas Tanghus * - * @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/isearch.php b/lib/public/isearch.php index f7a9b5fb55c859b36fd628b0d9260835345356c8..ec6673dabbda1e4ba7566e2974fccbf5e3959568 100644 --- a/lib/public/isearch.php +++ b/lib/public/isearch.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/iservercontainer.php b/lib/public/iservercontainer.php index e706750bb21d5f167cbe20ee1bf0d3c4e7e73125..1976f59f613d42aa159b0178c70a69e4924de112 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -1,5 +1,6 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Björn Schießle @@ -9,12 +10,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus + * @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/isession.php b/lib/public/isession.php index 89a181ad0fdffaf290704deac9b66a9384275d54..25c76906d63fd27f0ac80a348c913fbe6783df97 100644 --- a/lib/public/isession.php +++ b/lib/public/isession.php @@ -1,10 +1,11 @@ * @author Morris Jobke * @author Thomas Müller * @author Thomas Tanghus * - * @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/itagmanager.php b/lib/public/itagmanager.php index 5ed005548d39193c0c270e0b9436fa7268365ea8..e6d67ddd02c7c9d119eb2219ed0882d6dde11d40 100644 --- a/lib/public/itagmanager.php +++ b/lib/public/itagmanager.php @@ -5,7 +5,7 @@ * @author Thomas Tanghus * @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/itags.php b/lib/public/itags.php index 12dbdc1522ac7cdea904341940ccc04dfeb53438..cbc178c37bf4e73e840eb23f0c37a173e14e71c7 100644 --- a/lib/public/itags.php +++ b/lib/public/itags.php @@ -5,7 +5,7 @@ * @author Thomas Tanghus * @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/itempmanager.php b/lib/public/itempmanager.php index 73e21dd0aebf7f605c22644e8deedbbc067a46b6..025e43d8563f41abdaa0cdce3d5e281cec7a0be0 100644 --- a/lib/public/itempmanager.php +++ b/lib/public/itempmanager.php @@ -2,9 +2,9 @@ /** * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/iurlgenerator.php b/lib/public/iurlgenerator.php index 3be27d87fa1c38a68f77e708fbd45f6de43bd7df..a702ca47bfcc8ca08155f0334aa4a7ca0c8243a0 100644 --- a/lib/public/iurlgenerator.php +++ b/lib/public/iurlgenerator.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/lib/public/iuser.php b/lib/public/iuser.php index 67e2b107e0b27e790cff033c1d41028092cd71d2..06921a1ee23ecb3060b2a547e949429bae5207c6 100644 --- a/lib/public/iuser.php +++ b/lib/public/iuser.php @@ -5,7 +5,7 @@ * @author Robin Appelman * @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/lib/public/iuserbackend.php b/lib/public/iuserbackend.php index 2c472596b776d85f06bd206e0e3d621f7355190a..5cd7945dd7a27ed9d0e2e0b90fd0f69dc6260c85 100644 --- a/lib/public/iuserbackend.php +++ b/lib/public/iuserbackend.php @@ -2,7 +2,7 @@ /** * @author Morris Jobke * - * @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/iusermanager.php b/lib/public/iusermanager.php index 3a0abaca7b75bc0c92dfa97225f0ea8ab0310c26..057bd8e89fb75871e777c697b8440f78d7298ea9 100644 --- a/lib/public/iusermanager.php +++ b/lib/public/iusermanager.php @@ -3,8 +3,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @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/lib/public/iusersession.php b/lib/public/iusersession.php index 2dde25634d67b6e1be27472bc56dd9087960f643..2196f2c8ce09f8e8ab303cb7d60ff5edd8549c5f 100644 --- a/lib/public/iusersession.php +++ b/lib/public/iusersession.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @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/json.php b/lib/public/json.php index ddb94dffdbe339f888bebc6ea6b87080c601efeb..fceffa0001e6f4fc088ef0f96988f7579a65cb15 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -8,7 +8,7 @@ * @author Thomas Tanghus * @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/l10n/ifactory.php b/lib/public/l10n/ifactory.php index b784505a68b8d815ddb8412213dc4568fac67a75..fa3f84fa2fd8fb80ca65ec5eab4986b1cc3a3cf2 100644 --- a/lib/public/l10n/ifactory.php +++ b/lib/public/l10n/ifactory.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/lock/ilockingprovider.php b/lib/public/lock/ilockingprovider.php index f1aa795603379c50127876e31c3f8a409002a95b..b4b579bbc7a97606a937f7697e58b658aab03723 100644 --- a/lib/public/lock/ilockingprovider.php +++ b/lib/public/lock/ilockingprovider.php @@ -3,7 +3,7 @@ * @author Morris Jobke * @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/lock/lockedexception.php b/lib/public/lock/lockedexception.php index e70713396187912ba3d990683d87c4ac180f0135..d084046046e4a3873b6b7f0646b64558ab86bead 100644 --- a/lib/public/lock/lockedexception.php +++ b/lib/public/lock/lockedexception.php @@ -4,7 +4,7 @@ * @author Robin Appelman * @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/mail/imailer.php b/lib/public/mail/imailer.php index ac3fe9b0e49a0e44d9af47257b1206b8a2c9b480..61eb895752b1ca6fb4f1d5ccacc3b8eba650722c 100644 --- a/lib/public/mail/imailer.php +++ b/lib/public/mail/imailer.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/preconditionnotmetexception.php b/lib/public/preconditionnotmetexception.php index 6f1b683526df224a4c9a6815cd2c673126212b24..212efc08ded9cfdd76fc937248b0d7858afd165e 100644 --- a/lib/public/preconditionnotmetexception.php +++ b/lib/public/preconditionnotmetexception.php @@ -2,7 +2,7 @@ /** * @author Morris Jobke * - * @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/preview/iprovider.php b/lib/public/preview/iprovider.php index 821cdb32fa3aebc2c154ac48490c490ca2031a24..8231e90f000f89bbc9deff5c679899d99ddf17b8 100644 --- a/lib/public/preview/iprovider.php +++ b/lib/public/preview/iprovider.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/response.php b/lib/public/response.php index 953c797824c45d38dc56dbdcfd6bd2cf4f18f6a9..ff0b4d8463af5751d09d7b151438a54dc5dc4f2d 100644 --- a/lib/public/response.php +++ b/lib/public/response.php @@ -9,7 +9,7 @@ * @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/route/iroute.php b/lib/public/route/iroute.php index 4c9b4ca9b4745a052c1fcc9128e91ff4b84c1407..904cb81b0bd1655344cfdeef2544f7eaa46c66b9 100644 --- a/lib/public/route/iroute.php +++ b/lib/public/route/iroute.php @@ -3,9 +3,9 @@ * @author Bart Visscher * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @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/route/irouter.php b/lib/public/route/irouter.php index 63e7b9b6202a9ad6bac5fdad1a632c085fee29cd..b4573fb39f26e515de217eeec1a5d911bcdc2a00 100644 --- a/lib/public/route/irouter.php +++ b/lib/public/route/irouter.php @@ -2,10 +2,12 @@ /** * @author Bart Visscher * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * - * @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/sabrepluginevent.php b/lib/public/sabrepluginevent.php index 1a64c8ac3edb109ab17f9f22d150f95f9b85b379..b0c8257a4fb80639ea1a92c09bbf53a654ec79a1 100644 --- a/lib/public/sabrepluginevent.php +++ b/lib/public/sabrepluginevent.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/sabrepluginexception.php b/lib/public/sabrepluginexception.php index 5dba3b90a0288ad60740c2aef2dd2c8c331d0f76..2c5a799c4f70e790679554a8c3a8708c1e8c42e5 100644 --- a/lib/public/sabrepluginexception.php +++ b/lib/public/sabrepluginexception.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/search/pagedprovider.php b/lib/public/search/pagedprovider.php index 7452bbd47bb6188458adf7a2150202d818c63a1e..93289a1bde44c0f15abbb72f55cf0cd0a4b1cc3f 100644 --- a/lib/public/search/pagedprovider.php +++ b/lib/public/search/pagedprovider.php @@ -3,7 +3,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/provider.php b/lib/public/search/provider.php index 2f2cd03eb6ac3a80fd5a8c9c2df9aad141d2e26a..9bcbe36ef7a950b88fc726b1a26b027b67659b0d 100644 --- a/lib/public/search/provider.php +++ b/lib/public/search/provider.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/search/result.php b/lib/public/search/result.php index 71c8b021a8e0dfe656ca454242437fd172238a58..e90c261903284fa0369e992d4eb0660a0c3bb09c 100644 --- a/lib/public/search/result.php +++ b/lib/public/search/result.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * - * @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/security/icrypto.php b/lib/public/security/icrypto.php index 167baab823334130cb567e8966a396fd6a43f72d..62f27017ab799cf6674f906cc081d2d35e1eabea 100644 --- a/lib/public/security/icrypto.php +++ b/lib/public/security/icrypto.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/security/ihasher.php b/lib/public/security/ihasher.php index 14229ba99c10ab1ea341d6291558c500a108f1f5..39ba5094b12f0c3eafcc54587fbf5dde7c31475f 100644 --- a/lib/public/security/ihasher.php +++ b/lib/public/security/ihasher.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/security/isecurerandom.php b/lib/public/security/isecurerandom.php index 8315d0f971ad365a7e521d095128a606ba49adf7..9b346afe68001c0e97c61ef6d5d6cf6e7d0a908b 100644 --- a/lib/public/security/isecurerandom.php +++ b/lib/public/security/isecurerandom.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/security/stringutils.php b/lib/public/security/stringutils.php index 7cf12ea2702a911479e38982e24316e5e94faf26..ff1e290315a64c541e554217b9b7e31880dc6ab8 100644 --- a/lib/public/security/stringutils.php +++ b/lib/public/security/stringutils.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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.php b/lib/public/share.php index 86d1ffc9be217767ef72d0e47385a9ac6a1ea382..e21d82bf62c5a622e24e6d7de3c061094c69dd84 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -8,12 +8,12 @@ * @author Michael Gapczynski * @author Michael Kuhn * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke * @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/lib/public/share_backend.php b/lib/public/share_backend.php index 35ed650b1739f0d04368fbf2fb1d312d0ae2b1f5..110403c1f496b9950963e4bb02b8eb0209f91636 100644 --- a/lib/public/share_backend.php +++ b/lib/public/share_backend.php @@ -3,9 +3,9 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @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_backend_collection.php b/lib/public/share_backend_collection.php index 7378fd2a46dca1f8f1bd77d6be2fe0c02939377f..185cf32ce3ead06b3044e1dd16d79deaf58f5bc1 100644 --- a/lib/public/share_backend_collection.php +++ b/lib/public/share_backend_collection.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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_backend_file_dependent.php b/lib/public/share_backend_file_dependent.php index b95e0bd84d2da6c7343528aa02fb5978e3c1a946..64b3bf433199db128f0bfff8f65e189b95a89b36 100644 --- a/lib/public/share_backend_file_dependent.php +++ b/lib/public/share_backend_file_dependent.php @@ -3,7 +3,7 @@ * @author Joas Schilling * @author Morris Jobke * - * @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/systemtag/isystemtag.php b/lib/public/systemtag/isystemtag.php index 26609fd8af72aca09ac507a8f95023f47f759bc6..02d020372937a41711d492527db6d087f721bb3b 100644 --- a/lib/public/systemtag/isystemtag.php +++ b/lib/public/systemtag/isystemtag.php @@ -2,7 +2,7 @@ /** * @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/systemtag/isystemtagmanager.php b/lib/public/systemtag/isystemtagmanager.php index 6e8fed36dce52b0378add426ebff5c2ceb5c18ea..983bfd636ce3800c700be20c8db276730af23843 100644 --- a/lib/public/systemtag/isystemtagmanager.php +++ b/lib/public/systemtag/isystemtagmanager.php @@ -1,8 +1,9 @@ * @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/systemtag/isystemtagobjectmapper.php b/lib/public/systemtag/isystemtagobjectmapper.php index e2ac1fab1241eef00fcc9d7927489482d96c77eb..8db5cdd31aab0d9f4997b06efe1db53dd425f0b8 100644 --- a/lib/public/systemtag/isystemtagobjectmapper.php +++ b/lib/public/systemtag/isystemtagobjectmapper.php @@ -1,8 +1,9 @@ * @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/systemtag/tagalreadyexistsexception.php b/lib/public/systemtag/tagalreadyexistsexception.php index d192b38e7bc5ee059c754b5abbaa17fae8dece0a..5c3d86ad642fa9757ea3a12a58ebdc41434e80af 100644 --- a/lib/public/systemtag/tagalreadyexistsexception.php +++ b/lib/public/systemtag/tagalreadyexistsexception.php @@ -2,7 +2,7 @@ /** * @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/systemtag/tagnotfoundexception.php b/lib/public/systemtag/tagnotfoundexception.php index d0a35eb59e9381ea2b3812ed8f2fb3982c0cff9c..12feda8f58a4627440ef6407c0624d7eb1479a09 100644 --- a/lib/public/systemtag/tagnotfoundexception.php +++ b/lib/public/systemtag/tagnotfoundexception.php @@ -1,8 +1,9 @@ * @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/template.php b/lib/public/template.php index b308240306d1ed0cd7ba6a3ea61d413eb23a0e65..35b2c26b3a0e279cb05cdbd0a6c6dfebef93f408 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -7,11 +7,11 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke - * @author Robin McCorkell + * @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/user.php b/lib/public/user.php index 23f77c0a35f2e586f059fb07f7ba9e47671adf1b..825e77aef6d4da939ad98e0e91aa0468f456923c 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -8,10 +8,10 @@ * @author Jörn Friedrich Dreyer * @author Lorenzo M. Catucci * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @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/lib/public/userinterface.php b/lib/public/userinterface.php index cf91e51981390e6fd5c502317e48da3fe98c8d04..22f8d02c4f1a43bdfb200a0015d84172706e87fe 100644 --- a/lib/public/userinterface.php +++ b/lib/public/userinterface.php @@ -4,7 +4,7 @@ * @author Christopher Schäpers * @author Morris Jobke * - * @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/util.php b/lib/public/util.php index 55bbd01eeaf48591b9d5cf4475ab67affaef3ce6..4762f595c2df796dc85a57eccded42883fd4b313 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -6,7 +6,6 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Individual IT Services - * @author itheiss * @author Jens-Christian Fischer * @author Joas Schilling * @author Lukas Reschke @@ -16,14 +15,15 @@ * @author Pellaeon Lin * @author Randolph Carter * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell + * @author Roeland Jago Douma * @author Stefan Herbrechtsmeier * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk * @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/ocs/providers.php b/ocs/providers.php index f82c20eba63040c3565cb99ca1e7e992708400f9..7a94f65975afd258ef0c6e9c0ea8e1cd9b3c1b84 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -3,10 +3,9 @@ * @author Frank Karlitschek * @author Lukas Reschke * @author Morris Jobke - * @author Stefan Herbrechtsmeier * @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/ocs/routes.php b/ocs/routes.php index 4aaa1434b8b8d6d3d81e850dd13a2549fb28a83f..b99aa5c75976a9794b1c89edfea47f92f5ad361a 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -4,11 +4,11 @@ * @author Christopher Schäpers * @author Joas Schilling * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Tom Needham * - * @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/ocs/v1.php b/ocs/v1.php index 0aaa5d228da0047b0087ffaa25fb158d71e72d2d..4371b0b604ab3451968d5826f5905ff6bd8d0a95 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -8,7 +8,7 @@ * @author Tom Needham * @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/ocs/v2.php b/ocs/v2.php index b2e3b25972759192d11db456df45e6c69d557936..a9fffe529b0b35b8fcd1d9350a5a566b95da4702 100644 --- a/ocs/v2.php +++ b/ocs/v2.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/public.php b/public.php index aac3c3e517b041e85d7376e9333e2a488925180a..65257f1a46ed0641344601f15a09124d089a300c 100644 --- a/public.php +++ b/public.php @@ -8,7 +8,7 @@ * @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/remote.php b/remote.php index 0282877ca2a73bf83936063d3f96cc77cee86f0f..a145fc4bd84695fccf80ae68244ff73322faff2d 100644 --- a/remote.php +++ b/remote.php @@ -5,11 +5,11 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin Appelman - * @author Robin McCorkell + * @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/settings/admin.php b/settings/admin.php index 112b9d38c90fdfa972bbabbf1775e10f45c7f615..2364fb3aae0bd33a63bcaa504e65fb634958f943 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -1,6 +1,5 @@ * @author Bart Visscher * @author Björn Schießle * @author Frank Karlitschek @@ -13,7 +12,7 @@ * @author Robin Appelman * @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/settings/ajax/disableapp.php b/settings/ajax/disableapp.php index f99969d91a47e1901be6c2ac61fcd1ade4d0ae44..5d86168287bd5f1b5b22f875acf45fa993ce8dc3 100644 --- a/settings/ajax/disableapp.php +++ b/settings/ajax/disableapp.php @@ -4,7 +4,7 @@ * @author Kamil Domanski * @author Lukas Reschke * - * @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/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 581a205d6fffecdfedd31f4da95bb6551a47d369..57b6e919995e3cac23014cbf23df79f3c074bbf5 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @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/settings/ajax/installapp.php b/settings/ajax/installapp.php index d5b1b85ecf43b62ceb8cff3d39a7f02b17645969..96f5ad9d91c889c9563adb98802eeb21d83d162e 100644 --- a/settings/ajax/installapp.php +++ b/settings/ajax/installapp.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @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/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index be410b874eeea4c064f45b693f286209c9f8e0ac..61ec93a79b5ff6b2ef5d3b666d2148920457644e 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -1,9 +1,9 @@ - * @author Robin McCorkell + * @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/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php index 158f73c230a3b8a3fa9793280f91ba4c6eefcf8c..760d2ca5d7d566605a4d647b19092ce2e826c9ff 100644 --- a/settings/ajax/setlanguage.php +++ b/settings/ajax/setlanguage.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/settings/ajax/setquota.php b/settings/ajax/setquota.php index 8e6d44c2d8dab123dfbe253668b4dea4b36cf397..dbdfb98bc8c8345a1cfb96a37dbd9ca699227db5 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @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/settings/ajax/togglegroups.php b/settings/ajax/togglegroups.php index f46fa35654994f074abc78ee68d561c97ebc08b7..8cf51ab707f011a54f77e7a482c445745ce36f30 100644 --- a/settings/ajax/togglegroups.php +++ b/settings/ajax/togglegroups.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @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/settings/ajax/togglesubadmins.php b/settings/ajax/togglesubadmins.php index 6d6bf6d67244f8d6924e45087871afecb22f052e..afeaa1acfa0ad7187872cbe24454eff477e52d1b 100644 --- a/settings/ajax/togglesubadmins.php +++ b/settings/ajax/togglesubadmins.php @@ -3,9 +3,8 @@ * @author Bart Visscher * @author Georg Ehrke * @author Lukas Reschke - * @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/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index 82e176abc17f0a45e6748c46512fd8a7d1d775ed..7ff20a1c999ac51794da1e7a8118bbf8b10ed099 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @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/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index 5fc88290c91ad5dfb69c2ff228282b15e864135f..8521914884f2e3675e600b4f15d6202609c08643 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/settings/application.php b/settings/application.php index 1c562c62a844a5d623b14c74aa3547442183949b..6b581cdc06e026a3c77fecd0805e98259c887edc 100644 --- a/settings/application.php +++ b/settings/application.php @@ -5,9 +5,10 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @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/settings/changepassword/controller.php b/settings/changepassword/controller.php index f5b9bd58b5900252bafb48aca5b159fae83f487e..bfa599c1d04ab8d05c5c47473ce3378dafdf5712 100644 --- a/settings/changepassword/controller.php +++ b/settings/changepassword/controller.php @@ -1,16 +1,18 @@ * @author Björn Schießle * @author Christopher Schäpers * @author Clark Tomlinson * @author cmeh * @author Florin Peter * @author Jakob Sack + * @author Lukas Reschke * @author Robin Appelman * @author Sam Tuke * @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/settings/controller/appsettingscontroller.php b/settings/controller/appsettingscontroller.php index 79b7589027b5a57cf3e79c945109f956b3253b17..cc69d3130d9824a5620c2ac91e6a71c012f9643b 100644 --- a/settings/controller/appsettingscontroller.php +++ b/settings/controller/appsettingscontroller.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @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/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php index 1c8dfe35556d594d10d4cb8ba627276f0057ee13..6f24a69b19b0bf47ffc2f7ee76eae0b0d8838585 100644 --- a/settings/controller/certificatecontroller.php +++ b/settings/controller/certificatecontroller.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @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/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php index 5a77049479d2d6be67e00518f81e34c372e9e6a4..7b995bf2c1b8cc22138886b629eeda76c7b3459b 100644 --- a/settings/controller/checksetupcontroller.php +++ b/settings/controller/checksetupcontroller.php @@ -3,10 +3,10 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * - * @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/settings/controller/encryptioncontroller.php b/settings/controller/encryptioncontroller.php index b3515f962f4f897a5c62c7abec4a9da894382a5a..504448a5a2cd50e0fda3c12a2cc51727389b1532 100644 --- a/settings/controller/encryptioncontroller.php +++ b/settings/controller/encryptioncontroller.php @@ -3,7 +3,7 @@ * @author Björn Schießle * @author Lukas Reschke * - * @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/settings/controller/groupscontroller.php b/settings/controller/groupscontroller.php index 93dcc7358a98824c90645d74ff2c587d9696d046..bb8e6755d419644b4e4c286af6518837ac016a7e 100644 --- a/settings/controller/groupscontroller.php +++ b/settings/controller/groupscontroller.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/settings/controller/logsettingscontroller.php b/settings/controller/logsettingscontroller.php index cae0d419e2bb15d7d3ee2e1e2a25d2884ff2416a..c0c9ee04ca3ceb3eb0c64fe9a5b8662b7ae818b7 100644 --- a/settings/controller/logsettingscontroller.php +++ b/settings/controller/logsettingscontroller.php @@ -4,7 +4,7 @@ * @author Morris Jobke * @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/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php index 885c19a919ba60206ea90ba2abecbcdfc5740d09..dbba4bd9bc0b83d98529715e57467c2d64f29b48 100644 --- a/settings/controller/mailsettingscontroller.php +++ b/settings/controller/mailsettingscontroller.php @@ -4,7 +4,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/settings/controller/securitysettingscontroller.php b/settings/controller/securitysettingscontroller.php index dbc81c2dffbe6d682667503eab685f41bd3022d8..d7274d6bcb282025b4825bead0d85638e232e9dc 100644 --- a/settings/controller/securitysettingscontroller.php +++ b/settings/controller/securitysettingscontroller.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/settings/controller/userscontroller.php b/settings/controller/userscontroller.php index 8ad975fd6647e5dc9cedf7cd9a3c5c94fe48f894..695d72cfb5a7b052cf60e304219fb2e1b1da7581 100644 --- a/settings/controller/userscontroller.php +++ b/settings/controller/userscontroller.php @@ -6,8 +6,9 @@ * @author Robin Appelman * @author Roeland Jago Douma * @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/settings/help.php b/settings/help.php index 848ce06cf491ffcd1281c1daea052fc568c96d15..ce942d6ae80dda5e4c25dc6b3d6a870d917a4815 100644 --- a/settings/help.php +++ b/settings/help.php @@ -8,8 +8,9 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * - * @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/settings/languageCodes.php b/settings/languageCodes.php index 8c58079c2cbe5eafd29e1fe7cbc251fb8cbef016..f83123df672ea573d52376310867494c2ccdd012 100644 --- a/settings/languageCodes.php +++ b/settings/languageCodes.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @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/settings/middleware/subadminmiddleware.php b/settings/middleware/subadminmiddleware.php index 78dabada3e28e9630d8e199b58bb327e7616c06d..00f221721a626e2ca2f1591405b7f6f633a5ec7f 100644 --- a/settings/middleware/subadminmiddleware.php +++ b/settings/middleware/subadminmiddleware.php @@ -3,7 +3,7 @@ * @author Lukas Reschke * @author Morris Jobke * - * @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/settings/personal.php b/settings/personal.php index 54698fd6d542728e8e4c185a7e2ba4905e2c8281..11b4f762a36c590e366238b074f8cb1d293e6ddb 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -17,7 +17,7 @@ * @author Vincent Petry * @author Volkan Gezer * - * @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/settings/routes.php b/settings/routes.php index 0cc5e1eccab5545fb3704d099790a413eae1b87b..8828e62114508588dac916f47d67743f6b26ad7e 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -3,15 +3,16 @@ * @author Bart Visscher * @author Björn Schießle * @author Christopher Schäpers - * @author Clark Tomlinson * @author Frank Karlitschek * @author Georg Ehrke * @author Lukas Reschke * @author Morris Jobke * @author Raghu Nayyar + * @author Roeland Jago Douma * @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/settings/users.php b/settings/users.php index 0e9823e73e3e5944a3df2cdedd23922ce96ef9dd..81f6ed4335cae8704685a0412fa624b2ac788c3e 100644 --- a/settings/users.php +++ b/settings/users.php @@ -11,12 +11,12 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell + * @author Robin McCorkell * @author Roeland Jago Douma * @author Stephan Peijnik * @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/status.php b/status.php index 65418336e264f2a6c03065a87b9eddc914516d98..86f1f68dde1c6aa53f7ef155121e2d301936142b 100644 --- a/status.php +++ b/status.php @@ -8,7 +8,7 @@ * @author Masaki Kawabata Neto * @author Morris Jobke * - * @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/version.php b/version.php index b8b1ad2b5fa3c16f14b2835dc9fd1d12e19bc79e..5fdb132421e06c20dba916c5d2e2c37bc017a143 100644 --- a/version.php +++ b/version.php @@ -3,10 +3,10 @@ * @author Frank Karlitschek * @author Joas Schilling * @author Lukas Reschke - * @author Morris Jobke + * @author Roeland Jago Douma * @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