Skip to content

Commit 7c7beac

Browse files
committed
Add license info to README
1 parent a29e76a commit 7c7beac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,20 @@ type-erased async trait attribute proc macro, such as Dtolnay's `async-trait`
1212
crate, or a similar one. That said, it'd be awesome both for me and for the
1313
rust compiler if you could test this, find something that's missing in the
1414
compiler or here, and file an issue.
15+
16+
## License
17+
18+
Licensed under either of
19+
20+
* Apache License, Version 2.0
21+
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
22+
* MIT license
23+
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
24+
25+
at your option.
26+
27+
## Contribution
28+
29+
Unless you explicitly state otherwise, any contribution intentionally submitted
30+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
31+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)