We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382a056 commit 3b8beb0Copy full SHA for 3b8beb0
toolbox/utils/third-party-generator/configuration.py
@@ -27,7 +27,7 @@
27
# Please refer to https://opensource.org/licenses or https://spdx.org/licenses/
28
# Use SPDX short identifier as key, full name and URL of license text as values
29
LICENSES = {
30
- "Other": ["Other", "<to be completed>"], # If not listed bellow in this exact SPDX short identifier
+ "Other": ["Other", "<to be completed>"], # If not listed bellow in a known exact SPDX short identifier
31
32
"Apache-2.0": ["Apache 2.0 License", "https://opensource.org/license/apache-2-0"],
33
"MIT": ["MIT License", "https://opensource.org/license/mit"],
0 commit comments