From 03a0f4cbad4edbf1e3f8e7e335271331ee48690b Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Tue, 13 Sep 2016 22:50:12 +0200
Subject: [PATCH] Rename COPYING-AGPL to COPYING

That way GitHub properly indexes the license information and displays it inline. Also renamed one old usage of "ownCloud" to Nextcloud.
---
 COPYING-AGPL => COPYING | 0
 COPYING-README          | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename COPYING-AGPL => COPYING (100%)

diff --git a/COPYING-AGPL b/COPYING
similarity index 100%
rename from COPYING-AGPL
rename to COPYING
diff --git a/COPYING-README b/COPYING-README
index 2bd44d9400e..599d4eb469c 100644
--- a/COPYING-README
+++ b/COPYING-README
@@ -1,5 +1,5 @@
-Files in ownCloud are licensed under the Affero General Public License version 3,
-the text of which can be found in COPYING-AGPL, or any later version of the AGPL,
+Files in Nextcloud are licensed under the Affero General Public License version 3,
+the text of which can be found in COPYING, or any later version of the AGPL,
 unless otherwise noted.
 
 Licensing of components:
@@ -12,4 +12,4 @@ Licensing of components:
 All unmodified files from these and other sources retain their original copyright
 and license notices: see the relevant individual files.
 
-Attribution information for ownCloud is contained in the AUTHORS file.
+Attribution information for Nextcloud is contained in the AUTHORS file.
-- 
GitLab