Browse Source

Update license headers

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke 6 years ago
parent
commit
0eebff152a
100 changed files with 440 additions and 163 deletions
  1. 2 0
      .mailmap
  2. 99 22
      AUTHORS
  3. 1 1
      apps/admin_audit/appinfo/app.php
  4. 1 0
      apps/admin_audit/lib/Actions/Action.php
  5. 1 0
      apps/admin_audit/lib/Actions/Auth.php
  6. 1 0
      apps/admin_audit/lib/Actions/Files.php
  7. 1 0
      apps/admin_audit/lib/Actions/GroupManagement.php
  8. 1 0
      apps/admin_audit/lib/Actions/Sharing.php
  9. 1 0
      apps/admin_audit/lib/Actions/Trashbin.php
  10. 1 0
      apps/admin_audit/lib/Actions/UserManagement.php
  11. 1 0
      apps/admin_audit/lib/Actions/Versions.php
  12. 3 0
      apps/admin_audit/lib/AppInfo/Application.php
  13. 2 0
      apps/comments/appinfo/app.php
  14. 3 2
      apps/comments/appinfo/routes.php
  15. 2 0
      apps/comments/lib/Activity/Filter.php
  16. 1 0
      apps/comments/lib/Activity/Listener.php
  17. 2 0
      apps/comments/lib/Activity/Provider.php
  18. 2 0
      apps/comments/lib/Activity/Setting.php
  19. 11 9
      apps/comments/lib/AppInfo/Application.php
  20. 11 9
      apps/comments/lib/Controller/Notifications.php
  21. 0 1
      apps/comments/lib/EventHandler.php
  22. 3 1
      apps/comments/lib/Notification/Listener.php
  23. 4 1
      apps/comments/lib/Notification/Notifier.php
  24. 3 1
      apps/comments/tests/Unit/AppInfo/ApplicationTest.php
  25. 3 1
      apps/comments/tests/Unit/Controller/NotificationsTest.php
  26. 4 1
      apps/comments/tests/Unit/Notification/ListenerTest.php
  27. 1 0
      apps/comments/tests/Unit/Notification/NotifierTest.php
  28. 1 0
      apps/dav/appinfo/app.php
  29. 1 0
      apps/dav/appinfo/v1/caldav.php
  30. 1 1
      apps/dav/appinfo/v1/carddav.php
  31. 4 0
      apps/dav/appinfo/v1/webdav.php
  32. 1 0
      apps/dav/appinfo/v2/remote.php
  33. 2 1
      apps/dav/lib/AppInfo/Application.php
  34. 3 1
      apps/dav/lib/AppInfo/PluginManager.php
  35. 4 1
      apps/dav/lib/Avatars/AvatarHome.php
  36. 3 1
      apps/dav/lib/Avatars/AvatarNode.php
  37. 22 1
      apps/dav/lib/Avatars/RootCollection.php
  38. 3 0
      apps/dav/lib/CalDAV/Activity/Backend.php
  39. 2 0
      apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
  40. 2 0
      apps/dav/lib/CalDAV/Activity/Filter/Todo.php
  41. 2 0
      apps/dav/lib/CalDAV/Activity/Provider/Base.php
  42. 2 0
      apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
  43. 2 0
      apps/dav/lib/CalDAV/Activity/Provider/Event.php
  44. 2 0
      apps/dav/lib/CalDAV/Activity/Provider/Todo.php
  45. 2 0
      apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
  46. 2 0
      apps/dav/lib/CalDAV/Activity/Setting/Event.php
  47. 2 0
      apps/dav/lib/CalDAV/Activity/Setting/Todo.php
  48. 3 1
      apps/dav/lib/CalDAV/BirthdayService.php
  49. 5 1
      apps/dav/lib/CalDAV/CalDavBackend.php
  50. 3 0
      apps/dav/lib/CalDAV/Calendar.php
  51. 2 0
      apps/dav/lib/CalDAV/CalendarHome.php
  52. 1 1
      apps/dav/lib/CalDAV/CalendarObject.php
  53. 3 1
      apps/dav/lib/CalDAV/Plugin.php
  54. 9 8
      apps/dav/lib/CalDAV/PublicCalendar.php
  55. 9 8
      apps/dav/lib/CalDAV/PublicCalendarObject.php
  56. 5 1
      apps/dav/lib/CalDAV/PublicCalendarRoot.php
  57. 10 7
      apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
  58. 9 7
      apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
  59. 3 1
      apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
  60. 11 8
      apps/dav/lib/CalDAV/Search/SearchPlugin.php
  61. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php
  62. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php
  63. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php
  64. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php
  65. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php
  66. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
  67. 10 8
      apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
  68. 2 1
      apps/dav/lib/Capabilities.php
  69. 1 0
      apps/dav/lib/CardDAV/AddressBook.php
  70. 1 0
      apps/dav/lib/CardDAV/AddressBookImpl.php
  71. 1 0
      apps/dav/lib/CardDAV/AddressBookRoot.php
  72. 5 0
      apps/dav/lib/CardDAV/CardDavBackend.php
  73. 1 0
      apps/dav/lib/CardDAV/ContactsManager.php
  74. 1 0
      apps/dav/lib/CardDAV/Converter.php
  75. 1 0
      apps/dav/lib/CardDAV/ImageExportPlugin.php
  76. 21 1
      apps/dav/lib/CardDAV/PhotoCache.php
  77. 1 0
      apps/dav/lib/CardDAV/Plugin.php
  78. 2 1
      apps/dav/lib/CardDAV/SyncService.php
  79. 1 0
      apps/dav/lib/CardDAV/UserAddressBooks.php
  80. 2 0
      apps/dav/lib/Command/CreateCalendar.php
  81. 1 0
      apps/dav/lib/Comments/CommentsPlugin.php
  82. 1 0
      apps/dav/lib/Connector/LegacyDAVACL.php
  83. 1 0
      apps/dav/lib/Connector/PublicAuth.php
  84. 1 0
      apps/dav/lib/Connector/Sabre/Auth.php
  85. 2 0
      apps/dav/lib/Connector/Sabre/BearerAuth.php
  86. 2 0
      apps/dav/lib/Connector/Sabre/CachingTree.php
  87. 1 0
      apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
  88. 2 0
      apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php
  89. 1 2
      apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
  90. 1 0
      apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php
  91. 3 0
      apps/dav/lib/Connector/Sabre/File.php
  92. 2 0
      apps/dav/lib/Connector/Sabre/FilesPlugin.php
  93. 1 0
      apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
  94. 0 1
      apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
  95. 1 0
      apps/dav/lib/Connector/Sabre/Node.php
  96. 1 1
      apps/dav/lib/Connector/Sabre/ObjectTree.php
  97. 1 0
      apps/dav/lib/Connector/Sabre/Principal.php
  98. 2 1
      apps/dav/lib/Connector/Sabre/QuotaPlugin.php
  99. 1 0
      apps/dav/lib/Connector/Sabre/Server.php
  100. 4 0
      apps/dav/lib/Connector/Sabre/SharesPlugin.php

+ 2 - 0
.mailmap

@@ -315,6 +315,7 @@ Robin McCorkell <robin@mccorkell.me.uk> Robin McCorkell <rmccorkell@owncloud.com
 Rodrigo Hjort <rodrigo.hjort@gmail.com>
 Roeland Jago Douma <roeland@famdouma.nl> Roeland Jago Douma <rullzer@owncloud.com>
 Roeland Jago Douma <roeland@famdouma.nl> Roeland Douma <rullzer@users.noreply.github.com>
+Roger Szabo <roger.szabo@web.de> root <roger.szabo@web.de>
 rok <brejktru@gmail.com>
 Roland Hager <roland.hager@tu-berlin.de>
 Roland van Laar <roland@micite.net>
@@ -400,6 +401,7 @@ Victor Dubiniuk <dubiniuk@owncloud.com> VicDeo <victor.dubiniuk@gmail.com>
 Vincent Cloutier <vincent1cloutier@gmail.com>
 Vincent Petry <pvince81@owncloud.com> Vincent Petry <PVince81@yahoo.fr>
 Vincent Petry <pvince81@owncloud.com> Vincent Petry <vincent@vvortex.site>
+Vinicius Cubas Brand <vinicius@eita.org.br> Vinicius Cubas Brand <viniciuscb@gmail.com>
 Vitaly Kuznetsov <vitty@altlinux.ru>
 Vladimir Sapronov <vladimir.sapronov@gmail.com>
 Volkan Gezer <volkangezer@gmail.com> Volkan Gezer <wakeup@users.noreply.github.com>

+ 99 - 22
AUTHORS

@@ -1,4 +1,5 @@
 Nextcloud is written by:
+ - 1 Man Projects <reed@1manprojects.de>
  - AW-UC <git@a-wesemann.de>
  - Aaron Wood <aaronjwood@gmail.com>
  - Achim Königs <garfonso@tratschtante.de>
@@ -7,10 +8,17 @@ Nextcloud is written by:
  - Aldo "xoen" Giambelluca <xoen@xoen.org>
  - Alex Weirig <alex.weirig@technolink.lu>
  - Alexander Bergolth <leo@strike.wu.ac.at>
+ - Allan Nordhøy <epost@anotheragency.no>
  - Andreas Fischer <bantu@owncloud.com>
+ - Andreas Pflug <dev@admin4.org>
  - Andrew Brown <andrew@casabrown.com>
+ - Andrius <andrius.kulbis@ktu.lt>
  - André Gaul <gaul@web-yard.de>
+ - Ardinis <Ardinis@users.noreply.github.com>
+ - Artem Kochnev <MrJeos@gmail.com>
+ - Artem Sidorenko <artem@posteo.de>
  - Arthur Schiwon <blizzz@arthur-schiwon.de>
+ - Axel Helmert <axel.helmert@luka.de>
  - Bart Visscher <bartv@thisnet.nl>
  - Bartek Przybylski <bart.p.pl@gmail.com>
  - Bastien Ho <bastienho@urbancube.fr>
