diff options
Diffstat (limited to 'lib/private/group.php')
-rw-r--r-- | lib/private/group.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/private/group.php b/lib/private/group.php index c37b4f63575..b36cfc4810d 100644 --- a/lib/private/group.php +++ b/lib/private/group.php @@ -1,21 +1,22 @@ <?php /** - * @author Arthur Schiwon <blizzz@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bart Visscher <bartv@thisnet.nl> - * @author Björn Schießle <schiessle@owncloud.com> + * @author Björn Schießle <bjoern@schiessle.org> * @author Georg Ehrke <georg@owncloud.com> * @author goodkiller <markopraakli@gmail.com> * @author Jakob Sack <mail@jakobsack.de> - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author macjohnny <estebanmarin@gmx.ch> * @author Michael Gapczynski <GapczynskiM@gmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Qingping Hou <dave2008713@gmail.com> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Thomas Müller <thomas.mueller@tmit.eu> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |