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/memcache/redis.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/memcache/redis.php')
-rw-r--r-- | lib/private/memcache/redis.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/memcache/redis.php b/lib/private/memcache/redis.php index 30619c356bc..21477798059 100644 --- a/lib/private/memcache/redis.php +++ b/lib/private/memcache/redis.php @@ -2,7 +2,9 @@ /** * @author Joas Schilling <nickvergessen@owncloud.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> + * @author Michael Telatynski <7t3chguy@gmail.com> * @author Morris Jobke <hey@morrisjobke.de> + * @author Robin Appelman <icewind@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 |