@@ -21,7 +29,9 @@ Nextcloud is written by:
  - Birk Borkason <daniel.niccoli@gmail.com>
  - Bjoern Schiessle <bjoern@schiessle.org>
  - Björn Schießle <bjoern@schiessle.org>
+ - Boris Rybalkin <ribalkin@gmail.com>
  - Borjan Tchakaloff <borjan@tchakaloff.fr>
+ - Brent Bloxam <brent.bloxam@gmail.com>
  - Brice Maron <brice@bmaron.net>
  - Byron Marohn <combustible@live.com>
  - Carla Schroder <carla@owncloud.com>
@@ -32,40 +42,47 @@ Nextcloud is written by:
  - Christian Kampka <christian@kampka.net>
  - Christian Weiske <cweiske@cweiske.de>
  - Christoph Schaefer <christophł@wolkesicher.de>
+ - Christoph Wickert <cwickert@suse.de>
  - Christoph Wurst <christoph@owncloud.com>
+ - Christopher Bartz <bartz@dkrz.de>
  - Christopher Schäpers <kondou@ts.unde.re>
  - Christopher T. Johnson <ctjctj@gmail.com>
  - Clark Tomlinson <fallen013@gmail.com>
- - Craig Morrissey <craig@owncloud.com>
+ - Cornelius Kölbel <cornelius.koelbel@netknights.it>
+ - Damjan Georgievski <gdamjan@gmail.com>
  - Dan Bartram <daneybartram@gmail.com>
- - Daniel Hansson <enoch85@gmail.com>
+ - Daniel Calviño Sánchez <danxuliu@gmail.com>
+ - Daniel Hansson <daniel@techandme.se>
  - Daniel Jagszent <daniel@jagszent.de>
  - Daniel Molkentin <daniel@molkentin.de>
  - Daniel Tosello <tosello.daniel@gmail.com>
  - David Prévot <taffit@debian.org>
  - David Toledo <dtoledo@solidgear.es>
+ - Derek <derek.kelly27@gmail.com>
  - Dominik Schmidt <dev@dominik-schmidt.de>
+ - Donquixote <marjunebatac@gmailcom>
  - Fabian Henze <flyser42@gmx.de>
- - Faruk Uzun <farukuzun@collabora.com>
- - Felix Böhm <felixboehm@gmx.de>
+ - Fabrizio Steiner <fabrizio.steiner@gmail.com>
+ - Felix A. Epp <work@felixepp.de>
+ - Felix Epp <work@felixepp.de>
+ - Felix Heidecke <felix@heidecke.me>
  - Felix Moeller <mail@felixmoeller.de>
- - Florian Preinstorfer <nblock@archlinux.us>
- - Florian Pritz <bluewind@xinu.at>
+ - Felix Rupp <github@felixrupp.com>
  - Florin Peter <github@florin-peter.de>
- - Francesco Rovelli <francesco.rovelli@gmail.com>
+ - Frank Isemann <frank@isemann.name>
  - Frank Karlitschek <frank@karlitschek.de>
  - François Kubler <francois@kubler.org>
  - Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
  - Gadzy <dev@gadzy.fr>
  - Georg Ehrke <georg@owncloud.com>
- - Guillaume AMAT <guillaume.amat@informatique-libre.com>
- - Hasso Tepper <hasso@zone.ee>
+ - Hemanth Kumar Veeranki <hems.india1997@gmail.com>
  - Hendrik Leppelsack <hendrik@leppelsack.de>
- - Hugo Gonzalez Labrador <hglavra@gmail.com>
+ - Ilja Neumann <ineumann@owncloud.com>
  - Individual IT Services <info@individual-it.net>
  - Jakob Sack <mail@jakobsack.de>
  - Jan-Christoph Borchardt <hey@jancborchardt.net>
- - Jarrett <JetUni@users.noreply.github.com>
+ - Jan-Philipp Litza <jplitza@users.noreply.github.com>
+ - Jarkko Lehtoranta <devel@jlranta.com>
  - Jean-Louis Dupond <jean-louis@dupond.be>
  - Jens-Christian Fischer <jens-christian.fischer@switch.ch>
  - Jesús Macias <jmacias@solidgear.es>
@@ -74,80 +91,121 @@ Nextcloud is written by:
  - Joas Schilling <coding@schilljs.com>
  - Johan Björk <johanimon@gmail.com>
  - Johannes Ernst <jernst@indiecomputing.com>
+ - Johannes Schlichenmaier <johannes@schlichenmaier.info>
  - Johannes Willnecker <johannes@willnecker.com>
+ - John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ - John Molakvoæ <skjnldsv@users.noreply.github.com>
  - Jonny007-MKD <1-23-4-5@web.de>
+ - Juan Pablo Villafañez <jvillafanez@solidgear.es>
+ - Juan Pablo Villafáñez <jvillafanez@solidgear.es>
  - Juan Pablo Villafáñez <jvillafanez@solidgear.es>
  - Julius Haertl <jus@bitgrid.net>
