diff options
author | Robin Appelman <robin@icewind.nl> | 2017-02-09 13:32:36 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-02-09 13:32:36 +0100 |
commit | 0d8d658b7e3885d92103a6e6248b37863f9acf1b (patch) | |
tree | 90620f14db5302bdfd0cabe254147904270d0777 /lib/private/Federation | |
parent | f6cd5200a20f7adfe3b3f7b48d0ade4a75829a31 (diff) | |
download | nextcloud-server-0d8d658b7e3885d92103a6e6248b37863f9acf1b.tar.gz nextcloud-server-0d8d658b7e3885d92103a6e6248b37863f9acf1b.zip |
fix copyright headers
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Federation')
-rw-r--r-- | lib/private/Federation/CloudId.php | 4 | ||||
-rw-r--r-- | lib/private/Federation/CloudIdManager.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/private/Federation/CloudId.php b/lib/private/Federation/CloudId.php index 746bd2eaf71..6ba4ff9166b 100644 --- a/lib/private/Federation/CloudId.php +++ b/lib/private/Federation/CloudId.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl> * + * @license GNU AGPL version 3 or any later version + * * This code is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. @@ -71,4 +73,4 @@ class CloudId implements ICloudId { public function getRemote() { return $this->remote; } -}
\ No newline at end of file +} diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php index 2e6232fa862..45cc69b306e 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2017, Robin Appelman <robin@icewind.nl> * + * @license GNU AGPL version 3 or any later version + * * This code is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. |