Signed-off-by: Yoni Bettan <ybettan@redhat.com>
---
LICENSE => LICENSE.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
rename LICENSE => LICENSE.md (90%)
diff --git a/LICENSE b/LICENSE.md
similarity index 90%
rename from LICENSE
rename to LICENSE.md
index 0e0b4b9553..644e953429 100644
--- a/LICENSE
+++ b/LICENSE.md
@@ -1,3 +1,5 @@
+# License
+
The following points clarify the QEMU license:
1) QEMU as a whole is released under the GNU General Public License,
@@ -11,7 +13,7 @@ option) any later version.
As of July 2013, contributions under version 2 of the GNU General Public
License (and no later version) are only accepted for the following files
-or directories: bsd-user/, linux-user/, hw/vfio/, hw/xen/xen_pt*.
+or directories: `bsd-user/`, `linux-user/`, `hw/vfio/`, `hw/xen/xen_pt*`.
3) The Tiny Code Generator (TCG) is released under the BSD license
(see license headers in files).
--
2.17.1