+ - Julius Härtl <jus@bitgrid.net>
  - Jörn Friedrich Dreyer <jfd@butonic.de>
+ - Jürgen Haas <juergen@paragon-es.de>
+ - KB7777 <k.burkowski@gmail.com>
  - Kamil Domanski <kdomanski@kdemail.net>
+ - Kawohl <john@owncloud.com>
+ - Kenneth Newwood <kenneth@newwood.name>
  - Klaas Freitag <freitag@owncloud.com>
+ - Knut Ahlers <knut@ahlers.me>
+ - Ko- <k.stoffelen@cs.ru.nl>
+ - Kristof Provost <github@sigsegv.be>
  - Lars <winnetou+github@catolic.de>
  - Laurens Post <Crote@users.noreply.github.com>
  - Laurens Post <lkpost@scept.re>
  - Lennart Rosam <hello@takuto.de>
  - Lennart Rosam <lennart.rosam@medien-systempartner.de>
- - Leonardo Diez <leio10@users.noreply.github.com>
+ - Leon Klingele <git@leonklingele.de>
+ - Leon Klingele <leon@struktur.de>
+ - Loki3000 <github@labcms.ru>
  - Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
  - Lukas Reschke <lukas@statuscode.ch>
  - Luke Policinski <lpolicinski@gmail.com>
  - Lyonel Vincent <lyonel@ezix.org>
+ - Magnus Walbeck <mw@mwalbeck.org>
  - Manish Bisht <manish.bisht490@gmail.com>
+ - Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
+ - Marin Treselj <marin@pixelipo.com>
  - Mario Kolling <mario.kolling@serpro.gov.br>
+ - Marius Blüm <marius@lineone.io>
  - Markus Goetz <markus@woboq.com>
+ - Martin <github@diemattels.at>
  - Martin Konrad <info@martin-konrad.net>
  - Martin Konrad <konrad@frib.msu.edu>
  - Martin Mattel <martin.mattel@diemattels.at>
  - Marvin Thomas Rabe <mrabe@marvinrabe.de>
  - Masaki Kawabata Neto <masaki.kawabata@gmail.com>
+ - Matthew Setter <matthew@matthewsetter.com>
+ - Maxence Lange <maxence@artificial-owl.com>
+ - Maxence Lange <maxence@nextcloud.com>
+ - Maxence Lange <maxence@pontapreta.net>
  - Michael Gapczynski <GapczynskiM@gmail.com>
  - Michael Göhler <somebody.here@gmx.de>
- - Michael Kuhn <suraia@ikkoku.de>
+ - Michael Jobst <mjobst+github@tecratech.de>
+ - Michael Letzgus <www@chronos.michael-letzgus.de>
  - Michael Roitzsch <reactorcontrol@icloud.com>
  - Michael Roth <michael.roth@rz.uni-augsburg.de>
  - Michael U <mdusher@users.noreply.github.com>
  - Miguel Prokop <miguel.prokop@vtu.com>
+ - Miha Frangez <miha.frangez@gmail.com>
  - Mitar <mitar.git@tnode.com>
  - Morris Jobke <hey@morrisjobke.de>
  - Nicolai Ehemann <en@enlightened.de>
  - Nicolas Grekas <nicolas.grekas@gmail.com>
+ - Nils <git@to.nilsschnabel.de>
  - Nmz <nemesiz@nmz.lt>
- - Normal Ra <normalraw@gmail.com>
+ - Noveen Sachdeva <noveen.sachdeva@research.iiit.ac.in>
  - Oliver Gasser <oliver.gasser@gmail.com>
  - Oliver Kohl D.Sc. <oliver@kohl.bz>
+ - Olivier Mehani <shtrom@ssji.net>
  - Olivier Paroz <github@oparoz.com>
- - Otto Sabart <ottosabart@seberm.com>
  - Owen Winkler <a_github@midnightcircus.com>
  - Pascal de Bruijn <pmjdebruijn@pcode.nl>
+ - Patrick Paysant <patrick.paysant@linagora.com>
  - Patrick Paysant <ppaysant@linagora.com>
+ - Patrik Kernstock <info@pkern.at>
+ - Pauli Järvinen <pauli.jarvinen@gmail.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>
+ - Philipp Schaffrath <github@philipp.schaffrath.email>
  - Philippe Jung <phil.jung@free.fr>
- - Pierre Jochem <pierrejochem@msn.com>
  - Pierre Ozoux <pierre@ozoux.net>
+ - Pierre Rudloff <contact@rudloff.pro>
  - Piotr Filiciak <piotr@filiciak.pl>
+ - Piotr M <mrow4a@yahoo.com>
+ - Piotr Mrowczynski <mrow4a@yahoo.com>
+ - Piotr Mrówczyński <mrow4a@yahoo.com>
  - Qingping Hou <dave2008713@gmail.com>
- - Raghu Nayyar <hey@raghunayyar.com>
  - Raghu Nayyar <me@iraghu.com>
  - Ralph Krimmel <rkrimme1@gwdg.de>
  - Ramiro Aparicio <rapariciog@gmail.com>
  - Randolph Carter <RandolphCarter@fantasymail.de>
  - RealRancor <Fisch.666@gmx.de>
