docs: fix license table on readme.rst
Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>
Change-Id: I97f8f717785bf5886ca4d10a370eaf685de492c7
diff --git a/docs/readme.rst b/docs/readme.rst
index 095faac..3278e46 100644
--- a/docs/readme.rst
+++ b/docs/readme.rst
@@ -81,18 +81,18 @@
.. list-table:: **List of files with different license**
- * - File
- - License
- * - lib/libc/src/printf.c
- - MIT
- * - lib/libc/include/stdio.h
- - MIT
- * - lib/libc/src/strlcpy.c
- - ISC
- * - lib/libc/src/strnlen.c
- - BSD-2-Clause
- * - lib/allocator/src/memory_alloc.c
- - Apache-2.0
+ * - File
+ - License
+ * - lib/libc/src/printf.c
+ - MIT
+ * - lib/libc/include/stdio.h
+ - MIT
+ * - lib/libc/src/strlcpy.c
+ - ISC
+ * - lib/libc/src/strnlen.c
+ - BSD-2-Clause
+ * - lib/allocator/src/memory_alloc.c
+ - Apache-2.0
************