From 0d8d658b7e3885d92103a6e6248b37863f9acf1b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 9 Feb 2017 13:32:36 +0100 Subject: fix copyright headers Signed-off-by: Robin Appelman --- lib/public/Federation/ICloudId.php | 4 +++- lib/public/Federation/ICloudIdManager.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/public') 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 * + * @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 * + * @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 +} -- cgit v1.2.3