aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/http/jsonresponse.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-22 09:47:47 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-22 09:48:05 +0200
commitca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac (patch)
treec08584460aead516ea72b18c82bd7d5cec29150c /lib/public/appframework/http/jsonresponse.php
parent87eb86902f3928d5c33da6f0a7a5ff7e3fc0f8da (diff)
downloadnextcloud-server-ca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac.tar.gz
nextcloud-server-ca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac.zip
Run the license script
Diffstat (limited to 'lib/public/appframework/http/jsonresponse.php')
-rw-r--r--lib/public/appframework/http/jsonresponse.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/appframework/http/jsonresponse.php b/lib/public/appframework/http/jsonresponse.php
index 89433fd23e5..1b8b676e601 100644
--- a/lib/public/appframework/http/jsonresponse.php
+++ b/lib/public/appframework/http/jsonresponse.php
@@ -1,12 +1,13 @@
<?php
/**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
* @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @author Lukas Reschke <lukas@owncloud.com>
+ * @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Thomas Tanghus <thomas@tanghus.net>
*
- * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify