From f564bf21313d2d9bae23d73ccfc1bc5d104358a4 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sun, 13 Oct 2024 22:01:29 -0500 Subject: [PATCH] Include license files in cargo manifest --- Cargo.toml | 8 +++++++- LICENSE_APACHE_2_0.txt => LICENSE_APACHE | 0 LICENSE_BOOST_1_0.txt => LICENSE_BOOST | 0 LICENSE_MIT.txt => LICENSE_MIT | 0 README.md | 6 +++--- 5 files changed, 10 insertions(+), 4 deletions(-) rename LICENSE_APACHE_2_0.txt => LICENSE_APACHE (100%) rename LICENSE_BOOST_1_0.txt => LICENSE_BOOST (100%) rename LICENSE_MIT.txt => LICENSE_MIT (100%) diff --git a/Cargo.toml b/Cargo.toml index e9ce548..2851580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,13 @@ categories = [ "data-structures", "no-std", ] -include = ["README.md", "Cargo.toml", "src/*"] +include = [ + "/LICENSE_APACHE", + "/LICENSE_BOOST", + "/LICENSE_MIT", + "/README.md", + "/src/*", +] [dependencies] libm = "0.2" diff --git a/LICENSE_APACHE_2_0.txt b/LICENSE_APACHE similarity index 100% rename from LICENSE_APACHE_2_0.txt rename to LICENSE_APACHE diff --git a/LICENSE_BOOST_1_0.txt b/LICENSE_BOOST similarity index 100% rename from LICENSE_BOOST_1_0.txt rename to LICENSE_BOOST diff --git a/LICENSE_MIT.txt b/LICENSE_MIT similarity index 100% rename from LICENSE_MIT.txt rename to LICENSE_MIT diff --git a/README.md b/README.md index 74a24a6..05ffff4 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ email at [aldaronlau@gmail.com][13]. [4]: https://github.com/ardaku/fon/ [5]: https://docs.rs/fon#getting-started [6]: https://aldaronlau.com/ -[7]: https://github.com/ardaku/fon/blob/v1/LICENSE_APACHE_2_0.txt +[7]: https://github.com/ardaku/fon/blob/v1/LICENSE_APACHE [8]: https://www.apache.org/licenses/LICENSE-2.0 -[9]: https://github.com/ardaku/fon/blob/v1/LICENSE_MIT.txt +[9]: https://github.com/ardaku/fon/blob/v1/LICENSE_MIT [10]: https://mit-license.org/ -[11]: https://github.com/ardaku/fon/blob/v1/LICENSE_BOOST_1_0.txt +[11]: https://github.com/ardaku/fon/blob/v1/LICENSE_BOOST [12]: https://www.boost.org/LICENSE_1_0.txt [13]: mailto:aldaronlau@gmail.com [14]: https://crates.io/crates/twang