summaryrefslogtreecommitdiffstats
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
parent6f39ea72e51e8e5bc5616ffe69d8f363a1bb4c5e (diff)
downloadbfs-a2b723200c0e077d1720956ccfa65ec2546259a9.tar.xz
Move SPDX blurb out of LICENSE so that it can be autodetected
-rw-r--r--LICENSE10
-rw-r--r--docs/HACKING.md6
2 files changed, 6 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index 290e3d3..240d2ac 100644
--- a/LICENSE
+++ b/LICENSE
@@ -9,13 +9,3 @@ SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL D
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.
-
----
-
-bfs is licensed under the Zero Clause BSD 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/
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
--------------