aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-19 13:16:31 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-20 09:23:25 +0100
commit1b46621cd31dabb48084c8e23f741de77e7007b4 (patch)
tree82c9c97d06b9519b6941eed7f1ea0782675ccdb1 /apps/files/lib/Command
parent9db15459b9d39681965b3a599960e6d2225c57a0 (diff)
downloadnextcloud-server-1b46621cd31dabb48084c8e23f741de77e7007b4.tar.gz
nextcloud-server-1b46621cd31dabb48084c8e23f741de77e7007b4.zip
Update license headers for 18
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files/lib/Command')
-rw-r--r--apps/files/lib/Command/Scan.php1
-rw-r--r--apps/files/lib/Command/ScanAppData.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php
index b32e670ffc2..39eebbb2c43 100644
--- a/apps/files/lib/Command/Scan.php
+++ b/apps/files/lib/Command/Scan.php
@@ -4,6 +4,7 @@
*
* @author Bart Visscher <bartv@thisnet.nl>
* @author Blaok <i@blaok.me>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joel S <joel.devbox@protonmail.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php
index 38d6ed2d425..358dd993291 100644
--- a/apps/files/lib/Command/ScanAppData.php
+++ b/apps/files/lib/Command/ScanAppData.php
@@ -2,6 +2,7 @@
/**
*
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joel S <joel.devbox@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>