diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-31 10:49:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-31 14:52:54 +0200 |
commit | 1a9330cd69631ef12b71239c4f98836e09e021ea (patch) | |
tree | 66363d9f0f22263ef5fef8c8f089c56a3841e77b /apps/files_versions/tests | |
parent | 820e138316d1f8aa626f35dd9420a5ad994f830c (diff) | |
download | nextcloud-server-1a9330cd69631ef12b71239c4f98836e09e021ea.tar.gz nextcloud-server-1a9330cd69631ef12b71239c4f98836e09e021ea.zip |
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_versions/tests')
-rw-r--r-- | apps/files_versions/tests/Command/CleanupTest.php | 1 | ||||
-rw-r--r-- | apps/files_versions/tests/VersioningTest.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_versions/tests/Command/CleanupTest.php b/apps/files_versions/tests/Command/CleanupTest.php index 94f54f96d89..125985a2f92 100644 --- a/apps/files_versions/tests/Command/CleanupTest.php +++ b/apps/files_versions/tests/Command/CleanupTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle <bjoern@schiessle.org> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index 89688958e60..aa572a36ea9 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Björn Schießle <bjoern@schiessle.org> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> |