19 lines
408 B
Markdown
19 lines
408 B
Markdown
|
# Self
|
||
|
|
||
|
Where I intend store code samples for sharing with the fediverse.
|
||
|
|
||
|
## License
|
||
|
|
||
|
This project follows the [REUSE Specification - Version 3.2][REUSE-spec-3.2].
|
||
|
Consult the spec if you are unfamiliar with it.
|
||
|
|
||
|
[REUSE-spec-3.2]: https://reuse.software/spec-3.2/
|
||
|
|
||
|
## Notes
|
||
|
|
||
|
To apply a license to a newly added file:
|
||
|
|
||
|
```sh
|
||
|
reuse annotate -c 'JackbyDev' --copyright-prefix 'spdx-symbol' -l <lic> <file>
|
||
|
```
|