aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-09-18 09:24:25 +0200
committerEike Ziller <eike.ziller@qt.io>2023-12-15 09:02:23 +0000
commit2ce9f9d97daa2dfe018e58a8b61af643add4b612 (patch)
tree20a1961a5037bb6a861ccb8ff553ccaab5ec67c0 /src/libs/3rdparty/cplusplus
parent64f0e10a4e3c81fea61ea63d60eaa6f781c256cc (diff)
Move most acknowledgments to qt_attributions.json
Create a qt_attributions.json and generate a documentation file from it automatically when building documentation. The result is included as a table in the acknowledgments page in the documentation. Some attributions cannot (yet) move to qt_attributions.json, because that requires the sources to be available in the project's source tree, which is not the case for LLVM, Clazy, etc. Remove the attributions from the README and instead point to the documentation from there, so we get rid of that duplication. Change-Id: I22623fe7495593ffce2e2c6c26255c27c5a8cb71 Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/libs/3rdparty/cplusplus')
-rw-r--r--src/libs/3rdparty/cplusplus/LICENSE.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libs/3rdparty/cplusplus/LICENSE.txt b/src/libs/3rdparty/cplusplus/LICENSE.txt
new file mode 100644
index 0000000000..552bf603d0
--- /dev/null
+++ b/src/libs/3rdparty/cplusplus/LICENSE.txt
@@ -0,0 +1,17 @@
+Copyright 2005 Roberto Raggi <roberto@kdevelop.org>
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+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
+KDEVELOP TEAM 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.