From 90231721391aa98ed41b4a4670ba6b0af8cd2749 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Thu, 9 Oct 2025 16:24:18 +0200 Subject: [PATCH] Add a dedicated `LICENSE-MIT` file containing the unmodified MIT license --- LICENSE | 28 ++++------------------------ LICENSE-MIT | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 LICENSE-MIT diff --git a/LICENSE b/LICENSE index c6ed62f37..edcaeebc4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,29 +1,9 @@ -MIT License +# License Copyright (c) 2019-2025 Meili SAS -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Part of this work fall under the Meilisearch Enterprise Edition (EE) and are licensed under the Business Source License 1.1, please refer to [LICENSE-EE](./LICENSE-EE) for details. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The other parts of this work are licensed under the [MIT license](./LICENSE-MIT). -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - ---- - -🔒 Meilisearch Enterprise Edition (EE) - -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 file for details. +`SPDX-License-Identifier: MIT AND BUSL-1.1` \ No newline at end of file diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 000000000..1ea8bbc92 --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019-2025 Meili SAS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file