Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-02-09 15:32:36 +0300
committerRobin Appelman <robin@icewind.nl>2017-02-09 15:32:36 +0300
commit0d8d658b7e3885d92103a6e6248b37863f9acf1b (patch)
tree90620f14db5302bdfd0cabe254147904270d0777 /lib/public/Federation
parentf6cd5200a20f7adfe3b3f7b48d0ade4a75829a31 (diff)
fix copyright headers
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Federation')
-rw-r--r--lib/public/Federation/ICloudId.php4
-rw-r--r--lib/public/Federation/ICloudIdManager.php4
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
+}