diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-11 21:17:49 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-12 12:32:19 +0200 |
commit | a27399b0baa2e617dce87ac895b7ff040ebaea36 (patch) | |
tree | 667d28f2dc6f78ebfc4b273c266279f62504d992 | |
parent | 9a2966e73e5bf84adae61a18a59ca69bdb55a861 (diff) | |
download | nextcloud-server-a27399b0baa2e617dce87ac895b7ff040ebaea36.tar.gz nextcloud-server-a27399b0baa2e617dce87ac895b7ff040ebaea36.zip |
fix(meta): copyright note
-rw-r--r-- | apps/settings/lib/Search/UserSearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Search/UserSearch.php b/apps/settings/lib/Search/UserSearch.php index 1b96d761916..24dd56c283c 100644 --- a/apps/settings/lib/Search/UserSearch.php +++ b/apps/settings/lib/Search/UserSearch.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> + * @copyright Copyright (c) 2023 Stephan Orbaugh <stephan.orbaugh@nextcloud.com> * * @author Stephan Orbaugh <stephan.orbaugh@nextcloud.com> * |