+ - RealRancor <fisch.666@gmx.de>
+ - Rello <Rello@users.noreply.github.com>
  - Remco Brenninkmeijer <requist1@starmail.nl>
  - Renaud Fortier <Renaud.Fortier@fsaa.ulaval.ca>
+ - Robert Scheck <robert@fedoraproject.org>
  - Robin Appelman <robin@icewind.nl>
  - Robin McCorkell <robin@mccorkell.me.uk>
  - Roeland Jago Douma <roeland@famdouma.nl>
- - Roman Geber <rgeber@owncloudapps.com>
+ - Roger Szabo <roger.szabo@web.de>
  - Roman Kreisel <mail@romankreisel.de>
  - Ross Nicoll <jrn@jrn.me.uk>
  - SA <stephen@mthosting.net>
  - Sam Tuke <mail@samtuke.com>
  - Sander <brantje@gmail.com>
+ - Sander Ruitenbeek <sander@grids.be>
+ - Sandro Lutz <sandro.lutz@temparus.ch>
+ - Sascha Sambale <mastixmc@gmail.com>
  - Sean Comeau <sean@ftlnetworks.ca>
  - Sebastian Döll <sebastian.doell@libasys.de>
+ - Sebastian Wessalowski <sebastian@wessalowski.org>
+ - Semih Serhat Karakaya <karakayasemi@itu.edu.tr>
  - Senorsen <senorsen.zhang@gmail.com>
  - Serge Martin <edb@sigluy.net>
  - Sergio Bertolin <sbertolin@solidgear.es>
@@ -156,54 +214,72 @@ Nextcloud is written by:
  - Sjors van der Pluijm <sjors@desjors.nl>
  - Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
  - Stefan Rado <owncloud@sradonia.net>
+ - Stefan Schneider <stefan.schneider@squareweave.com.au>
  - Stefan Weil <sw@weilnetz.de>
  - Steffen Lindner <mail@steffen-lindner.de>
+ - Stephan Müller <mail@stephanmueller.eu>
  - Stephan Peijnik <speijnik@anexia-it.com>
- - TheSFReader <TheSFReader@gmail.com>
+ - Steven Bühner <buehner@me.com>
+ - Sujith H <sharidasan@owncloud.com>
  - Thibaut GRIDEL <tgridel@free.fr>
  - Thomas Citharel <tcit@tcit.fr>
+ - Thomas Ebert <thomas.ebert@usability.de>
  - Thomas Müller <thomas.mueller@tmit.eu>
  - Thomas Pulzer <t.pulzer@kniel.de>
  - Thomas Tanghus <thomas@tanghus.net>
  - Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  - Tim Dettrick <t.dettrick@uq.edu.au>
  - Tobia De Koninck <tobia@ledfan.be>
+ - Tobias Brunner <tobias@tobru.ch>
  - Tobias Kaminsky <tobias@kaminsky.me>
  - Tom Needham <tom@owncloud.com>
  - Torben Dannhauer <torben@dannhauer.de>
+ - Ujjwal Bhardwaj <ujjwalb1996@gmail.com>
  - Victor Dubiniuk <dubiniuk@owncloud.com>
  - Viktor Szépe <viktor@szepe.net>
  - Vincent Chan <plus.vincchan@gmail.com>
  - Vincent Cloutier <vincent1cloutier@gmail.com>
  - Vincent Petry <pvince81@owncloud.com>
+ - Vinicius Cubas Brand <vinicius@eita.org.br>
  - Volkan Gezer <volkangezer@gmail.com>
+ - William Pain <pain.william@gmail.com>
+ - Xuanwo <xuanwo@yunify.com>
  - adrien <adrien.waksberg@believedigital.com>
  - alexweirig <alex.weirig@technolink.lu>
+ - bline <scottbeck@gmail.com>
  - brumsel <brumsel@losecatcher.de>
  - cetra3 <peter@parashift.com.au>
  - cmeh <cmeh@users.noreply.github.com>
- - dampfklon <me@dampfklon.de>
+ - coderkun <olli@coderkun.de>
+ - dartcafe <github@dartcafe.de>
  - davidgumberg <davidnoizgumberg@gmail.com>
  - davitol <dtoledo@solidgear.es>
  - derkostka <sebastian.kostka@gmail.com>
+ - duritong <peter.meier+github@immerda.ch>
  - eduardo <eduardo@vnexu.net>
  - fabian <fabian@web2.0-apps.de>
  - felixboehm <felix@webhippie.de>
- - goodkiller <markopraakli@gmail.com>
  - helix84 <helix84@centrum.sk>
  - hkjolhede <hkjolhede@gmail.com>
+ - iamfool <praveenraonp@gmail.com>
  - ideaship <ideaship@users.noreply.github.com>
  - j-ed <juergen@eisfair.org>
  - jknockaert <jasper@knockaert.nl>
  - josh4trunks <joshruehlig@gmail.com>
+ - justin-sleep <justin@quarterfull.com>
  - karakayasemi <karakayasemi@itu.edu.tr>
  - macjohnny <estebanmarin@gmx.ch>
  - martin-rueegg <martin.rueegg@metaworx.ch>
  - martin.mattel@diemattels.at <martin.mattel@diemattels.at>
  - michag86 <micha_g@arcor.de>
  - mmccarn <mmccarn-github@mmsionline.us>
+ - nhirokinet <nhirokinet@nhiroki.net>
  - nishiki <nishiki@yaegashi.fr>
+ - noveens <noveen.sachdeva@research.iiit.ac.in>
  - oparoz <owncloud@interfasys.ch>
+ - phisch <git@philippschaffrath.de>
+ - rakekniven <mark.ziegler@rakekniven.de>
+ - root <root@localhost.localdomain>
  - root <root@oc.(none)>
  - scambra <sergio@entrecables.com>
  - scolebrook <scolebrook@mac.com>
@@ -211,8 +287,9 @@ Nextcloud is written by:
  - sualko <klaus@jsxc.org>
  - tbartenstein <tbartenstein@users.noreply.github.com>
  - tbelau666 <thomas.belau@gmx.de>
- - unclejamal3000 <andreas.pramhaas@posteo.de>
+ - tux-rampage <tux-rampage@users.noreply.github.com>
  - v1r0x <vinzenz.rosenkranz@gmail.com>
+ - vkuimov <vkuimov@nextcloud>
  - voxsim <Simon Vocella>
 
 With help from many libraries and frameworks including:

+ 1 - 1
apps/admin_audit/appinfo/app.php

@@ -3,7 +3,7 @@
  * @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
  * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch>
  *
- * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/Action.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/Auth.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/Files.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/GroupManagement.php

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Roger Szabo <roger.szabo@web.de>
  *

+ 1 - 0
apps/admin_audit/lib/Actions/Sharing.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/Trashbin.php

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org>
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
  *
  * @license GNU AGPL version 3 or any later version
  *

+ 1 - 0
apps/admin_audit/lib/Actions/UserManagement.php

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  *
  * @license GNU AGPL version 3 or any later version

+ 1 - 0
apps/admin_audit/lib/Actions/Versions.php

@@ -3,6 +3,7 @@
  * @copyright Bjoern Schiessle <bjoern@schiessle.org>
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
  *
  * @license GNU AGPL version 3 or any later version
  *

+ 3 - 0
apps/admin_audit/lib/AppInfo/Application.php

