summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-07 20:34:36 +0200
committerGitHub <noreply@github.com>2020-09-07 20:34:36 +0200
commit6f4ea73e0ce149a6bab6d897d0beb6e88b0886dc (patch)
tree65d9b90d82d63fc062ac114bbd9b113d17c3e0db /lib/public
parent47e7257c80535a3518168b3a0ccd80ad9fc91d58 (diff)
parent1f7f93a695be6c5491ba526dd25d5c57c850e73e (diff)
downloadnextcloud-server-6f4ea73e0ce149a6bab6d897d0beb6e88b0886dc.tar.gz
nextcloud-server-6f4ea73e0ce149a6bab6d897d0beb6e88b0886dc.zip
Merge pull request #22644 from nextcloud/fix/license-headers-20-2
Update license headers for Nextcloud 20 (again)
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Config/IUserMountCache.php1
-rw-r--r--lib/public/Mail/IEMailTemplate.php1
-rw-r--r--lib/public/User/Events/PostLoginEvent.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php
index fde4898bd39..cdb95078bc8 100644
--- a/lib/public/Files/Config/IUserMountCache.php
+++ b/lib/public/Files/Config/IUserMountCache.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
*
diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php
index 5f4e235a7ee..726ec05039d 100644
--- a/lib/public/Mail/IEMailTemplate.php
+++ b/lib/public/Mail/IEMailTemplate.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright 2017, Morris Jobke <hey@morrisjobke.de>
*
+ * @author Brad Rubenstein <brad@wbr.tech>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
diff --git a/lib/public/User/Events/PostLoginEvent.php b/lib/public/User/Events/PostLoginEvent.php
index 76d9a70aac8..fb7df7677ee 100644
--- a/lib/public/User/Events/PostLoginEvent.php
+++ b/lib/public/User/Events/PostLoginEvent.php
@@ -6,6 +6,7 @@ declare(strict_types=1);
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Lionel Elie Mamane <lionel@mamane.lu>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version