From 28060ded3a8cbbe9cfe8cd3167b2334bb5c0754e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Sun, 22 Oct 2023 23:53:27 -0300 Subject: [PATCH] Add LGPL legal notices for bzip3[-rs] --- LICENSE | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 7011177..df500f5 100644 --- a/LICENSE +++ b/LICENSE @@ -20,7 +20,18 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +--- + Copyright notices from other projects: -Copyright (c) 2019 Bojan -https://github.com/bojand/infer +Infer crate (MIT LICENSE): +> Copyright (c) 2019 Bojan +> Code at https://github.com/bojand/infer + +Bzip3-rs crate (LGPL 3.0): +> Code for this crate is available at https://github.com/bczhc/bzip3-rs +> See its license at https://github.com/bczhc/bzip3-rs/blob/master/LICENSE + +Bzip3 library (LGPL 3.0): +> Code for this library is available at https://github.com/kspalaiologos/bzip3 +> See its license at https://github.com/kspalaiologos/bzip3/blob/master/LICENSE