diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-05-26 19:56:05 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-05-26 19:57:24 +0200 |
commit | aba539703c0b0388f5ebf8757067bafab56774ce (patch) | |
tree | 2ae8672eb796343a3fad86a011fbce64a0afc0e8 /settings/Controller | |
parent | b29314d2607ef4a1671a9f0c7c3e7e2851de66b7 (diff) | |
download | nextcloud-server-aba539703c0b0388f5ebf8757067bafab56774ce.tar.gz nextcloud-server-aba539703c0b0388f5ebf8757067bafab56774ce.zip |
Update license headers
Diffstat (limited to 'settings/Controller')
-rw-r--r-- | settings/Controller/AppSettingsController.php | 3 | ||||
-rw-r--r-- | settings/Controller/AuthSettingsController.php | 1 | ||||
-rw-r--r-- | settings/Controller/CertificateController.php | 4 | ||||
-rw-r--r-- | settings/Controller/CheckSetupController.php | 2 | ||||
-rw-r--r-- | settings/Controller/EncryptionController.php | 4 | ||||
-rw-r--r-- | settings/Controller/GroupsController.php | 2 | ||||
-rw-r--r-- | settings/Controller/LogSettingsController.php | 2 | ||||
-rw-r--r-- | settings/Controller/MailSettingsController.php | 2 | ||||
-rw-r--r-- | settings/Controller/SecuritySettingsController.php | 2 | ||||
-rw-r--r-- | settings/Controller/UsersController.php | 5 |
10 files changed, 15 insertions, 12 deletions
diff --git a/settings/Controller/AppSettingsController.php b/settings/Controller/AppSettingsController.php index 6c86cbf2cd3..c7722267f19 100644 --- a/settings/Controller/AppSettingsController.php +++ b/settings/Controller/AppSettingsController.php @@ -1,7 +1,8 @@ <?php /** + * @author Christoph Wurst <christoph@owncloud.com> * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> * diff --git a/settings/Controller/AuthSettingsController.php b/settings/Controller/AuthSettingsController.php index 826e6b87033..2417f5f8218 100644 --- a/settings/Controller/AuthSettingsController.php +++ b/settings/Controller/AuthSettingsController.php @@ -1,5 +1,4 @@ <?php - /** * @author Christoph Wurst <christoph@owncloud.com> * diff --git a/settings/Controller/CertificateController.php b/settings/Controller/CertificateController.php index 90d0c664d84..cd75ce91eed 100644 --- a/settings/Controller/CertificateController.php +++ b/settings/Controller/CertificateController.php @@ -1,7 +1,7 @@ <?php /** - * @author Björn Schießle <schiessle@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Björn Schießle <bjoern@schiessle.org> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Robin Appelman <icewind@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com> * diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index cfdfa5021bc..7e30616d1f5 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -1,7 +1,7 @@ <?php /** * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Roeland Jago Douma <rullzer@owncloud.com> diff --git a/settings/Controller/EncryptionController.php b/settings/Controller/EncryptionController.php index 504448a5a2c..86ca897b9ce 100644 --- a/settings/Controller/EncryptionController.php +++ b/settings/Controller/EncryptionController.php @@ -1,7 +1,7 @@ <?php /** - * @author Björn Schießle <schiessle@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Björn Schießle <bjoern@schiessle.org> + * @author Lukas Reschke <lukas@statuscode.ch> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/settings/Controller/GroupsController.php b/settings/Controller/GroupsController.php index bb8e6755d41..73385e3eddf 100644 --- a/settings/Controller/GroupsController.php +++ b/settings/Controller/GroupsController.php @@ -1,7 +1,7 @@ <?php /** * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/settings/Controller/LogSettingsController.php b/settings/Controller/LogSettingsController.php index 9d8817c9e62..4863c2369be 100644 --- a/settings/Controller/LogSettingsController.php +++ b/settings/Controller/LogSettingsController.php @@ -1,7 +1,9 @@ <?php /** * @author Georg Ehrke <georg@owncloud.com> + * @author Joas Schilling <nickvergessen@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/settings/Controller/MailSettingsController.php b/settings/Controller/MailSettingsController.php index dbba4bd9bc0..11f72e7e8ee 100644 --- a/settings/Controller/MailSettingsController.php +++ b/settings/Controller/MailSettingsController.php @@ -1,7 +1,7 @@ <?php /** * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/settings/Controller/SecuritySettingsController.php b/settings/Controller/SecuritySettingsController.php index d7274d6bcb2..fb5a39a1010 100644 --- a/settings/Controller/SecuritySettingsController.php +++ b/settings/Controller/SecuritySettingsController.php @@ -1,6 +1,6 @@ <?php /** - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/settings/Controller/UsersController.php b/settings/Controller/UsersController.php index 5f74eaa82fb..1bd6d9d18cd 100644 --- a/settings/Controller/UsersController.php +++ b/settings/Controller/UsersController.php @@ -1,8 +1,9 @@ <?php /** - * @author Arthur Schiwon <blizzz@owncloud.com> + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Clark Tomlinson <fallen013@gmail.com> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Joas Schilling <nickvergessen@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Roeland Jago Douma <rullzer@owncloud.com> |