diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-12-16 19:29:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 19:29:55 +0100 |
commit | 3a30ac495bd9663ef8233aacc8ce5b21a8adce67 (patch) | |
tree | 16b176782286ba4484331e84cf841ac089069b37 /apps/settings/lib/Settings/Personal/PersonalInfo.php | |
parent | 15e4f1c18162483ec5159af2165ebc90c4360a56 (diff) | |
parent | d89a75be0b01f0423a7c1ad2d58aac73c3cc1f3a (diff) | |
download | nextcloud-server-3a30ac495bd9663ef8233aacc8ce5b21a8adce67.tar.gz nextcloud-server-3a30ac495bd9663ef8233aacc8ce5b21a8adce67.zip |
Merge pull request #24731 from nextcloud/fix/license-headers-21
Update all license headers for Nextcloud 21
Diffstat (limited to 'apps/settings/lib/Settings/Personal/PersonalInfo.php')
-rw-r--r-- | apps/settings/lib/Settings/Personal/PersonalInfo.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index d9f9c2b3a7d..a853846fadd 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -1,6 +1,7 @@ <?php declare(strict_types=1); + /** * @copyright Copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de> * @@ -13,6 +14,7 @@ declare(strict_types=1); * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Citharel <nextcloud@tcit.fr> + * @author Vincent Petry <vincent@nextcloud.com> * * @license GNU AGPL version 3 or any later version * |