Browse Source

Update license headers

Lukas Reschke 8 years ago
parent
commit
aba539703c
100 changed files with 275 additions and 87 deletions
  1. 19 13
      AUTHORS
  2. 2 1
      apps/dav/appinfo/app.php
  3. 1 0
      apps/dav/appinfo/install.php
  4. 1 0
      apps/dav/appinfo/register_command.php
  5. 1 0
      apps/dav/appinfo/update.php
  6. 1 1
      apps/dav/appinfo/v1/caldav.php
  7. 1 1
      apps/dav/appinfo/v1/carddav.php
  8. 3 1
      apps/dav/appinfo/v1/publicwebdav.php
  9. 1 1
      apps/dav/appinfo/v1/webdav.php
  10. 2 1
      apps/dav/lib/AppInfo/Application.php
  11. 1 0
      apps/dav/lib/CalDAV/BirthdayService.php
  12. 1 0
      apps/dav/lib/CalDAV/CalDavBackend.php
  13. 2 1
      apps/dav/lib/CalDAV/Calendar.php
  14. 1 1
      apps/dav/lib/CalDAV/CalendarHome.php
  15. 1 1
      apps/dav/lib/CalDAV/CalendarRoot.php
  16. 1 1
      apps/dav/lib/CardDAV/AddressBookImpl.php
  17. 3 2
      apps/dav/lib/CardDAV/CardDavBackend.php
  18. 1 0
      apps/dav/lib/CardDAV/SyncJob.php
  19. 1 1
      apps/dav/lib/CardDAV/SyncService.php
  20. 1 1
      apps/dav/lib/Command/CreateAddressBook.php
  21. 1 0
      apps/dav/lib/Command/SyncBirthdayCalendar.php
  22. 1 1
      apps/dav/lib/Comments/CommentNode.php
  23. 1 1
      apps/dav/lib/Comments/CommentsPlugin.php
  24. 2 1
      apps/dav/lib/Comments/EntityCollection.php
  25. 2 1
      apps/dav/lib/Comments/EntityTypeCollection.php
  26. 2 1
      apps/dav/lib/Comments/RootCollection.php
  27. 2 1
      apps/dav/lib/Connector/LegacyDAVACL.php
  28. 3 2
      apps/dav/lib/Connector/PublicAuth.php
  29. 3 3
      apps/dav/lib/Connector/Sabre/Auth.php
  30. 1 1
      apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
  31. 1 1
      apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
  32. 1 1
      apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php
  33. 2 1
      apps/dav/lib/Connector/Sabre/DavAclPlugin.php
  34. 3 2
      apps/dav/lib/Connector/Sabre/Directory.php
  35. 1 1
      apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
  36. 1 1
      apps/dav/lib/Connector/Sabre/Exception/FileLocked.php
  37. 1 1
      apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
  38. 2 2
      apps/dav/lib/Connector/Sabre/File.php
  39. 2 1
      apps/dav/lib/Connector/Sabre/FilesPlugin.php
  40. 1 0
      apps/dav/lib/Connector/Sabre/LockPlugin.php
  41. 3 1
      apps/dav/lib/Connector/Sabre/Node.php
  42. 1 1
      apps/dav/lib/Connector/Sabre/ObjectTree.php
  43. 1 1
      apps/dav/lib/Connector/Sabre/Principal.php
  44. 4 2
      apps/dav/lib/Connector/Sabre/ServerFactory.php
  45. 2 1
      apps/dav/lib/DAV/Sharing/Backend.php
  46. 1 1
      apps/dav/lib/DAV/Sharing/Xml/Invite.php
  47. 1 0
      apps/dav/lib/Files/BrowserErrorPagePlugin.php
  48. 2 1
      apps/dav/lib/RootCollection.php
  49. 3 2
      apps/dav/lib/Server.php
  50. 1 2
      apps/dav/lib/SystemTag/SystemTagNode.php
  51. 1 1
      apps/dav/lib/SystemTag/SystemTagPlugin.php
  52. 19 1
      apps/dav/lib/Upload/AssemblyStream.php
  53. 19 1
      apps/dav/lib/Upload/FutureFile.php
  54. 19 1
      apps/dav/lib/Upload/RootCollection.php
  55. 19 1
      apps/dav/lib/Upload/UploadFolder.php
  56. 19 1
      apps/dav/lib/Upload/UploadHome.php
  57. 1 0
      apps/dav/tests/unit/AppInfo/ApplicationTest.php
  58. 1 0
      apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
  59. 1 0
      apps/dav/tests/unit/CalDAV/CalendarTest.php
  60. 1 0
      apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
  61. 2 1
      apps/dav/tests/unit/CardDAV/AddressBookImplTest.php
  62. 1 0
      apps/dav/tests/unit/CardDAV/AddressBookTest.php
  63. 1 0
      apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
  64. 2 2
      apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
  65. 1 0
      apps/dav/tests/unit/CardDAV/ContactsManagerTest.php
  66. 1 0
      apps/dav/tests/unit/CardDAV/ConverterTest.php
  67. 1 0
      apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php
  68. 2 1
      apps/dav/tests/unit/CardDAV/SyncServiceTest.php
  69. 2 1
      apps/dav/tests/unit/Comments/CommentsNodeTest.php
  70. 2 1
      apps/dav/tests/unit/Comments/CommentsPluginTest.php
  71. 2 1
      apps/dav/tests/unit/Comments/EntityCollectionTest.php
  72. 2 1
      apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php
  73. 2 1
      apps/dav/tests/unit/Comments/RootCollectionTest.php
  74. 21 1
      apps/dav/tests/unit/Connector/PublicAuthTest.php
  75. 4 1
      apps/dav/tests/unit/Connector/Sabre/AuthTest.php
  76. 2 1
      apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php
  77. 2 1
      apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php
  78. 1 0
      apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php
  79. 1 0
      apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
  80. 2 1
      apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php
  81. 1 0
      apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php
  82. 2 1
      apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php
  83. 2 0
      apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
  84. 1 0
      apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
  85. 1 0
      apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
  86. 2 0
      apps/dav/tests/unit/Connector/Sabre/NodeTest.php
  87. 2 1
      apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
  88. 1 0
      apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
  89. 1 0
      apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php
  90. 1 0
      apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php
  91. 1 0
      apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php
  92. 1 0
      apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php
  93. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php
  94. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php
  95. 1 1
      apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php
  96. 1 0
      apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php
  97. 1 0
      apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php
  98. 1 0
      apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
  99. 1 0
      apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php
  100. 1 0
      apps/dav/tests/unit/DAV/GroupPrincipalTest.php

