From 251aba414fef953e0db283a60e34c06c9501ee96 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 20 Sep 2024 11:06:09 +0200 Subject: [PATCH 1/4] Remove metadata from unpublished crates --- codegen/Cargo.toml | 3 --- deny.toml | 1 + examples/Cargo.toml | 1 - interop/Cargo.toml | 3 --- interop/LICENSE | 19 ------------------- 5 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 interop/LICENSE diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index f4d9f3290..e08fa4829 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,10 +1,7 @@ [package] name = "codegen" -authors = ["Lucio Franco "] -license = "MIT" edition = "2021" publish = false -version = "0.1.0" [dependencies] tempfile = "3.8.0" diff --git a/deny.toml b/deny.toml index f58882646..a010014e4 100644 --- a/deny.toml +++ b/deny.toml @@ -37,6 +37,7 @@ allow = [ "MPL-2.0", "BSD-3-Clause", ] +private = {ignore = true} [[licenses.clarify]] name = "ring" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index aea9133e1..0119fd5be 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -4,7 +4,6 @@ edition = "2021" license = "MIT" name = "examples" publish = false -version = "0.1.0" [[bin]] name = "helloworld-server" diff --git a/interop/Cargo.toml b/interop/Cargo.toml index 5ec668f4f..2f58f912d 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -1,10 +1,7 @@ [package] -authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "interop" publish = false -version = "0.1.0" [[bin]] name = "client" diff --git a/interop/LICENSE b/interop/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/interop/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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. From 31f1eeee81981ac39ee992efc5b114ecd3e1297e Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 20 Sep 2024 11:10:34 +0200 Subject: [PATCH 2/4] Remove disabled benches from tonic crate --- tonic/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index bf32e23c1..cc6f48730 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -15,6 +15,7 @@ A gRPC over HTTP/2 implementation focused on high performance, interoperability, """ documentation = "https://docs.rs/tonic/0.12.2" edition = "2021" +exclude = ["/benches-disabled"] homepage = "https://github.com/hyperium/tonic" keywords = ["rpc", "grpc", "async", "futures", "protobuf"] license = "MIT" From 77f8320a7f82074bd870b03b1cf954e99fb86868 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 16 Sep 2024 09:52:42 +0200 Subject: [PATCH 3/4] Indicate Apache-2.0 license accordingly --- LICENSE-APACHE | 202 ++++++++++++++++++++++++++++++++ LICENSE => LICENSE-MIT | 0 README.md | 5 +- examples/Cargo.toml | 2 +- examples/LICENSE | 19 --- examples/LICENSE-APACHE | 1 + examples/LICENSE-MIT | 1 + tonic-build/LICENSE | 20 +--- tonic-health/Cargo.toml | 2 +- tonic-health/LICENSE | 19 --- tonic-health/LICENSE-APACHE | 1 + tonic-health/LICENSE-MIT | 1 + tonic-reflection/Cargo.toml | 2 +- tonic-reflection/LICENSE | 19 --- tonic-reflection/LICENSE-APACHE | 1 + tonic-reflection/LICENSE-MIT | 1 + tonic-types/Cargo.toml | 2 +- tonic-types/LICENSE | 19 --- tonic-types/LICENSE-APACHE | 1 + tonic-types/LICENSE-MIT | 1 + tonic-web/LICENSE | 20 +--- tonic/Cargo.toml | 2 +- tonic/LICENSE | 20 +--- 23 files changed, 221 insertions(+), 140 deletions(-) create mode 100644 LICENSE-APACHE rename LICENSE => LICENSE-MIT (100%) delete mode 100644 examples/LICENSE create mode 120000 examples/LICENSE-APACHE create mode 120000 examples/LICENSE-MIT mode change 100644 => 120000 tonic-build/LICENSE delete mode 100644 tonic-health/LICENSE create mode 120000 tonic-health/LICENSE-APACHE create mode 120000 tonic-health/LICENSE-MIT delete mode 100644 tonic-reflection/LICENSE create mode 120000 tonic-reflection/LICENSE-APACHE create mode 120000 tonic-reflection/LICENSE-MIT delete mode 100644 tonic-types/LICENSE create mode 120000 tonic-types/LICENSE-APACHE create mode 120000 tonic-types/LICENSE-MIT mode change 100644 => 120000 tonic-web/LICENSE mode change 100644 => 120000 tonic/LICENSE diff --git a/LICENSE-APACHE b/LICENSE-APACHE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/LICENSE-APACHE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE b/LICENSE-MIT similarity index 100% rename from LICENSE rename to LICENSE-MIT diff --git a/README.md b/README.md index afdd2b223..71bdec9aa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ RPC framework that puts mobile and HTTP/2 first. [![Crates.io](https://img.shields.io/crates/v/tonic)](https://crates.io/crates/tonic) [![Documentation](https://docs.rs/tonic/badge.svg)](https://docs.rs/tonic) -[![Crates.io](https://img.shields.io/crates/l/tonic)](LICENSE) +![Crates.io](https://img.shields.io/crates/l/tonic) [Examples] | [Website] | [Docs] | [Chat] @@ -124,7 +124,8 @@ project. ## License -This project is licensed under the [MIT license](LICENSE). +This project is licensed under the [MIT](LICENSE-MIT) and [Apache-2.0](LICENSE-APACHE) +licenses. ### Contribution diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 0119fd5be..b3970c901 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" +license = "MIT AND Apache-2.0" name = "examples" publish = false diff --git a/examples/LICENSE b/examples/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/examples/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/examples/LICENSE-APACHE b/examples/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/examples/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/examples/LICENSE-MIT b/examples/LICENSE-MIT new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/examples/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic-build/LICENSE b/tonic-build/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic-build/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic-build/LICENSE b/tonic-build/LICENSE new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic-build/LICENSE @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic-health/Cargo.toml b/tonic-health/Cargo.toml index 5591db3b3..a6fb4a386 100644 --- a/tonic-health/Cargo.toml +++ b/tonic-health/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/tonic-health/0.12.2" edition = "2021" homepage = "https://github.com/hyperium/tonic" keywords = ["rpc", "grpc", "async", "healthcheck"] -license = "MIT" +license = "MIT AND Apache-2.0" name = "tonic-health" readme = "README.md" repository = "https://github.com/hyperium/tonic" diff --git a/tonic-health/LICENSE b/tonic-health/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic-health/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic-health/LICENSE-APACHE b/tonic-health/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/tonic-health/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/tonic-health/LICENSE-MIT b/tonic-health/LICENSE-MIT new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic-health/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic-reflection/Cargo.toml b/tonic-reflection/Cargo.toml index 031293ace..ea94c5e4d 100644 --- a/tonic-reflection/Cargo.toml +++ b/tonic-reflection/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" homepage = "https://github.com/hyperium/tonic" documentation = "https://docs.rs/tonic-reflection/0.12.2" keywords = ["rpc", "grpc", "async", "reflection"] -license = "MIT" +license = "MIT AND Apache-2.0" name = "tonic-reflection" readme = "README.md" repository = "https://github.com/hyperium/tonic" diff --git a/tonic-reflection/LICENSE b/tonic-reflection/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic-reflection/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic-reflection/LICENSE-APACHE b/tonic-reflection/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/tonic-reflection/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/tonic-reflection/LICENSE-MIT b/tonic-reflection/LICENSE-MIT new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic-reflection/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic-types/Cargo.toml b/tonic-types/Cargo.toml index 1511141c0..98685a3c7 100644 --- a/tonic-types/Cargo.toml +++ b/tonic-types/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/tonic-types/0.12.2" edition = "2021" homepage = "https://github.com/hyperium/tonic" keywords = ["rpc", "grpc", "protobuf"] -license = "MIT" +license = "MIT AND Apache-2.0" name = "tonic-types" readme = "README.md" repository = "https://github.com/hyperium/tonic" diff --git a/tonic-types/LICENSE b/tonic-types/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic-types/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic-types/LICENSE-APACHE b/tonic-types/LICENSE-APACHE new file mode 120000 index 000000000..965b606f3 --- /dev/null +++ b/tonic-types/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/tonic-types/LICENSE-MIT b/tonic-types/LICENSE-MIT new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic-types/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic-web/LICENSE b/tonic-web/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic-web/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic-web/LICENSE b/tonic-web/LICENSE new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic-web/LICENSE @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index cc6f48730..c86b16c3f 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -18,7 +18,7 @@ edition = "2021" exclude = ["/benches-disabled"] homepage = "https://github.com/hyperium/tonic" keywords = ["rpc", "grpc", "async", "futures", "protobuf"] -license = "MIT" +license = "MIT AND APACHE-2.0" readme = "../README.md" repository = "https://github.com/hyperium/tonic" version = "0.12.2" diff --git a/tonic/LICENSE b/tonic/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tonic/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tonic/LICENSE b/tonic/LICENSE new file mode 120000 index 000000000..76219eb72 --- /dev/null +++ b/tonic/LICENSE @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file From d26ad5a2793c25e2e12099254b24f4fc583a82ce Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 20 Sep 2024 11:27:10 +0200 Subject: [PATCH 4/4] Remove metadata from test crates --- tests/ambiguous_methods/Cargo.toml | 2 -- tests/ambiguous_methods/LICENSE | 19 ------------------- tests/compression/Cargo.toml | 2 -- tests/compression/LICENSE | 19 ------------------- tests/default_stubs/Cargo.toml | 2 -- tests/deprecated_methods/Cargo.toml | 2 -- tests/disable_comments/Cargo.toml | 2 -- tests/extern_path/my_application/Cargo.toml | 2 -- tests/extern_path/my_application/LICENSE | 19 ------------------- tests/extern_path/uuid/Cargo.toml | 2 -- tests/extern_path/uuid/LICENSE | 19 ------------------- tests/included_service/Cargo.toml | 2 -- tests/included_service/LICENSE | 19 ------------------- tests/integration_tests/Cargo.toml | 2 -- tests/integration_tests/LICENSE | 19 ------------------- tests/root-crate-path/Cargo.toml | 2 -- tests/root-crate-path/LICENSE | 19 ------------------- tests/same_name/Cargo.toml | 2 -- tests/same_name/LICENSE | 19 ------------------- tests/service_named_result/Cargo.toml | 1 - tests/service_named_result/LICENSE | 19 ------------------- tests/service_named_service/Cargo.toml | 2 -- tests/service_named_service/LICENSE | 19 ------------------- tests/skip_debug/Cargo.toml | 2 -- tests/stream_conflict/Cargo.toml | 2 -- tests/stream_conflict/LICENSE | 19 ------------------- tests/use_arc_self/Cargo.toml | 2 -- tests/use_arc_self/LICENSE | 19 ------------------- tests/wellknown-compiled/Cargo.toml | 2 -- tests/wellknown-compiled/LICENSE | 19 ------------------- tests/wellknown/Cargo.toml | 2 -- tests/wellknown/LICENSE | 19 ------------------- 32 files changed, 301 deletions(-) delete mode 100644 tests/ambiguous_methods/LICENSE delete mode 100644 tests/compression/LICENSE delete mode 100644 tests/extern_path/my_application/LICENSE delete mode 100644 tests/extern_path/uuid/LICENSE delete mode 100644 tests/included_service/LICENSE delete mode 100644 tests/integration_tests/LICENSE delete mode 100644 tests/root-crate-path/LICENSE delete mode 100644 tests/same_name/LICENSE delete mode 100644 tests/service_named_result/LICENSE delete mode 100644 tests/service_named_service/LICENSE delete mode 100644 tests/stream_conflict/LICENSE delete mode 100644 tests/use_arc_self/LICENSE delete mode 100644 tests/wellknown-compiled/LICENSE delete mode 100644 tests/wellknown/LICENSE diff --git a/tests/ambiguous_methods/Cargo.toml b/tests/ambiguous_methods/Cargo.toml index a9e64cf94..3669f6e03 100644 --- a/tests/ambiguous_methods/Cargo.toml +++ b/tests/ambiguous_methods/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Yonathan Randolph "] edition = "2021" -license = "MIT" name = "ambiguous_methods" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/ambiguous_methods/LICENSE b/tests/ambiguous_methods/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/ambiguous_methods/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/compression/Cargo.toml b/tests/compression/Cargo.toml index a40522fa6..c87f83bc8 100644 --- a/tests/compression/Cargo.toml +++ b/tests/compression/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "compression" publish = false -version = "0.1.0" [dependencies] bytes = "1" diff --git a/tests/compression/LICENSE b/tests/compression/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/compression/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/default_stubs/Cargo.toml b/tests/default_stubs/Cargo.toml index 278f36029..845bd5c08 100644 --- a/tests/default_stubs/Cargo.toml +++ b/tests/default_stubs/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Jordan Singh "] edition = "2021" -license = "MIT" name = "default_stubs" publish = false -version = "0.1.0" [dependencies] tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]} diff --git a/tests/deprecated_methods/Cargo.toml b/tests/deprecated_methods/Cargo.toml index 67caa17f4..5bd0803b9 100644 --- a/tests/deprecated_methods/Cargo.toml +++ b/tests/deprecated_methods/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "deprecated_methods" edition = "2021" -license = "MIT" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/disable_comments/Cargo.toml b/tests/disable_comments/Cargo.toml index ac75b2d22..e52293965 100644 --- a/tests/disable_comments/Cargo.toml +++ b/tests/disable_comments/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["bouzuya "] edition = "2021" -license = "MIT" name = "disable-comments" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/extern_path/my_application/Cargo.toml b/tests/extern_path/my_application/Cargo.toml index ade632181..5c35b5097 100644 --- a/tests/extern_path/my_application/Cargo.toml +++ b/tests/extern_path/my_application/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Danny Hua "] edition = "2021" -license = "MIT" name = "my_application" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/extern_path/my_application/LICENSE b/tests/extern_path/my_application/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/extern_path/my_application/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/extern_path/uuid/Cargo.toml b/tests/extern_path/uuid/Cargo.toml index e32c3b5cb..472ccbce2 100644 --- a/tests/extern_path/uuid/Cargo.toml +++ b/tests/extern_path/uuid/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Danny Hua "] edition = "2021" -license = "MIT" name = "uuid1" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/extern_path/uuid/LICENSE b/tests/extern_path/uuid/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/extern_path/uuid/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/included_service/Cargo.toml b/tests/included_service/Cargo.toml index 2c63a3310..f8e502960 100644 --- a/tests/included_service/Cargo.toml +++ b/tests/included_service/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "included_service" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/included_service/LICENSE b/tests/included_service/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/included_service/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/integration_tests/Cargo.toml b/tests/integration_tests/Cargo.toml index 238fe374d..65df1c47a 100644 --- a/tests/integration_tests/Cargo.toml +++ b/tests/integration_tests/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "integration-tests" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/integration_tests/LICENSE b/tests/integration_tests/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/integration_tests/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/root-crate-path/Cargo.toml b/tests/root-crate-path/Cargo.toml index f52a04403..2cefdaa97 100644 --- a/tests/root-crate-path/Cargo.toml +++ b/tests/root-crate-path/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "root-crate-path" publish = false -version = "0.1.0" [dependencies] prost = "0.13" diff --git a/tests/root-crate-path/LICENSE b/tests/root-crate-path/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/root-crate-path/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/same_name/Cargo.toml b/tests/same_name/Cargo.toml index 019f1abd4..4fbd7cf4b 100644 --- a/tests/same_name/Cargo.toml +++ b/tests/same_name/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "same_name" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/same_name/LICENSE b/tests/same_name/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/same_name/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/service_named_result/Cargo.toml b/tests/service_named_result/Cargo.toml index aa719faff..d77e0122d 100644 --- a/tests/service_named_result/Cargo.toml +++ b/tests/service_named_result/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "service_named_result" -version = "0.1.0" edition = "2021" publish = false diff --git a/tests/service_named_result/LICENSE b/tests/service_named_result/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/service_named_result/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/service_named_service/Cargo.toml b/tests/service_named_service/Cargo.toml index 10d5f5796..a69de8a04 100644 --- a/tests/service_named_service/Cargo.toml +++ b/tests/service_named_service/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "service_named_service" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/service_named_service/LICENSE b/tests/service_named_service/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/service_named_service/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/skip_debug/Cargo.toml b/tests/skip_debug/Cargo.toml index 7013b598e..9db34a495 100644 --- a/tests/skip_debug/Cargo.toml +++ b/tests/skip_debug/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Andrew Yuan "] edition = "2021" -license = "MIT" name = "skip_debug" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/stream_conflict/Cargo.toml b/tests/stream_conflict/Cargo.toml index bed5e048f..0b1707710 100644 --- a/tests/stream_conflict/Cargo.toml +++ b/tests/stream_conflict/Cargo.toml @@ -3,8 +3,6 @@ authors = ["Ben Sully "] edition = "2021" name = "stream_conflict" publish = false -version = "0.1.0" -license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/stream_conflict/LICENSE b/tests/stream_conflict/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/stream_conflict/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/use_arc_self/Cargo.toml b/tests/use_arc_self/Cargo.toml index 48e69e6dc..c7db99308 100644 --- a/tests/use_arc_self/Cargo.toml +++ b/tests/use_arc_self/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Aurimas Blažulionis "] edition = "2021" -license = "MIT" name = "use_arc_self" publish = false -version = "0.1.0" [dependencies] tokio-stream = "0.1" diff --git a/tests/use_arc_self/LICENSE b/tests/use_arc_self/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/use_arc_self/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/wellknown-compiled/Cargo.toml b/tests/wellknown-compiled/Cargo.toml index e637b350c..5731d3a76 100644 --- a/tests/wellknown-compiled/Cargo.toml +++ b/tests/wellknown-compiled/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "wellknown-compiled" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/wellknown-compiled/LICENSE b/tests/wellknown-compiled/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/wellknown-compiled/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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/tests/wellknown/Cargo.toml b/tests/wellknown/Cargo.toml index 3cbd15e74..135f75637 100644 --- a/tests/wellknown/Cargo.toml +++ b/tests/wellknown/Cargo.toml @@ -1,10 +1,8 @@ [package] authors = ["Lucio Franco "] edition = "2021" -license = "MIT" name = "wellknown" publish = false -version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/wellknown/LICENSE b/tests/wellknown/LICENSE deleted file mode 100644 index 307709840..000000000 --- a/tests/wellknown/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020 Lucio Franco - -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.