Skip to content

Commit 261831b

Browse files
committed
Move license info to README
1 parent 20e0102 commit 261831b

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

COPYRIGHT

Lines changed: 0 additions & 7 deletions
This file was deleted.

LICENSE-MIT

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Copyright (c) 2014 The syscall.rs Project Developers
2-
31
Permission is hereby granted, free of charge, to any
42
person obtaining a copy of this software and associated
53
documentation files (the "Software"), to deal in the

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,16 @@ Disassembly of section .text.main:
7272
$ ./tinyrust
7373
Hello!
7474
```
75+
76+
## License
77+
78+
Licensed under either of
79+
80+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
81+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
82+
83+
at your option.
84+
85+
### Contribution
86+
87+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)