+ 19 - 13
AUTHORS

@@ -1,15 +1,15 @@
 ownCloud is written by:
  - AW-UC <git@a-wesemann.de>
+ - Achim Königs <garfonso@tratschtante.de>
  - Adam Williamson <awilliam@redhat.com>
  - Administrator <Administrator@WINDOWS-2012>
  - Aldo "xoen" Giambelluca <xoen@xoen.org>
  - Alex Weirig <alex.weirig@technolink.lu>
  - Alexander Bergolth <leo@strike.wu.ac.at>
- - Andreas Böhler <dev@aboehler.at>
  - Andreas Fischer <bantu@owncloud.com>
  - Andrew Brown <andrew@casabrown.com>
  - André Gaul <gaul@web-yard.de>
- - Arthur Schiwon <blizzz@owncloud.com>
+ - Arthur Schiwon <blizzz@arthur-schiwon.de>
  - Bart Visscher <bartv@thisnet.nl>
  - Bartek Przybylski <bart.p.pl@gmail.com>
  - Bastien Ho <bastienho@urbancube.fr>
@@ -18,38 +18,38 @@ ownCloud is written by:
  - Bernhard Posselt <dev@bernhard-posselt.com>
  - Bernhard Reiter <ockham@raz.or.at>
  - Birk Borkason <daniel.niccoli@gmail.com>
- - Björn Schießle <schiessle@owncloud.com>
+ - Björn Schießle <bjoern@schiessle.org>
  - Borjan Tchakaloff <borjan@tchakaloff.fr>
  - Brice Maron <brice@bmaron.net>
  - Byron Marohn <combustible@live.com>
  - C Montero-Luque <cml@owncloud.com>
+ - Carla Schroder <carla@owncloud.com>
  - Carlos Cerrillo <ccerrillo@gmail.com>
  - Christian Berendt <berendt@b1-systems.de>
  - Christian Kampka <christian@kampka.net>
- - Christian Schnidrig <christian.schnidrig@switch.ch>
  - Christian Weiske <cweiske@cweiske.de>
  - Christoph Schaefer <christophł@wolkesicher.de>
+ - Christoph Wurst <christoph@owncloud.com>
  - Christopher Schäpers <kondou@ts.unde.re>
  - Christopher T. Johnson <ctjctj@gmail.com>
  - Clark Tomlinson <fallen013@gmail.com>
  - Craig Morrissey <craig@owncloud.com>
  - Dan Bartram <daneybartram@gmail.com>
  - Daniel Hansson <enoch85@gmail.com>
