From 933f60e3147ad872acf3211dc826ebf528434681 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 1 Mar 2016 17:25:15 +0100 Subject: Update author information Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) --- core/ajax/share.php | 2 +- core/command/app/disable.php | 1 + core/command/app/enable.php | 1 + core/command/base.php | 1 + core/command/config/system/setconfig.php | 1 + core/command/maintenance/mimetype/updatejs.php | 1 + core/command/security/importcertificate.php | 2 +- core/command/security/listcertificates.php | 2 +- core/command/security/removecertificate.php | 2 +- core/command/user/lastseen.php | 1 + core/js/config.php | 2 +- core/register_command.php | 1 + 12 files changed, 12 insertions(+), 5 deletions(-) (limited to 'core') 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 * @author Felix Böhm * @author Joas Schilling - * @author Jörn Friedrich Dreyer + * @author Leonardo Diez * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke 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 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry 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 @@ * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry 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 @@ + * @author Thomas Müller * * @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 @@ + * @author Robin McCorkell * * @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 @@ * @author Robin McCorkell * @author Roeland Jago Douma * 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 * - * @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 * - * @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 * - * @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 * @author Joas Schilling * @author Morris Jobke + * @author Pierre Ozoux * * @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 * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller + * @author Vincent Chan * @author Vincent Petry * * @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 * @author Lukas Reschke * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk -- cgit v1.2.3