From c0a2cc1f9e06d6a058f6bdb4da756676d9b77449 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 13 Mar 2018 13:14:28 -0700 Subject: [PATCH] Add LICENSE file to all sub crates (#226) * Add LICENSE file to all sub crates * Update links in README --- tokio-executor/LICENSE | 25 +++++++++++++++++++++++++ tokio-executor/README.md | 2 +- tokio-io/LICENSE | 25 +++++++++++++++++++++++++ tokio-io/README.md | 2 +- tokio-reactor/LICENSE | 25 +++++++++++++++++++++++++ tokio-reactor/README.md | 2 +- tokio-threadpool/LICENSE | 25 +++++++++++++++++++++++++ tokio-threadpool/README.md | 2 +- 8 files changed, 104 insertions(+), 4 deletions(-) create mode 100644 tokio-executor/LICENSE create mode 100644 tokio-io/LICENSE create mode 100644 tokio-reactor/LICENSE create mode 100644 tokio-threadpool/LICENSE diff --git a/tokio-executor/LICENSE b/tokio-executor/LICENSE new file mode 100644 index 000000000..38c1e27b8 --- /dev/null +++ b/tokio-executor/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-executor/README.md b/tokio-executor/README.md index 83bf09554..988a46b4e 100644 --- a/tokio-executor/README.md +++ b/tokio-executor/README.md @@ -38,7 +38,7 @@ executor, including: ## License -This project is licensed under the [MIT license](../LICENSE). +This project is licensed under the [MIT license](LICENSE). ### Contribution diff --git a/tokio-io/LICENSE b/tokio-io/LICENSE new file mode 100644 index 000000000..38c1e27b8 --- /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 b23e8d072..324e7e6c7 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 diff --git a/tokio-reactor/LICENSE b/tokio-reactor/LICENSE new file mode 100644 index 000000000..38c1e27b8 --- /dev/null +++ b/tokio-reactor/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-reactor/README.md b/tokio-reactor/README.md index e75a61fd7..0227c14e8 100644 --- a/tokio-reactor/README.md +++ b/tokio-reactor/README.md @@ -33,7 +33,7 @@ are building a custom I/O resource. ## License -This project is licensed under the [MIT license](../LICENSE). +This project is licensed under the [MIT license](LICENSE). ### Contribution diff --git a/tokio-threadpool/LICENSE b/tokio-threadpool/LICENSE new file mode 100644 index 000000000..38c1e27b8 --- /dev/null +++ b/tokio-threadpool/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-threadpool/README.md b/tokio-threadpool/README.md index 817beea53..b1c34e1a6 100644 --- a/tokio-threadpool/README.md +++ b/tokio-threadpool/README.md @@ -45,7 +45,7 @@ pub fn main() { ## License -This project is licensed under the [MIT license](../LICENSE). +This project is licensed under the [MIT license](LICENSE). ### Contribution