diff options
Diffstat (limited to 'core/Command/Encryption')
-rw-r--r-- | core/Command/Encryption/DecryptAll.php | 2 | ||||
-rw-r--r-- | core/Command/Encryption/EncryptAll.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index a2c306adc28..9931a279ff4 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -5,6 +5,8 @@ * @author Björn Schießle <bjoern@schiessle.org> * @author davitol <dtoledo@solidgear.es> * @author Joas Schilling <coding@schilljs.com> + * @author Marius Blüm <marius@lineone.io> + * @author Morris Jobke <hey@morrisjobke.de> * @author Sergio Bertolín <sbertolin@solidgear.es> * @author Vincent Petry <pvince81@owncloud.com> * diff --git a/core/Command/Encryption/EncryptAll.php b/core/Command/Encryption/EncryptAll.php index 584bc8a70c7..a2b56683324 100644 --- a/core/Command/Encryption/EncryptAll.php +++ b/core/Command/Encryption/EncryptAll.php @@ -4,6 +4,8 @@ * * @author Björn Schießle <bjoern@schiessle.org> * @author Joas Schilling <coding@schilljs.com> + * @author Matthew Setter <matthew@matthewsetter.com> + * @author Morris Jobke <hey@morrisjobke.de> * * @license AGPL-3.0 * |