aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-29 14:24:27 +0200
committerGitHub <noreply@github.com>2020-04-29 14:24:27 +0200
commitb219eadb8f3f459f2c71e937dfd3542f0792da8e (patch)
treef5afd746a8865695326a06498a01ef306d5407b3 /lib/private/Http/Client
parent80222e6a06d282a2cbd9fdfa0a446316c27278ee (diff)
parentcb057829f72c70e819f456edfadbb29d72dba832 (diff)
downloadnextcloud-server-b219eadb8f3f459f2c71e937dfd3542f0792da8e.tar.gz
nextcloud-server-b219eadb8f3f459f2c71e937dfd3542f0792da8e.zip
Merge pull request #20714 from nextcloud/fix/license-headers-19
Update license headers for 19
Diffstat (limited to 'lib/private/Http/Client')
-rw-r--r--lib/private/Http/Client/Client.php2
-rw-r--r--lib/private/Http/Client/ClientService.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/private/Http/Client/Client.php b/lib/private/Http/Client/Client.php
index d21ce413f1a..d19f1124a23 100644
--- a/lib/private/Http/Client/Client.php
+++ b/lib/private/Http/Client/Client.php
@@ -5,7 +5,9 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Mohammed Abdellatif <m.latief@gmail.com>
* @author Robin Appelman <robin@icewind.nl>
diff --git a/lib/private/Http/Client/ClientService.php b/lib/private/Http/Client/ClientService.php
index 55f03f30399..3858032308a 100644
--- a/lib/private/Http/Client/ClientService.php
+++ b/lib/private/Http/Client/ClientService.php
@@ -5,7 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
- * @author Daniel Kesselberg <mail@danielkesselberg.de>
+ * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*