diff options
Diffstat (limited to 'lib/public/JSON.php')
-rw-r--r-- | lib/public/JSON.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/JSON.php b/lib/public/JSON.php index e136fde0704..02c515e863e 100644 --- a/lib/public/JSON.php +++ b/lib/public/JSON.php @@ -1,5 +1,7 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Bart Visscher <bartv@thisnet.nl> * @author Frank Karlitschek <frank@karlitschek.de> * @author Lukas Reschke <lukas@statuscode.ch> @@ -8,7 +10,6 @@ * @author Thomas Tanghus <thomas@tanghus.net> * @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 |