summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/ExpireSharesJob.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-29 11:57:22 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-29 11:57:22 +0200
commitcb057829f72c70e819f456edfadbb29d72dba832 (patch)
treec68943178e61456efa880b059c868e1897d5ee1f /apps/files_sharing/lib/ExpireSharesJob.php
parent2726c6d1865f444ba87142f415035cd60a4adcb3 (diff)
downloadnextcloud-server-cb057829f72c70e819f456edfadbb29d72dba832.tar.gz
nextcloud-server-cb057829f72c70e819f456edfadbb29d72dba832.zip
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/lib/ExpireSharesJob.php')
-rw-r--r--apps/files_sharing/lib/ExpireSharesJob.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/ExpireSharesJob.php b/apps/files_sharing/lib/ExpireSharesJob.php
index 19684ec8964..4ca3b80e343 100644
--- a/apps/files_sharing/lib/ExpireSharesJob.php
+++ b/apps/files_sharing/lib/ExpireSharesJob.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
y easy to: * Use your own logo (in the top left, in log in and in emails) * Customize the text strings to replace »Nextcloud« etc. with your name of choice * Change the main color (used in header and as log in background) * And more … The process is simple: 1. Put a folder here with the name of the theme as foldername 2. Activate it by putting 'theme' => 'themename', into the config.php file The folder structure of a theme is exactly the same as the main structure. CSS files are loaded additionally to the default files so you can override properties. Images are replaced. You can also override JS files and PHP templates but we do not recommend that because you will need to adjust them after every update. You can also find a basic example here which you can build upon.