From 0d8d658b7e3885d92103a6e6248b37863f9acf1b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 9 Feb 2017 13:32:36 +0100 Subject: [PATCH] fix copyright headers Signed-off-by: Robin Appelman --- lib/private/Federation/CloudId.php | 4 +++- lib/private/Federation/CloudIdManager.php | 2 ++ lib/public/Federation/ICloudId.php | 4 +++- lib/public/Federation/ICloudIdManager.php | 4 +++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/private/Federation/CloudId.php b/lib/private/Federation/CloudId.php index 746bd2eaf7..6ba4ff9166 100644 --- a/lib/private/Federation/CloudId.php +++ b/lib/private/Federation/CloudId.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. @@ -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 2e6232fa86..45cc69b306 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.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. diff --git a/lib/public/Federation/ICloudId.php b/lib/public/Federation/ICloudId.php index 0985544fee..f9c84a2fd0 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 a81a4af618..7be8f08c6b 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 +}