aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2018-01-30 15:20:56 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2018-01-31 13:14:00 +0000
commita8f9ca6ca8ea0eee5155d92b01d67f17ba1e43fa (patch)
treef6d0625db65e1a259125a4828ec9b8bf54b4c15c /README.md
parent26283047162224fbc878671b5e5cb61bf419930e (diff)
State third-party licenses for LLVM/Clang/Clazy
Change-Id: I8ba9e9176a01f49fbf203beaac3dfd229df0046a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4ee720a07..0f5e6f07b4 100644
--- a/README.md
+++ b/README.md
@@ -268,6 +268,29 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
Qt Creator includes the following third-party components,
we thank the authors who made this possible:
+### Clazy
+
+ https://github.com/KDE/clazy
+
+ Copyright (C) 2015-2018 Clazy Team
+
+ Distributed under GNU LIBRARY GENERAL PUBLIC LICENSE Version 2 (LGPL2).
+
+ Integrated with patches from QtCreator/dist/clang/patches, see README.md there.
+
+### LLVM/Clang
+
+ http://llvm.org/svn/llvm-project/llvm
+ http://llvm.org/svn/llvm-project/cfe/trunk
+ http://llvm.org/svn/llvm-project/clang-tools-extra/trunk
+
+ Copyright (C) 2003-2018 LLVM Team
+
+ Distributed under the University of Illinois/NCSA Open Source License (NCSA),
+ see https://github.com/llvm-mirror/llvm/blob/master/LICENSE.TXT
+
+ With additional patches from QtCreator/dist/clang/patches, see README.md there.
+
### Reference implementation for std::experimental::optional
https://github.com/akrzemi1/Optional