add license badge to readme
Florian Walbroel

Florian Walbroel commited on 2021-09-06 18:52:18
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -1,4 +1,5 @@
1 1
 # UProcTrace: User-space Process Tracing
2
+[![License](https://img.shields.io/badge/license-LGPLv3-blue)](./LICENSE)
2 3
 
3 4
 UProcTrace traces process executions and process ends on Linux systems.
4 5
 
5 6