summaryrefslogtreecommitdiffstats
path: root/lib/public/http/client
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/http/client')
-rw-r--r--lib/public/http/client/iclient.php1
-rw-r--r--lib/public/http/client/iclientservice.php1
-rw-r--r--lib/public/http/client/iresponse.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/http/client/iclient.php b/lib/public/http/client/iclient.php
index ab907dcfb82..aadb9efd1bb 100644
--- a/lib/public/http/client/iclient.php
+++ b/lib/public/http/client/iclient.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Lukas Reschke <lukas@owncloud.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/lib/public/http/client/iclientservice.php b/lib/public/http/client/iclientservice.php
index 2a8bff7bc69..14dfcc071b8 100644
--- a/lib/public/http/client/iclientservice.php
+++ b/lib/public/http/client/iclientservice.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Lukas Reschke <lukas@owncloud.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/lib/public/http/client/iresponse.php b/lib/public/http/client/iresponse.php
index 3a717d1650c..0e0ef4c5014 100644
--- a/lib/public/http/client/iresponse.php
+++ b/lib/public/http/client/iresponse.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Lukas Reschke <lukas@owncloud.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0