diff options
Diffstat (limited to 'lib/private/comments')
-rw-r--r-- | lib/private/comments/comment.php | 6 | ||||
-rw-r--r-- | lib/private/comments/manager.php | 7 | ||||
-rw-r--r-- | lib/private/comments/managerfactory.php | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/lib/private/comments/comment.php b/lib/private/comments/comment.php index 60663d61578..d640c606f8e 100644 --- a/lib/private/comments/comment.php +++ b/lib/private/comments/comment.php @@ -1,9 +1,11 @@ <?php /** - * @author Arthur Schiwon <blizzz@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> + * @author Joas Schilling <coding@schilljs.com> * @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 diff --git a/lib/private/comments/manager.php b/lib/private/comments/manager.php index b986c8c51f9..59678775d88 100644 --- a/lib/private/comments/manager.php +++ b/lib/private/comments/manager.php @@ -1,10 +1,11 @@ <?php /** - * @author Arthur Schiwon <blizzz@owncloud.com> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> + * @author Joas Schilling <coding@schilljs.com> * @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 diff --git a/lib/private/comments/managerfactory.php b/lib/private/comments/managerfactory.php index 044463d1e96..4ce3ec2d0da 100644 --- a/lib/private/comments/managerfactory.php +++ b/lib/private/comments/managerfactory.php @@ -1,11 +1,12 @@ <?php /** - * @author Arthur Schiwon <blizzz@owncloud.com> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> + * @author Joas Schilling <coding@schilljs.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |