17 lines
514 B
Markdown
17 lines
514 B
Markdown
|
|
# Task 2: Add a license file
|
||
|
|
|
||
|
|
**Plan**: publish-methodology
|
||
|
|
**Status**: DONE (MIT license chosen — covers both docs and scripts)
|
||
|
|
**Deliverable**: `LICENSE` file in project root
|
||
|
|
|
||
|
|
## What to do
|
||
|
|
|
||
|
|
1. Ask the user which license they prefer. Suggest CC-BY-4.0 for the
|
||
|
|
methodology (allows reuse with attribution) and MIT for the tooling
|
||
|
|
scripts (standard for small utilities).
|
||
|
|
2. Create the appropriate `LICENSE` file(s).
|
||
|
|
|
||
|
|
## Done when
|
||
|
|
|
||
|
|
- A license file exists that covers both the documentation and the scripts.
|