diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-06-27 20:22:23 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-06-27 20:22:23 +0200 |
commit | d1f0ff372e8c05ced760d4e21060e8d8db9c1963 (patch) | |
tree | 19cda384ecba1aa1afd161233c55caa3879d21a2 /lib/private/files/stream/encryption.php | |
parent | 708c6268ad81b87b77d4b10cf783e2f84b4f6735 (diff) | |
parent | 0032cddb400dc3e29bf77cef6ffb2c7e0ac8449a (diff) | |
download | nextcloud-server-d1f0ff372e8c05ced760d4e21060e8d8db9c1963.tar.gz nextcloud-server-d1f0ff372e8c05ced760d4e21060e8d8db9c1963.zip |
Merge pull request #17163 from owncloud/update-licenses
Update license headers
Diffstat (limited to 'lib/private/files/stream/encryption.php')
-rw-r--r-- | lib/private/files/stream/encryption.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 22d230e7c86..bfa4d768358 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -1,8 +1,10 @@ <?php /** * @author Björn Schießle <schiessle@owncloud.com> - * @author Jasper Knockaert <jasper@knockaert.nl> + * @author jknockaert <jasper@knockaert.nl> + * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 |