From 72662fcf8f5ead4d7834cc521ed176fabbec6509 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sun, 31 Jan 2021 11:19:08 +0000 Subject: [PATCH] dist: loose license of distribution files --- distribution/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/distribution/README.md b/distribution/README.md index f84b1c49..0de55ad4 100644 --- a/distribution/README.md +++ b/distribution/README.md @@ -57,6 +57,16 @@ SECURITY.md However, there might be more recent ones in user-contributed [wiki](https://github.com/jesec/flood/wiki) of this project. +### License + +Notwithstanding GPL 3 license applied to other parts of this project, files in this folder are licensed under BSD 0-Clause License (SPDX: 0BSD), which is a public domain equivalent license. + +``` +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR 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. +``` + ### Links to downstream repositories of packages TBD.