diff options
Diffstat (limited to 'lib/private/Federation/CloudId.php')
-rw-r--r-- | lib/private/Federation/CloudId.php | 4 |
1 files changed, 3 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 +} |