From 1c6db4ca8b88a31ce1263029dc8be4fe6809144b Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 11 Feb 2019 16:44:50 +0100 Subject: [PATCH] Acknowledge KSyntaxHighlighting in README.md https://doc-snapshots.qt.io/qtcreator-master/creator- acknowledgements.html Acknowledges KSyntaxHighlighting already. README.md should do so, as-well. Change-Id: I099fd9a8d9b479c3ba3278412e59160d6918ca2f Reviewed-by: David Schulz --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 0140bacb3b8..f3d1b9baf01 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,44 @@ http://llvm.org/docs/GettingStarted.html#git-mirror: Qt Creator includes the following third-party components, we thank the authors who made this possible: +### KSyntaxHighlighting + + Syntax highlighting engine for Kate syntax definitions + + This is a stand-alone implementation of the Kate syntax highlighting + engine. It's meant as a building block for text editors as well as + for simple highlighted text rendering (e.g. as HTML), supporting both + integration with a custom editor as well as a ready-to-use + QSyntaxHighlighter sub-class. + + Distributed under the: + + MIT License + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + The source code of KSyntaxHighlighting can be found here: + https://cgit.kde.org/syntax-highlighting.git + QtCreator/src/libs/3rdparty/syntax-highlighting + https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/syntax-highlighting + ### Clazy https://github.com/KDE/clazy