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 /LICENSE | |
parent | 6f39ea72e51e8e5bc5616ffe69d8f363a1bb4c5e (diff) | |
download | bfs-a2b723200c0e077d1720956ccfa65ec2546259a9.tar.xz |
Move SPDX blurb out of LICENSE so that it can be autodetected
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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/ |