Skip to content

Commit 8285f66

Browse files
Merge #38: Add LICENSE and LICENSE-MIT files
3488535 Add LICENSE and LICENSE-MIT files (Steve Myers) Pull request description: This project is already [licensed MIT](https://choosealicense.com/licenses/mit/) per the `Cargo.toml` file. This PR makes that license more explicit by adding LICENSE and LICENSE-MIT files. ACKs for top commit: danielabrozzoni: ACK 3488535 - thanks for taking care of this! Tree-SHA512: fd2c36d8600f59237b0ca931276d67421d29d0542a95120329351c11051208648b67369151e5dba36634731bf13beaa0719b95ca44abad0e88918d0599b3c0c0
2 parents 6fea740 + 3488535 commit 8285f66

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This software is licensed under the [MIT](LICENSE-MIT) license.
2+
3+
Some files retain their own copyright notice, however, for full authorship
4+
information, see version control history.
5+
6+
Except as otherwise noted in individual files, all files in this repository are
7+
licensed under the MIT license <LICENSE-MIT or http://opensource.org/licenses/MIT>.
8+
9+
You may not use, copy, modify, merge, publish, distribute, sublicense, and/or
10+
sell copies of this software or any files in this repository except in
11+
accordance this license.

LICENSE-MIT

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
MIT License
2+
3+
Copyright (c) 2022 rust-hwi developers
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)