+ - Daniel Jagszent <daniel@jagszent.de>
  - Daniel Molkentin <daniel@molkentin.de>
  - Daniel Tosello <tosello.daniel@gmail.com>
  - David Prévot <taffit@debian.org>
  - Dominik Schmidt <dev@dominik-schmidt.de>
- - Donald Buczek <buczek@molgen.mpg.de>
  - Edward Crompton <edward.crompton@gmail.com>
  - Fabian Henze <flyser42@gmx.de>
  - Faruk Uzun <farukuzun@collabora.com>
  - Felix Böhm <felixboehm@gmx.de>
  - Felix Moeller <mail@felixmoeller.de>
- - Florian Preinstorfer <nblock@archlinux.us>
  - Florian Pritz <bluewind@xinu.at>
- - Florian Scholz <FlorianScholz@bgstyle.de>
  - Florin Peter <github@florin-peter.de>
- - Frank Karlitschek <frank@owncloud.org>
+ - Francesco Rovelli <francesco.rovelli@gmail.com>
+ - Frank Karlitschek <frank@karlitschek.de>
  - François Kubler <francois@kubler.org>
  - Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
  - Gadzy <dev@gadzy.fr>
@@ -61,6 +61,7 @@ ownCloud is written by:
  - Individual IT Services <info@individual-it.net>
  - Jakob Sack <mail@jakobsack.de>
  - Jan-Christoph Borchardt <hey@jancborchardt.net>
+ - Jarrett <JetUni@users.noreply.github.com>
  - Jean-Louis Dupond <jean-louis@dupond.be>
  - Jens-Christian Fischer <jens-christian.fischer@switch.ch>
  - Jesús Macias <jmacias@solidgear.es>
@@ -70,6 +71,7 @@ ownCloud is written by:
  - Johannes Willnecker <johannes@willnecker.com>
  - Jonny007-MKD <1-23-4-5@web.de>
  - Jost Baron <Jost.Baron@gmx.de>
+ - Julius Haertl <jus@bitgrid.net>
  - Jörn Friedrich Dreyer <jfd@butonic.de>
  - Kamil Domanski <kdomanski@kdemail.net>
  - Klaas Freitag <freitag@owncloud.com>
@@ -80,9 +82,10 @@ ownCloud is written by:
  - Lennart Rosam <lennart.rosam@medien-systempartner.de>
  - Leonardo Diez <leio10@users.noreply.github.com>
  - Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
- - Lukas Reschke <lukas@owncloud.com>
+ - Lukas Reschke <lukas@statuscode.ch>
  - Luke Policinski <lpolicinski@gmail.com>
  - Lyonel Vincent <lyonel@ezix.org>
+ - Manish Bisht <manish.bisht490@gmail.com>
  - Mario Kolling <mario.kolling@serpro.gov.br>
  - Markus Goetz <markus@woboq.com>
  - Martin Konrad <info@martin-konrad.net>
@@ -95,7 +98,6 @@ ownCloud is written by:
  - Michael Kuhn <suraia@ikkoku.de>
  - Michael Roitzsch <reactorcontrol@icloud.com>
  - Michael Roth <michael.roth@rz.uni-augsburg.de>
- - Michael Telatynski <7t3chguy@gmail.com>
  - Michael U <mdusher@users.noreply.github.com>
  - Miguel Prokop <miguel.prokop@vtu.com>
  - Mitar <mitar.git@tnode.com>
@@ -112,12 +114,15 @@ ownCloud is written by:
  - Pascal de Bruijn <pmjdebruijn@pcode.nl>
  - Patrick Paysant <ppaysant@linagora.com>
  - Pellaeon Lin <nfsmwlin@gmail.com>
+ - Petr Svoboda <weits666@gmail.com>
+ - Phiber2000 <phiber2000@gmx.de>
  - Phil Davis <phil.davis@inf.org>
  - Philipp Kapfer <philipp.kapfer@gmx.at>
  - Philippe Jung <phil.jung@free.fr>
  - Philippe Le Brouster <plb@nebkha.net>
  - Pierre Jochem <pierrejochem@msn.com>
  - Pierre Ozoux <pierre@ozoux.net>
+ - Piotr Filiciak <piotr@filiciak.pl>
  - Qingping Hou <dave2008713@gmail.com>
  - Raghu Nayyar <hey@raghunayyar.com>
  - Raghu Nayyar <me@iraghu.com>
@@ -136,20 +141,20 @@ ownCloud is written by:
  - SA <stephen@mthosting.net>
  - Sam Tuke <mail@samtuke.com>
  - Sander <brantje@gmail.com>
- - Sascha Schmidt <realriot@realriot.de>
  - Sean Comeau <sean@ftlnetworks.ca>
  - Sebastian Döll <sebastian.doell@libasys.de>
