diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5effe81c..00000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2026 Nelson Spence - -ordvec is dual-licensed under either of: - - * Apache License, Version 2.0 - (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0) - * MIT license - (LICENSE-MIT or https://opensource.org/licenses/MIT) - -at your option. - -SPDX-License-Identifier: MIT OR Apache-2.0 - -The complete text of each license is provided in LICENSE-APACHE and -LICENSE-MIT in the root of this repository. - -Unless you explicitly state otherwise, any contribution intentionally -submitted for inclusion in this project by you, as defined in the -Apache-2.0 license, shall be dual licensed as above, without any -additional terms or conditions. diff --git a/LICENSE-APACHE b/LICENSE-APACHE-2.0 similarity index 100% rename from LICENSE-APACHE rename to LICENSE-APACHE-2.0 diff --git a/README.md b/README.md index 1cdcde0b..f823ca1a 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,12 @@ minor-version change. Licensed under either of - MIT License ([LICENSE-MIT](LICENSE-MIT)) -- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE)) +- Apache License, Version 2.0 ([LICENSE-APACHE-2.0](LICENSE-APACHE-2.0)) at your option. + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be +dual licensed as above, without any additional terms or conditions. diff --git a/ordvec-python/LICENSE-APACHE b/ordvec-python/LICENSE-APACHE-2.0 similarity index 100% rename from ordvec-python/LICENSE-APACHE rename to ordvec-python/LICENSE-APACHE-2.0 diff --git a/ordvec-python/README.md b/ordvec-python/README.md index 6cbfdd38..24649a4e 100644 --- a/ordvec-python/README.md +++ b/ordvec-python/README.md @@ -42,5 +42,5 @@ the origin project. Dual-licensed under either of [MIT](https://github.com/Fieldnote-Echo/ordvec/blob/main/LICENSE-MIT) or -[Apache-2.0](https://github.com/Fieldnote-Echo/ordvec/blob/main/LICENSE-APACHE) +[Apache-2.0](https://github.com/Fieldnote-Echo/ordvec/blob/main/LICENSE-APACHE-2.0) at your option.