From c565846723840df9d7dcf351cb322e07a9702951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 19 Oct 2021 13:08:01 +0200 Subject: [PATCH] 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 --- README.md | 4 ++-- .../src/overview/creator-acknowledgements.qdoc | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ba4f1c30c3b..d7a702f3d7d 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 226160d7695..4ec9eb9ea26 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