Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 593 Bytes

File metadata and controls

20 lines (16 loc) · 593 Bytes

Code Helpers

How to update license and copyright info

We use REUSE to manage the license.

You may use the following command in a dev environment at root level to update license data:

  poetry run reuse annotate -r --fallback-dot-license --merge-copyrights \
    --license "MIT" \
    --year "2024" \
    --copyright "Swiss Confederation" \
    .