summaryrefslogtreecommitdiffstats
path: root/lib/private/http/client
diff options
context:
space:
mode:
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
-rw-r--r--lib/private/http/client/response.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/http/client/client.php b/lib/private/http/client/client.php
index 5f298e1acd7..fd73ecaebf1 100644
--- a/lib/private/http/client/client.php
+++ b/lib/private/http/client/client.php
@@ -3,7 +3,7 @@
* @author Lukas Reschke <lukas@owncloud.com>
* @author Robin Appelman <icewind@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/http/client/clientservice.php b/lib/private/http/client/clientservice.php
index c9b415a7429..7e280dbf3ca 100644
--- a/lib/private/http/client/clientservice.php
+++ b/lib/private/http/client/clientservice.php
@@ -2,7 +2,7 @@
/**
* @author Lukas Reschke <lukas@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/http/client/response.php b/lib/private/http/client/response.php
index b3429f36d04..7a879eab111 100644
--- a/lib/private/http/client/response.php
+++ b/lib/private/http/client/response.php
@@ -3,7 +3,7 @@
* @author Lukas Reschke <lukas@owncloud.com>
* @author Robin Appelman <icewind@owncloud.com>
*
- * @copyright Copyright (c) 2015, ownCloud, Inc.
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify