summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-01 17:25:15 +0100
committerLukas Reschke <lukas@owncloud.com>2016-03-01 17:25:15 +0100
commit933f60e3147ad872acf3211dc826ebf528434681 (patch)
tree3317c0a60a335c084957a0b74589fcfae4cc76ef /core/command
parent900dcf6594d51f603b1a863020363987ed7ab003 (diff)
downloadnextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.tar.gz
nextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.zip
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
Diffstat (limited to 'core/command')
-rw-r--r--core/command/app/disable.php1
-rw-r--r--core/command/app/enable.php1
-rw-r--r--core/command/base.php1
-rw-r--r--core/command/config/system/setconfig.php1
-rw-r--r--core/command/maintenance/mimetype/updatejs.php1
-rw-r--r--core/command/security/importcertificate.php2
-rw-r--r--core/command/security/listcertificates.php2
-rw-r--r--core/command/security/removecertificate.php2
-rw-r--r--core/command/user/lastseen.php1
9 files changed, 9 insertions, 3 deletions
diff --git a/core/command/app/disable.php b/core/command/app/disable.php
index b3157faf32e..743a78cb88d 100644
--- a/core/command/app/disable.php
+++ b/core/command/app/disable.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
diff --git a/core/command/app/enable.php b/core/command/app/enable.php
index fb2097356f5..0f6ce51fe8f 100644
--- a/core/command/app/enable.php
+++ b/core/command/app/enable.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
diff --git a/core/command/base.php b/core/command/base.php
index 1591a2854db..7538effd74a 100644
--- a/core/command/base.php
+++ b/core/command/base.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/config/system/setconfig.php b/core/command/config/system/setconfig.php
index 45ba01e9284..c7f206b05d1 100644
--- a/core/command/config/system/setconfig.php
+++ b/core/command/config/system/setconfig.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
+ * @author Robin McCorkell <robin@mccorkell.me.uk>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/command/maintenance/mimetype/updatejs.php
index 8ee06e8cdc9..a87f50e32de 100644
--- a/core/command/maintenance/mimetype/updatejs.php
+++ b/core/command/maintenance/mimetype/updatejs.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <rullzer@owncloud.com>
*
diff --git a/core/command/security/importcertificate.php b/core/command/security/importcertificate.php
index a280eee6505..6aae7ad1d9f 100644
--- a/core/command/security/importcertificate.php
+++ b/core/command/security/importcertificate.php
@@ -2,7 +2,7 @@
/**
* @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/core/command/security/listcertificates.php b/core/command/security/listcertificates.php
index eb25de172bd..91deb2d340a 100644
--- a/core/command/security/listcertificates.php
+++ b/core/command/security/listcertificates.php
@@ -2,7 +2,7 @@
/**
* @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/core/command/security/removecertificate.php b/core/command/security/removecertificate.php
index 64078adab9c..14b427511ac 100644
--- a/core/command/security/removecertificate.php
+++ b/core/command/security/removecertificate.php
@@ -2,7 +2,7 @@
/**
* @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/core/command/user/lastseen.php b/core/command/user/lastseen.php
index d71a5aedcb0..6bb45a87875 100644
--- a/core/command/user/lastseen.php
+++ b/core/command/user/lastseen.php
@@ -3,6 +3,7 @@
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
+ * @author Pierre Ozoux <pierre@ozoux.net>
*
* @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0