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/files_sharing/tests/DeleteOrphanedSharesJobTest.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/files_sharing/tests/DeleteOrphanedSharesJobTest.php')
-rw-r--r-- | apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php index 3936a3b9da2..40efb20e25d 100644 --- a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php +++ b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling <coding@schilljs.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> - * @author Vincent Petry <pvince81@owncloud.com> + * @author Vincent Petry <vincent@nextcloud.com> * * @license AGPL-3.0 * |