From fec72aa4a409adf7a211e5f9021fec3c97985524 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 4 Dec 2018 19:27:52 -0800 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2da3ec..5108389 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # aa +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCubox-%2Faa.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FCubox-%2Faa?ref=badge_shield) + Small fun programming language, powered by LLVM ## How to compile and use? @@ -13,3 +15,7 @@ Then clang test.s -c Then clang test.o libaa/libaa.c -o test Then ./test + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCubox-%2Faa.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FCubox-%2Faa?ref=badge_large) \ No newline at end of file