diff options
Diffstat (limited to 'core/Command/Integrity')
-rw-r--r-- | core/Command/Integrity/CheckApp.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/CheckCore.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/SignApp.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/SignCore.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index 225be750d24..f613aab3808 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -5,6 +5,7 @@ * @author Carla Schroder <carla@owncloud.com> * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Georg Ehrke <oc.list@georgehrke.com> + * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Victor Dubiniuk <dubiniuk@owncloud.com> diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php index 1dee7799900..acbc69903c7 100644 --- a/core/Command/Integrity/CheckCore.php +++ b/core/Command/Integrity/CheckCore.php @@ -4,6 +4,7 @@ * * @author Carla Schroder <carla@owncloud.com> * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Joas Schilling <coding@schilljs.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index 411ea43cbe0..be7517be9c9 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index 54c1f2a5445..77730732b94 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * |