summaryrefslogtreecommitdiffstats
path: root/core/ajax
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-06-27 20:22:23 +0200
committerLukas Reschke <lukas@owncloud.com>2015-06-27 20:22:23 +0200
commitd1f0ff372e8c05ced760d4e21060e8d8db9c1963 (patch)
tree19cda384ecba1aa1afd161233c55caa3879d21a2 /core/ajax
parent708c6268ad81b87b77d4b10cf783e2f84b4f6735 (diff)
parent0032cddb400dc3e29bf77cef6ffb2c7e0ac8449a (diff)
downloadnextcloud-server-d1f0ff372e8c05ced760d4e21060e8d8db9c1963.tar.gz
nextcloud-server-d1f0ff372e8c05ced760d4e21060e8d8db9c1963.zip
Merge pull request #17163 from owncloud/update-licenses
Update license headers
Diffstat (limited to 'core/ajax')
-rw-r--r--core/ajax/preview.php1
-rw-r--r--core/ajax/share.php3
-rw-r--r--core/ajax/update.php1
3 files changed, 3 insertions, 2 deletions
diff --git a/core/ajax/preview.php b/core/ajax/preview.php
index 2c25d6f9219..c5714396409 100644
--- a/core/ajax/preview.php
+++ b/core/ajax/preview.php
@@ -3,7 +3,6 @@
* @author Georg Ehrke <georg@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @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>
*
diff --git a/core/ajax/share.php b/core/ajax/share.php
index fa75f37587f..6cf5eb00cb6 100644
--- a/core/ajax/share.php
+++ b/core/ajax/share.php
@@ -3,8 +3,8 @@
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
+ * @author Craig Morrissey <craig@owncloud.com>
* @author dampfklon <me@dampfklon.de>
- * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
@@ -12,6 +12,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Ramiro Aparicio <rapariciog@gmail.com>
* @author Robin Appelman <icewind@owncloud.com>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Thomas Tanghus <thomas@tanghus.net>
* @author Vincent Petry <pvince81@owncloud.com>
diff --git a/core/ajax/update.php b/core/ajax/update.php
index 6a29b5b1c33..2f34708faea 100644
--- a/core/ajax/update.php
+++ b/core/ajax/update.php
@@ -3,6 +3,7 @@
* @author Bart Visscher <bartv@thisnet.nl>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>