+ - Senorsen <senorsen.zhang@gmail.com>
  - Serge Martin <edb@sigluy.net>
  - Simon Könnecke <simonkoennecke@gmail.com>
  - Sjors van der Pluijm <sjors@desjors.nl>
  - Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
  - Stefan Rado <owncloud@sradonia.net>
+ - Stefan Weil <sw@weilnetz.de>
  - Steffen Lindner <mail@steffen-lindner.de>
  - Stephan Peijnik <speijnik@anexia-it.com>
  - TheSFReader <TheSFReader@gmail.com>
  - Thibaut GRIDEL <tgridel@free.fr>
  - Thomas Müller <thomas.mueller@tmit.eu>
- - Thomas Schmidt <tschmidt@suse.de>
  - Thomas Tanghus <thomas@tanghus.net>
  - Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  - Tim Dettrick <t.dettrick@uq.edu.au>
@@ -178,11 +183,12 @@ ownCloud is written by:
  - ideaship <ideaship@users.noreply.github.com>
  - j-ed <juergen@eisfair.org>
  - jknockaert <jasper@knockaert.nl>
+ - josh4trunks <joshruehlig@gmail.com>
  - macjohnny <estebanmarin@gmx.ch>
- - marc0s <marcos@tenak.net>
  - martin-rueegg <martin.rueegg@metaworx.ch>
  - martin.mattel@diemattels.at <martin.mattel@diemattels.at>
  - michag86 <micha_g@arcor.de>
+ - mmccarn <mmccarn-github@mmsionline.us>
  - nishiki <nishiki@yaegashi.fr>
  - root <root@oc.(none)>
  - scambra <sergio@entrecables.com>

+ 2 - 1
apps/dav/appinfo/app.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/appinfo/install.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/appinfo/register_command.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/appinfo/update.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/appinfo/v1/caldav.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/appinfo/v1/carddav.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 3 - 1
apps/dav/appinfo/v1/publicwebdav.php

