|
1 | | -// Copyright (C) 2024 Quickwit, Inc. |
| 1 | +// Copyright 2021-Present Datadog, Inc. |
2 | 2 | // |
3 | | -// Quickwit is offered under the AGPL v3.0 and as commercial software. |
4 | | -// For commercial licensing, contact us at hello@quickwit.io. |
| 3 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +// you may not use this file except in compliance with the License. |
| 5 | +// You may obtain a copy of the License at |
5 | 6 | // |
6 | | -// AGPL: |
7 | | -// This program is free software: you can redistribute it and/or modify |
8 | | -// it under the terms of the GNU Affero General Public License as |
9 | | -// published by the Free Software Foundation, either version 3 of the |
10 | | -// License, or (at your option) any later version. |
| 7 | +// http://www.apache.org/licenses/LICENSE-2.0 |
11 | 8 | // |
12 | | -// This program is distributed in the hope that it will be useful, |
13 | | -// but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | | -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | | -// GNU Affero General Public License for more details. |
16 | | -// |
17 | | -// You should have received a copy of the GNU Affero General Public License |
18 | | -// along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 9 | +// Unless required by applicable law or agreed to in writing, software |
| 10 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +// See the License for the specific language governing permissions and |
| 13 | +// limitations under the License. |
19 | 14 |
|
20 | 15 | //! Deterministic simulation testing and shared invariants for Quickhouse-Pomsky. |
21 | 16 | //! |
|
0 commit comments