summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-02-03 09:49:13 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-02-03 09:49:13 -0500
commita2b723200c0e077d1720956ccfa65ec2546259a9 (patch)
tree58b98acf50ef5e627a472d1898c9de8ecff06f98 /docs
parent6f39ea72e51e8e5bc5616ffe69d8f363a1bb4c5e (diff)
downloadbfs-a2b723200c0e077d1720956ccfa65ec2546259a9.tar.xz
Move SPDX blurb out of LICENSE so that it can be autodetected
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING.md6
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
--------------