@@ -2,6 +2,9 @@
 /**
  * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/comments/appinfo/app.php

@@ -2,7 +2,9 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

+ 3 - 2
apps/comments/appinfo/routes.php

@@ -1,9 +1,10 @@
 <?php
-
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 2 - 0
apps/comments/lib/Activity/Filter.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 1 - 0
apps/comments/lib/Activity/Listener.php

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license AGPL-3.0
  *

+ 2 - 0
apps/comments/lib/Activity/Provider.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/comments/lib/Activity/Setting.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 11 - 9
apps/comments/lib/AppInfo/Application.php

@@ -1,22 +1,24 @@
 <?php
-
 /**
+ *
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  *
  * @license GNU AGPL version 3 or any later version
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful,
+ * 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.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 namespace OCA\Comments\AppInfo;

+ 11 - 9
apps/comments/lib/Controller/Notifications.php

@@ -1,22 +1,24 @@
 <?php
-
 /**
+ *
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license GNU AGPL version 3 or any later version
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
- * This library is distributed in the hope that it will be useful,
+ * 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.
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 

+ 0 - 1
apps/comments/lib/EventHandler.php

@@ -1,5 +1,4 @@
 <?php
-
 /**
  * @copyright Copyright (c) 2016 Arthur Schiwon <blizzz@arthur-schiwon.de>
  *

+ 3 - 1
apps/comments/lib/Notification/Listener.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <coding@schilljs.com>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 4 - 1
apps/comments/lib/Notification/Notifier.php

@@ -1,8 +1,11 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 3 - 1
apps/comments/tests/Unit/AppInfo/ApplicationTest.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <coding@schilljs.com>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 3 - 1
apps/comments/tests/Unit/Controller/NotificationsTest.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Morris Jobke <hey@morrisjobke.de>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 4 - 1
apps/comments/tests/Unit/Notification/ListenerTest.php

@@ -1,8 +1,11 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
  *
- * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 1 - 0
apps/comments/tests/Unit/Notification/NotifierTest.php

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016 Arthur Schiwon <blizzz@arthur-schiwon.de>
  *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Joas Schilling <coding@schilljs.com>
  *
  * @license GNU AGPL version 3 or any later version
  *

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

@@ -4,6 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Christoph Wurst <christoph@owncloud.com>
+ * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>

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

@@ -3,9 +3,9 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Christoph Wurst <christoph@owncloud.com>
- * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 4 - 0
apps/dav/appinfo/v1/webdav.php

@@ -2,10 +2,14 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Christoph Wurst <christoph@owncloud.com>
+ * @author Ko- <k.stoffelen@cs.ru.nl>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
+ * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0
  *

+ 1 - 0
apps/dav/appinfo/v2/remote.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Ko- <k.stoffelen@cs.ru.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

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

@@ -2,9 +2,10 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
- * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 3 - 1
apps/dav/lib/AppInfo/PluginManager.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud GmbH.
+ *
+ * @author Julius Härtl <jus@bitgrid.net>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
- * @copyright Copyright (c) 2016, ownCloud GmbH.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 4 - 1
apps/dav/lib/Avatars/AvatarHome.php

@@ -1,8 +1,11 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud GmbH
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
- * @copyright Copyright (c) 2016, ownCloud GmbH
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 3 - 1
apps/dav/lib/Avatars/AvatarNode.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud GmbH
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
- * @copyright Copyright (c) 2016, ownCloud GmbH
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 22 - 1
apps/dav/lib/Avatars/RootCollection.php

@@ -1,5 +1,26 @@
 <?php
-
+/**
+ *
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
 namespace OCA\DAV\Avatars;
 
 use Sabre\DAVACL\AbstractPrincipalCollection;

+ 3 - 0
apps/dav/lib/CalDAV/Activity/Backend.php

@@ -2,6 +2,9 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Filter/Calendar.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Filter/Todo.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Provider/Base.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Provider/Calendar.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Provider/Event.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Provider/Todo.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Setting/Calendar.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Setting/Event.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/CalDAV/Activity/Setting/Todo.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

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

@@ -4,9 +4,11 @@
  * @copyright Copyright (c) 2016, Georg Ehrke
  *
  * @author Achim Königs <garfonso@tratschtante.de>
+ * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Georg Ehrke <georg@nextcloud.com>
  *
  * @license AGPL-3.0
  *

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

@@ -3,11 +3,15 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @copyright Copyright (c) 2017 Georg Ehrke
  *
+ * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author nhirokinet <nhirokinet@nhiroki.net>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Stefan Weil <sw@weilnetz.de>
  * @author Thomas Citharel <tcit@tcit.fr>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Georg Ehrke <oc.list@georgehrke.com>
  *
  * @license AGPL-3.0
  *

+ 3 - 0
apps/dav/lib/CalDAV/Calendar.php

@@ -2,8 +2,11 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Thomas Citharel <tcit@tcit.fr>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 2 - 0
apps/dav/lib/CalDAV/CalendarHome.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

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

@@ -3,8 +3,8 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @copyright Copyright (c) 2017, Georg Ehrke
  *
+ * @author Georg Ehrke <georg@owncloud.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Georg Ehrke <oc.list@georgehrke.com>
  *
  * @license AGPL-3.0
  *

+ 3 - 1
apps/dav/lib/CalDAV/Plugin.php

@@ -1,8 +1,10 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud GmbH.
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
- * @copyright Copyright (c) 2016, ownCloud GmbH.
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

+ 9 - 8
apps/dav/lib/CalDAV/PublicCalendar.php

@@ -2,21 +2,22 @@
 /**
  * @copyright Copyright (c) 2017, Georg Ehrke
  *
- * @author Georg Ehrke <oc.list@georgehrke.com>
+ * @author Georg Ehrke <georg@owncloud.com>
  *
- * @license AGPL-3.0
+ * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV;

+ 9 - 8
apps/dav/lib/CalDAV/PublicCalendarObject.php

@@ -2,21 +2,22 @@
 /**
  * @copyright Copyright (c) 2017, Georg Ehrke
  *
- * @author Georg Ehrke <oc.list@georgehrke.com>
+ * @author Georg Ehrke <georg@owncloud.com>
  *
- * @license AGPL-3.0
+ * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV;

+ 5 - 1
apps/dav/lib/CalDAV/PublicCalendarRoot.php

@@ -1,8 +1,12 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Thomas Citharel <tcit@tcit.fr>
  * @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

+ 10 - 7
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php

@@ -1,21 +1,24 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr>
+ *
  * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
- * @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr>
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Publishing;

+ 9 - 7
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php

@@ -1,21 +1,23 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr>
+ *
  * @author Thomas Citharel <tcit@tcit.fr>
  *
- * @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr>
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Publishing\Xml;

+ 3 - 1
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php

@@ -3,8 +3,10 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  * @copyright Copyright (c) 2017, Georg Ehrke
  *
+ * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Leon Klingele <leon@struktur.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
- * @author Georg Ehrke <oc.list@georgehrke.com>
  *
  * @license AGPL-3.0
  *

+ 11 - 8
apps/dav/lib/CalDAV/Search/SearchPlugin.php

@@ -1,21 +1,24 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/CompFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/LimitFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/OffsetFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/ParamFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Filter;

+ 10 - 8
apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php

@@ -1,21 +1,23 @@
 <?php
 /**
- * @author Georg Ehrke <oc.list@georgehrke.com>
- *
  * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
+ *
+ * @author Georg Ehrke <georg@owncloud.com>
+ *
  * @license GNU AGPL version 3 or any later version
  *
- * 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 free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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/>
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 namespace OCA\DAV\CalDAV\Search\Xml\Request;

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

@@ -1,8 +1,9 @@
 <?php
 /**
+ * @copyright Copyright (c) 2016, ownCloud GmbH
+ *
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
- * @copyright Copyright (c) 2016, ownCloud GmbH
  * @license AGPL-3.0
  *
  * This code is free software: you can redistribute it and/or modify

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

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -4,6 +4,7 @@
  *
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 5 - 0
apps/dav/lib/CardDAV/CardDavBackend.php

@@ -7,7 +7,12 @@
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Georg Ehrke <georg@owncloud.com>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Stefan Weil <sw@weilnetz.de>
+ * @author Thomas Citharel <tcit@tcit.fr>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Georg Ehrke <georg@owncloud.com>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *

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

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Georg Ehrke <georg@owncloud.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
  * @license AGPL-3.0
  *

+ 21 - 1
apps/dav/lib/CardDAV/PhotoCache.php

@@ -1,5 +1,25 @@
 <?php
-
+/**
+ *
+ *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
 namespace OCA\DAV\CardDAV;
 
 use OCP\Files\IAppData;

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

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -2,8 +2,9 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Björn Schießle <bjoern@schiessle.org>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 2 - 0
apps/dav/lib/Command/CreateCalendar.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Thomas Citharel <tcit@tcit.fr>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -4,6 +4,7 @@
  *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

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

@@ -4,6 +4,7 @@
  *
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

+ 1 - 0
apps/dav/lib/Connector/PublicAuth.php

@@ -2,6 +2,7 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>

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

@@ -11,6 +11,7 @@
  * @author Markus Goetz <markus@woboq.com>
  * @author Michael Gapczynski <GapczynskiM@gmail.com>
  * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

+ 2 - 0
apps/dav/lib/Connector/Sabre/BearerAuth.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2017 Lukas Reschke <lukas@statuscode.ch>
  *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

+ 2 - 0
apps/dav/lib/Connector/Sabre/CachingTree.php

@@ -2,6 +2,8 @@
 /**
  * @copyright Copyright (c) 2017 Robin Appelman <robin@icewind.nl>
  *
+ * @author Robin Appelman <robin@icewind.nl>
+ *
  * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license AGPL-3.0
  *

+ 2 - 0
apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php

@@ -2,7 +2,9 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Christoph Wickert <cwickert@suse.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Morris Jobke <hey@morrisjobke.de>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  *
  * @license AGPL-3.0

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

@@ -2,9 +2,8 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Pierre Jochem <pierrejochem@msn.com>
- * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

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

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

+ 3 - 0
apps/dav/lib/Connector/Sabre/File.php

@@ -12,8 +12,11 @@
  * @author Owen Winkler <a_github@midnightcircus.com>
  * @author Robin Appelman <robin@icewind.nl>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Semih Serhat Karakaya <karakayasemi@itu.edu.tr>
+ * @author Stefan Schneider <stefan.schneider@squareweave.com.au>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
+ * @author Vinicius Cubas Brand <vinicius@eita.org.br>
  *
  * @license AGPL-3.0
  *

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

@@ -2,9 +2,11 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Bjoern Schiessle <bjoern@schiessle.org>
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author Michael Jobst <mjobst+github@tecratech.de>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <robin@icewind.nl>
  * @author Robin McCorkell <robin@mccorkell.me.uk>

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Joas Schilling <coding@schilljs.com>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

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

@@ -5,7 +5,6 @@
  * @author Bart Visscher <bartv@thisnet.nl>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <robin@icewind.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

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

@@ -6,6 +6,7 @@
  * @author Bart Visscher <bartv@thisnet.nl>
  * @author Björn Schießle <bjoern@schiessle.org>
  * @author Jakob Sack <mail@jakobsack.de>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Klaas Freitag <freitag@owncloud.com>
  * @author Markus Goetz <markus@woboq.com>

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

@@ -3,11 +3,11 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Björn Schießle <bjoern@schiessle.org>
  * @author Joas Schilling <coding@schilljs.com>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>
  *

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

@@ -7,6 +7,7 @@
  * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Thomas Tanghus <thomas@tanghus.net>
  * @author Vincent Petry <pvince81@owncloud.com>

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

@@ -3,8 +3,9 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Felix Moeller <mail@felixmoeller.de>
- * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Joas Schilling <coding@schilljs.com>
  * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author scambra <sergio@entrecables.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

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

@@ -3,6 +3,7 @@
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
  * @author Morris Jobke <hey@morrisjobke.de>
+ * @author Robin Appelman <robin@icewind.nl>
  * @author scolebrook <scolebrook@mac.com>
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <pvince81@owncloud.com>

+ 4 - 0
apps/dav/lib/Connector/Sabre/SharesPlugin.php

@@ -2,6 +2,10 @@
 /**
  * @copyright Copyright (c) 2016, ownCloud, Inc.
  *
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author Maxence Lange <maxence@nextcloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <pvince81@owncloud.com>
  *
  * @license AGPL-3.0

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