diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-21 17:07:57 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-21 18:13:57 +0200 |
commit | ba87db3fccb40aa58d84d12932424c83a4db411f (patch) | |
tree | 2ace53724fba0fb3dbb8cec3aa33aaef7c021a27 /ocs | |
parent | 813f0a0f40dd42b28cd35d91616f3f87ef400861 (diff) | |
download | nextcloud-server-ba87db3fccb40aa58d84d12932424c83a4db411f.tar.gz nextcloud-server-ba87db3fccb40aa58d84d12932424c83a4db411f.zip |
Fix others
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/providers.php | 3 | ||||
-rw-r--r-- | ocs/routes.php | 6 | ||||
-rw-r--r-- | ocs/v1.php | 7 | ||||
-rw-r--r-- | ocs/v2.php | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/ocs/providers.php b/ocs/providers.php index 8da105b6374..be0aff8add2 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -1,11 +1,12 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Frank Karlitschek <frank@karlitschek.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> * - * @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/ocs/routes.php b/ocs/routes.php index c465e08e877..0606fe3e309 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -1,14 +1,16 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Bjoern Schiessle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org> * @author Christopher Schäpers <kondou@ts.unde.re> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Tom Needham <tom@owncloud.com> * - * @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/ocs/v1.php b/ocs/v1.php index e3ecefccf29..7c61824a87e 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -1,15 +1,18 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Bart Visscher <bartv@thisnet.nl> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @author Christoph Wurst <christoph@owncloud.com> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Tom Needham <tom@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com> * - * @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/ocs/v2.php b/ocs/v2.php index a9fffe529b0..45f65033056 100644 --- a/ocs/v2.php +++ b/ocs/v2.php @@ -1,8 +1,9 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Thomas Müller <thomas.mueller@tmit.eu> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |