diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
commit | 933f60e3147ad872acf3211dc826ebf528434681 (patch) | |
tree | 3317c0a60a335c084957a0b74589fcfae4cc76ef /core | |
parent | 900dcf6594d51f603b1a863020363987ed7ab003 (diff) | |
download | nextcloud-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')
-rw-r--r-- | core/ajax/share.php | 2 | ||||
-rw-r--r-- | core/command/app/disable.php | 1 | ||||
-rw-r--r-- | core/command/app/enable.php | 1 | ||||
-rw-r--r-- | core/command/base.php | 1 | ||||
-rw-r--r-- | core/command/config/system/setconfig.php | 1 | ||||
-rw-r--r-- | core/command/maintenance/mimetype/updatejs.php | 1 | ||||
-rw-r--r-- | core/command/security/importcertificate.php | 2 | ||||
-rw-r--r-- | core/command/security/listcertificates.php | 2 | ||||
-rw-r--r-- | core/command/security/removecertificate.php | 2 | ||||
-rw-r--r-- | core/command/user/lastseen.php | 1 | ||||
-rw-r--r-- | core/js/config.php | 2 | ||||
-rw-r--r-- | core/register_command.php | 1 |
12 files changed, 12 insertions, 5 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php index 93a7e911c42..8ece9945c23 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -7,7 +7,7 @@ * @author dampfklon <me@dampfklon.de> * @author Felix Böhm <felixboehm@gmx.de> * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Jörn Friedrich Dreyer <jfd@butonic.de> + * @author Leonardo Diez <leio10@users.noreply.github.com> * @author Lukas Reschke <lukas@owncloud.com> * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Morris Jobke <hey@morrisjobke.de> 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 diff --git a/core/js/config.php b/core/js/config.php index aac7630a1d8..1f0c756596d 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -12,7 +12,7 @@ * @author Owen Winkler <a_github@midnightcircus.com> * @author Robin Appelman <icewind@owncloud.com> * @author Roeland Jago Douma <rullzer@owncloud.com> - * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Vincent Chan <plus.vincchan@gmail.com> * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/core/register_command.php b/core/register_command.php index 2e9e80fe8d7..17bd573133a 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -6,6 +6,7 @@ * @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 Robin McCorkell <robin@mccorkell.me.uk> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Victor Dubiniuk <dubiniuk@owncloud.com> |