REUSE (Licensing)¶
Useful Links
- Homepage: https://reuse.software/
- Tutorial: https://reuse.software/tutorial/
- Tool Documentation: https://reuse.readthedocs.io/
To use this module, we recommend reading the official documentation of REUSE and integrate the needed commands in your build file
Installation¶
The REUSE package will install a python Virtual environment:
1 2 3 4 5 6 7 8 9 |
|
Download a License¶
Once you have defined which license you need, you can download it. KISSB will download the license using REUSE if needed:
1 2 3 4 5 6 7 8 9 |
|
Files Annotation¶
The module offers a convenient method to annotate files using a set of Glob patterns. The arguments passed to the annotation build command should be taken from REUSE documentation:
https://reuse.readthedocs.io/en/stable/man/reuse-annotate.html
For example, to annotate all the C files in the src folder:
1 2 3 4 5 6 7 8 9 10 11 12 |
|