diff --git a/LICENSE.md b/LICENSE similarity index 96% rename from LICENSE.md rename to LICENSE index 17fda2f28..c6ed62f37 100644 --- a/LICENSE.md +++ b/LICENSE @@ -26,4 +26,4 @@ SOFTWARE. Certain parts of this codebase are not licensed under the MIT license and governed by the Business Source License 1.1. -See the LICENSE-EE.md file for details. +See the LICENSE-EE file for details. diff --git a/LICENSE-EE.md b/LICENSE-EE similarity index 100% rename from LICENSE-EE.md rename to LICENSE-EE diff --git a/README.md b/README.md index 598341891..aa371d650 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@

Dependency status - License + License Merge Queues enabled

@@ -95,7 +95,7 @@ Meilisearch is available in two editions: ### 🧪 Community Edition (CE) -- Fully open source under the [MIT license](./LICENSE.md) +- Fully open source under the [MIT license](./LICENSE) - Core search engine with fast and relevant full-text, semantic or hybrid search - Free to use for anyone, including commercial usage @@ -103,7 +103,7 @@ Meilisearch is available in two editions: - Includes advanced features such as: - Sharding -- Governed by a [commercial license](./LICENSE-EE.md) or the [Business Source License 1.1](https://mariadb.com/bsl11) +- Governed by a [commercial license](./LICENSE-EE) or the [Business Source License 1.1](https://mariadb.com/bsl11) - Not allowed in production without a commercial agreement with Meilisearch. - You may use, modify, and distribute the Licensed Work for non-production purposes only, such as testing, development, or evaluation. diff --git a/crates/meilisearch-types/src/enterprise_edition/mod.rs b/crates/meilisearch-types/src/enterprise_edition/mod.rs index a8ab640cb..47047de48 100644 --- a/crates/meilisearch-types/src/enterprise_edition/mod.rs +++ b/crates/meilisearch-types/src/enterprise_edition/mod.rs @@ -1,6 +1,6 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at pub mod network; diff --git a/crates/meilisearch-types/src/enterprise_edition/network.rs b/crates/meilisearch-types/src/enterprise_edition/network.rs index 37b74e574..9d5c51e25 100644 --- a/crates/meilisearch-types/src/enterprise_edition/network.rs +++ b/crates/meilisearch-types/src/enterprise_edition/network.rs @@ -1,7 +1,7 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at use std::collections::BTreeMap; diff --git a/crates/meilisearch/src/routes/indexes/enterprise_edition/mod.rs b/crates/meilisearch/src/routes/indexes/enterprise_edition/mod.rs index 7fe2e093c..a3ca7350c 100644 --- a/crates/meilisearch/src/routes/indexes/enterprise_edition/mod.rs +++ b/crates/meilisearch/src/routes/indexes/enterprise_edition/mod.rs @@ -1,6 +1,6 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at pub mod proxy; diff --git a/crates/meilisearch/src/routes/indexes/enterprise_edition/proxy.rs b/crates/meilisearch/src/routes/indexes/enterprise_edition/proxy.rs index 257ec85ef..7cb3eb8cc 100644 --- a/crates/meilisearch/src/routes/indexes/enterprise_edition/proxy.rs +++ b/crates/meilisearch/src/routes/indexes/enterprise_edition/proxy.rs @@ -1,7 +1,7 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at use std::collections::BTreeMap; use std::fs::File; diff --git a/crates/milli/src/update/new/indexer/enterprise_edition/mod.rs b/crates/milli/src/update/new/indexer/enterprise_edition/mod.rs index a0a5b0e53..9f89e8e31 100644 --- a/crates/milli/src/update/new/indexer/enterprise_edition/mod.rs +++ b/crates/milli/src/update/new/indexer/enterprise_edition/mod.rs @@ -1,6 +1,6 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at pub mod sharding; diff --git a/crates/milli/src/update/new/indexer/enterprise_edition/sharding.rs b/crates/milli/src/update/new/indexer/enterprise_edition/sharding.rs index bb30feff7..c0322f868 100644 --- a/crates/milli/src/update/new/indexer/enterprise_edition/sharding.rs +++ b/crates/milli/src/update/new/indexer/enterprise_edition/sharding.rs @@ -1,7 +1,7 @@ // Copyright © 2025 Meilisearch Some Rights Reserved // This file is part of Meilisearch Enterprise Edition (EE). // Use of this source code is governed by the Business Source License 1.1, -// as found in the LICENSE-EE.md file or at +// as found in the LICENSE-EE file or at use std::hash::{BuildHasher as _, BuildHasherDefault};