From 1b609a86193fcbf980b1f92f487dc3fa328912da Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Mon, 27 Feb 2023 08:19:22 +0200 Subject: [PATCH] Add license --- Cargo.toml | 1 + LICENSE.txt | 5 +++++ README.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/Cargo.toml b/Cargo.toml index 1236529..91f552b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "rust-picosoc" version = "0.1.0" authors = ["David Craven "] edition = "2018" +license = "ISC" [dependencies] r0 = "0.2.2" diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..de86a13 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,5 @@ +Copyright 2018-2019 RISC-V team + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +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. diff --git a/README.md b/README.md index 3908c53..a9579b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project is developed and maintained by the [RISCV team][team]. ## License -Copyright 2018 [RISCV team][team] +Copyright 2018-2019 [RISC-V team][team] Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice