Browse Source

Update license headers

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v21.0.0beta5
Christoph Wurst 3 years ago
parent
commit
9ce3ea3368
No account linked to committer's email address
54 changed files with 84 additions and 31 deletions
  1. 1
    2
      AUTHORS
  2. 1
    0
      apps/dav/lib/CalDAV/CalDavBackend.php
  3. 1
    0
      apps/dav/lib/CardDAV/CardDavBackend.php
  4. 1
    0
      apps/dav/lib/Command/MoveCalendar.php
  5. 1
    0
      apps/dav/lib/DAV/Sharing/Backend.php
  6. 1
    3
      apps/dav/lib/Migration/BuildSocialSearchIndex.php
  7. 1
    1
      apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php
  8. 1
    0
      apps/federation/lib/BackgroundJob/GetSharedSecret.php
  9. 1
    0
      apps/federation/lib/BackgroundJob/RequestSharedSecret.php
  10. 1
    0
      apps/files/lib/Command/Scan.php
  11. 1
    0
      apps/files/lib/Command/ScanAppData.php
  12. 1
    0
      apps/files_sharing/lib/SharedStorage.php
  13. 1
    0
      apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php
  14. 0
    1
      apps/settings/lib/AppInfo/Application.php
  15. 1
    0
      apps/settings/lib/Controller/CheckSetupController.php
  16. 1
    0
      apps/user_ldap/lib/Access.php
  17. 1
    0
      apps/user_ldap/lib/ILDAPWrapper.php
  18. 1
    0
      apps/user_ldap/lib/LDAP.php
  19. 0
    1
      build/integration/features/bootstrap/BasicStructure.php
  20. 1
    0
      build/integration/features/bootstrap/Trashbin.php
  21. 1
    0
      console.php
  22. 1
    0
      core/Command/Db/ConvertFilecacheBigInt.php
  23. 4
    3
      core/Controller/WellKnownController.php
  24. 1
    0
      cron.php
  25. 1
    0
      lib/private/AppFramework/Http/Request.php
  26. 1
    0
      lib/private/DB/QueryBuilder/QueryBuilder.php
  27. 1
    0
      lib/private/Files/Cache/Cache.php
  28. 1
    0
      lib/private/Files/ObjectStore/ObjectStoreStorage.php
  29. 1
    0
      lib/private/Files/SimpleFS/NewSimpleFile.php
  30. 1
    0
      lib/private/Files/Storage/DAV.php
  31. 1
    0
      lib/private/Files/Storage/Flysystem.php
  32. 3
    0
      lib/private/Files/Storage/Wrapper/Encoding.php
  33. 2
    0
      lib/private/Files/Storage/Wrapper/Encryption.php
  34. 3
    0
      lib/private/Files/Storage/Wrapper/Jail.php
  35. 3
    0
      lib/private/Files/Storage/Wrapper/Quota.php
  36. 2
    0
      lib/private/Files/Storage/Wrapper/Wrapper.php
  37. 4
    3
      lib/private/Http/WellKnown/RequestManager.php
  38. 1
    0
      lib/private/Preview/HEIC.php
  39. 1
    0
      lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php
  40. 1
    0
      lib/private/Share/SearchResultSorter.php
  41. 1
    0
      lib/private/legacy/OC_Helper.php
  42. 1
    0
      lib/private/legacy/OC_Image.php
  43. 0
    1
      lib/public/AppFramework/Http/ContentSecurityPolicy.php
  44. 1
    0
      lib/public/DB/QueryBuilder/IQueryBuilder.php
  45. 1
    0
      lib/public/Files/SimpleFS/ISimpleFile.php
  46. 3
    1
      lib/public/Files/Storage.php
  47. 3
    0
      lib/public/Files/Storage/IStorage.php
  48. 4
    3
      lib/public/Http/WellKnown/GenericResponse.php
  49. 4
    3
      lib/public/Http/WellKnown/IHandler.php
  50. 4
    3
      lib/public/Http/WellKnown/IRequestContext.php
  51. 4
    3
      lib/public/Http/WellKnown/IResponse.php
  52. 4
    3
      lib/public/Http/WellKnown/JrdResponse.php
  53. 1
    0
      lib/public/Share/Events/ShareDeletedEvent.php
  54. 1
    0
      lib/public/Util.php

