diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-02-03 09:49:13 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-02-03 09:49:13 -0500 |
commit | a2b723200c0e077d1720956ccfa65ec2546259a9 (patch) | |
tree | 58b98acf50ef5e627a472d1898c9de8ecff06f98 /docs | |
parent | 6f39ea72e51e8e5bc5616ffe69d8f363a1bb4c5e (diff) | |
download | bfs-a2b723200c0e077d1720956ccfa65ec2546259a9.tar.xz |
Move SPDX blurb out of LICENSE so that it can be autodetected
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index c9bbe14..d129a28 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -7,6 +7,12 @@ License `bfs` is licensed under the [Zero-Clause BSD License](https://opensource.org/licenses/0BSD), a maximally permissive license. Contributions must use the same license. +Individual files contain the following tag instead of the full license text: + + SPDX-License-Identifier: 0BSD + +This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/ + Implementation -------------- |