From ce02faa088dd3128a097b0f7ac6ce4e507e89f98 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 7 Feb 2020 17:45:04 +0200 Subject: [PATCH] licenses: Rename license files according to REUSE The REUSE specification [1] defines a standardized method for declaring copyright and licensing information. Rename the licenses directory and the files it contains to comply with the specification. No license text is modified. [1] https://reuse.software/spec/ Signed-off-by: Laurent Pinchart Acked-by: Kieran Bingham --- licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt | 0 licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt | 0 licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt | 0 licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt | 0 {licenses => LICENSES}/developer-certificate-of-origin.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename licenses/apache-2.0.txt => LICENSES/Apache-2.0.txt (100%) rename licenses/cc-by-sa-v4.0.txt => LICENSES/CC-BY-SA-4.0.txt (100%) rename licenses/gnu-gpl-2.0.txt => LICENSES/GPL-2.0.txt (100%) rename licenses/gnu-lgpl-2.1.txt => LICENSES/LGPL-2.1.txt (100%) rename {licenses => LICENSES}/developer-certificate-of-origin.txt (100%) diff --git a/licenses/apache-2.0.txt b/LICENSES/Apache-2.0.txt similarity index 100% rename from licenses/apache-2.0.txt rename to LICENSES/Apache-2.0.txt diff --git a/licenses/cc-by-sa-v4.0.txt b/LICENSES/CC-BY-SA-4.0.txt similarity index 100% rename from licenses/cc-by-sa-v4.0.txt rename to LICENSES/CC-BY-SA-4.0.txt diff --git a/licenses/gnu-gpl-2.0.txt b/LICENSES/GPL-2.0.txt similarity index 100% rename from licenses/gnu-gpl-2.0.txt rename to LICENSES/GPL-2.0.txt diff --git a/licenses/gnu-lgpl-2.1.txt b/LICENSES/LGPL-2.1.txt similarity index 100% rename from licenses/gnu-lgpl-2.1.txt rename to LICENSES/LGPL-2.1.txt diff --git a/licenses/developer-certificate-of-origin.txt b/LICENSES/developer-certificate-of-origin.txt similarity index 100% rename from licenses/developer-certificate-of-origin.txt rename to LICENSES/developer-certificate-of-origin.txt