Skip to content

Commit

Permalink
Added support for Quickwit enterprise license.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Oct 31, 2024
1 parent a91d2e7 commit b80aaaa
Show file tree
Hide file tree
Showing 16 changed files with 603 additions and 83 deletions.
29 changes: 12 additions & 17 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
Copyright (C) 2024 Quickwit, Inc.
Copyright (C) 2024-Present Quickwit, Inc.

Quickwit is offered under the [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0)
and as commercial software.
A copy of the AGPL license can be found in [LICENSE_AGPLv3.0.txt](LICENSE_AGPLv3.0.txt)
Source code in this directory are licensed either under
- Both the AGPL and the Quickwit Enterprise License.
- the Quickwit Enterprise License

# Commercial Licensing
For commercial licensing, contact us at hello@quickwit.io.
Source files that are license under both the AGPL and the Quickwit enterprise
are prefixed explicitly with the AGPL license header.

Source files that are strictly licensed under the Quickwit Enterprise License
are prefixed by the Quickwit Enterprise License header.

# AGPL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
A copy of the AGPL license can be found in [LICENSE_AGPLv3.0.txt](LICENSE_AGPLv3.0.txt)
A copy of the Quickwit Enterprise license can be found in [LICENSE_QUICKWIT_ENTERPRISE.txt](LICENSE_QUICKWIT_ENTERPRISE.txt)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
# To purchase a Quickwit Enterprise License

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
To purchase Quickwit Enteprise License, contact us at hello@quickwit.io.
21 changes: 21 additions & 0 deletions LICENSE_QUICKWIT_ENTERPRISE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The Quickwit Enterprise Edition (EE) license
Copyright (c) 2024-present Quickwit Inc.

With regard to the Quickwit Software:

This software and associated documentation files (the "Software") may only be
used in production, if you (and any entity that you represent) hold a valid
Quickwit Enterprise license corresponding to your usage.

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.

For all third party components incorporated into the Quickwit Software, those
components are licensed under the original license provided by the owner of the
applicable component.

Loading

0 comments on commit b80aaaa

Please sign in to comment.