aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
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/user_ldap/appinfo
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/user_ldap/appinfo')
-rw-r--r--apps/user_ldap/appinfo/routes.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php
index 57499c8d4c3..d7955446a47 100644
--- a/apps/user_ldap/appinfo/routes.php
+++ b/apps/user_ldap/appinfo/routes.php
@@ -1,8 +1,12 @@
-<?php declare(strict_types=1);
+<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roger Szabo <roger.szabo@web.de>