summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Exceptions
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/user_ldap/lib/Exceptions
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/user_ldap/lib/Exceptions')
-rw-r--r--apps/user_ldap/lib/Exceptions/AttributeNotSet.php1
-rw-r--r--apps/user_ldap/lib/Exceptions/ConstraintViolationException.php1
-rw-r--r--apps/user_ldap/lib/Exceptions/NotOnLDAP.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Exceptions/AttributeNotSet.php b/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
index 5a4853d1e19..faa617efd13 100644
--- a/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
+++ b/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2019 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
diff --git a/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php b/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
index 1a462b27781..46cae91e2c7 100644
--- a/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
+++ b/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2017 Roger Szabo <roger.szabo@web.de>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roger Szabo <roger.szabo@web.de>
*
* @license GNU AGPL version 3 or any later version
diff --git a/apps/user_ldap/lib/Exceptions/NotOnLDAP.php b/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
index e88fa3b840e..bd59d4956c2 100644
--- a/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
+++ b/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016 Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*