From 432faf9a3bb8477f2265611efcd9b854e1713ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?EXT=20Arnaud=20Cl=C3=A8re?= Date: Fri, 8 Nov 2019 11:55:34 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1185d8b01..95df2560ea 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ The open source modmedLog C++ library allows producing analyzable traces from existing standard C++ tracepoints, and then improving them while refactoring the source code. -It is designed to provide JSON traces compatible with ParTraP tools. +It is designed to provide JSON traces compatible with ParTraP tools and is +provided AS-IS according to the BSD license. It is not actively developed anymore, but there is still ongoing work to -integrate modmedLog features to the Qt framework based on the -[QBind proof-of-concept](/tests/QBind). \ No newline at end of file +integrate modmedLog features to the [Qt framework](https://www.qt.io/) based on +the [QBind proof-of-concept](/tests/QBind). \ No newline at end of file -- GitLab