diff options
author | Eike Ziller <[email protected]> | 2023-09-18 09:24:25 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2023-12-15 09:02:23 +0000 |
commit | 2ce9f9d97daa2dfe018e58a8b61af643add4b612 (patch) | |
tree | 20a1961a5037bb6a861ccb8ff553ccaab5ec67c0 /src/plugins/terminal/shellintegrations | |
parent | 64f0e10a4e3c81fea61ea63d60eaa6f781c256cc (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 <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/terminal/shellintegrations')
-rw-r--r-- | src/plugins/terminal/shellintegrations/LICENSE.clink | 21 | ||||
-rw-r--r-- | src/plugins/terminal/shellintegrations/LICENSE.vscode | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/src/plugins/terminal/shellintegrations/LICENSE.clink b/src/plugins/terminal/shellintegrations/LICENSE.clink new file mode 100644 index 00000000000..4c77af57607 --- /dev/null +++ b/src/plugins/terminal/shellintegrations/LICENSE.clink @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Chris Antos + +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. diff --git a/src/plugins/terminal/shellintegrations/LICENSE.vscode b/src/plugins/terminal/shellintegrations/LICENSE.vscode new file mode 100644 index 00000000000..0ac28ee234d --- /dev/null +++ b/src/plugins/terminal/shellintegrations/LICENSE.vscode @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2015 - present Microsoft Corporation + +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. |