The SPDX database lists the license as 'Unicode-3.0', and 'Unicode
License v3'. Now, the SPDX standard actually says that
License identifiers (including license exception identifiers) used
in SPDX documents or source code files should be matched in a case-
insensitive manner.
But the website at https://spdx.org/licenses/ doesn't treat it this way,
so the link we generate out of the identifier actually gives a 404. So
it's just easier to use the 'original' capitalization.
Amends
|
||
|---|---|---|
| .. | ||
| AFL-2.1.txt | ||
| Apache-2.0.txt | ||
| BSD-3-Clause.txt | ||
| BSL-1.0.txt | ||
| CC0-1.0.txt | ||
| GFDL-1.3-no-invariants-only.txt | ||
| GPL-2.0-only.txt | ||
| GPL-2.0-or-later.txt | ||
| GPL-3.0-only.txt | ||
| LGPL-3.0-only.txt | ||
| LicenseRef-BSD-3-Clause-with-PCRE2-Binary-Like-Packages-Exception.txt | ||
| LicenseRef-Qt-Commercial.txt | ||
| LicenseRef-SHA1-Public-Domain.txt | ||
| MIT.txt | ||
| Qt-GPL-exception-1.0.txt | ||
| Unicode-3.0.txt | ||