Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-25 12:43:55 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-06-25 15:13:49 +0300
commitf63915d0c8b28ed507f0db6e11ef50e9a0bd39f4 (patch)
tree411739523aed92226927f7aa5d90e69656af693e /ocs
parentcdb0e62e9b7a537f79f8674bc641fb88ec30c2be (diff)
update license headers and authors
Diffstat (limited to 'ocs')
-rw-r--r--ocs/routes.php1
-rw-r--r--ocs/v1.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index 751a16d538e..f8e6f33c48a 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -2,6 +2,7 @@
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tom Needham <tom@owncloud.com>
diff --git a/ocs/v1.php b/ocs/v1.php
index 8002ca602e6..2829cf08c57 100644
--- a/ocs/v1.php
+++ b/ocs/v1.php
@@ -4,6 +4,7 @@
* @author Frank Karlitschek <frank@owncloud.org>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
+ * @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tom Needham <tom@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>