diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-10-26 13:54:55 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-10-26 14:04:01 +0100 |
commit | 8f09d5b67c3689eb90690d0c8b58bcfec68e60dd (patch) | |
tree | bf399f4b1345ce3e79f04f25ec969bf2be78b0bd /settings | |
parent | 52ba14ed055ef2a89d3babb1c5543327d05acfe0 (diff) | |
download | nextcloud-server-8f09d5b67c3689eb90690d0c8b58bcfec68e60dd.tar.gz nextcloud-server-8f09d5b67c3689eb90690d0c8b58bcfec68e60dd.zip |
Update license headers
Diffstat (limited to 'settings')
-rw-r--r-- | settings/ajax/enableapp.php | 1 | ||||
-rw-r--r-- | settings/controller/certificatecontroller.php | 2 | ||||
-rw-r--r-- | settings/controller/checksetupcontroller.php | 2 | ||||
-rw-r--r-- | settings/controller/userscontroller.php | 1 | ||||
-rw-r--r-- | settings/personal.php | 4 | ||||
-rw-r--r-- | settings/users.php | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 04b92283f3e..581a205d6ff 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -2,6 +2,7 @@ /** * @author Bart Visscher <bartv@thisnet.nl> * @author Christopher Schäpers <kondou@ts.unde.re> + * @author Joas Schilling <nickvergessen@owncloud.com> * @author Kamil Domanski <kdomanski@kdemail.net> * @author Lukas Reschke <lukas@owncloud.com> * @author Robin Appelman <icewind@owncloud.com> diff --git a/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php index 750144e7a2c..e360a1053c3 100644 --- a/settings/controller/certificatecontroller.php +++ b/settings/controller/certificatecontroller.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle <schiessle@owncloud.com> * @author Lukas Reschke <lukas@owncloud.com> - * @author Robin McCorkell <rmccorkell@karoshi.org.uk> + * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php index bd0737aacc4..491821b44c5 100644 --- a/settings/controller/checksetupcontroller.php +++ b/settings/controller/checksetupcontroller.php @@ -4,7 +4,7 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Roeland Jago Douma <rullzer@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/settings/controller/userscontroller.php b/settings/controller/userscontroller.php index ddabd308a50..1a77172db9b 100644 --- a/settings/controller/userscontroller.php +++ b/settings/controller/userscontroller.php @@ -4,6 +4,7 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/settings/personal.php b/settings/personal.php index 8cbcf923a58..d6d016c6545 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -12,9 +12,9 @@ * @author Marvin Thomas Rabe <mrabe@marvinrabe.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> - * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Vincent Petry <pvince81@owncloud.com> * @author Volkan Gezer <volkangezer@gmail.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/settings/users.php b/settings/users.php index f16cbca2ae9..59cc94f5023 100644 --- a/settings/users.php +++ b/settings/users.php @@ -12,7 +12,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Roeland Jago Douma <roeland@famdouma.nl> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Stephan Peijnik <speijnik@anexia-it.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * |