-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for Quickwit enterprise license.
- Loading branch information
1 parent
a91d2e7
commit b80aaaa
Showing
16 changed files
with
603 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Oops, something went wrong.