summaryrefslogtreecommitdiffstats
path: root/tokio-io
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-03-13 13:14:28 -0700
committerGitHub <noreply@github.com>2018-03-13 13:14:28 -0700
commitc0a2cc1f9e06d6a058f6bdb4da756676d9b77449 (patch)
tree85da6bfd520b94a857115bf676c3933199903683 /tokio-io
parent61b28898810f97accb5cc3c855323eca160fa5e4 (diff)
Add LICENSE file to all sub crates (#226)
* Add LICENSE file to all sub crates * Update links in README
Diffstat (limited to 'tokio-io')
-rw-r--r--tokio-io/LICENSE25
-rw-r--r--tokio-io/README.md2
2 files changed, 26 insertions, 1 deletions
diff --git a/tokio-io/LICENSE b/tokio-io/LICENSE
new file mode 100644
index 00000000..38c1e27b
--- /dev/null
+++ b/tokio-io/LICENSE
@@ -0,0 +1,25 @@
+Copyright (c) 2018 Tokio Contributors
+
+Permission is hereby granted, free of charge, to any
+person obtaining a copy of this software and associated
+documentation files (the "Software"), to deal in the
+Software without restriction, including without
+limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software
+is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice
+shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/tokio-io/README.md b/tokio-io/README.md
index b23e8d07..324e7e6c 100644
--- a/tokio-io/README.md
+++ b/tokio-io/README.md
@@ -28,7 +28,7 @@ for the nitty-gritty.
## License
-This project is licensed under the [MIT license](../LICENSE).
+This project is licensed under the [MIT license](LICENSE).
### Contribution