diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2021-01-04 11:06:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 11:06:30 +0100 |
commit | 969d4312e2a861f7cc69bc76421a695c953fdf11 (patch) | |
tree | 50c6326ac9c7f8c9c2116dea4d4fb3ce2ee6ca8d /lib/private/AppFramework/Http/Request.php | |
parent | 8d22ba4a33db99d3f20d6e582c922b55ff733786 (diff) | |
parent | 9ce3ea3368937f827171d1ee3aa6a202d93e6cd2 (diff) | |
download | nextcloud-server-969d4312e2a861f7cc69bc76421a695c953fdf11.tar.gz nextcloud-server-969d4312e2a861f7cc69bc76421a695c953fdf11.zip |
Merge pull request #24907 from nextcloud/fix/license-headers-21-II
Update license headers
Diffstat (limited to 'lib/private/AppFramework/Http/Request.php')
-rw-r--r-- | lib/private/AppFramework/Http/Request.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index ea26725d4fe..91ae2269b7f 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -11,6 +11,7 @@ declare(strict_types=1); * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Georg Ehrke <oc.list@georgehrke.com> + * @author J0WI <J0WI@users.noreply.github.com> * @author Joas Schilling <coding@schilljs.com> * @author Juan Pablo Villafáñez <jvillafanez@solidgear.es> * @author Julius Härtl <jus@bitgrid.net> |