diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Federation/ICloudId.php | 4 | ||||
-rw-r--r-- | lib/public/Federation/ICloudIdManager.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/public/Federation/ICloudId.php b/lib/public/Federation/ICloudId.php index 0985544fee8..f9c84a2fd07 100644 --- a/lib/public/Federation/ICloudId.php +++ b/lib/public/Federation/ICloudId.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. @@ -55,4 +57,4 @@ interface ICloudId { * @since 12.0.0 */ public function getRemote(); -}
\ No newline at end of file +} diff --git a/lib/public/Federation/ICloudIdManager.php b/lib/public/Federation/ICloudIdManager.php index a81a4af6186..7be8f08c6b7 100644 --- a/lib/public/Federation/ICloudIdManager.php +++ b/lib/public/Federation/ICloudIdManager.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. @@ -52,4 +54,4 @@ interface ICloudIdManager { * @since 12.0.0 */ public function isValidCloudId($cloudId); -}
\ No newline at end of file +} |