diff options
author | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-01 15:36:37 -0500 |
---|---|---|
committer | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-01 15:36:37 -0500 |
commit | 4d69e562a065a79461343444a842ada025f3643c (patch) | |
tree | 557995f07f3cc7d00376cc43a148dca2bcea3a3e /lib/private/group/interface.php | |
parent | 12479a1eda63e45207290eeaa68498112c40a9bf (diff) | |
parent | 3067367ff35757e03d4db11e13e7d2bcd6b08610 (diff) | |
download | nextcloud-server-4d69e562a065a79461343444a842ada025f3643c.tar.gz nextcloud-server-4d69e562a065a79461343444a842ada025f3643c.zip |
Merge pull request #22757 from owncloud/apply-license
Update copyright information and author file
Diffstat (limited to 'lib/private/group/interface.php')
-rw-r--r-- | lib/private/group/interface.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/private/group/interface.php b/lib/private/group/interface.php index 240a50fe961..bdfe5235103 100644 --- a/lib/private/group/interface.php +++ b/lib/private/group/interface.php @@ -1,11 +1,8 @@ <?php /** * @author Arthur Schiwon <blizzz@owncloud.com> - * @author Joas Schilling <nickvergessen@owncloud.com> - * @author Michael Gapczynski <GapczynskiM@gmail.com> + * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> - * @author Robin McCorkell <robin@mccorkell.me.uk> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 |