diff --git a/LICENSE b/LICENSE deleted file mode 100644 index c141980..0000000 --- a/LICENSE +++ /dev/null @@ -1,6 +0,0 @@ -axum-htmx is dual-licensed under either - -- **[MIT License](/docs/LICENSE-MIT)** -- **[Apache License, Version 2.0](/docs/LICENSE-APACHE)** - -at your option. diff --git a/docs/LICENSE-APACHE b/LICENSE-APACHE similarity index 100% rename from docs/LICENSE-APACHE rename to LICENSE-APACHE diff --git a/docs/LICENSE-MIT b/LICENSE-MIT similarity index 100% rename from docs/LICENSE-MIT rename to LICENSE-MIT diff --git a/README.md b/README.md index 1c481f1..cfdecb5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ headers.insert(HX_REDIRECT, HeaderValue::from_static("/some/other/page")); `axum-htmx` is dual-licensed under either -- **[MIT License](/docs/LICENSE-MIT)** -- **[Apache License, Version 2.0](/docs/LICENSE-APACHE)** +- **[MIT License](/LICENSE-MIT)** +- **[Apache License, Version 2.0](/LICENSE-APACHE)** at your option.