Drop Apache reference (#25)

This commit is contained in:
Zanie Blue
2025-05-05 08:30:02 -05:00
committed by GitHub
parent cd4cc8ad07
commit 51edd23fa8
2 changed files with 5 additions and 10 deletions
+4 -9
View File
@@ -18,17 +18,12 @@ See the
## License
ty is licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
<https://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
at your option.
ty is licensed under the MIT license ([LICENSE](LICENSE) or
<https://opensource.org/licenses/MIT>).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ty
by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any
additional terms or conditions.
by you, as defined in the MIT license, shall be licensed as above, without any additional terms or
conditions.
<div align="center">
<a target="_blank" href="https://astral.sh" style="background:none">
+1 -1
View File
@@ -22,5 +22,5 @@ include = [
"sdist",
"wheel",
] },
{ path = "LICENSE-MIT", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]