@@ -1,9 +1,11 @@
 <?php
 /**
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/appinfo/v1/webdav.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 2 - 1
apps/dav/lib/AppInfo/Application.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/lib/CalDAV/BirthdayService.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Achim Königs <garfonso@tratschtante.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/lib/CalDAV/CalDavBackend.php

@@ -1,6 +1,7 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/lib/CalDAV/Calendar.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/CalDAV/CalendarHome.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/CalDAV/CalendarRoot.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/CardDAV/AddressBookImpl.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 3 - 2
apps/dav/lib/CardDAV/CardDavBackend.php

@@ -1,8 +1,9 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/lib/CardDAV/SyncJob.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/CardDAV/SyncService.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/dav/lib/Command/CreateAddressBook.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/lib/Command/SyncBirthdayCalendar.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/Comments/CommentNode.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/Comments/CommentsPlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 2 - 1
apps/dav/lib/Comments/EntityCollection.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/lib/Comments/EntityTypeCollection.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/lib/Comments/RootCollection.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/lib/Connector/LegacyDAVACL.php

@@ -1,7 +1,8 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 3 - 2
apps/dav/lib/Connector/PublicAuth.php

@@ -1,9 +1,10 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 3 - 3
apps/dav/lib/Connector/Sabre/Auth.php

@@ -1,13 +1,13 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Bart Visscher <bartv@thisnet.nl>
+ * @author Christoph Wurst <christoph@owncloud.com>
  * @author Jakob Sack <mail@jakobsack.de>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Markus Goetz <markus@woboq.com>
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 1 - 1
apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 2 - 1
apps/dav/lib/Connector/Sabre/DavAclPlugin.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 3 - 2
apps/dav/lib/Connector/Sabre/Directory.php

@@ -1,12 +1,13 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Bart Visscher <bartv@thisnet.nl>
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/Connector/Sabre/Exception/FileLocked.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Owen Winkler <a_github@midnightcircus.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1 - 1
apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 2
apps/dav/lib/Connector/Sabre/File.php

@@ -1,11 +1,11 @@
 <?php
 /**
  * @author Bart Visscher <bartv@thisnet.nl>
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Owen Winkler <a_github@midnightcircus.com>
  * @author Robin Appelman <icewind@owncloud.com>

+ 2 - 1
apps/dav/lib/Connector/Sabre/FilesPlugin.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Robin McCorkell <robin@mccorkell.me.uk>

+ 1 - 0
apps/dav/lib/Connector/Sabre/LockPlugin.php

@@ -2,6 +2,7 @@
 /**
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
+ * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 3 - 1
apps/dav/lib/Connector/Sabre/Node.php

@@ -1,13 +1,15 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Bart Visscher <bartv@thisnet.nl>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Klaas Freitag <freitag@owncloud.com>
  * @author Markus Goetz <markus@woboq.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 1
apps/dav/lib/Connector/Sabre/ObjectTree.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>

+ 1 - 1
apps/dav/lib/Connector/Sabre/Principal.php

@@ -3,7 +3,7 @@
  * @author Bart Visscher <bartv@thisnet.nl>
  * @author Jakob Sack <mail@jakobsack.de>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Thomas Tanghus <thomas@tanghus.net>

+ 4 - 2
apps/dav/lib/Connector/Sabre/ServerFactory.php

@@ -1,9 +1,11 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 2 - 1
apps/dav/lib/DAV/Sharing/Backend.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/DAV/Sharing/Xml/Invite.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/lib/Files/BrowserErrorPagePlugin.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/lib/RootCollection.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 3 - 2
apps/dav/lib/Server.php

@@ -1,7 +1,8 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 2
apps/dav/lib/SystemTag/SystemTagNode.php

@@ -1,7 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 1
apps/dav/lib/SystemTag/SystemTagPlugin.php

@@ -1,6 +1,6 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 19 - 1
apps/dav/lib/Upload/AssemblyStream.php

@@ -1,5 +1,23 @@
 <?php
-
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Upload;
 
 use Sabre\DAV\IFile;

+ 19 - 1
apps/dav/lib/Upload/FutureFile.php

@@ -1,5 +1,23 @@
 <?php
-
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Upload;
 
 use OCA\DAV\Connector\Sabre\Directory;

+ 19 - 1
apps/dav/lib/Upload/RootCollection.php

@@ -1,5 +1,23 @@
 <?php
-
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Upload;
 
 use Sabre\DAVACL\AbstractPrincipalCollection;

+ 19 - 1
apps/dav/lib/Upload/UploadFolder.php

@@ -1,5 +1,23 @@
 <?php
-
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Upload;
 
 use OCA\DAV\Connector\Sabre\Directory;

+ 19 - 1
apps/dav/lib/Upload/UploadHome.php

@@ -1,5 +1,23 @@
 <?php
-
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Upload;
 
 use OC\Files\Filesystem;

+ 1 - 0
apps/dav/tests/unit/AppInfo/ApplicationTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CalDAV/CalDavBackendTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CalDAV/CalendarTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/CardDAV/AddressBookImplTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CardDAV/AddressBookTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 2
apps/dav/tests/unit/CardDAV/CardDavBackendTest.php

@@ -1,7 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/CardDAV/ContactsManagerTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/CardDAV/ConverterTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/CardDAV/SyncServiceTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/Comments/CommentsNodeTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/tests/unit/Comments/CommentsPluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/Comments/EntityCollectionTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 2 - 1
apps/dav/tests/unit/Comments/RootCollectionTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 21 - 1
apps/dav/tests/unit/Connector/PublicAuthTest.php

@@ -1,5 +1,25 @@
 <?php
-
+/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @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 <http://www.gnu.org/licenses/>
+ *
+ */
 namespace OCA\DAV\Tests\unit\Connector;
 
 use OCP\IRequest;

+ 4 - 1
apps/dav/tests/unit/Connector/Sabre/AuthTest.php

@@ -1,6 +1,9 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 2 - 1
apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Arthur Schiwon <blizzz@owncloud.com>
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 2 - 1
apps/dav/tests/unit/Connector/Sabre/DummyGetResponsePluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 0
apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php

@@ -1,6 +1,8 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Roeland Jago Douma <rullzer@owncloud.com>
+ * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 0
apps/dav/tests/unit/Connector/Sabre/NodeTest.php

@@ -1,7 +1,9 @@
 <?php
 /**
+ * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 2 - 1
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php

@@ -1,6 +1,7 @@
 <?php
 /**
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/RequestTest/Auth.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/RequestTest/DownloadTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/RequestTest/EncryptionUploadTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php

@@ -1,7 +1,7 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTest.php

@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Joas Schilling <nickvergessen@owncloud.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 1
apps/dav/tests/unit/Connector/Sabre/RequestTest/Sapi.php

@@ -1,7 +1,7 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/RequestTest/UploadTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Robin Appelman <icewind@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 1 - 0
apps/dav/tests/unit/DAV/BrowserErrorPagePluginTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

+ 1 - 0
apps/dav/tests/unit/DAV/GroupPrincipalTest.php

@@ -1,5 +1,6 @@
 <?php
 /**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @copyright Copyright (c) 2016, ownCloud, Inc.

Some files were not shown because too many files changed in this diff