Skip to content
Snippets Groups Projects
Verified Commit 18dad5af authored by nl6720's avatar nl6720 Committed by Levente Polyak
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 96a679ce
No related branches found
No related tags found
1 merge request!16Use SPDX license identifiers in PKGBUILDs
......@@ -47,12 +47,12 @@ For clarification on any of the information stated here, see the official specif
| gcc* | :code:`('GPL3' 'LGPL' 'FDL' 'custom')` | :code:`('GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND (NCSA OR MIT) AND Apache-2.0 WITH LLVM-exception')` |
+----------+-----------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
* This was the best approximation of a conversion to SPDX that I could come up with for GCC.
\* This was the best approximation of a conversion to SPDX that I could come up with for GCC.
All existing PKGBUILDs will be converted to this identifier specification, and the documentation will be updated in tandem for any new PKGBUILDs. Additionally, a linter will be included in the package checking process to inform a package builder of the validity of the PKGBUILD's :code:`license` value.
The :code:`licenses` package will be revised to source from the official SPDX licenses list data files at https://github.com/spdx/license-list-data. All new standardized license text files will be installed in
:code:`/usr/share/licenses/spdx` - the license-list-data repository provides .txt versions of all SPDX-standardized license texts.
:code:`/usr/share/licenses/spdx/` - the license-list-data repository provides .txt versions of all SPDX-standardized license texts.
Drawbacks
---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment