Skip to content

Commit 31eeeda

Browse files
committed
Add license
1 parent 78b18d8 commit 31eeeda

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "rust-picosoc"
33
version = "0.1.0"
44
authors = ["David Craven <[email protected]>"]
55
edition = "2018"
6+
license = "ISC"
67

78
[dependencies]
89
r0 = "0.2.2"

LICENSE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2018 RISC-V team
2+
3+
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.
4+
5+
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project is developed and maintained by the [RISCV team][team].
66

77
## License
88

9-
Copyright 2018 [RISCV team][team]
9+
Copyright 2018 [RISC-V team][team]
1010

1111
Permission to use, copy, modify, and/or distribute this software for any purpose
1212
with or without fee is hereby granted, provided that the above copyright notice

0 commit comments

Comments
 (0)