+ 1
- 2
AUTHORS View File

@@ -210,7 +210,6 @@ Nextcloud is written by:
- Michael Kuhn <michael@ikkoku.de>
- Michael Letzgus <www@chronos.michael-letzgus.de>
- Michael Roitzsch <reactorcontrol@icloud.com>
- Michael Roth <michael.roth@rz.uni-augsburg.de>
- Michael Weimann <mail@michael-weimann.eu>
- Michael Zamot <michael@zamot.io>
- Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
@@ -321,7 +320,6 @@ Nextcloud is written by:
- Tekhnee <info@tekhnee.org>
- Temtaime <temtaime@gmail.com>
- Thibaut GRIDEL <tgridel@free.fr>
- Thomas Citharel <github@tcit.fr>
- Thomas Citharel <nextcloud@tcit.fr>
- Thomas Ebert <thomas.ebert@usability.de>
- Thomas Müller <thomas.mueller@tmit.eu>
@@ -402,6 +400,7 @@ Nextcloud is written by:
- martin-rueegg <martin.rueegg@metaworx.ch>
- martin.mattel@diemattels.at <martin.mattel@diemattels.at>
- martink-p <47943787+martink-p@users.noreply.github.com>
- matt <34400929+call-me-matt@users.noreply.github.com>
- medcloud <42641918+medcloud@users.noreply.github.com>
- michaelletzgus <michaelletzgus@users.noreply.github.com>
- michag86 <micha_g@arcor.de>

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

@@ -8,6 +8,7 @@
* @author dartcafe <github@dartcafe.de>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author leith abdulla <online-nextcloud@eleith.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/dav/lib/CardDAV/CardDavBackend.php View File

@@ -9,6 +9,7 @@
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author matt <34400929+call-me-matt@users.noreply.github.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/lib/Command/MoveCalendar.php View File

@@ -5,6 +5,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <nextcloud@tcit.fr>
*

+ 1
- 0
apps/dav/lib/DAV/Sharing/Backend.php View File

@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>

+ 1
- 3
apps/dav/lib/Migration/BuildSocialSearchIndex.php View File

@@ -2,9 +2,7 @@
/**
* @copyright 2017 Georg Ehrke <oc.list@georgehrke.com>
*
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author call-me-matt <nextcloud@matthiasheinisch.de>
*
* @license GNU AGPL version 3 or any later version
*

+ 1
- 1
apps/dav/lib/Migration/BuildSocialSearchIndexBackgroundJob.php View File

@@ -2,7 +2,7 @@
/**
* @copyright 2020 Matthias Heinisch <nextcloud@matthiasheinisch.de>
*
* @author Matthias Heinisch <nextcloud@matthiasheinisch.de>
* @author call-me-matt <nextcloud@matthiasheinisch.de>
*
* @license GNU AGPL version 3 or any later version
*

+ 1
- 0
apps/federation/lib/BackgroundJob/GetSharedSecret.php View File

@@ -5,6 +5,7 @@
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/federation/lib/BackgroundJob/RequestSharedSecret.php View File

@@ -4,6 +4,7 @@
*
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/files/lib/Command/Scan.php View File

@@ -6,6 +6,7 @@
* @author Blaok <i@blaok.me>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Joel S <joel.devbox@protonmail.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>

+ 1
- 0
apps/files/lib/Command/ScanAppData.php View File

@@ -4,6 +4,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Joel S <joel.devbox@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/files_sharing/lib/SharedStorage.php View File

@@ -4,6 +4,7 @@
*
* @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <bjoern@schiessle.org>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php View File

@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
*
* @author Joas Schilling <coding@schilljs.com>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*

+ 0
- 1
apps/settings/lib/AppInfo/Application.php View File

@@ -12,7 +12,6 @@ declare(strict_types=1);
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Maxence Lange <maxence@artificial-owl.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/settings/lib/Controller/CheckSetupController.php View File

@@ -8,6 +8,7 @@
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Derek <derek.kelly27@gmail.com>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Ko- <k.stoffelen@cs.ru.nl>

+ 1
- 0
apps/user_ldap/lib/Access.php View File

@@ -10,6 +10,7 @@
* @author bline <scottbeck@gmail.com>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>

+ 1
- 0
apps/user_ldap/lib/ILDAPWrapper.php View File

@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@statuscode.ch>

+ 1
- 0
apps/user_ldap/lib/LDAP.php View File

@@ -5,6 +5,7 @@
* @author Alexander Bergolth <leo@strike.wu.ac.at>
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@statuscode.ch>

+ 0
- 1
build/integration/features/bootstrap/BasicStructure.php View File

@@ -14,7 +14,6 @@
* @author Sergio Bertolin <sbertolin@solidgear.es>
* @author Sergio Bertolín <sbertolin@solidgear.es>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*

+ 1
- 0
build/integration/features/bootstrap/Trashbin.php View File

@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2017, ownCloud GmbH.
*
* @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
* @author Vincent Petry <vincent@nextcloud.com>

+ 1
- 0
console.php View File

@@ -5,6 +5,7 @@
* @author Bart Visscher <bartv@thisnet.nl>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author hoellen <dev@hoellen.eu>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Ko- <k.stoffelen@cs.ru.nl>
* @author Lukas Reschke <lukas@statuscode.ch>

+ 1
- 0
core/Command/Db/ConvertFilecacheBigInt.php View File

@@ -10,6 +10,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author timm2k <timm2k@gmx.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*

+ 4
- 3
core/Controller/WellKnownController.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OC\Core\Controller;

+ 1
- 0
cron.php View File

@@ -7,6 +7,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author hoellen <dev@hoellen.eu>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Jakob Sack <mail@jakobsack.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>

+ 1
- 0
lib/private/AppFramework/Http/Request.php View File

@@ -11,6 +11,7 @@ declare(strict_types=1);
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Juan Pablo Villafáñez <jvillafanez@solidgear.es>
* @author Julius Härtl <jus@bitgrid.net>

+ 1
- 0
lib/private/DB/QueryBuilder/QueryBuilder.php View File

@@ -4,6 +4,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Robin Appelman <robin@icewind.nl>

+ 1
- 0
lib/private/Files/Cache/Cache.php View File

@@ -7,6 +7,7 @@
* @author Artem Kochnev <MrJeos@gmail.com>
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Florin Peter <github@florin-peter.de>
* @author Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* @author Jens-Christian Fischer <jens-christian.fischer@switch.ch>

+ 1
- 0
lib/private/Files/ObjectStore/ObjectStoreStorage.php View File

@@ -10,6 +10,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
*
* @license AGPL-3.0
*

+ 1
- 0
lib/private/Files/SimpleFS/NewSimpleFile.php View File

@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2020 Robin Appelman <robin@icewind.nl>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version

+ 1
- 0
lib/private/Files/Storage/DAV.php View File

@@ -17,6 +17,7 @@
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0

+ 1
- 0
lib/private/Files/Storage/Flysystem.php View File

@@ -5,6 +5,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
*
* @license AGPL-3.0
*

+ 3
- 0
lib/private/Files/Storage/Wrapper/Encoding.php View File

@@ -2,9 +2,12 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0

+ 2
- 0
lib/private/Files/Storage/Wrapper/Encryption.php View File

@@ -6,6 +6,7 @@
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
@@ -13,6 +14,7 @@
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0

+ 3
- 0
lib/private/Files/Storage/Wrapper/Jail.php View File

@@ -2,11 +2,14 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Julius Härtl <jus@bitgrid.net>
* @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 Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
*
* @license AGPL-3.0
*

+ 3
- 0
lib/private/Files/Storage/Wrapper/Quota.php View File

@@ -2,6 +2,8 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Julius Härtl <jus@bitgrid.net>
@@ -10,6 +12,7 @@
* @author Robin Appelman <robin@icewind.nl>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0

+ 2
- 0
lib/private/Files/Storage/Wrapper/Wrapper.php View File

@@ -3,12 +3,14 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @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 Robin McCorkell <robin@mccorkell.me.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
* @author Vinicius Cubas Brand <vinicius@eita.org.br>
*

+ 4
- 3
lib/private/Http/WellKnown/RequestManager.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OC\Http\WellKnown;

+ 1
- 0
lib/private/Preview/HEIC.php View File

@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright Copyright (c) 2018, ownCloud GmbH
* @copyright Copyright (c) 2018, Sebastian Steinmetz (me@sebastiansteinmetz.ch)
*
* @author J0WI <J0WI@users.noreply.github.com>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sebastian Steinmetz <462714+steiny2k@users.noreply.github.com>

+ 1
- 0
lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php View File

@@ -2,6 +2,7 @@
/**
* @copyright 2016 Roeland Jago Douma <roeland@famdouma.nl>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version

+ 1
- 0
lib/private/Share/SearchResultSorter.php View File

@@ -4,6 +4,7 @@
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
lib/private/legacy/OC_Helper.php View File

@@ -9,6 +9,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Felix Moeller <mail@felixmoeller.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Jakob Sack <mail@jakobsack.de>
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* @author Joas Schilling <coding@schilljs.com>

+ 1
- 0
lib/private/legacy/OC_Image.php View File

@@ -9,6 +9,7 @@
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author J0WI <J0WI@users.noreply.github.com>
* @author j-ed <juergen@eisfair.org>
* @author Joas Schilling <coding@schilljs.com>
* @author Johannes Willnecker <johannes@willnecker.com>

+ 0
- 1
lib/public/AppFramework/Http/ContentSecurityPolicy.php View File

@@ -6,7 +6,6 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author sualko <klaus@jsxc.org>
* @author Thomas Citharel <github@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license AGPL-3.0

+ 1
- 0
lib/public/DB/QueryBuilder/IQueryBuilder.php View File

@@ -4,6 +4,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Robin Appelman <robin@icewind.nl>

+ 1
- 0
lib/public/Files/SimpleFS/ISimpleFile.php View File

@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Roeland Jago Douma <roeland@famdouma.nl>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*

+ 3
- 1
lib/public/Files/Storage.php View File

@@ -2,14 +2,16 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Michael Roth <michael.roth@rz.uni-augsburg.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* @author Vincent Petry <vincent@nextcloud.com>
* @author Vinicius Cubas Brand <vinicius@eita.org.br>
*

+ 3
- 0
lib/public/Files/Storage/IStorage.php View File

@@ -2,9 +2,12 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
*
* @license AGPL-3.0
*

+ 4
- 3
lib/public/Http/WellKnown/GenericResponse.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCP\Http\WellKnown;

+ 4
- 3
lib/public/Http/WellKnown/IHandler.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCP\Http\WellKnown;

+ 4
- 3
lib/public/Http/WellKnown/IRequestContext.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCP\Http\WellKnown;

+ 4
- 3
lib/public/Http/WellKnown/IResponse.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCP\Http\WellKnown;

+ 4
- 3
lib/public/Http/WellKnown/JrdResponse.php View File

@@ -2,10 +2,10 @@

declare(strict_types=1);

/*
/**
* @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,7 +20,8 @@ declare(strict_types=1);
* 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/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

namespace OCP\Http\WellKnown;

+ 1
- 0
lib/public/Share/Events/ShareDeletedEvent.php View File

@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright Copyright (c) 2020, Maxence Lange <maxence@artificial-owl.com>
*
* @author Maxence Lange <maxence@artificial-owl.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*

+ 1
- 0
lib/public/Util.php View File

@@ -9,6 +9,7 @@
* @author Frank Karlitschek <frank@karlitschek.de>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Individual IT Services <info@individual-it.net>
* @author J0WI <J0WI@users.noreply.github.com>
* @author Jens-Christian Fischer <jens-christian.fischer@switch.ch>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

Loading…
Cancel
Save