diff options
author | Kai Köhne <kai.koehne@qt.io> | 2023-01-03 09:22:44 +0100 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2023-01-07 00:57:34 +0000 |
commit | ebe97e767d3f5be0b71ae1bfa1b26933681e938e (patch) | |
tree | 27299e107618ddd4845520418e3293170b2a50bf | |
parent | 1f6fe8378a69494fa0817de4a53d66f2bd3eedbb (diff) |
Mention reuse tool in QUIP-7
Remove mentioning of Qt 5.8 as a drive-by, as this is only of historic
interest.
Change-Id: I1a7d1064917ae06b9cd2765c13ddb9100b911b1b
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
-rw-r--r-- | quip-0007.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/quip-0007.rst b/quip-0007.rst index 66656f6..c8e4d49 100644 --- a/quip-0007.rst +++ b/quip-0007.rst @@ -9,7 +9,7 @@ Post-History: https://lists.qt-project.org/pipermail/development/2017-March/0291 Overview ======== -From Qt 5.8, Qt modules document their 3rd party code in qt_attribution.json +Qt modules document their 3rd party code in qt_attribution.json files. The format is JSON-based and can be processed with the qtattributionscanner tool. @@ -101,6 +101,12 @@ in this case. *LicenseFiles* and *LicenseFile* are not required. +A ``LICENSES/<SPDX_IDENTIFIER>.txt`` file can be created using the reuse +tool [6]_ by running:: + + pip install reuse + reuse download <SPDX_IDENTIFIER> + Directly specifying the license file path ````````````````````````````````````````` @@ -149,3 +155,4 @@ References .. [3] https://spdx.org/specifications .. [4] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ .. [5] https://src.chromium.org/viewvc/chrome/trunk/src/third_party/README.chromium.template +.. [6] https://github.com/fsfe/reuse-tool |