diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-04-29 14:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 14:24:27 +0200 |
commit | b219eadb8f3f459f2c71e937dfd3542f0792da8e (patch) | |
tree | f5afd746a8865695326a06498a01ef306d5407b3 /lib/private/Security/CSRF | |
parent | 80222e6a06d282a2cbd9fdfa0a446316c27278ee (diff) | |
parent | cb057829f72c70e819f456edfadbb29d72dba832 (diff) | |
download | nextcloud-server-b219eadb8f3f459f2c71e937dfd3542f0792da8e.tar.gz nextcloud-server-b219eadb8f3f459f2c71e937dfd3542f0792da8e.zip |
Merge pull request #20714 from nextcloud/fix/license-headers-19
Update license headers for 19
Diffstat (limited to 'lib/private/Security/CSRF')
-rw-r--r-- | lib/private/Security/CSRF/CsrfToken.php | 1 | ||||
-rw-r--r-- | lib/private/Security/CSRF/CsrfTokenManager.php | 1 | ||||
-rw-r--r-- | lib/private/Security/CSRF/TokenStorage/SessionStorage.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Security/CSRF/CsrfToken.php b/lib/private/Security/CSRF/CsrfToken.php index a0ecdbd1008..25ec8572a66 100644 --- a/lib/private/Security/CSRF/CsrfToken.php +++ b/lib/private/Security/CSRF/CsrfToken.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Leon Klingele <git@leonklingele.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Roeland Jago Douma <roeland@famdouma.nl> diff --git a/lib/private/Security/CSRF/CsrfTokenManager.php b/lib/private/Security/CSRF/CsrfTokenManager.php index 2f64aeb24f4..f0536c770b5 100644 --- a/lib/private/Security/CSRF/CsrfTokenManager.php +++ b/lib/private/Security/CSRF/CsrfTokenManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Lukas Reschke <lukas@statuscode.ch> * @author Roeland Jago Douma <roeland@famdouma.nl> * diff --git a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php index 34adc566bf7..ed9b068faa2 100644 --- a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php +++ b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @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 Roeland Jago Douma <roeland@famdouma.nl> |