aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-10-19 13:08:01 +0200
committerKai Koehne <kai.koehne@qt.io>2021-10-21 14:10:59 +0000
commitc565846723840df9d7dcf351cb322e07a9702951 (patch)
tree353ab9ef19d4c79eaf9429bc33b8f047dd28bf42
parentf40aa23d9315216d06fd8f3e5180432ff8490ea0 (diff)
Update details about LLVM/Clang in acknowledgments
LLVM moved to github a while ago - the old svn repositories are dead. Furthermore, (almost) all of the code is now under the "Apache 2.0 with LLVM Exception" main license (see also https://foundation.llvm.org/docs/relicensing/) Change-Id: I8319f8479357c6182c5bf78b1ee7fe202e666980 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--README.md4
-rw-r--r--doc/qtcreator/src/overview/creator-acknowledgements.qdoc10
2 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index ba4f1c30c3..d7a702f3d7 100644
--- a/README.md
+++ b/README.md
@@ -304,8 +304,8 @@ we thank the authors who made this possible:
Copyright (C) 2003-2019 LLVM Team
- Distributed under the University of Illinois/NCSA Open Source License (NCSA),
- see https://github.com/llvm/llvm-project/blob/master/llvm/LICENSE.TXT
+ Distributed under the Apache 2.0 License with LLVM exceptions,
+ see https://github.com/llvm/llvm-project/blob/main/clang/LICENSE.TXT
With backported/additional patches from https://code.qt.io/clang/llvm-project.git
diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
index 226160d769..4ec9eb9ea2 100644
--- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
+++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
@@ -372,16 +372,12 @@
\li \b{LLVM/Clang}
- \list
- \li \l{https://llvm.org/svn/llvm-project/llvm}
- \li \l{https://llvm.org/svn/llvm-project/cfe/trunk}
- \li \l{https://llvm.org/svn/llvm-project/clang-tools-extra/trunk}
- \endlist
+ \l{https://github.com/llvm/llvm-project/}
Copyright (C) 2003-2019 LLVM Team
- Distributed under the \l {https://github.com/llvm-mirror/llvm/blob/master/LICENSE.TXT}
- {University of Illinois/NCSA Open Source License (NCSA)}.
+ Distributed under the \l {https://github.com/llvm/llvm-project/blob/main/llvm/LICENSE.TXT}
+ {Apache 2.0 License with LLVM exceptions}.
With backported/additional patches from
\list