From 849f6571b215a28301e5d04e20fea92a6eed0810 Mon Sep 17 00:00:00 2001 From: "Li, Xiaoming" Date: Wed, 16 Sep 2020 11:01:43 +0800 Subject: [PATCH] Rename COPYING to LICENSE It's better to lay the main licence in the LICENSE file, and other subordinate licenses in LICENSE.xxx, which will be easy for future licence clearing work. Bug-AGL: SPEC-3440 Change-Id: I054702321a4962bbca7290aa5302f36835debbe4 Signed-off-by: Li, Xiaoming --- COPYING => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename COPYING => LICENSE (100%) diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE -- 2.16.6