Dasharo / twpm-docs

Trustworthy Platform Module (TwPM) documentation
https://twpm.dasharo.com
5 stars 0 forks source link

License #34

Closed macpijan closed 7 months ago

macpijan commented 7 months ago

Tried the reuse tool, as we have discussed elsewhere. Some notes below.

reuse init
Initializing project for REUSE.

What license is your project under? Provide the SPDX License Identifier.
To stop adding licenses, hit RETURN.
CC-BY-SA-4.0

What other license is your project under? Provide the SPDX License Identifier.
To stop adding licenses, hit RETURN.

What is the name of the project?
twpm-docs

What is the internet address of the project?
https://twpm.dasharo.com

What is the name of the maintainer?
3mdeb

What is the e-mail address of the maintainer?
contact@3mdeb.com

All done! Initializing now.

Downloading CC-BY-SA-4.0

Creating .reuse/dep5

Initialization complete.
find . -type f -name "*.md" -not -path "./venv/*" -exec reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" {} \;
find . -type f \( -name "*.yaml" -o -name "*.yml" \) -not -path "./venv/*" -exec reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" {} \;
find . -type f -name "*.css" -not -path "./venv/*" -exec reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" {} \;
find . -type f \( -name "*.png" -o -name "*.svg" \) -not -path "./venv/*" -exec reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" {} \;
reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" --force-dot-license .gitignore
reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" --force-dot-license docs/CNAME
reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" --force-dot-license docs/test-results/2024_01_11_orange_crab_without_create_primary.html
reuse annotate --copyright="3mdeb <contact@3mdeb.com>" --license="CC-BY-SA-4.0" --force-dot-license requirements.txt
reuse lint

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: CC-BY-SA-4.0
* Read errors: 0
* files with copyright information: 42 / 42
* files with license information: 42 / 42

Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)
macpijan commented 7 months ago

There is a separate PR for that which should go first https://github.com/Dasharo/twpm-docs/pull/33