diff --git a/LICENSE.md b/LICENSE.md index bc3c0ec8f82..e05ee8721cf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (C) 2023 Quickwit, Inc. +Copyright (C) 2024 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. diff --git a/quickwit/quickwit-actors/benches/bench.rs b/quickwit/quickwit-actors/benches/bench.rs index b7e0a5117c6..3b989c8c868 100644 --- a/quickwit/quickwit-actors/benches/bench.rs +++ b/quickwit/quickwit-actors/benches/bench.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/examples/ping_actor.rs b/quickwit/quickwit-actors/examples/ping_actor.rs index 8a2509e47f5..4c9d3356c7d 100644 --- a/quickwit/quickwit-actors/examples/ping_actor.rs +++ b/quickwit/quickwit-actors/examples/ping_actor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/actor.rs b/quickwit/quickwit-actors/src/actor.rs index 92990485996..c5caf6bcf0b 100644 --- a/quickwit/quickwit-actors/src/actor.rs +++ b/quickwit/quickwit-actors/src/actor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/actor_context.rs b/quickwit/quickwit-actors/src/actor_context.rs index b4391ee7574..25273d7ccd8 100644 --- a/quickwit/quickwit-actors/src/actor_context.rs +++ b/quickwit/quickwit-actors/src/actor_context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/actor_handle.rs b/quickwit/quickwit-actors/src/actor_handle.rs index cca9bef65a5..79e93d60478 100644 --- a/quickwit/quickwit-actors/src/actor_handle.rs +++ b/quickwit/quickwit-actors/src/actor_handle.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/actor_state.rs b/quickwit/quickwit-actors/src/actor_state.rs index 0fb68156fa4..105a151bef9 100644 --- a/quickwit/quickwit-actors/src/actor_state.rs +++ b/quickwit/quickwit-actors/src/actor_state.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/channel_with_priority.rs b/quickwit/quickwit-actors/src/channel_with_priority.rs index 2a88d08f6a7..9d6d7909368 100644 --- a/quickwit/quickwit-actors/src/channel_with_priority.rs +++ b/quickwit/quickwit-actors/src/channel_with_priority.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/command.rs b/quickwit/quickwit-actors/src/command.rs index fb4999528e5..d0313b8d2cd 100644 --- a/quickwit/quickwit-actors/src/command.rs +++ b/quickwit/quickwit-actors/src/command.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/envelope.rs b/quickwit/quickwit-actors/src/envelope.rs index 79ac4526c9d..63c7c4c6e9a 100644 --- a/quickwit/quickwit-actors/src/envelope.rs +++ b/quickwit/quickwit-actors/src/envelope.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/lib.rs b/quickwit/quickwit-actors/src/lib.rs index b97a4e037f7..bc214481ea2 100644 --- a/quickwit/quickwit-actors/src/lib.rs +++ b/quickwit/quickwit-actors/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/mailbox.rs b/quickwit/quickwit-actors/src/mailbox.rs index ec5823794c5..785bb6a2496 100644 --- a/quickwit/quickwit-actors/src/mailbox.rs +++ b/quickwit/quickwit-actors/src/mailbox.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/observation.rs b/quickwit/quickwit-actors/src/observation.rs index bc9d59034c1..4229900d2d3 100644 --- a/quickwit/quickwit-actors/src/observation.rs +++ b/quickwit/quickwit-actors/src/observation.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/registry.rs b/quickwit/quickwit-actors/src/registry.rs index cb647fb2504..276c3c47569 100644 --- a/quickwit/quickwit-actors/src/registry.rs +++ b/quickwit/quickwit-actors/src/registry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/scheduler.rs b/quickwit/quickwit-actors/src/scheduler.rs index ee9cac6797a..f8012a47772 100644 --- a/quickwit/quickwit-actors/src/scheduler.rs +++ b/quickwit/quickwit-actors/src/scheduler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/spawn_builder.rs b/quickwit/quickwit-actors/src/spawn_builder.rs index 0f179d5935c..652816909f5 100644 --- a/quickwit/quickwit-actors/src/spawn_builder.rs +++ b/quickwit/quickwit-actors/src/spawn_builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/supervisor.rs b/quickwit/quickwit-actors/src/supervisor.rs index 4eb4d6cc3f2..dadd9dd47d7 100644 --- a/quickwit/quickwit-actors/src/supervisor.rs +++ b/quickwit/quickwit-actors/src/supervisor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/tests.rs b/quickwit/quickwit-actors/src/tests.rs index dfaa09d4e36..22c322a2dae 100644 --- a/quickwit/quickwit-actors/src/tests.rs +++ b/quickwit/quickwit-actors/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-actors/src/universe.rs b/quickwit/quickwit-actors/src/universe.rs index 40b1737c3bf..c9238c2d9b3 100644 --- a/quickwit/quickwit-actors/src/universe.rs +++ b/quickwit/quickwit-actors/src/universe.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-aws/src/error.rs b/quickwit/quickwit-aws/src/error.rs index fa15915a2dc..9fab38f669a 100644 --- a/quickwit/quickwit-aws/src/error.rs +++ b/quickwit/quickwit-aws/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-aws/src/lib.rs b/quickwit/quickwit-aws/src/lib.rs index 578efcf9301..5eaaf76994c 100644 --- a/quickwit/quickwit-aws/src/lib.rs +++ b/quickwit/quickwit-aws/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-aws/src/retry.rs b/quickwit/quickwit-aws/src/retry.rs index 014aabecea6..ed89f5595cf 100644 --- a/quickwit/quickwit-aws/src/retry.rs +++ b/quickwit/quickwit-aws/src/retry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/checklist.rs b/quickwit/quickwit-cli/src/checklist.rs index 2b7f13bfed8..faf5bf27c36 100644 --- a/quickwit/quickwit-cli/src/checklist.rs +++ b/quickwit/quickwit-cli/src/checklist.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/cli.rs b/quickwit/quickwit-cli/src/cli.rs index 7e7db98683d..a4688677df9 100644 --- a/quickwit/quickwit-cli/src/cli.rs +++ b/quickwit/quickwit-cli/src/cli.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/generate_markdown.rs b/quickwit/quickwit-cli/src/generate_markdown.rs index 5124224cc83..3422cbf838b 100644 --- a/quickwit/quickwit-cli/src/generate_markdown.rs +++ b/quickwit/quickwit-cli/src/generate_markdown.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/index.rs b/quickwit/quickwit-cli/src/index.rs index 47c960e23be..87be8a5598e 100644 --- a/quickwit/quickwit-cli/src/index.rs +++ b/quickwit/quickwit-cli/src/index.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/jemalloc.rs b/quickwit/quickwit-cli/src/jemalloc.rs index 39a8642ebc3..b2cc7bf134d 100644 --- a/quickwit/quickwit-cli/src/jemalloc.rs +++ b/quickwit/quickwit-cli/src/jemalloc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/lib.rs b/quickwit/quickwit-cli/src/lib.rs index 318c8fd5a5f..24d0fbb1c53 100644 --- a/quickwit/quickwit-cli/src/lib.rs +++ b/quickwit/quickwit-cli/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/logger.rs b/quickwit/quickwit-cli/src/logger.rs index 4cd9599d8ed..71937f0eac7 100644 --- a/quickwit/quickwit-cli/src/logger.rs +++ b/quickwit/quickwit-cli/src/logger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/main.rs b/quickwit/quickwit-cli/src/main.rs index bbe3bd90f72..9200b12a44f 100644 --- a/quickwit/quickwit-cli/src/main.rs +++ b/quickwit/quickwit-cli/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/metrics.rs b/quickwit/quickwit-cli/src/metrics.rs index a4ad01acd68..7ff71fa120b 100644 --- a/quickwit/quickwit-cli/src/metrics.rs +++ b/quickwit/quickwit-cli/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/service.rs b/quickwit/quickwit-cli/src/service.rs index d0991acbc30..d19e37f8b7f 100644 --- a/quickwit/quickwit-cli/src/service.rs +++ b/quickwit/quickwit-cli/src/service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/source.rs b/quickwit/quickwit-cli/src/source.rs index 175ea7fc4c6..aa444d6576f 100644 --- a/quickwit/quickwit-cli/src/source.rs +++ b/quickwit/quickwit-cli/src/source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/split.rs b/quickwit/quickwit-cli/src/split.rs index 345ff4034b6..dbde45902ab 100644 --- a/quickwit/quickwit-cli/src/split.rs +++ b/quickwit/quickwit-cli/src/split.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/stats.rs b/quickwit/quickwit-cli/src/stats.rs index 956e3293450..6a38abf72b3 100644 --- a/quickwit/quickwit-cli/src/stats.rs +++ b/quickwit/quickwit-cli/src/stats.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/src/tool.rs b/quickwit/quickwit-cli/src/tool.rs index 54159b11a25..81c8c4b3aa4 100644 --- a/quickwit/quickwit-cli/src/tool.rs +++ b/quickwit/quickwit-cli/src/tool.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/tests/cli.rs b/quickwit/quickwit-cli/tests/cli.rs index f4a9491d5d1..a8dfd672b05 100644 --- a/quickwit/quickwit-cli/tests/cli.rs +++ b/quickwit/quickwit-cli/tests/cli.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cli/tests/helpers.rs b/quickwit/quickwit-cli/tests/helpers.rs index 098a8736df0..6c8228e937c 100644 --- a/quickwit/quickwit-cli/tests/helpers.rs +++ b/quickwit/quickwit-cli/tests/helpers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cluster/src/change.rs b/quickwit/quickwit-cluster/src/change.rs index 13b4b48bbcf..c06bca93b72 100644 --- a/quickwit/quickwit-cluster/src/change.rs +++ b/quickwit/quickwit-cluster/src/change.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cluster/src/cluster.rs b/quickwit/quickwit-cluster/src/cluster.rs index 5eac06d135f..bf12a3eb726 100644 --- a/quickwit/quickwit-cluster/src/cluster.rs +++ b/quickwit/quickwit-cluster/src/cluster.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cluster/src/lib.rs b/quickwit/quickwit-cluster/src/lib.rs index a2642eb263e..1b76ba175c7 100644 --- a/quickwit/quickwit-cluster/src/lib.rs +++ b/quickwit/quickwit-cluster/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cluster/src/member.rs b/quickwit/quickwit-cluster/src/member.rs index f683b0fdf7d..9fcaf935451 100644 --- a/quickwit/quickwit-cluster/src/member.rs +++ b/quickwit/quickwit-cluster/src/member.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-cluster/src/node.rs b/quickwit/quickwit-cluster/src/node.rs index 7fd58faaafd..0fed30fdbd4 100644 --- a/quickwit/quickwit-cluster/src/node.rs +++ b/quickwit/quickwit-cluster/src/node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/example/build.rs b/quickwit/quickwit-codegen/example/build.rs index 3c548fcd1cb..ae388ee3cd6 100644 --- a/quickwit/quickwit-codegen/example/build.rs +++ b/quickwit/quickwit-codegen/example/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/example/src/error.rs b/quickwit/quickwit-codegen/example/src/error.rs index fdd391489cd..1ff55133e8c 100644 --- a/quickwit/quickwit-codegen/example/src/error.rs +++ b/quickwit/quickwit-codegen/example/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/example/src/hello.proto b/quickwit/quickwit-codegen/example/src/hello.proto index 0230569e0b7..351fe7cd3e6 100644 --- a/quickwit/quickwit-codegen/example/src/hello.proto +++ b/quickwit/quickwit-codegen/example/src/hello.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/example/src/lib.rs b/quickwit/quickwit-codegen/example/src/lib.rs index 37fcdcb3290..369a1d6bceb 100644 --- a/quickwit/quickwit-codegen/example/src/lib.rs +++ b/quickwit/quickwit-codegen/example/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/src/codegen.rs b/quickwit/quickwit-codegen/src/codegen.rs index f93a30795ee..f492f77e2c2 100644 --- a/quickwit/quickwit-codegen/src/codegen.rs +++ b/quickwit/quickwit-codegen/src/codegen.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-codegen/src/lib.rs b/quickwit/quickwit-codegen/src/lib.rs index 57b371deada..00190b52948 100644 --- a/quickwit/quickwit-codegen/src/lib.rs +++ b/quickwit/quickwit-codegen/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/binary_heap.rs b/quickwit/quickwit-common/src/binary_heap.rs index 00384fe9ec8..242f0c04ee4 100644 --- a/quickwit/quickwit-common/src/binary_heap.rs +++ b/quickwit/quickwit-common/src/binary_heap.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/coolid.rs b/quickwit/quickwit-common/src/coolid.rs index c6fb4bb5cae..84eb643722f 100644 --- a/quickwit/quickwit-common/src/coolid.rs +++ b/quickwit/quickwit-common/src/coolid.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/fs.rs b/quickwit/quickwit-common/src/fs.rs index 8b22a662387..adcb432e1b1 100644 --- a/quickwit/quickwit-common/src/fs.rs +++ b/quickwit/quickwit-common/src/fs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/io.rs b/quickwit/quickwit-common/src/io.rs index 1ffd8f1b53b..64cb4413e3f 100644 --- a/quickwit/quickwit-common/src/io.rs +++ b/quickwit/quickwit-common/src/io.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/kill_switch.rs b/quickwit/quickwit-common/src/kill_switch.rs index e5cf83df6e6..96fb2a84da0 100644 --- a/quickwit/quickwit-common/src/kill_switch.rs +++ b/quickwit/quickwit-common/src/kill_switch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/lib.rs b/quickwit/quickwit-common/src/lib.rs index 74abc5a4ca1..fc88f1821cb 100644 --- a/quickwit/quickwit-common/src/lib.rs +++ b/quickwit/quickwit-common/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/metrics.rs b/quickwit/quickwit-common/src/metrics.rs index 327f599a19d..11617199f9a 100644 --- a/quickwit/quickwit-common/src/metrics.rs +++ b/quickwit/quickwit-common/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/net.rs b/quickwit/quickwit-common/src/net.rs index 7818653ae82..cea456e8cb8 100644 --- a/quickwit/quickwit-common/src/net.rs +++ b/quickwit/quickwit-common/src/net.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/path_hasher.rs b/quickwit/quickwit-common/src/path_hasher.rs index 505802a5fd9..68fe97db463 100644 --- a/quickwit/quickwit-common/src/path_hasher.rs +++ b/quickwit/quickwit-common/src/path_hasher.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/progress.rs b/quickwit/quickwit-common/src/progress.rs index 4d8e759aa03..3a1e2834ff8 100644 --- a/quickwit/quickwit-common/src/progress.rs +++ b/quickwit/quickwit-common/src/progress.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/pubsub.rs b/quickwit/quickwit-common/src/pubsub.rs index c22788810b0..816eeff1303 100644 --- a/quickwit/quickwit-common/src/pubsub.rs +++ b/quickwit/quickwit-common/src/pubsub.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/rand.rs b/quickwit/quickwit-common/src/rand.rs index c14de78d97e..a9c876f5dcc 100644 --- a/quickwit/quickwit-common/src/rand.rs +++ b/quickwit/quickwit-common/src/rand.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/rate_limiter.rs b/quickwit/quickwit-common/src/rate_limiter.rs index a1e1e2e2d37..9520d938d73 100644 --- a/quickwit/quickwit-common/src/rate_limiter.rs +++ b/quickwit/quickwit-common/src/rate_limiter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/rendezvous_hasher.rs b/quickwit/quickwit-common/src/rendezvous_hasher.rs index 71e04593074..c93797a197c 100644 --- a/quickwit/quickwit-common/src/rendezvous_hasher.rs +++ b/quickwit/quickwit-common/src/rendezvous_hasher.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/retry.rs b/quickwit/quickwit-common/src/retry.rs index 63f677b2ba2..7962bda9f23 100644 --- a/quickwit/quickwit-common/src/retry.rs +++ b/quickwit/quickwit-common/src/retry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/runtimes.rs b/quickwit/quickwit-common/src/runtimes.rs index 9f05d80ffb3..be1e8ce16d0 100644 --- a/quickwit/quickwit-common/src/runtimes.rs +++ b/quickwit/quickwit-common/src/runtimes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/shared_consts.rs b/quickwit/quickwit-common/src/shared_consts.rs index 8b602ebc0c3..3a47ab1effc 100644 --- a/quickwit/quickwit-common/src/shared_consts.rs +++ b/quickwit/quickwit-common/src/shared_consts.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/sorted_iter.rs b/quickwit/quickwit-common/src/sorted_iter.rs index 3fc6ea0fa2b..9a3e0fa89e0 100644 --- a/quickwit/quickwit-common/src/sorted_iter.rs +++ b/quickwit/quickwit-common/src/sorted_iter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/stream_utils.rs b/quickwit/quickwit-common/src/stream_utils.rs index e2d54b70e8a..89a7d6dd0a8 100644 --- a/quickwit/quickwit-common/src/stream_utils.rs +++ b/quickwit/quickwit-common/src/stream_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/temp_dir.rs b/quickwit/quickwit-common/src/temp_dir.rs index 6490cc07e4d..8a96658aebc 100644 --- a/quickwit/quickwit-common/src/temp_dir.rs +++ b/quickwit/quickwit-common/src/temp_dir.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/test_utils.rs b/quickwit/quickwit-common/src/test_utils.rs index fbc0d303fdc..7d501d740ae 100644 --- a/quickwit/quickwit-common/src/test_utils.rs +++ b/quickwit/quickwit-common/src/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/box_layer.rs b/quickwit/quickwit-common/src/tower/box_layer.rs index 5278d797fd7..433c86dcf4d 100644 --- a/quickwit/quickwit-common/src/tower/box_layer.rs +++ b/quickwit/quickwit-common/src/tower/box_layer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/box_service.rs b/quickwit/quickwit-common/src/tower/box_service.rs index 23437f3f9e1..7d40ed91d90 100644 --- a/quickwit/quickwit-common/src/tower/box_service.rs +++ b/quickwit/quickwit-common/src/tower/box_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/buffer.rs b/quickwit/quickwit-common/src/tower/buffer.rs index aa5ba7b39cc..2b815057b8d 100644 --- a/quickwit/quickwit-common/src/tower/buffer.rs +++ b/quickwit/quickwit-common/src/tower/buffer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/change.rs b/quickwit/quickwit-common/src/tower/change.rs index ea248d27e83..c1c9bd79d81 100644 --- a/quickwit/quickwit-common/src/tower/change.rs +++ b/quickwit/quickwit-common/src/tower/change.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/estimate_rate.rs b/quickwit/quickwit-common/src/tower/estimate_rate.rs index 4c7d06c9152..cb0b4d53b99 100644 --- a/quickwit/quickwit-common/src/tower/estimate_rate.rs +++ b/quickwit/quickwit-common/src/tower/estimate_rate.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/event_listener.rs b/quickwit/quickwit-common/src/tower/event_listener.rs index 42c2dde224d..386a3c9e972 100644 --- a/quickwit/quickwit-common/src/tower/event_listener.rs +++ b/quickwit/quickwit-common/src/tower/event_listener.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/metrics.rs b/quickwit/quickwit-common/src/tower/metrics.rs index 769e43c4b32..f082a9c50c2 100644 --- a/quickwit/quickwit-common/src/tower/metrics.rs +++ b/quickwit/quickwit-common/src/tower/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/mod.rs b/quickwit/quickwit-common/src/tower/mod.rs index 4b429442291..13ba0f93bad 100644 --- a/quickwit/quickwit-common/src/tower/mod.rs +++ b/quickwit/quickwit-common/src/tower/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/pool.rs b/quickwit/quickwit-common/src/tower/pool.rs index b1a0e584f3a..893a24ea18d 100644 --- a/quickwit/quickwit-common/src/tower/pool.rs +++ b/quickwit/quickwit-common/src/tower/pool.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/rate.rs b/quickwit/quickwit-common/src/tower/rate.rs index ab8da1d0ebe..7d365a0668a 100644 --- a/quickwit/quickwit-common/src/tower/rate.rs +++ b/quickwit/quickwit-common/src/tower/rate.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/rate_estimator.rs b/quickwit/quickwit-common/src/tower/rate_estimator.rs index 24f677798fc..589e5237704 100644 --- a/quickwit/quickwit-common/src/tower/rate_estimator.rs +++ b/quickwit/quickwit-common/src/tower/rate_estimator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/rate_limit.rs b/quickwit/quickwit-common/src/tower/rate_limit.rs index b065cc9f6af..edc6ddd199e 100644 --- a/quickwit/quickwit-common/src/tower/rate_limit.rs +++ b/quickwit/quickwit-common/src/tower/rate_limit.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/retry.rs b/quickwit/quickwit-common/src/tower/retry.rs index dadfebc6197..1610aee45a4 100644 --- a/quickwit/quickwit-common/src/tower/retry.rs +++ b/quickwit/quickwit-common/src/tower/retry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/tower/transport.rs b/quickwit/quickwit-common/src/tower/transport.rs index 5aff96eac42..37436de9984 100644 --- a/quickwit/quickwit-common/src/tower/transport.rs +++ b/quickwit/quickwit-common/src/tower/transport.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/type_map.rs b/quickwit/quickwit-common/src/type_map.rs index 58329529950..180c8cbad35 100644 --- a/quickwit/quickwit-common/src/type_map.rs +++ b/quickwit/quickwit-common/src/type_map.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-common/src/uri.rs b/quickwit/quickwit-common/src/uri.rs index d0343844d4d..1f9d2f3e399 100644 --- a/quickwit/quickwit-common/src/uri.rs +++ b/quickwit/quickwit-common/src/uri.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/config_value.rs b/quickwit/quickwit-config/src/config_value.rs index fa6e1be72ad..9382e7a01d2 100644 --- a/quickwit/quickwit-config/src/config_value.rs +++ b/quickwit/quickwit-config/src/config_value.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/index_config/mod.rs b/quickwit/quickwit-config/src/index_config/mod.rs index ea904757c1a..4ad20c4e4e2 100644 --- a/quickwit/quickwit-config/src/index_config/mod.rs +++ b/quickwit/quickwit-config/src/index_config/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/index_config/serialize.rs b/quickwit/quickwit-config/src/index_config/serialize.rs index 68449a9dee3..065126cb803 100644 --- a/quickwit/quickwit-config/src/index_config/serialize.rs +++ b/quickwit/quickwit-config/src/index_config/serialize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/lib.rs b/quickwit/quickwit-config/src/lib.rs index 821a35ce3cc..0bcde6528c8 100644 --- a/quickwit/quickwit-config/src/lib.rs +++ b/quickwit/quickwit-config/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/merge_policy_config.rs b/quickwit/quickwit-config/src/merge_policy_config.rs index 77605046c1b..b692034c7d6 100644 --- a/quickwit/quickwit-config/src/merge_policy_config.rs +++ b/quickwit/quickwit-config/src/merge_policy_config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/metastore_config.rs b/quickwit/quickwit-config/src/metastore_config.rs index 264a5874041..83fe1e3a334 100644 --- a/quickwit/quickwit-config/src/metastore_config.rs +++ b/quickwit/quickwit-config/src/metastore_config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/node_config/mod.rs b/quickwit/quickwit-config/src/node_config/mod.rs index 225a66d3103..8d66384ceec 100644 --- a/quickwit/quickwit-config/src/node_config/mod.rs +++ b/quickwit/quickwit-config/src/node_config/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/node_config/serialize.rs b/quickwit/quickwit-config/src/node_config/serialize.rs index aebb067d0a2..81821815f8f 100644 --- a/quickwit/quickwit-config/src/node_config/serialize.rs +++ b/quickwit/quickwit-config/src/node_config/serialize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/qw_env_vars.rs b/quickwit/quickwit-config/src/qw_env_vars.rs index 9a9b293507e..07b1dd2dce3 100644 --- a/quickwit/quickwit-config/src/qw_env_vars.rs +++ b/quickwit/quickwit-config/src/qw_env_vars.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/service.rs b/quickwit/quickwit-config/src/service.rs index 2144b351cbb..f18bc318613 100644 --- a/quickwit/quickwit-config/src/service.rs +++ b/quickwit/quickwit-config/src/service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/source_config/mod.rs b/quickwit/quickwit-config/src/source_config/mod.rs index b5eba6486a8..d0182219c2f 100644 --- a/quickwit/quickwit-config/src/source_config/mod.rs +++ b/quickwit/quickwit-config/src/source_config/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/source_config/serialize.rs b/quickwit/quickwit-config/src/source_config/serialize.rs index 361c777b086..f3902f6e636 100644 --- a/quickwit/quickwit-config/src/source_config/serialize.rs +++ b/quickwit/quickwit-config/src/source_config/serialize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/storage_config.rs b/quickwit/quickwit-config/src/storage_config.rs index f238ff9211d..ea5ace0d9a0 100644 --- a/quickwit/quickwit-config/src/storage_config.rs +++ b/quickwit/quickwit-config/src/storage_config.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-config/src/templating.rs b/quickwit/quickwit-config/src/templating.rs index f7c750f5cdd..c346c22635d 100644 --- a/quickwit/quickwit-config/src/templating.rs +++ b/quickwit/quickwit-config/src/templating.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/control_plane.rs b/quickwit/quickwit-control-plane/src/control_plane.rs index eb3866b509b..3370aa7868e 100644 --- a/quickwit/quickwit-control-plane/src/control_plane.rs +++ b/quickwit/quickwit-control-plane/src/control_plane.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/indexing_plan.rs b/quickwit/quickwit-control-plane/src/indexing_plan.rs index 1aa6b9747bb..0b063623814 100644 --- a/quickwit/quickwit-control-plane/src/indexing_plan.rs +++ b/quickwit/quickwit-control-plane/src/indexing_plan.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/indexing_scheduler/mod.rs b/quickwit/quickwit-control-plane/src/indexing_scheduler/mod.rs index 09adddb7abb..aa0c69b8b8d 100644 --- a/quickwit/quickwit-control-plane/src/indexing_scheduler/mod.rs +++ b/quickwit/quickwit-control-plane/src/indexing_scheduler/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/mod.rs b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/mod.rs index c94be5f5d2f..b05810ac929 100644 --- a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/mod.rs +++ b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic.rs b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic.rs index a4419a01aa1..a8c3b069804 100644 --- a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic.rs +++ b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic_model.rs b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic_model.rs index dd0d9dbbfa4..be16c522c21 100644 --- a/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic_model.rs +++ b/quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/scheduling_logic_model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/ingest/ingest_controller.rs b/quickwit/quickwit-control-plane/src/ingest/ingest_controller.rs index c54cd366eb8..5cd46ce71a8 100644 --- a/quickwit/quickwit-control-plane/src/ingest/ingest_controller.rs +++ b/quickwit/quickwit-control-plane/src/ingest/ingest_controller.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/ingest/mod.rs b/quickwit/quickwit-control-plane/src/ingest/mod.rs index d3fc4f73b0d..765ca54a352 100644 --- a/quickwit/quickwit-control-plane/src/ingest/mod.rs +++ b/quickwit/quickwit-control-plane/src/ingest/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/lib.rs b/quickwit/quickwit-control-plane/src/lib.rs index 9134e5f07fa..ac0e3cdecb3 100644 --- a/quickwit/quickwit-control-plane/src/lib.rs +++ b/quickwit/quickwit-control-plane/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/metrics.rs b/quickwit/quickwit-control-plane/src/metrics.rs index 0ef66458891..f6e20cb9ba4 100644 --- a/quickwit/quickwit-control-plane/src/metrics.rs +++ b/quickwit/quickwit-control-plane/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/model/mod.rs b/quickwit/quickwit-control-plane/src/model/mod.rs index ba7cdee7a00..b7e2d9642ab 100644 --- a/quickwit/quickwit-control-plane/src/model/mod.rs +++ b/quickwit/quickwit-control-plane/src/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/model/shard_table.rs b/quickwit/quickwit-control-plane/src/model/shard_table.rs index 33b2c20119b..0f28de7e5ab 100644 --- a/quickwit/quickwit-control-plane/src/model/shard_table.rs +++ b/quickwit/quickwit-control-plane/src/model/shard_table.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-control-plane/src/tests.rs b/quickwit/quickwit-control-plane/src/tests.rs index 77775ee0c92..20aba71910d 100644 --- a/quickwit/quickwit-control-plane/src/tests.rs +++ b/quickwit/quickwit-control-plane/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-datetime/src/date_time_format.rs b/quickwit/quickwit-datetime/src/date_time_format.rs index c4195603188..a375b0c1c02 100644 --- a/quickwit/quickwit-datetime/src/date_time_format.rs +++ b/quickwit/quickwit-datetime/src/date_time_format.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-datetime/src/date_time_parsing.rs b/quickwit/quickwit-datetime/src/date_time_parsing.rs index af11c0f57bb..e47c7f14255 100644 --- a/quickwit/quickwit-datetime/src/date_time_parsing.rs +++ b/quickwit/quickwit-datetime/src/date_time_parsing.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-datetime/src/lib.rs b/quickwit/quickwit-datetime/src/lib.rs index ffb28781741..eb4d8c940ba 100644 --- a/quickwit/quickwit-datetime/src/lib.rs +++ b/quickwit/quickwit-datetime/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/bundle_directory.rs b/quickwit/quickwit-directories/src/bundle_directory.rs index 1b2b4f3e592..2ed8dc53706 100644 --- a/quickwit/quickwit-directories/src/bundle_directory.rs +++ b/quickwit/quickwit-directories/src/bundle_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/caching_directory.rs b/quickwit/quickwit-directories/src/caching_directory.rs index 4670b868548..b90f444d062 100644 --- a/quickwit/quickwit-directories/src/caching_directory.rs +++ b/quickwit/quickwit-directories/src/caching_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/debug_proxy_directory.rs b/quickwit/quickwit-directories/src/debug_proxy_directory.rs index ed7d3790255..ff5fe4e3bc4 100644 --- a/quickwit/quickwit-directories/src/debug_proxy_directory.rs +++ b/quickwit/quickwit-directories/src/debug_proxy_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/hot_directory.rs b/quickwit/quickwit-directories/src/hot_directory.rs index 3c78590e575..c2ae1d218cd 100644 --- a/quickwit/quickwit-directories/src/hot_directory.rs +++ b/quickwit/quickwit-directories/src/hot_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/lib.rs b/quickwit/quickwit-directories/src/lib.rs index 933eac861c9..4df4f2799ec 100644 --- a/quickwit/quickwit-directories/src/lib.rs +++ b/quickwit/quickwit-directories/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/storage_directory.rs b/quickwit/quickwit-directories/src/storage_directory.rs index c34dd364af5..2ef18ac566b 100644 --- a/quickwit/quickwit-directories/src/storage_directory.rs +++ b/quickwit/quickwit-directories/src/storage_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-directories/src/union_directory.rs b/quickwit/quickwit-directories/src/union_directory.rs index 5b49740caf0..07c0607cbc8 100644 --- a/quickwit/quickwit-directories/src/union_directory.rs +++ b/quickwit/quickwit-directories/src/union_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/benches/doc_to_json_bench.rs b/quickwit/quickwit-doc-mapper/benches/doc_to_json_bench.rs index f2770ee4814..9e8fae4d63a 100644 --- a/quickwit/quickwit-doc-mapper/benches/doc_to_json_bench.rs +++ b/quickwit/quickwit-doc-mapper/benches/doc_to_json_bench.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/date_time_type.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/date_time_type.rs index d54e90abc39..31461d97f17 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/date_time_type.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/date_time_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper.rs index cf4bf30a9d9..4d6a5816366 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper_builder.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper_builder.rs index 8367b33ffb6..4aeb756cc6a 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper_builder.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/default_mapper_builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_entry.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_entry.rs index 4f77f6c0324..44b978c4c1e 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_entry.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_entry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_type.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_type.rs index fc33fff179e..4c484228f8f 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_type.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/field_mapping_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mapping_tree.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mapping_tree.rs index 1658c1efb3a..efbe800d1d8 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mapping_tree.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mapping_tree.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mod.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mod.rs index 1a8f7cae3af..01be87c17e3 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mod.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/tokenizer_entry.rs b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/tokenizer_entry.rs index f3b1e209f38..4a47fbab776 100644 --- a/quickwit/quickwit-doc-mapper/src/default_doc_mapper/tokenizer_entry.rs +++ b/quickwit/quickwit-doc-mapper/src/default_doc_mapper/tokenizer_entry.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/doc_mapper.rs b/quickwit/quickwit-doc-mapper/src/doc_mapper.rs index 8a4806d85cf..6ae2b096bb4 100644 --- a/quickwit/quickwit-doc-mapper/src/doc_mapper.rs +++ b/quickwit/quickwit-doc-mapper/src/doc_mapper.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/error.rs b/quickwit/quickwit-doc-mapper/src/error.rs index 1488b4a2c7a..9c73c9f8c0b 100644 --- a/quickwit/quickwit-doc-mapper/src/error.rs +++ b/quickwit/quickwit-doc-mapper/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/lib.rs b/quickwit/quickwit-doc-mapper/src/lib.rs index 330bd034ef0..549fa3ab78a 100644 --- a/quickwit/quickwit-doc-mapper/src/lib.rs +++ b/quickwit/quickwit-doc-mapper/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/query_builder.rs b/quickwit/quickwit-doc-mapper/src/query_builder.rs index ad04b2d3b4a..d26284d29b8 100644 --- a/quickwit/quickwit-doc-mapper/src/query_builder.rs +++ b/quickwit/quickwit-doc-mapper/src/query_builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/routing_expression/mod.rs b/quickwit/quickwit-doc-mapper/src/routing_expression/mod.rs index 106074831f1..418561f7829 100644 --- a/quickwit/quickwit-doc-mapper/src/routing_expression/mod.rs +++ b/quickwit/quickwit-doc-mapper/src/routing_expression/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-doc-mapper/src/tag_pruning.rs b/quickwit/quickwit-doc-mapper/src/tag_pruning.rs index a41ecfd4795..5636ddc7cc6 100644 --- a/quickwit/quickwit-doc-mapper/src/tag_pruning.rs +++ b/quickwit/quickwit-doc-mapper/src/tag_pruning.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-index-management/src/garbage_collection.rs b/quickwit/quickwit-index-management/src/garbage_collection.rs index 4c6a8743ee1..9a7e7f10c2e 100644 --- a/quickwit/quickwit-index-management/src/garbage_collection.rs +++ b/quickwit/quickwit-index-management/src/garbage_collection.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-index-management/src/index.rs b/quickwit/quickwit-index-management/src/index.rs index e40118c6c5f..013cb26f446 100644 --- a/quickwit/quickwit-index-management/src/index.rs +++ b/quickwit/quickwit-index-management/src/index.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-index-management/src/lib.rs b/quickwit/quickwit-index-management/src/lib.rs index 3177017b8a7..93b6ee6d1c3 100644 --- a/quickwit/quickwit-index-management/src/lib.rs +++ b/quickwit/quickwit-index-management/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/failpoints/mod.rs b/quickwit/quickwit-indexing/failpoints/mod.rs index 987e3f95093..10dade36a90 100644 --- a/quickwit/quickwit-indexing/failpoints/mod.rs +++ b/quickwit/quickwit-indexing/failpoints/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/doc_processor.rs b/quickwit/quickwit-indexing/src/actors/doc_processor.rs index 2bf5b2f96c5..dfb88cd1277 100644 --- a/quickwit/quickwit-indexing/src/actors/doc_processor.rs +++ b/quickwit/quickwit-indexing/src/actors/doc_processor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/index_serializer.rs b/quickwit/quickwit-indexing/src/actors/index_serializer.rs index 97c6ba32843..b16620794ec 100644 --- a/quickwit/quickwit-indexing/src/actors/index_serializer.rs +++ b/quickwit/quickwit-indexing/src/actors/index_serializer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/indexer.rs b/quickwit/quickwit-indexing/src/actors/indexer.rs index 62c8b9db056..308ac1613d4 100644 --- a/quickwit/quickwit-indexing/src/actors/indexer.rs +++ b/quickwit/quickwit-indexing/src/actors/indexer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/indexing_pipeline.rs b/quickwit/quickwit-indexing/src/actors/indexing_pipeline.rs index b594e6ced36..b856612765f 100644 --- a/quickwit/quickwit-indexing/src/actors/indexing_pipeline.rs +++ b/quickwit/quickwit-indexing/src/actors/indexing_pipeline.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/indexing_service.rs b/quickwit/quickwit-indexing/src/actors/indexing_service.rs index 5b625ed8dca..6f449d5845d 100644 --- a/quickwit/quickwit-indexing/src/actors/indexing_service.rs +++ b/quickwit/quickwit-indexing/src/actors/indexing_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/merge_executor.rs b/quickwit/quickwit-indexing/src/actors/merge_executor.rs index 04a54f3d5fd..030180d4a6f 100644 --- a/quickwit/quickwit-indexing/src/actors/merge_executor.rs +++ b/quickwit/quickwit-indexing/src/actors/merge_executor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/merge_pipeline.rs b/quickwit/quickwit-indexing/src/actors/merge_pipeline.rs index 42ee16976c1..bb37c8585a2 100644 --- a/quickwit/quickwit-indexing/src/actors/merge_pipeline.rs +++ b/quickwit/quickwit-indexing/src/actors/merge_pipeline.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/merge_planner.rs b/quickwit/quickwit-indexing/src/actors/merge_planner.rs index f735e10af97..20e78f91d4f 100644 --- a/quickwit/quickwit-indexing/src/actors/merge_planner.rs +++ b/quickwit/quickwit-indexing/src/actors/merge_planner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/merge_split_downloader.rs b/quickwit/quickwit-indexing/src/actors/merge_split_downloader.rs index b4365e42448..0e80c23e4a9 100644 --- a/quickwit/quickwit-indexing/src/actors/merge_split_downloader.rs +++ b/quickwit/quickwit-indexing/src/actors/merge_split_downloader.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/mod.rs b/quickwit/quickwit-indexing/src/actors/mod.rs index 9def55f54bb..e85a4289ef8 100644 --- a/quickwit/quickwit-indexing/src/actors/mod.rs +++ b/quickwit/quickwit-indexing/src/actors/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/packager.rs b/quickwit/quickwit-indexing/src/actors/packager.rs index 69e46d52949..a6130bd6185 100644 --- a/quickwit/quickwit-indexing/src/actors/packager.rs +++ b/quickwit/quickwit-indexing/src/actors/packager.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/publisher.rs b/quickwit/quickwit-indexing/src/actors/publisher.rs index 2c9e4c3436b..435b568a2a4 100644 --- a/quickwit/quickwit-indexing/src/actors/publisher.rs +++ b/quickwit/quickwit-indexing/src/actors/publisher.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/sequencer.rs b/quickwit/quickwit-indexing/src/actors/sequencer.rs index 0a0f937f583..30128a60bd3 100644 --- a/quickwit/quickwit-indexing/src/actors/sequencer.rs +++ b/quickwit/quickwit-indexing/src/actors/sequencer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/uploader.rs b/quickwit/quickwit-indexing/src/actors/uploader.rs index a556bf2b3b5..1d6a8ebfabe 100644 --- a/quickwit/quickwit-indexing/src/actors/uploader.rs +++ b/quickwit/quickwit-indexing/src/actors/uploader.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/actors/vrl_processing.rs b/quickwit/quickwit-indexing/src/actors/vrl_processing.rs index 1145dcc9a6f..4d8f0e32143 100644 --- a/quickwit/quickwit-indexing/src/actors/vrl_processing.rs +++ b/quickwit/quickwit-indexing/src/actors/vrl_processing.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/controlled_directory.rs b/quickwit/quickwit-indexing/src/controlled_directory.rs index b1cbac7c093..954bdd8d98a 100644 --- a/quickwit/quickwit-indexing/src/controlled_directory.rs +++ b/quickwit/quickwit-indexing/src/controlled_directory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/lib.rs b/quickwit/quickwit-indexing/src/lib.rs index 47ef1d0e188..ec87f01a132 100644 --- a/quickwit/quickwit-indexing/src/lib.rs +++ b/quickwit/quickwit-indexing/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/merge_policy/const_write_amplification.rs b/quickwit/quickwit-indexing/src/merge_policy/const_write_amplification.rs index f266dde59ac..3e9290ef57e 100644 --- a/quickwit/quickwit-indexing/src/merge_policy/const_write_amplification.rs +++ b/quickwit/quickwit-indexing/src/merge_policy/const_write_amplification.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/merge_policy/mod.rs b/quickwit/quickwit-indexing/src/merge_policy/mod.rs index 0f30a482242..cbda92b5c0a 100644 --- a/quickwit/quickwit-indexing/src/merge_policy/mod.rs +++ b/quickwit/quickwit-indexing/src/merge_policy/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/merge_policy/nop_merge_policy.rs b/quickwit/quickwit-indexing/src/merge_policy/nop_merge_policy.rs index af5844c99d1..c0a2556cea5 100644 --- a/quickwit/quickwit-indexing/src/merge_policy/nop_merge_policy.rs +++ b/quickwit/quickwit-indexing/src/merge_policy/nop_merge_policy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/merge_policy/stable_log_merge_policy.rs b/quickwit/quickwit-indexing/src/merge_policy/stable_log_merge_policy.rs index b5e6c5482f2..84367bcc701 100644 --- a/quickwit/quickwit-indexing/src/merge_policy/stable_log_merge_policy.rs +++ b/quickwit/quickwit-indexing/src/merge_policy/stable_log_merge_policy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/metrics.rs b/quickwit/quickwit-indexing/src/metrics.rs index 5045dee00c7..78b533a3df1 100644 --- a/quickwit/quickwit-indexing/src/metrics.rs +++ b/quickwit/quickwit-indexing/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/indexed_split.rs b/quickwit/quickwit-indexing/src/models/indexed_split.rs index 81aa51b8af7..5e48f9ebd60 100644 --- a/quickwit/quickwit-indexing/src/models/indexed_split.rs +++ b/quickwit/quickwit-indexing/src/models/indexed_split.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/indexing_service_message.rs b/quickwit/quickwit-indexing/src/models/indexing_service_message.rs index 14afa430028..cd005d235e5 100644 --- a/quickwit/quickwit-indexing/src/models/indexing_service_message.rs +++ b/quickwit/quickwit-indexing/src/models/indexing_service_message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/indexing_statistics.rs b/quickwit/quickwit-indexing/src/models/indexing_statistics.rs index 9335bec1cfb..21f84e678da 100644 --- a/quickwit/quickwit-indexing/src/models/indexing_statistics.rs +++ b/quickwit/quickwit-indexing/src/models/indexing_statistics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/merge_planner_message.rs b/quickwit/quickwit-indexing/src/models/merge_planner_message.rs index d588d8692ac..8294bc271ed 100644 --- a/quickwit/quickwit-indexing/src/models/merge_planner_message.rs +++ b/quickwit/quickwit-indexing/src/models/merge_planner_message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/merge_scratch.rs b/quickwit/quickwit-indexing/src/models/merge_scratch.rs index aedc20e6cdf..146d98ed1c4 100644 --- a/quickwit/quickwit-indexing/src/models/merge_scratch.rs +++ b/quickwit/quickwit-indexing/src/models/merge_scratch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/merge_statistics.rs b/quickwit/quickwit-indexing/src/models/merge_statistics.rs index 49c728da4e1..264aa60be17 100644 --- a/quickwit/quickwit-indexing/src/models/merge_statistics.rs +++ b/quickwit/quickwit-indexing/src/models/merge_statistics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/mod.rs b/quickwit/quickwit-indexing/src/models/mod.rs index 807a540da2c..76a318dcf0f 100644 --- a/quickwit/quickwit-indexing/src/models/mod.rs +++ b/quickwit/quickwit-indexing/src/models/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/packaged_split.rs b/quickwit/quickwit-indexing/src/models/packaged_split.rs index f96f3ac0b89..0214ec14ee2 100644 --- a/quickwit/quickwit-indexing/src/models/packaged_split.rs +++ b/quickwit/quickwit-indexing/src/models/packaged_split.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/processed_doc.rs b/quickwit/quickwit-indexing/src/models/processed_doc.rs index 48404b44745..c73259837b8 100644 --- a/quickwit/quickwit-indexing/src/models/processed_doc.rs +++ b/quickwit/quickwit-indexing/src/models/processed_doc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/publish_lock.rs b/quickwit/quickwit-indexing/src/models/publish_lock.rs index f9e2e67582c..0a32a52893d 100644 --- a/quickwit/quickwit-indexing/src/models/publish_lock.rs +++ b/quickwit/quickwit-indexing/src/models/publish_lock.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/publisher_message.rs b/quickwit/quickwit-indexing/src/models/publisher_message.rs index 0642e3f80dc..c79a3792339 100644 --- a/quickwit/quickwit-indexing/src/models/publisher_message.rs +++ b/quickwit/quickwit-indexing/src/models/publisher_message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/raw_doc_batch.rs b/quickwit/quickwit-indexing/src/models/raw_doc_batch.rs index c2eaea23231..f890488bbec 100644 --- a/quickwit/quickwit-indexing/src/models/raw_doc_batch.rs +++ b/quickwit/quickwit-indexing/src/models/raw_doc_batch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/shard_positions.rs b/quickwit/quickwit-indexing/src/models/shard_positions.rs index fe202654ca2..0b992d3f1b1 100644 --- a/quickwit/quickwit-indexing/src/models/shard_positions.rs +++ b/quickwit/quickwit-indexing/src/models/shard_positions.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/models/split_attrs.rs b/quickwit/quickwit-indexing/src/models/split_attrs.rs index fa614eea9e2..d36f1a3c346 100644 --- a/quickwit/quickwit-indexing/src/models/split_attrs.rs +++ b/quickwit/quickwit-indexing/src/models/split_attrs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/file_source.rs b/quickwit/quickwit-indexing/src/source/file_source.rs index fc614ca97a7..1845d1e9f4c 100644 --- a/quickwit/quickwit-indexing/src/source/file_source.rs +++ b/quickwit/quickwit-indexing/src/source/file_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs b/quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs index b33df259ca4..e7413a0b391 100644 --- a/quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs +++ b/quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/ingest/mod.rs b/quickwit/quickwit-indexing/src/source/ingest/mod.rs index 298e6a7ef9c..95de09c2abf 100644 --- a/quickwit/quickwit-indexing/src/source/ingest/mod.rs +++ b/quickwit/quickwit-indexing/src/source/ingest/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/ingest_api_source.rs b/quickwit/quickwit-indexing/src/source/ingest_api_source.rs index c00640278bd..41d7bb2a6ed 100644 --- a/quickwit/quickwit-indexing/src/source/ingest_api_source.rs +++ b/quickwit/quickwit-indexing/src/source/ingest_api_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kafka_source.rs b/quickwit/quickwit-indexing/src/source/kafka_source.rs index 47c3278e03a..264ac4a7681 100644 --- a/quickwit/quickwit-indexing/src/source/kafka_source.rs +++ b/quickwit/quickwit-indexing/src/source/kafka_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kinesis/api.rs b/quickwit/quickwit-indexing/src/source/kinesis/api.rs index 559707f59f2..f3a873b8cdc 100644 --- a/quickwit/quickwit-indexing/src/source/kinesis/api.rs +++ b/quickwit/quickwit-indexing/src/source/kinesis/api.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kinesis/helpers.rs b/quickwit/quickwit-indexing/src/source/kinesis/helpers.rs index e94b26abc4a..a8e0c615469 100644 --- a/quickwit/quickwit-indexing/src/source/kinesis/helpers.rs +++ b/quickwit/quickwit-indexing/src/source/kinesis/helpers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kinesis/kinesis_source.rs b/quickwit/quickwit-indexing/src/source/kinesis/kinesis_source.rs index bc050154e14..6b14a4b2fb8 100644 --- a/quickwit/quickwit-indexing/src/source/kinesis/kinesis_source.rs +++ b/quickwit/quickwit-indexing/src/source/kinesis/kinesis_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kinesis/mod.rs b/quickwit/quickwit-indexing/src/source/kinesis/mod.rs index c9830706d7c..1f6d0f287e2 100644 --- a/quickwit/quickwit-indexing/src/source/kinesis/mod.rs +++ b/quickwit/quickwit-indexing/src/source/kinesis/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/kinesis/shard_consumer.rs b/quickwit/quickwit-indexing/src/source/kinesis/shard_consumer.rs index 1a7a8d517e9..00efaad9b73 100644 --- a/quickwit/quickwit-indexing/src/source/kinesis/shard_consumer.rs +++ b/quickwit/quickwit-indexing/src/source/kinesis/shard_consumer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/mod.rs b/quickwit/quickwit-indexing/src/source/mod.rs index ce308a10767..6f00e02a8ed 100644 --- a/quickwit/quickwit-indexing/src/source/mod.rs +++ b/quickwit/quickwit-indexing/src/source/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/pulsar_source.rs b/quickwit/quickwit-indexing/src/source/pulsar_source.rs index 0cb91b4605b..4c499a5d4fa 100644 --- a/quickwit/quickwit-indexing/src/source/pulsar_source.rs +++ b/quickwit/quickwit-indexing/src/source/pulsar_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/source_factory.rs b/quickwit/quickwit-indexing/src/source/source_factory.rs index 28bff181ca3..76b372a4158 100644 --- a/quickwit/quickwit-indexing/src/source/source_factory.rs +++ b/quickwit/quickwit-indexing/src/source/source_factory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/vec_source.rs b/quickwit/quickwit-indexing/src/source/vec_source.rs index 02114e7be47..1426bcaf0c6 100644 --- a/quickwit/quickwit-indexing/src/source/vec_source.rs +++ b/quickwit/quickwit-indexing/src/source/vec_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/source/void_source.rs b/quickwit/quickwit-indexing/src/source/void_source.rs index 113133e09a9..7a8db8d9000 100644 --- a/quickwit/quickwit-indexing/src/source/void_source.rs +++ b/quickwit/quickwit-indexing/src/source/void_source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/split_store/indexing_split_store.rs b/quickwit/quickwit-indexing/src/split_store/indexing_split_store.rs index 9fd42b8d18f..13026ffc753 100644 --- a/quickwit/quickwit-indexing/src/split_store/indexing_split_store.rs +++ b/quickwit/quickwit-indexing/src/split_store/indexing_split_store.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/split_store/local_split_store.rs b/quickwit/quickwit-indexing/src/split_store/local_split_store.rs index f1271ff80df..16af9cf81ce 100644 --- a/quickwit/quickwit-indexing/src/split_store/local_split_store.rs +++ b/quickwit/quickwit-indexing/src/split_store/local_split_store.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/split_store/mod.rs b/quickwit/quickwit-indexing/src/split_store/mod.rs index cf776b71a8b..82a0fc6df08 100644 --- a/quickwit/quickwit-indexing/src/split_store/mod.rs +++ b/quickwit/quickwit-indexing/src/split_store/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/split_store/split_store_quota.rs b/quickwit/quickwit-indexing/src/split_store/split_store_quota.rs index a5c6062c488..75a4c01afcb 100644 --- a/quickwit/quickwit-indexing/src/split_store/split_store_quota.rs +++ b/quickwit/quickwit-indexing/src/split_store/split_store_quota.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-indexing/src/test_utils.rs b/quickwit/quickwit-indexing/src/test_utils.rs index b1e5a8ec816..aad549fbe29 100644 --- a/quickwit/quickwit-indexing/src/test_utils.rs +++ b/quickwit/quickwit-indexing/src/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/build.rs b/quickwit/quickwit-ingest/build.rs index 1bfa032e3eb..b9b150f94a5 100644 --- a/quickwit/quickwit-ingest/build.rs +++ b/quickwit/quickwit-ingest/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/doc_batch.rs b/quickwit/quickwit-ingest/src/doc_batch.rs index bef99ca9554..3d058dd8d76 100644 --- a/quickwit/quickwit-ingest/src/doc_batch.rs +++ b/quickwit/quickwit-ingest/src/doc_batch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/errors.rs b/quickwit/quickwit-ingest/src/errors.rs index ebbca9296ae..015d7279a9e 100644 --- a/quickwit/quickwit-ingest/src/errors.rs +++ b/quickwit/quickwit-ingest/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_api_service.rs b/quickwit/quickwit-ingest/src/ingest_api_service.rs index 1d19b59927a..d908d604bb0 100644 --- a/quickwit/quickwit-ingest/src/ingest_api_service.rs +++ b/quickwit/quickwit-ingest/src/ingest_api_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_service.proto b/quickwit/quickwit-ingest/src/ingest_service.proto index 5b22203fda4..11c34b7e238 100644 --- a/quickwit/quickwit-ingest/src/ingest_service.proto +++ b/quickwit/quickwit-ingest/src/ingest_service.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/broadcast.rs b/quickwit/quickwit-ingest/src/ingest_v2/broadcast.rs index a1e49c44584..2004169d347 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/broadcast.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/broadcast.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/fetch.rs b/quickwit/quickwit-ingest/src/ingest_v2/fetch.rs index 7ed1a201317..c3ad918c394 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/fetch.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/fetch.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/ingester.rs b/quickwit/quickwit-ingest/src/ingest_v2/ingester.rs index 762cff87cff..41fec38e681 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/ingester.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/ingester.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/metrics.rs b/quickwit/quickwit-ingest/src/ingest_v2/metrics.rs index 9c642dcafd4..202c63b423c 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/metrics.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/mod.rs b/quickwit/quickwit-ingest/src/ingest_v2/mod.rs index ad62a243083..2dfae0f937e 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/mod.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/models.rs b/quickwit/quickwit-ingest/src/ingest_v2/models.rs index c1ec3d13d22..6c31ad32f31 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/models.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/models.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/mrecord.rs b/quickwit/quickwit-ingest/src/ingest_v2/mrecord.rs index 2a5d4acf6a3..685f3d914ca 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/mrecord.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/mrecord.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/mrecordlog_utils.rs b/quickwit/quickwit-ingest/src/ingest_v2/mrecordlog_utils.rs index d32022d47c0..e51e90f956c 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/mrecordlog_utils.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/mrecordlog_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/rate_meter.rs b/quickwit/quickwit-ingest/src/ingest_v2/rate_meter.rs index a531c0c3674..be0d9e9230f 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/rate_meter.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/rate_meter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/replication.rs b/quickwit/quickwit-ingest/src/ingest_v2/replication.rs index bb0b91ea681..8d4e5988d0f 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/replication.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/replication.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/router.rs b/quickwit/quickwit-ingest/src/ingest_v2/router.rs index a1c938b6b98..9439bc0e957 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/router.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/router.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/routing_table.rs b/quickwit/quickwit-ingest/src/ingest_v2/routing_table.rs index 51bffe2c1f9..a8b447cabd0 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/routing_table.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/routing_table.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/test_utils.rs b/quickwit/quickwit-ingest/src/ingest_v2/test_utils.rs index 04afe07b783..4960d04c3b3 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/test_utils.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/ingest_v2/workbench.rs b/quickwit/quickwit-ingest/src/ingest_v2/workbench.rs index 1aa99bb1185..00e0ad35912 100644 --- a/quickwit/quickwit-ingest/src/ingest_v2/workbench.rs +++ b/quickwit/quickwit-ingest/src/ingest_v2/workbench.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/lib.rs b/quickwit/quickwit-ingest/src/lib.rs index b6d82fd7f6e..975facf8f8c 100644 --- a/quickwit/quickwit-ingest/src/lib.rs +++ b/quickwit/quickwit-ingest/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/memory_capacity.rs b/quickwit/quickwit-ingest/src/memory_capacity.rs index 509f0c533ad..39c475fa0d2 100644 --- a/quickwit/quickwit-ingest/src/memory_capacity.rs +++ b/quickwit/quickwit-ingest/src/memory_capacity.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/metrics.rs b/quickwit/quickwit-ingest/src/metrics.rs index d73220c8474..212431b74de 100644 --- a/quickwit/quickwit-ingest/src/metrics.rs +++ b/quickwit/quickwit-ingest/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/notifications.rs b/quickwit/quickwit-ingest/src/notifications.rs index 6b7dccbfe9e..b5ce0819d66 100644 --- a/quickwit/quickwit-ingest/src/notifications.rs +++ b/quickwit/quickwit-ingest/src/notifications.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/position.rs b/quickwit/quickwit-ingest/src/position.rs index 44aaadfda3d..351a40c44ed 100644 --- a/quickwit/quickwit-ingest/src/position.rs +++ b/quickwit/quickwit-ingest/src/position.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/queue.rs b/quickwit/quickwit-ingest/src/queue.rs index cb3e7e9eacb..e96c9cbb6d8 100644 --- a/quickwit/quickwit-ingest/src/queue.rs +++ b/quickwit/quickwit-ingest/src/queue.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ingest/src/semaphore_with_waiter.rs b/quickwit/quickwit-ingest/src/semaphore_with_waiter.rs index 7f6aa18f93d..ee8ffdda9a4 100644 --- a/quickwit/quickwit-ingest/src/semaphore_with_waiter.rs +++ b/quickwit/quickwit-ingest/src/semaphore_with_waiter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/lib.rs b/quickwit/quickwit-integration-tests/src/lib.rs index 78367f7bcd8..58a4e7d4ba6 100644 --- a/quickwit/quickwit-integration-tests/src/lib.rs +++ b/quickwit/quickwit-integration-tests/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/test_utils/cluster_sandbox.rs b/quickwit/quickwit-integration-tests/src/test_utils/cluster_sandbox.rs index 79cddefa661..13c6079dff3 100644 --- a/quickwit/quickwit-integration-tests/src/test_utils/cluster_sandbox.rs +++ b/quickwit/quickwit-integration-tests/src/test_utils/cluster_sandbox.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/test_utils/mod.rs b/quickwit/quickwit-integration-tests/src/test_utils/mod.rs index 79c23571c88..82d2213068f 100644 --- a/quickwit/quickwit-integration-tests/src/test_utils/mod.rs +++ b/quickwit/quickwit-integration-tests/src/test_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/tests/basic_tests.rs b/quickwit/quickwit-integration-tests/src/tests/basic_tests.rs index ad8e68d5138..9d9bc37e3b7 100644 --- a/quickwit/quickwit-integration-tests/src/tests/basic_tests.rs +++ b/quickwit/quickwit-integration-tests/src/tests/basic_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/tests/index_tests.rs b/quickwit/quickwit-integration-tests/src/tests/index_tests.rs index abf0eba87ae..ee078d209f1 100644 --- a/quickwit/quickwit-integration-tests/src/tests/index_tests.rs +++ b/quickwit/quickwit-integration-tests/src/tests/index_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-integration-tests/src/tests/mod.rs b/quickwit/quickwit-integration-tests/src/tests/mod.rs index adbcdd9cc32..b1546b8d92a 100644 --- a/quickwit/quickwit-integration-tests/src/tests/mod.rs +++ b/quickwit/quickwit-integration-tests/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-jaeger/src/integration_tests.rs b/quickwit/quickwit-jaeger/src/integration_tests.rs index 0143a1fdc08..0136a4d16cf 100644 --- a/quickwit/quickwit-jaeger/src/integration_tests.rs +++ b/quickwit/quickwit-jaeger/src/integration_tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-jaeger/src/lib.rs b/quickwit/quickwit-jaeger/src/lib.rs index c1c052f8982..fe663cd4d8c 100644 --- a/quickwit/quickwit-jaeger/src/lib.rs +++ b/quickwit/quickwit-jaeger/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-jaeger/src/metrics.rs b/quickwit/quickwit-jaeger/src/metrics.rs index 48bfdfa45a6..5b4a3ebb93d 100644 --- a/quickwit/quickwit-jaeger/src/metrics.rs +++ b/quickwit/quickwit-jaeger/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/delete_task_pipeline.rs b/quickwit/quickwit-janitor/src/actors/delete_task_pipeline.rs index 3650718dda7..9ab78f751a6 100644 --- a/quickwit/quickwit-janitor/src/actors/delete_task_pipeline.rs +++ b/quickwit/quickwit-janitor/src/actors/delete_task_pipeline.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/delete_task_planner.rs b/quickwit/quickwit-janitor/src/actors/delete_task_planner.rs index 0c6b519ada4..29e88545e70 100644 --- a/quickwit/quickwit-janitor/src/actors/delete_task_planner.rs +++ b/quickwit/quickwit-janitor/src/actors/delete_task_planner.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/delete_task_service.rs b/quickwit/quickwit-janitor/src/actors/delete_task_service.rs index 9145fbf5df1..c0746d510cb 100644 --- a/quickwit/quickwit-janitor/src/actors/delete_task_service.rs +++ b/quickwit/quickwit-janitor/src/actors/delete_task_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/garbage_collector.rs b/quickwit/quickwit-janitor/src/actors/garbage_collector.rs index 4c082c36f1d..7d03cb29c4b 100644 --- a/quickwit/quickwit-janitor/src/actors/garbage_collector.rs +++ b/quickwit/quickwit-janitor/src/actors/garbage_collector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/mod.rs b/quickwit/quickwit-janitor/src/actors/mod.rs index c976466c3fb..3563fd0cfad 100644 --- a/quickwit/quickwit-janitor/src/actors/mod.rs +++ b/quickwit/quickwit-janitor/src/actors/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/actors/retention_policy_executor.rs b/quickwit/quickwit-janitor/src/actors/retention_policy_executor.rs index 40ec1a9c1ea..8560b541b68 100644 --- a/quickwit/quickwit-janitor/src/actors/retention_policy_executor.rs +++ b/quickwit/quickwit-janitor/src/actors/retention_policy_executor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/error.rs b/quickwit/quickwit-janitor/src/error.rs index 612698b818d..e81b31abd2f 100644 --- a/quickwit/quickwit-janitor/src/error.rs +++ b/quickwit/quickwit-janitor/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/janitor_service.rs b/quickwit/quickwit-janitor/src/janitor_service.rs index 5060289f823..584e19a7903 100644 --- a/quickwit/quickwit-janitor/src/janitor_service.rs +++ b/quickwit/quickwit-janitor/src/janitor_service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/lib.rs b/quickwit/quickwit-janitor/src/lib.rs index 9b888cff4b3..9aa52b70789 100644 --- a/quickwit/quickwit-janitor/src/lib.rs +++ b/quickwit/quickwit-janitor/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/metrics.rs b/quickwit/quickwit-janitor/src/metrics.rs index d04ce7fe115..c46ae23cd93 100644 --- a/quickwit/quickwit-janitor/src/metrics.rs +++ b/quickwit/quickwit-janitor/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-janitor/src/retention_policy_execution.rs b/quickwit/quickwit-janitor/src/retention_policy_execution.rs index ce90cfa1695..f4abd055941 100644 --- a/quickwit/quickwit-janitor/src/retention_policy_execution.rs +++ b/quickwit/quickwit-janitor/src/retention_policy_execution.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-macros/impl/src/lib.rs b/quickwit/quickwit-macros/impl/src/lib.rs index cfc530ca4f7..8fdb20fe68c 100644 --- a/quickwit/quickwit-macros/impl/src/lib.rs +++ b/quickwit/quickwit-macros/impl/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-macros/src/lib.rs b/quickwit/quickwit-macros/src/lib.rs index e43e489fba9..9bf816fd4bb 100644 --- a/quickwit/quickwit-macros/src/lib.rs +++ b/quickwit/quickwit-macros/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore-utils/src/bin/proxy.rs b/quickwit/quickwit-metastore-utils/src/bin/proxy.rs index 7712b63f50e..489a386ac06 100644 --- a/quickwit/quickwit-metastore-utils/src/bin/proxy.rs +++ b/quickwit/quickwit-metastore-utils/src/bin/proxy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore-utils/src/bin/replay.rs b/quickwit/quickwit-metastore-utils/src/bin/replay.rs index 82715830ae5..4ac375c6863 100644 --- a/quickwit/quickwit-metastore-utils/src/bin/replay.rs +++ b/quickwit/quickwit-metastore-utils/src/bin/replay.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore-utils/src/grpc_request.rs b/quickwit/quickwit-metastore-utils/src/grpc_request.rs index d818ee1c80c..9cab517c081 100644 --- a/quickwit/quickwit-metastore-utils/src/grpc_request.rs +++ b/quickwit/quickwit-metastore-utils/src/grpc_request.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore-utils/src/lib.rs b/quickwit/quickwit-metastore-utils/src/lib.rs index f0fe5381d16..2a7b1455325 100644 --- a/quickwit/quickwit-metastore-utils/src/lib.rs +++ b/quickwit/quickwit-metastore-utils/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/build.rs b/quickwit/quickwit-metastore/build.rs index 39262ef1085..84de90c4e37 100644 --- a/quickwit/quickwit-metastore/build.rs +++ b/quickwit/quickwit-metastore/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/backward_compatibility_tests/mod.rs b/quickwit/quickwit-metastore/src/backward_compatibility_tests/mod.rs index db951bf88a9..7f78688d428 100644 --- a/quickwit/quickwit-metastore/src/backward_compatibility_tests/mod.rs +++ b/quickwit/quickwit-metastore/src/backward_compatibility_tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/checkpoint.rs b/quickwit/quickwit-metastore/src/checkpoint.rs index 79e3d2c2627..8e1ee18ee5f 100644 --- a/quickwit/quickwit-metastore/src/checkpoint.rs +++ b/quickwit/quickwit-metastore/src/checkpoint.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/error.rs b/quickwit/quickwit-metastore/src/error.rs index f07bfe325e9..3e02d2cbed4 100644 --- a/quickwit/quickwit-metastore/src/error.rs +++ b/quickwit/quickwit-metastore/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/lib.rs b/quickwit/quickwit-metastore/src/lib.rs index e515961311b..17328938b95 100644 --- a/quickwit/quickwit-metastore/src/lib.rs +++ b/quickwit/quickwit-metastore/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/control_plane_metastore.rs b/quickwit/quickwit-metastore/src/metastore/control_plane_metastore.rs index 9cb25df928f..5615632a4ed 100644 --- a/quickwit/quickwit-metastore/src/metastore/control_plane_metastore.rs +++ b/quickwit/quickwit-metastore/src/metastore/control_plane_metastore.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/mod.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/mod.rs index 3669e631502..0ff9fd40926 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/mod.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/serialize.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/serialize.rs index ed4a975d465..b05a50ebdc5 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/serialize.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/serialize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/shards.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/shards.rs index d0ea74a356c..ff5c0a87bec 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/shards.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_index/shards.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_metastore_factory.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_metastore_factory.rs index 20ef19bdc1f..a94830a80a0 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_metastore_factory.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/file_backed_metastore_factory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/lazy_file_backed_index.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/lazy_file_backed_index.rs index 7cc110ef477..06727d3d18a 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/lazy_file_backed_index.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/lazy_file_backed_index.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/mod.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/mod.rs index 5c4d3a25c4f..23e6c8f44d8 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/mod.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/store_operations.rs b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/store_operations.rs index b0d5d2bce9c..c488e5ffca7 100644 --- a/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/store_operations.rs +++ b/quickwit/quickwit-metastore/src/metastore/file_backed_metastore/store_operations.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/index_metadata/mod.rs b/quickwit/quickwit-metastore/src/metastore/index_metadata/mod.rs index 775aea646b6..9cae3e61e09 100644 --- a/quickwit/quickwit-metastore/src/metastore/index_metadata/mod.rs +++ b/quickwit/quickwit-metastore/src/metastore/index_metadata/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/index_metadata/serialize.rs b/quickwit/quickwit-metastore/src/metastore/index_metadata/serialize.rs index b9a5e3692bf..a8a0a6f6576 100644 --- a/quickwit/quickwit-metastore/src/metastore/index_metadata/serialize.rs +++ b/quickwit/quickwit-metastore/src/metastore/index_metadata/serialize.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/mod.rs b/quickwit/quickwit-metastore/src/metastore/mod.rs index fe59203873e..73afdcc048d 100644 --- a/quickwit/quickwit-metastore/src/metastore/mod.rs +++ b/quickwit/quickwit-metastore/src/metastore/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/postgresql_metastore.rs b/quickwit/quickwit-metastore/src/metastore/postgresql_metastore.rs index aa610b740ce..69efe0e12d9 100644 --- a/quickwit/quickwit-metastore/src/metastore/postgresql_metastore.rs +++ b/quickwit/quickwit-metastore/src/metastore/postgresql_metastore.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore/postgresql_model.rs b/quickwit/quickwit-metastore/src/metastore/postgresql_model.rs index a96be670726..4666097c6fe 100644 --- a/quickwit/quickwit-metastore/src/metastore/postgresql_model.rs +++ b/quickwit/quickwit-metastore/src/metastore/postgresql_model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore_factory.rs b/quickwit/quickwit-metastore/src/metastore_factory.rs index 15a7c545b01..d50ba527321 100644 --- a/quickwit/quickwit-metastore/src/metastore_factory.rs +++ b/quickwit/quickwit-metastore/src/metastore_factory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/metastore_resolver.rs b/quickwit/quickwit-metastore/src/metastore_resolver.rs index 5e0eb7f8aea..fc4b7f995bf 100644 --- a/quickwit/quickwit-metastore/src/metastore_resolver.rs +++ b/quickwit/quickwit-metastore/src/metastore_resolver.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/split_metadata.rs b/quickwit/quickwit-metastore/src/split_metadata.rs index d31f3d2a60e..b83bacc86cf 100644 --- a/quickwit/quickwit-metastore/src/split_metadata.rs +++ b/quickwit/quickwit-metastore/src/split_metadata.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/split_metadata_version.rs b/quickwit/quickwit-metastore/src/split_metadata_version.rs index 014c5c9b986..e71fe9e2824 100644 --- a/quickwit/quickwit-metastore/src/split_metadata_version.rs +++ b/quickwit/quickwit-metastore/src/split_metadata_version.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/delete_task.rs b/quickwit/quickwit-metastore/src/tests/delete_task.rs index 82d253d60b2..6c512d532dc 100644 --- a/quickwit/quickwit-metastore/src/tests/delete_task.rs +++ b/quickwit/quickwit-metastore/src/tests/delete_task.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/index.rs b/quickwit/quickwit-metastore/src/tests/index.rs index 4b868ee8bfc..989a02fb0df 100644 --- a/quickwit/quickwit-metastore/src/tests/index.rs +++ b/quickwit/quickwit-metastore/src/tests/index.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/list_splits.rs b/quickwit/quickwit-metastore/src/tests/list_splits.rs index 9d4ac809be0..069b2f694fa 100644 --- a/quickwit/quickwit-metastore/src/tests/list_splits.rs +++ b/quickwit/quickwit-metastore/src/tests/list_splits.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/mod.rs b/quickwit/quickwit-metastore/src/tests/mod.rs index 4cc6caceb26..f5b17e866c0 100644 --- a/quickwit/quickwit-metastore/src/tests/mod.rs +++ b/quickwit/quickwit-metastore/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/shard.rs b/quickwit/quickwit-metastore/src/tests/shard.rs index 0d3d1f1cb8f..54018d0e5a1 100644 --- a/quickwit/quickwit-metastore/src/tests/shard.rs +++ b/quickwit/quickwit-metastore/src/tests/shard.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/source.rs b/quickwit/quickwit-metastore/src/tests/source.rs index 3a5d223025d..a0cf2a18383 100644 --- a/quickwit/quickwit-metastore/src/tests/source.rs +++ b/quickwit/quickwit-metastore/src/tests/source.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-metastore/src/tests/split.rs b/quickwit/quickwit-metastore/src/tests/split.rs index 83ce31f2010..ddfd034ac6e 100644 --- a/quickwit/quickwit-metastore/src/tests/split.rs +++ b/quickwit/quickwit-metastore/src/tests/split.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/lib.rs b/quickwit/quickwit-opentelemetry/src/lib.rs index b1d4b791b23..fa87769a9c6 100644 --- a/quickwit/quickwit-opentelemetry/src/lib.rs +++ b/quickwit/quickwit-opentelemetry/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/logs.rs b/quickwit/quickwit-opentelemetry/src/otlp/logs.rs index dc9d5b01ecf..38008b25f82 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/logs.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/logs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/metrics.rs b/quickwit/quickwit-opentelemetry/src/otlp/metrics.rs index 711e992fd0c..8beb7932110 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/metrics.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/mod.rs b/quickwit/quickwit-opentelemetry/src/otlp/mod.rs index 11434e36fd3..4090d72b14d 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/mod.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/span_id.rs b/quickwit/quickwit-opentelemetry/src/otlp/span_id.rs index e6c96d8b485..aba6204cf4b 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/span_id.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/span_id.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/test_utils.rs b/quickwit/quickwit-opentelemetry/src/otlp/test_utils.rs index 8660c09cbca..914677db59d 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/test_utils.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/trace_id.rs b/quickwit/quickwit-opentelemetry/src/otlp/trace_id.rs index 89f10e3dec8..4686a6bd1c9 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/trace_id.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/trace_id.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-opentelemetry/src/otlp/traces.rs b/quickwit/quickwit-opentelemetry/src/otlp/traces.rs index d7cca0d62c4..4e9df00bf02 100644 --- a/quickwit/quickwit-opentelemetry/src/otlp/traces.rs +++ b/quickwit/quickwit-opentelemetry/src/otlp/traces.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/build.rs b/quickwit/quickwit-proto/build.rs index 5f8a192ef8e..837dd53906f 100644 --- a/quickwit/quickwit-proto/build.rs +++ b/quickwit/quickwit-proto/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/control_plane.proto b/quickwit/quickwit-proto/protos/quickwit/control_plane.proto index 6dfd55c0da1..67db27d5056 100644 --- a/quickwit/quickwit-proto/protos/quickwit/control_plane.proto +++ b/quickwit/quickwit-proto/protos/quickwit/control_plane.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/indexing.proto b/quickwit/quickwit-proto/protos/quickwit/indexing.proto index 555cf56ad6e..f5bfcfae700 100644 --- a/quickwit/quickwit-proto/protos/quickwit/indexing.proto +++ b/quickwit/quickwit-proto/protos/quickwit/indexing.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/ingest.proto b/quickwit/quickwit-proto/protos/quickwit/ingest.proto index b0fea66d59e..629dd28a981 100644 --- a/quickwit/quickwit-proto/protos/quickwit/ingest.proto +++ b/quickwit/quickwit-proto/protos/quickwit/ingest.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/ingester.proto b/quickwit/quickwit-proto/protos/quickwit/ingester.proto index a90962bceae..83fa424c016 100644 --- a/quickwit/quickwit-proto/protos/quickwit/ingester.proto +++ b/quickwit/quickwit-proto/protos/quickwit/ingester.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/metastore.proto b/quickwit/quickwit-proto/protos/quickwit/metastore.proto index 970d605b385..c950dcaeeeb 100644 --- a/quickwit/quickwit-proto/protos/quickwit/metastore.proto +++ b/quickwit/quickwit-proto/protos/quickwit/metastore.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/router.proto b/quickwit/quickwit-proto/protos/quickwit/router.proto index 796def8acce..54969f1e386 100644 --- a/quickwit/quickwit-proto/protos/quickwit/router.proto +++ b/quickwit/quickwit-proto/protos/quickwit/router.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/protos/quickwit/search.proto b/quickwit/quickwit-proto/protos/quickwit/search.proto index 788da94a4a7..6e94ce78b59 100644 --- a/quickwit/quickwit-proto/protos/quickwit/search.proto +++ b/quickwit/quickwit-proto/protos/quickwit/search.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/control_plane/mod.rs b/quickwit/quickwit-proto/src/control_plane/mod.rs index 988385b5a4b..35426a73788 100644 --- a/quickwit/quickwit-proto/src/control_plane/mod.rs +++ b/quickwit/quickwit-proto/src/control_plane/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/error.rs b/quickwit/quickwit-proto/src/error.rs index 4dd6f2d1104..1c23d4302ec 100644 --- a/quickwit/quickwit-proto/src/error.rs +++ b/quickwit/quickwit-proto/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/indexing/mod.rs b/quickwit/quickwit-proto/src/indexing/mod.rs index 3019c982f12..c843e0e3be6 100644 --- a/quickwit/quickwit-proto/src/indexing/mod.rs +++ b/quickwit/quickwit-proto/src/indexing/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/ingest/ingester.rs b/quickwit/quickwit-proto/src/ingest/ingester.rs index e14fbf1fdfe..5b1f7c40746 100644 --- a/quickwit/quickwit-proto/src/ingest/ingester.rs +++ b/quickwit/quickwit-proto/src/ingest/ingester.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/ingest/mod.rs b/quickwit/quickwit-proto/src/ingest/mod.rs index f074306d423..6a35a0e3026 100644 --- a/quickwit/quickwit-proto/src/ingest/mod.rs +++ b/quickwit/quickwit-proto/src/ingest/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/ingest/router.rs b/quickwit/quickwit-proto/src/ingest/router.rs index 0e831a72dbe..24b1e146012 100644 --- a/quickwit/quickwit-proto/src/ingest/router.rs +++ b/quickwit/quickwit-proto/src/ingest/router.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/lib.rs b/quickwit/quickwit-proto/src/lib.rs index ae43f9683d2..ad7b72d2c5a 100644 --- a/quickwit/quickwit-proto/src/lib.rs +++ b/quickwit/quickwit-proto/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/metastore/events.rs b/quickwit/quickwit-proto/src/metastore/events.rs index eba37334445..532f802d108 100644 --- a/quickwit/quickwit-proto/src/metastore/events.rs +++ b/quickwit/quickwit-proto/src/metastore/events.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/metastore/mod.rs b/quickwit/quickwit-proto/src/metastore/mod.rs index efcb5f6a78a..bcddfa77876 100644 --- a/quickwit/quickwit-proto/src/metastore/mod.rs +++ b/quickwit/quickwit-proto/src/metastore/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/search/mod.rs b/quickwit/quickwit-proto/src/search/mod.rs index 3f3ba89855a..45153405bb1 100644 --- a/quickwit/quickwit-proto/src/search/mod.rs +++ b/quickwit/quickwit-proto/src/search/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/types/mod.rs b/quickwit/quickwit-proto/src/types/mod.rs index 9fc6ec5d04e..71059280e72 100644 --- a/quickwit/quickwit-proto/src/types/mod.rs +++ b/quickwit/quickwit-proto/src/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/types/pipeline_uid.rs b/quickwit/quickwit-proto/src/types/pipeline_uid.rs index e571dedd9e0..11ae92c3a6d 100644 --- a/quickwit/quickwit-proto/src/types/pipeline_uid.rs +++ b/quickwit/quickwit-proto/src/types/pipeline_uid.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-proto/src/types/position.rs b/quickwit/quickwit-proto/src/types/position.rs index b94a256d8b8..0ef090f7eaa 100644 --- a/quickwit/quickwit-proto/src/types/position.rs +++ b/quickwit/quickwit-proto/src/types/position.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/benches/multilang_tokenizers_bench.rs b/quickwit/quickwit-query/benches/multilang_tokenizers_bench.rs index 705cbbb3520..e34742f342e 100644 --- a/quickwit/quickwit-query/benches/multilang_tokenizers_bench.rs +++ b/quickwit/quickwit-query/benches/multilang_tokenizers_bench.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/benches/tokenizers_bench.rs b/quickwit/quickwit-query/benches/tokenizers_bench.rs index 9df37ec6a78..3d36af20ef5 100644 --- a/quickwit/quickwit-query/benches/tokenizers_bench.rs +++ b/quickwit/quickwit-query/benches/tokenizers_bench.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/bool_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/bool_query.rs index 01914223504..56d7b9adb2c 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/bool_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/bool_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/exists_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/exists_query.rs index 87294ab9e64..b775f40e429 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/exists_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/exists_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/match_bool_prefix.rs b/quickwit/quickwit-query/src/elastic_query_dsl/match_bool_prefix.rs index 36a35536817..3d98ebe116a 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/match_bool_prefix.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/match_bool_prefix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/match_phrase_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/match_phrase_query.rs index 07a874db2ea..ac6c82723d9 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/match_phrase_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/match_phrase_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/match_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/match_query.rs index 60f03d9c352..03cc8145473 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/match_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/match_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/mod.rs b/quickwit/quickwit-query/src/elastic_query_dsl/mod.rs index 0cca3ec2355..74aececa40c 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/mod.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/multi_match.rs b/quickwit/quickwit-query/src/elastic_query_dsl/multi_match.rs index 0a6685590ad..7e7d485692c 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/multi_match.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/multi_match.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/one_field_map.rs b/quickwit/quickwit-query/src/elastic_query_dsl/one_field_map.rs index 5b2d114802b..bd48dce057f 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/one_field_map.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/one_field_map.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/phrase_prefix_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/phrase_prefix_query.rs index ce1754e15eb..0ce0e9c72b4 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/phrase_prefix_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/phrase_prefix_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/query_string_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/query_string_query.rs index 8c3688fe2ce..81b7fa4dbef 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/query_string_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/query_string_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/range_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/range_query.rs index fcda98ec702..3fe74c28053 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/range_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/range_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/string_or_struct.rs b/quickwit/quickwit-query/src/elastic_query_dsl/string_or_struct.rs index 3695143d31c..318a258e05e 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/string_or_struct.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/string_or_struct.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/term_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/term_query.rs index 2ae70d6a9a2..91d6968ca7c 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/term_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/term_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/terms_query.rs b/quickwit/quickwit-query/src/elastic_query_dsl/terms_query.rs index 0c53229d528..5b3c6993250 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/terms_query.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/terms_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/elastic_query_dsl/visitor.rs b/quickwit/quickwit-query/src/elastic_query_dsl/visitor.rs index 724a5bbaf01..134a2ea9d21 100644 --- a/quickwit/quickwit-query/src/elastic_query_dsl/visitor.rs +++ b/quickwit/quickwit-query/src/elastic_query_dsl/visitor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/error.rs b/quickwit/quickwit-query/src/error.rs index 464a8d87d32..4561485d050 100644 --- a/quickwit/quickwit-query/src/error.rs +++ b/quickwit/quickwit-query/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/json_literal.rs b/quickwit/quickwit-query/src/json_literal.rs index f65bbc40eb5..d95703a665b 100644 --- a/quickwit/quickwit-query/src/json_literal.rs +++ b/quickwit/quickwit-query/src/json_literal.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/lib.rs b/quickwit/quickwit-query/src/lib.rs index ba5905f9e88..70c4356ad0a 100644 --- a/quickwit/quickwit-query/src/lib.rs +++ b/quickwit/quickwit-query/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/not_nan_f32.rs b/quickwit/quickwit-query/src/not_nan_f32.rs index 62f33f18130..e81b14ce064 100644 --- a/quickwit/quickwit-query/src/not_nan_f32.rs +++ b/quickwit/quickwit-query/src/not_nan_f32.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/bool_query.rs b/quickwit/quickwit-query/src/query_ast/bool_query.rs index 9394aaa030a..2c2801b0ec5 100644 --- a/quickwit/quickwit-query/src/query_ast/bool_query.rs +++ b/quickwit/quickwit-query/src/query_ast/bool_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/field_presence.rs b/quickwit/quickwit-query/src/query_ast/field_presence.rs index 0f5eaabd070..df82ab3591a 100644 --- a/quickwit/quickwit-query/src/query_ast/field_presence.rs +++ b/quickwit/quickwit-query/src/query_ast/field_presence.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/full_text_query.rs b/quickwit/quickwit-query/src/query_ast/full_text_query.rs index a3ca2929caa..f70f7062e18 100644 --- a/quickwit/quickwit-query/src/query_ast/full_text_query.rs +++ b/quickwit/quickwit-query/src/query_ast/full_text_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/mod.rs b/quickwit/quickwit-query/src/query_ast/mod.rs index e815248b16f..0da702f4383 100644 --- a/quickwit/quickwit-query/src/query_ast/mod.rs +++ b/quickwit/quickwit-query/src/query_ast/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/phrase_prefix_query.rs b/quickwit/quickwit-query/src/query_ast/phrase_prefix_query.rs index c7d67ea0617..d0107f885f9 100644 --- a/quickwit/quickwit-query/src/query_ast/phrase_prefix_query.rs +++ b/quickwit/quickwit-query/src/query_ast/phrase_prefix_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/range_query.rs b/quickwit/quickwit-query/src/query_ast/range_query.rs index 16ada6047fe..bccc5e6278c 100644 --- a/quickwit/quickwit-query/src/query_ast/range_query.rs +++ b/quickwit/quickwit-query/src/query_ast/range_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/tantivy_query_ast.rs b/quickwit/quickwit-query/src/query_ast/tantivy_query_ast.rs index 0df6a7d9b17..6adcd93c771 100644 --- a/quickwit/quickwit-query/src/query_ast/tantivy_query_ast.rs +++ b/quickwit/quickwit-query/src/query_ast/tantivy_query_ast.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/term_query.rs b/quickwit/quickwit-query/src/query_ast/term_query.rs index cb1129fc69f..76f184d549d 100644 --- a/quickwit/quickwit-query/src/query_ast/term_query.rs +++ b/quickwit/quickwit-query/src/query_ast/term_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/term_set_query.rs b/quickwit/quickwit-query/src/query_ast/term_set_query.rs index b9c93ba36e5..868b57fdf29 100644 --- a/quickwit/quickwit-query/src/query_ast/term_set_query.rs +++ b/quickwit/quickwit-query/src/query_ast/term_set_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/user_input_query.rs b/quickwit/quickwit-query/src/query_ast/user_input_query.rs index 910e37ae254..d0069e44615 100644 --- a/quickwit/quickwit-query/src/query_ast/user_input_query.rs +++ b/quickwit/quickwit-query/src/query_ast/user_input_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/utils.rs b/quickwit/quickwit-query/src/query_ast/utils.rs index b6be400f393..c797e3533ab 100644 --- a/quickwit/quickwit-query/src/query_ast/utils.rs +++ b/quickwit/quickwit-query/src/query_ast/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/visitor.rs b/quickwit/quickwit-query/src/query_ast/visitor.rs index 8c60153ac9d..421eb6e2d47 100644 --- a/quickwit/quickwit-query/src/query_ast/visitor.rs +++ b/quickwit/quickwit-query/src/query_ast/visitor.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/query_ast/wildcard_query.rs b/quickwit/quickwit-query/src/query_ast/wildcard_query.rs index 6e69d242fbe..08f0734eb87 100644 --- a/quickwit/quickwit-query/src/query_ast/wildcard_query.rs +++ b/quickwit/quickwit-query/src/query_ast/wildcard_query.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/tokenizers/chinese_compatible.rs b/quickwit/quickwit-query/src/tokenizers/chinese_compatible.rs index 785d3c4a33f..7f995070e7e 100644 --- a/quickwit/quickwit-query/src/tokenizers/chinese_compatible.rs +++ b/quickwit/quickwit-query/src/tokenizers/chinese_compatible.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/tokenizers/code_tokenizer.rs b/quickwit/quickwit-query/src/tokenizers/code_tokenizer.rs index a96ffc7f216..0e2141d5f13 100644 --- a/quickwit/quickwit-query/src/tokenizers/code_tokenizer.rs +++ b/quickwit/quickwit-query/src/tokenizers/code_tokenizer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/tokenizers/mod.rs b/quickwit/quickwit-query/src/tokenizers/mod.rs index 4b70eb6cce2..3e68a55cb50 100644 --- a/quickwit/quickwit-query/src/tokenizers/mod.rs +++ b/quickwit/quickwit-query/src/tokenizers/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/tokenizers/multilang.rs b/quickwit/quickwit-query/src/tokenizers/multilang.rs index c797b8faf10..d1aec105a9a 100644 --- a/quickwit/quickwit-query/src/tokenizers/multilang.rs +++ b/quickwit/quickwit-query/src/tokenizers/multilang.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-query/src/tokenizers/tokenizer_manager.rs b/quickwit/quickwit-query/src/tokenizers/tokenizer_manager.rs index 7169d5ed740..cf977dd561e 100644 --- a/quickwit/quickwit-query/src/tokenizers/tokenizer_manager.rs +++ b/quickwit/quickwit-query/src/tokenizers/tokenizer_manager.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-rest-client/src/error.rs b/quickwit/quickwit-rest-client/src/error.rs index 6f2949c18fc..0bf7996bb89 100644 --- a/quickwit/quickwit-rest-client/src/error.rs +++ b/quickwit/quickwit-rest-client/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-rest-client/src/lib.rs b/quickwit/quickwit-rest-client/src/lib.rs index 12f8faac537..3e8b628bc98 100644 --- a/quickwit/quickwit-rest-client/src/lib.rs +++ b/quickwit/quickwit-rest-client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-rest-client/src/models.rs b/quickwit/quickwit-rest-client/src/models.rs index 4ed8d7d92c9..666bc1138c4 100644 --- a/quickwit/quickwit-rest-client/src/models.rs +++ b/quickwit/quickwit-rest-client/src/models.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-rest-client/src/rest_client.rs b/quickwit/quickwit-rest-client/src/rest_client.rs index 109c0b7c15e..078e10d3343 100644 --- a/quickwit/quickwit-rest-client/src/rest_client.rs +++ b/quickwit/quickwit-rest-client/src/rest_client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/client.rs b/quickwit/quickwit-search/src/client.rs index 0cd1c1eb1b1..abf8a6dd2e0 100644 --- a/quickwit/quickwit-search/src/client.rs +++ b/quickwit/quickwit-search/src/client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/cluster_client.rs b/quickwit/quickwit-search/src/cluster_client.rs index b1c0d63d07f..db65b89038c 100644 --- a/quickwit/quickwit-search/src/cluster_client.rs +++ b/quickwit/quickwit-search/src/cluster_client.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/collector.rs b/quickwit/quickwit-search/src/collector.rs index b81cd5788ae..d36d7214347 100644 --- a/quickwit/quickwit-search/src/collector.rs +++ b/quickwit/quickwit-search/src/collector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/error.rs b/quickwit/quickwit-search/src/error.rs index a0d62e04539..c9cabef6e72 100644 --- a/quickwit/quickwit-search/src/error.rs +++ b/quickwit/quickwit-search/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/fetch_docs.rs b/quickwit/quickwit-search/src/fetch_docs.rs index 2fa4c892b9f..ace50b5f261 100644 --- a/quickwit/quickwit-search/src/fetch_docs.rs +++ b/quickwit/quickwit-search/src/fetch_docs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/filters.rs b/quickwit/quickwit-search/src/filters.rs index ce6e69e5167..2a37e7efcc7 100644 --- a/quickwit/quickwit-search/src/filters.rs +++ b/quickwit/quickwit-search/src/filters.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/find_trace_ids_collector.rs b/quickwit/quickwit-search/src/find_trace_ids_collector.rs index 0f6a8e4fd33..9d5045e0ae7 100644 --- a/quickwit/quickwit-search/src/find_trace_ids_collector.rs +++ b/quickwit/quickwit-search/src/find_trace_ids_collector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/leaf.rs b/quickwit/quickwit-search/src/leaf.rs index d4b7f68482a..f049686328e 100644 --- a/quickwit/quickwit-search/src/leaf.rs +++ b/quickwit/quickwit-search/src/leaf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/leaf_cache.rs b/quickwit/quickwit-search/src/leaf_cache.rs index 5a2c6ec4b5e..548d5744e13 100644 --- a/quickwit/quickwit-search/src/leaf_cache.rs +++ b/quickwit/quickwit-search/src/leaf_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/lib.rs b/quickwit/quickwit-search/src/lib.rs index 54d606858bf..af34dd681c1 100644 --- a/quickwit/quickwit-search/src/lib.rs +++ b/quickwit/quickwit-search/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/list_fields.rs b/quickwit/quickwit-search/src/list_fields.rs index 06d4c8784ca..ae1c6518a8b 100644 --- a/quickwit/quickwit-search/src/list_fields.rs +++ b/quickwit/quickwit-search/src/list_fields.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/list_fields_cache.rs b/quickwit/quickwit-search/src/list_fields_cache.rs index b5e5b8d170d..fee5c144d72 100644 --- a/quickwit/quickwit-search/src/list_fields_cache.rs +++ b/quickwit/quickwit-search/src/list_fields_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/list_terms.rs b/quickwit/quickwit-search/src/list_terms.rs index 0b610da1563..b8f4888a49e 100644 --- a/quickwit/quickwit-search/src/list_terms.rs +++ b/quickwit/quickwit-search/src/list_terms.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/metrics.rs b/quickwit/quickwit-search/src/metrics.rs index 1d70ab2cd3e..5a4a677f2b9 100644 --- a/quickwit/quickwit-search/src/metrics.rs +++ b/quickwit/quickwit-search/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/retry/mod.rs b/quickwit/quickwit-search/src/retry/mod.rs index 831e0ae2eb3..6df601eb3b7 100644 --- a/quickwit/quickwit-search/src/retry/mod.rs +++ b/quickwit/quickwit-search/src/retry/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/retry/search.rs b/quickwit/quickwit-search/src/retry/search.rs index 8eb7b470957..9b3406770fe 100644 --- a/quickwit/quickwit-search/src/retry/search.rs +++ b/quickwit/quickwit-search/src/retry/search.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/retry/search_stream.rs b/quickwit/quickwit-search/src/retry/search_stream.rs index 02ddbd6bb72..15b184f890c 100644 --- a/quickwit/quickwit-search/src/retry/search_stream.rs +++ b/quickwit/quickwit-search/src/retry/search_stream.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/root.rs b/quickwit/quickwit-search/src/root.rs index f812059b909..716d014e75e 100644 --- a/quickwit/quickwit-search/src/root.rs +++ b/quickwit/quickwit-search/src/root.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/scroll_context.rs b/quickwit/quickwit-search/src/scroll_context.rs index c82e4f15210..32a2dbdac64 100644 --- a/quickwit/quickwit-search/src/scroll_context.rs +++ b/quickwit/quickwit-search/src/scroll_context.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_job_placer.rs b/quickwit/quickwit-search/src/search_job_placer.rs index cee210e364e..ed167ee59c1 100644 --- a/quickwit/quickwit-search/src/search_job_placer.rs +++ b/quickwit/quickwit-search/src/search_job_placer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_response_rest.rs b/quickwit/quickwit-search/src/search_response_rest.rs index 0fe86f9ecda..52d5ee8d9ae 100644 --- a/quickwit/quickwit-search/src/search_response_rest.rs +++ b/quickwit/quickwit-search/src/search_response_rest.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_stream/collector.rs b/quickwit/quickwit-search/src/search_stream/collector.rs index 1817ee70a13..f6adc041779 100644 --- a/quickwit/quickwit-search/src/search_stream/collector.rs +++ b/quickwit/quickwit-search/src/search_stream/collector.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_stream/leaf.rs b/quickwit/quickwit-search/src/search_stream/leaf.rs index 3423b950463..ea78677c62e 100644 --- a/quickwit/quickwit-search/src/search_stream/leaf.rs +++ b/quickwit/quickwit-search/src/search_stream/leaf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_stream/mod.rs b/quickwit/quickwit-search/src/search_stream/mod.rs index 9fa65200a21..50bdd1084a2 100644 --- a/quickwit/quickwit-search/src/search_stream/mod.rs +++ b/quickwit/quickwit-search/src/search_stream/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/search_stream/root.rs b/quickwit/quickwit-search/src/search_stream/root.rs index 2ba006720e1..f4b296fa5d1 100644 --- a/quickwit/quickwit-search/src/search_stream/root.rs +++ b/quickwit/quickwit-search/src/search_stream/root.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/service.rs b/quickwit/quickwit-search/src/service.rs index 4d2776d9ac5..dde05550c97 100644 --- a/quickwit/quickwit-search/src/service.rs +++ b/quickwit/quickwit-search/src/service.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/tests.rs b/quickwit/quickwit-search/src/tests.rs index 4adba989235..0beb1928c2f 100644 --- a/quickwit/quickwit-search/src/tests.rs +++ b/quickwit/quickwit-search/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-search/src/thread_pool.rs b/quickwit/quickwit-search/src/thread_pool.rs index 2d763cbc8ce..edf9f913c6c 100644 --- a/quickwit/quickwit-search/src/thread_pool.rs +++ b/quickwit/quickwit-search/src/thread_pool.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/build.rs b/quickwit/quickwit-serve/build.rs index 444c47e7581..7c157283c58 100644 --- a/quickwit/quickwit-serve/build.rs +++ b/quickwit/quickwit-serve/build.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/build_info.rs b/quickwit/quickwit-serve/src/build_info.rs index 22fc850111c..dccd9f42ece 100644 --- a/quickwit/quickwit-serve/src/build_info.rs +++ b/quickwit/quickwit-serve/src/build_info.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/cluster_api/mod.rs b/quickwit/quickwit-serve/src/cluster_api/mod.rs index 8a09378f504..986290afadb 100644 --- a/quickwit/quickwit-serve/src/cluster_api/mod.rs +++ b/quickwit/quickwit-serve/src/cluster_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/cluster_api/rest_handler.rs b/quickwit/quickwit-serve/src/cluster_api/rest_handler.rs index ed9b251c3be..fb916393884 100644 --- a/quickwit/quickwit-serve/src/cluster_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/cluster_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/delete_task_api/handler.rs b/quickwit/quickwit-serve/src/delete_task_api/handler.rs index 4d615108146..388d04f3d50 100644 --- a/quickwit/quickwit-serve/src/delete_task_api/handler.rs +++ b/quickwit/quickwit-serve/src/delete_task_api/handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/delete_task_api/mod.rs b/quickwit/quickwit-serve/src/delete_task_api/mod.rs index 7ba0dcf3705..09a67314ef4 100644 --- a/quickwit/quickwit-serve/src/delete_task_api/mod.rs +++ b/quickwit/quickwit-serve/src/delete_task_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/bulk.rs b/quickwit/quickwit-serve/src/elastic_search_api/bulk.rs index 75f2f8e588d..69e8d46f2d4 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/bulk.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/bulk.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/filter.rs b/quickwit/quickwit-serve/src/elastic_search_api/filter.rs index b0f4079809e..9edc0575e8b 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/filter.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/filter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/mod.rs b/quickwit/quickwit-serve/src/elastic_search_api/mod.rs index c514e8ed5bc..d24185f59a8 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/mod.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_body.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_body.rs index cc46b1ab431..32b7de82db5 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_body.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_body.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_query_params.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_query_params.rs index 13e584525c8..568b135cd68 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_query_params.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/bulk_query_params.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/error.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/error.rs index eace8d59f69..5e3f1120612 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/error.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/field_capability.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/field_capability.rs index 97cb206b932..6dece9ecd4d 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/field_capability.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/field_capability.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/mod.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/mod.rs index 487918b8cac..7ff0337af40 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/mod.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/multi_search.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/multi_search.rs index 1f53f576b67..c57800e6518 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/multi_search.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/multi_search.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/scroll.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/scroll.rs index 56649b7057f..6c33862af9e 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/scroll.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/scroll.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/search_body.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/search_body.rs index 0595b92cecd..32fc486ca96 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/search_body.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/search_body.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/model/search_query_params.rs b/quickwit/quickwit-serve/src/elastic_search_api/model/search_query_params.rs index 61d36bc58d0..87b53c9bfd4 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/model/search_query_params.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/model/search_query_params.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/elastic_search_api/rest_handler.rs b/quickwit/quickwit-serve/src/elastic_search_api/rest_handler.rs index 0b1d4c2ab5d..ade7c892cd5 100644 --- a/quickwit/quickwit-serve/src/elastic_search_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/elastic_search_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/format.rs b/quickwit/quickwit-serve/src/format.rs index 4f1436e24e6..2ceb0699e92 100644 --- a/quickwit/quickwit-serve/src/format.rs +++ b/quickwit/quickwit-serve/src/format.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/grpc.rs b/quickwit/quickwit-serve/src/grpc.rs index 4b3b2629ebe..959572f1e30 100644 --- a/quickwit/quickwit-serve/src/grpc.rs +++ b/quickwit/quickwit-serve/src/grpc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/health_check_api/handler.rs b/quickwit/quickwit-serve/src/health_check_api/handler.rs index e95fd4f335d..0275d6ca805 100644 --- a/quickwit/quickwit-serve/src/health_check_api/handler.rs +++ b/quickwit/quickwit-serve/src/health_check_api/handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/health_check_api/mod.rs b/quickwit/quickwit-serve/src/health_check_api/mod.rs index d505e9b2d23..5743843b44b 100644 --- a/quickwit/quickwit-serve/src/health_check_api/mod.rs +++ b/quickwit/quickwit-serve/src/health_check_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/index_api/mod.rs b/quickwit/quickwit-serve/src/index_api/mod.rs index 844ccfe454e..a87e3248631 100644 --- a/quickwit/quickwit-serve/src/index_api/mod.rs +++ b/quickwit/quickwit-serve/src/index_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/index_api/rest_handler.rs b/quickwit/quickwit-serve/src/index_api/rest_handler.rs index fa00dbff623..46872f29450 100644 --- a/quickwit/quickwit-serve/src/index_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/index_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/indexing_api/mod.rs b/quickwit/quickwit-serve/src/indexing_api/mod.rs index 37a91d65879..2377d6c31c6 100644 --- a/quickwit/quickwit-serve/src/indexing_api/mod.rs +++ b/quickwit/quickwit-serve/src/indexing_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/indexing_api/rest_handler.rs b/quickwit/quickwit-serve/src/indexing_api/rest_handler.rs index afc0fd0c570..177c1bde341 100644 --- a/quickwit/quickwit-serve/src/indexing_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/indexing_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/ingest_api/mod.rs b/quickwit/quickwit-serve/src/ingest_api/mod.rs index 627592ff05c..6d599e381ad 100644 --- a/quickwit/quickwit-serve/src/ingest_api/mod.rs +++ b/quickwit/quickwit-serve/src/ingest_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/ingest_api/rest_handler.rs b/quickwit/quickwit-serve/src/ingest_api/rest_handler.rs index 6923a916938..c21e4b246db 100644 --- a/quickwit/quickwit-serve/src/ingest_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/ingest_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/jaeger_api/mod.rs b/quickwit/quickwit-serve/src/jaeger_api/mod.rs index f02754f7c1d..fad4bfdd16a 100644 --- a/quickwit/quickwit-serve/src/jaeger_api/mod.rs +++ b/quickwit/quickwit-serve/src/jaeger_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/jaeger_api/model.rs b/quickwit/quickwit-serve/src/jaeger_api/model.rs index ef12ee6826e..7a70ecdf1db 100644 --- a/quickwit/quickwit-serve/src/jaeger_api/model.rs +++ b/quickwit/quickwit-serve/src/jaeger_api/model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/jaeger_api/parse_duration.rs b/quickwit/quickwit-serve/src/jaeger_api/parse_duration.rs index 4a07c3ef2b0..876e5876e6d 100644 --- a/quickwit/quickwit-serve/src/jaeger_api/parse_duration.rs +++ b/quickwit/quickwit-serve/src/jaeger_api/parse_duration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs b/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs index 48343ecaf98..51c1e584698 100644 --- a/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/jaeger_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/json_api_response.rs b/quickwit/quickwit-serve/src/json_api_response.rs index b175861ec79..be32ba705f5 100644 --- a/quickwit/quickwit-serve/src/json_api_response.rs +++ b/quickwit/quickwit-serve/src/json_api_response.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/lib.rs b/quickwit/quickwit-serve/src/lib.rs index eab29b5db7f..be700ffac0f 100644 --- a/quickwit/quickwit-serve/src/lib.rs +++ b/quickwit/quickwit-serve/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/metrics.rs b/quickwit/quickwit-serve/src/metrics.rs index 254d0539245..3c67441f953 100644 --- a/quickwit/quickwit-serve/src/metrics.rs +++ b/quickwit/quickwit-serve/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/metrics_api.rs b/quickwit/quickwit-serve/src/metrics_api.rs index 8f8428bafc7..244af97f390 100644 --- a/quickwit/quickwit-serve/src/metrics_api.rs +++ b/quickwit/quickwit-serve/src/metrics_api.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/node_info_handler.rs b/quickwit/quickwit-serve/src/node_info_handler.rs index 34775adaf0f..239594dfead 100644 --- a/quickwit/quickwit-serve/src/node_info_handler.rs +++ b/quickwit/quickwit-serve/src/node_info_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/openapi.rs b/quickwit/quickwit-serve/src/openapi.rs index 442bce1583a..9a80754ffc5 100644 --- a/quickwit/quickwit-serve/src/openapi.rs +++ b/quickwit/quickwit-serve/src/openapi.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/otlp_api/mod.rs b/quickwit/quickwit-serve/src/otlp_api/mod.rs index 44dc0237d7c..6a73fb17ed0 100644 --- a/quickwit/quickwit-serve/src/otlp_api/mod.rs +++ b/quickwit/quickwit-serve/src/otlp_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/otlp_api/rest_handler.rs b/quickwit/quickwit-serve/src/otlp_api/rest_handler.rs index 77cc25f8cf5..204c2e2d778 100644 --- a/quickwit/quickwit-serve/src/otlp_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/otlp_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/rate_modulator.rs b/quickwit/quickwit-serve/src/rate_modulator.rs index aa807854004..badf8a2dfdb 100644 --- a/quickwit/quickwit-serve/src/rate_modulator.rs +++ b/quickwit/quickwit-serve/src/rate_modulator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/rest.rs b/quickwit/quickwit-serve/src/rest.rs index b6f9b4030ee..47ae8164016 100644 --- a/quickwit/quickwit-serve/src/rest.rs +++ b/quickwit/quickwit-serve/src/rest.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/search_api/grpc_adapter.rs b/quickwit/quickwit-serve/src/search_api/grpc_adapter.rs index 45227a5c55c..3a1d1a9ea9e 100644 --- a/quickwit/quickwit-serve/src/search_api/grpc_adapter.rs +++ b/quickwit/quickwit-serve/src/search_api/grpc_adapter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/search_api/mod.rs b/quickwit/quickwit-serve/src/search_api/mod.rs index 0bc69b44065..35ccda261ec 100644 --- a/quickwit/quickwit-serve/src/search_api/mod.rs +++ b/quickwit/quickwit-serve/src/search_api/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/search_api/rest_handler.rs b/quickwit/quickwit-serve/src/search_api/rest_handler.rs index 5bfdba93975..71fb1a34224 100644 --- a/quickwit/quickwit-serve/src/search_api/rest_handler.rs +++ b/quickwit/quickwit-serve/src/search_api/rest_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/simple_list.rs b/quickwit/quickwit-serve/src/simple_list.rs index 41994042b8b..a9ad5bfe05d 100644 --- a/quickwit/quickwit-serve/src/simple_list.rs +++ b/quickwit/quickwit-serve/src/simple_list.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-serve/src/ui_handler.rs b/quickwit/quickwit-serve/src/ui_handler.rs index 0d4585f91cd..bcd253f5a17 100644 --- a/quickwit/quickwit-serve/src/ui_handler.rs +++ b/quickwit/quickwit-serve/src/ui_handler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/bundle_storage.rs b/quickwit/quickwit-storage/src/bundle_storage.rs index 4b991cf1bcf..13e2e3683ed 100644 --- a/quickwit/quickwit-storage/src/bundle_storage.rs +++ b/quickwit/quickwit-storage/src/bundle_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/byte_range_cache.rs b/quickwit/quickwit-storage/src/cache/byte_range_cache.rs index 5a75deb33ee..85275a93701 100644 --- a/quickwit/quickwit-storage/src/cache/byte_range_cache.rs +++ b/quickwit/quickwit-storage/src/cache/byte_range_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/memory_sized_cache.rs b/quickwit/quickwit-storage/src/cache/memory_sized_cache.rs index 3e6c3e40e40..119e0b4cbec 100644 --- a/quickwit/quickwit-storage/src/cache/memory_sized_cache.rs +++ b/quickwit/quickwit-storage/src/cache/memory_sized_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/mod.rs b/quickwit/quickwit-storage/src/cache/mod.rs index 4793703eefb..e4869a846f3 100644 --- a/quickwit/quickwit-storage/src/cache/mod.rs +++ b/quickwit/quickwit-storage/src/cache/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/quickwit_cache.rs b/quickwit/quickwit-storage/src/cache/quickwit_cache.rs index b83b4368a42..8c7029dc746 100644 --- a/quickwit/quickwit-storage/src/cache/quickwit_cache.rs +++ b/quickwit/quickwit-storage/src/cache/quickwit_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/slice_address.rs b/quickwit/quickwit-storage/src/cache/slice_address.rs index a222ef111ab..8474633767a 100644 --- a/quickwit/quickwit-storage/src/cache/slice_address.rs +++ b/quickwit/quickwit-storage/src/cache/slice_address.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/storage_with_cache.rs b/quickwit/quickwit-storage/src/cache/storage_with_cache.rs index b167927d4b1..61c7a8512d1 100644 --- a/quickwit/quickwit-storage/src/cache/storage_with_cache.rs +++ b/quickwit/quickwit-storage/src/cache/storage_with_cache.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/cache/stored_item.rs b/quickwit/quickwit-storage/src/cache/stored_item.rs index 82695730fc5..480c2cbebbf 100644 --- a/quickwit/quickwit-storage/src/cache/stored_item.rs +++ b/quickwit/quickwit-storage/src/cache/stored_item.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/debouncer.rs b/quickwit/quickwit-storage/src/debouncer.rs index 85fec72dbdd..4b1bcb3de23 100644 --- a/quickwit/quickwit-storage/src/debouncer.rs +++ b/quickwit/quickwit-storage/src/debouncer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/error.rs b/quickwit/quickwit-storage/src/error.rs index 4c12d0b99cd..540b550d14a 100644 --- a/quickwit/quickwit-storage/src/error.rs +++ b/quickwit/quickwit-storage/src/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/lib.rs b/quickwit/quickwit-storage/src/lib.rs index c5657494fd1..e159a97f1b7 100644 --- a/quickwit/quickwit-storage/src/lib.rs +++ b/quickwit/quickwit-storage/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/local_file_storage.rs b/quickwit/quickwit-storage/src/local_file_storage.rs index 69b6071469c..5bbf42f05d9 100644 --- a/quickwit/quickwit-storage/src/local_file_storage.rs +++ b/quickwit/quickwit-storage/src/local_file_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/metrics.rs b/quickwit/quickwit-storage/src/metrics.rs index 9002bddf0ae..2e56be0e4fe 100644 --- a/quickwit/quickwit-storage/src/metrics.rs +++ b/quickwit/quickwit-storage/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/azure_blob_storage.rs b/quickwit/quickwit-storage/src/object_storage/azure_blob_storage.rs index 01be2ba9ae8..4c212123f4a 100644 --- a/quickwit/quickwit-storage/src/object_storage/azure_blob_storage.rs +++ b/quickwit/quickwit-storage/src/object_storage/azure_blob_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/error.rs b/quickwit/quickwit-storage/src/object_storage/error.rs index 211c1315edf..fef72f78b50 100644 --- a/quickwit/quickwit-storage/src/object_storage/error.rs +++ b/quickwit/quickwit-storage/src/object_storage/error.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/mod.rs b/quickwit/quickwit-storage/src/object_storage/mod.rs index e75e5c93773..4af64f6296e 100644 --- a/quickwit/quickwit-storage/src/object_storage/mod.rs +++ b/quickwit/quickwit-storage/src/object_storage/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/policy.rs b/quickwit/quickwit-storage/src/object_storage/policy.rs index 6f87b3ebc8e..343c4e6b05c 100644 --- a/quickwit/quickwit-storage/src/object_storage/policy.rs +++ b/quickwit/quickwit-storage/src/object_storage/policy.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage.rs b/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage.rs index b8a9b963085..ccd9ee8ea79 100644 --- a/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage.rs +++ b/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage_resolver.rs b/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage_resolver.rs index 2f1f9b67835..580f4bf89c4 100644 --- a/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage_resolver.rs +++ b/quickwit/quickwit-storage/src/object_storage/s3_compatible_storage_resolver.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/payload.rs b/quickwit/quickwit-storage/src/payload.rs index 63697f2c358..04151dc7432 100644 --- a/quickwit/quickwit-storage/src/payload.rs +++ b/quickwit/quickwit-storage/src/payload.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/prefix_storage.rs b/quickwit/quickwit-storage/src/prefix_storage.rs index 41b9e9b8192..764488568a9 100644 --- a/quickwit/quickwit-storage/src/prefix_storage.rs +++ b/quickwit/quickwit-storage/src/prefix_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/ram_storage.rs b/quickwit/quickwit-storage/src/ram_storage.rs index 31243e9ee8c..018e928da55 100644 --- a/quickwit/quickwit-storage/src/ram_storage.rs +++ b/quickwit/quickwit-storage/src/ram_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/split.rs b/quickwit/quickwit-storage/src/split.rs index a0b6048e65a..f5bb217ccf7 100644 --- a/quickwit/quickwit-storage/src/split.rs +++ b/quickwit/quickwit-storage/src/split.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/split_cache/download_task.rs b/quickwit/quickwit-storage/src/split_cache/download_task.rs index b0cab44cb11..75065469697 100644 --- a/quickwit/quickwit-storage/src/split_cache/download_task.rs +++ b/quickwit/quickwit-storage/src/split_cache/download_task.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/split_cache/mod.rs b/quickwit/quickwit-storage/src/split_cache/mod.rs index e23289307b3..9b996d77ab7 100644 --- a/quickwit/quickwit-storage/src/split_cache/mod.rs +++ b/quickwit/quickwit-storage/src/split_cache/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/split_cache/split_table.rs b/quickwit/quickwit-storage/src/split_cache/split_table.rs index a1a0a91ae5f..f99e6def63d 100644 --- a/quickwit/quickwit-storage/src/split_cache/split_table.rs +++ b/quickwit/quickwit-storage/src/split_cache/split_table.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/split_cache/tests.rs b/quickwit/quickwit-storage/src/split_cache/tests.rs index 8a63809f0c7..2021bffe0d1 100644 --- a/quickwit/quickwit-storage/src/split_cache/tests.rs +++ b/quickwit/quickwit-storage/src/split_cache/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/storage.rs b/quickwit/quickwit-storage/src/storage.rs index 2038d65a01c..9ca1dd2041f 100644 --- a/quickwit/quickwit-storage/src/storage.rs +++ b/quickwit/quickwit-storage/src/storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/storage_factory.rs b/quickwit/quickwit-storage/src/storage_factory.rs index 68aafe5d182..f0bfcb8a1e5 100644 --- a/quickwit/quickwit-storage/src/storage_factory.rs +++ b/quickwit/quickwit-storage/src/storage_factory.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/storage_resolver.rs b/quickwit/quickwit-storage/src/storage_resolver.rs index 7971ff8d3af..5eda31f3753 100644 --- a/quickwit/quickwit-storage/src/storage_resolver.rs +++ b/quickwit/quickwit-storage/src/storage_resolver.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/src/versioned_component.rs b/quickwit/quickwit-storage/src/versioned_component.rs index ed132ed34e0..f41790f131f 100644 --- a/quickwit/quickwit-storage/src/versioned_component.rs +++ b/quickwit/quickwit-storage/src/versioned_component.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/tests/azure_storage.rs b/quickwit/quickwit-storage/tests/azure_storage.rs index c30a3d3ff07..6b77bb02ffd 100644 --- a/quickwit/quickwit-storage/tests/azure_storage.rs +++ b/quickwit/quickwit-storage/tests/azure_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-storage/tests/s3_storage.rs b/quickwit/quickwit-storage/tests/s3_storage.rs index 91cb08fbf21..07533b8c692 100644 --- a/quickwit/quickwit-storage/tests/s3_storage.rs +++ b/quickwit/quickwit-storage/tests/s3_storage.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-telemetry/src/lib.rs b/quickwit/quickwit-telemetry/src/lib.rs index 38c1948656a..c3497a876ff 100644 --- a/quickwit/quickwit-telemetry/src/lib.rs +++ b/quickwit/quickwit-telemetry/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-telemetry/src/payload.rs b/quickwit/quickwit-telemetry/src/payload.rs index 084be34bfd5..4d2f193e460 100644 --- a/quickwit/quickwit-telemetry/src/payload.rs +++ b/quickwit/quickwit-telemetry/src/payload.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-telemetry/src/sender.rs b/quickwit/quickwit-telemetry/src/sender.rs index 202e783c043..f54307be9f2 100644 --- a/quickwit/quickwit-telemetry/src/sender.rs +++ b/quickwit/quickwit-telemetry/src/sender.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-telemetry/src/sink.rs b/quickwit/quickwit-telemetry/src/sink.rs index 1ebee763311..594baa3dbb4 100644 --- a/quickwit/quickwit-telemetry/src/sink.rs +++ b/quickwit/quickwit-telemetry/src/sink.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/ApiUrlFooter.tsx b/quickwit/quickwit-ui/src/components/ApiUrlFooter.tsx index a2c395b9ac9..9f546d645c5 100644 --- a/quickwit/quickwit-ui/src/components/ApiUrlFooter.tsx +++ b/quickwit/quickwit-ui/src/components/ApiUrlFooter.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/IndexSideBar.tsx b/quickwit/quickwit-ui/src/components/IndexSideBar.tsx index 8de098cd058..fb7909f58f4 100644 --- a/quickwit/quickwit-ui/src/components/IndexSideBar.tsx +++ b/quickwit/quickwit-ui/src/components/IndexSideBar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/IndexSummary.tsx b/quickwit/quickwit-ui/src/components/IndexSummary.tsx index 5fd5ae8940d..5d730e14528 100644 --- a/quickwit/quickwit-ui/src/components/IndexSummary.tsx +++ b/quickwit/quickwit-ui/src/components/IndexSummary.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/IndexesTable.tsx b/quickwit/quickwit-ui/src/components/IndexesTable.tsx index 94ab68e3095..539130d23b0 100644 --- a/quickwit/quickwit-ui/src/components/IndexesTable.tsx +++ b/quickwit/quickwit-ui/src/components/IndexesTable.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/JsonEditor.tsx b/quickwit/quickwit-ui/src/components/JsonEditor.tsx index 88f49d400b2..d321439c2d4 100644 --- a/quickwit/quickwit-ui/src/components/JsonEditor.tsx +++ b/quickwit/quickwit-ui/src/components/JsonEditor.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/LayoutUtils.tsx b/quickwit/quickwit-ui/src/components/LayoutUtils.tsx index 1854a0e1684..6faff52abf6 100644 --- a/quickwit/quickwit-ui/src/components/LayoutUtils.tsx +++ b/quickwit/quickwit-ui/src/components/LayoutUtils.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/Loader.tsx b/quickwit/quickwit-ui/src/components/Loader.tsx index a87f20358b6..71483193333 100644 --- a/quickwit/quickwit-ui/src/components/Loader.tsx +++ b/quickwit/quickwit-ui/src/components/Loader.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/QueryActionBar.tsx b/quickwit/quickwit-ui/src/components/QueryActionBar.tsx index 4621e3184a9..c724e482e9c 100644 --- a/quickwit/quickwit-ui/src/components/QueryActionBar.tsx +++ b/quickwit/quickwit-ui/src/components/QueryActionBar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/QueryEditor/QueryEditor.tsx b/quickwit/quickwit-ui/src/components/QueryEditor/QueryEditor.tsx index 07790a7a2b7..e6015143002 100644 --- a/quickwit/quickwit-ui/src/components/QueryEditor/QueryEditor.tsx +++ b/quickwit/quickwit-ui/src/components/QueryEditor/QueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/QueryEditor/config.ts b/quickwit/quickwit-ui/src/components/QueryEditor/config.ts index 3e6f8ac48b4..78831128e7c 100644 --- a/quickwit/quickwit-ui/src/components/QueryEditor/config.ts +++ b/quickwit/quickwit-ui/src/components/QueryEditor/config.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/ResponseErrorDisplay.tsx b/quickwit/quickwit-ui/src/components/ResponseErrorDisplay.tsx index 762ee17e224..eaf64582a33 100644 --- a/quickwit/quickwit-ui/src/components/ResponseErrorDisplay.tsx +++ b/quickwit/quickwit-ui/src/components/ResponseErrorDisplay.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/SearchResult/ResultTable.tsx b/quickwit/quickwit-ui/src/components/SearchResult/ResultTable.tsx index 7191eb99041..a62fddfa803 100644 --- a/quickwit/quickwit-ui/src/components/SearchResult/ResultTable.tsx +++ b/quickwit/quickwit-ui/src/components/SearchResult/ResultTable.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx b/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx index 5fbceeaac86..68717787780 100644 --- a/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx +++ b/quickwit/quickwit-ui/src/components/SearchResult/Row.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/SearchResult/SearchResult.tsx b/quickwit/quickwit-ui/src/components/SearchResult/SearchResult.tsx index 2fb4254468f..a784a304ef4 100644 --- a/quickwit/quickwit-ui/src/components/SearchResult/SearchResult.tsx +++ b/quickwit/quickwit-ui/src/components/SearchResult/SearchResult.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/SideBar.tsx b/quickwit/quickwit-ui/src/components/SideBar.tsx index d70881209f7..741ac1a682f 100644 --- a/quickwit/quickwit-ui/src/components/SideBar.tsx +++ b/quickwit/quickwit-ui/src/components/SideBar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/TimeRangeSelect.tsx b/quickwit/quickwit-ui/src/components/TimeRangeSelect.tsx index 1aaec938f3c..9b9e13ca3cd 100644 --- a/quickwit/quickwit-ui/src/components/TimeRangeSelect.tsx +++ b/quickwit/quickwit-ui/src/components/TimeRangeSelect.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/components/TopBar.tsx b/quickwit/quickwit-ui/src/components/TopBar.tsx index 76525ff3526..95a35d55ba0 100644 --- a/quickwit/quickwit-ui/src/components/TopBar.tsx +++ b/quickwit/quickwit-ui/src/components/TopBar.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/index.tsx b/quickwit/quickwit-ui/src/index.tsx index 4d99b23726c..17e32d42fda 100644 --- a/quickwit/quickwit-ui/src/index.tsx +++ b/quickwit/quickwit-ui/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/providers/EditorProvider.tsx b/quickwit/quickwit-ui/src/providers/EditorProvider.tsx index bbecdd7da23..8d68b5928a1 100644 --- a/quickwit/quickwit-ui/src/providers/EditorProvider.tsx +++ b/quickwit/quickwit-ui/src/providers/EditorProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/providers/LocalStorageProvider.tsx b/quickwit/quickwit-ui/src/providers/LocalStorageProvider.tsx index ce0650189e2..ea3c0e6e15d 100644 --- a/quickwit/quickwit-ui/src/providers/LocalStorageProvider.tsx +++ b/quickwit/quickwit-ui/src/providers/LocalStorageProvider.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/react-app-env.d.ts b/quickwit/quickwit-ui/src/react-app-env.d.ts index 4d1618f17f6..0b07eee6df0 100644 --- a/quickwit/quickwit-ui/src/react-app-env.d.ts +++ b/quickwit/quickwit-ui/src/react-app-env.d.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/reportWebVitals.ts b/quickwit/quickwit-ui/src/reportWebVitals.ts index b001f2a41c5..c469292ec98 100644 --- a/quickwit/quickwit-ui/src/reportWebVitals.ts +++ b/quickwit/quickwit-ui/src/reportWebVitals.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/services/client.test.ts b/quickwit/quickwit-ui/src/services/client.test.ts index 84ad314a5c1..61ea2c2c4f2 100644 --- a/quickwit/quickwit-ui/src/services/client.test.ts +++ b/quickwit/quickwit-ui/src/services/client.test.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/services/client.ts b/quickwit/quickwit-ui/src/services/client.ts index 9f55d41ba8f..90e3a56e8ad 100644 --- a/quickwit/quickwit-ui/src/services/client.ts +++ b/quickwit/quickwit-ui/src/services/client.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/setupTests.ts b/quickwit/quickwit-ui/src/setupTests.ts index 58f929262a7..cfdf3012495 100644 --- a/quickwit/quickwit-ui/src/setupTests.ts +++ b/quickwit/quickwit-ui/src/setupTests.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/utils/SearchComponentProps.ts b/quickwit/quickwit-ui/src/utils/SearchComponentProps.ts index bf04bdf30c3..7ddb8c1f451 100644 --- a/quickwit/quickwit-ui/src/utils/SearchComponentProps.ts +++ b/quickwit/quickwit-ui/src/utils/SearchComponentProps.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/utils/models.ts b/quickwit/quickwit-ui/src/utils/models.ts index 9196a2faca2..aade4380f11 100644 --- a/quickwit/quickwit-ui/src/utils/models.ts +++ b/quickwit/quickwit-ui/src/utils/models.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/utils/theme.ts b/quickwit/quickwit-ui/src/utils/theme.ts index 5651205cb6a..b859a6ba4c0 100644 --- a/quickwit/quickwit-ui/src/utils/theme.ts +++ b/quickwit/quickwit-ui/src/utils/theme.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/utils/urls.ts b/quickwit/quickwit-ui/src/utils/urls.ts index 3cd75683166..12f1993663c 100644 --- a/quickwit/quickwit-ui/src/utils/urls.ts +++ b/quickwit/quickwit-ui/src/utils/urls.ts @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/ApiView.tsx b/quickwit/quickwit-ui/src/views/ApiView.tsx index 0bd9e63931a..9e309bdc22a 100644 --- a/quickwit/quickwit-ui/src/views/ApiView.tsx +++ b/quickwit/quickwit-ui/src/views/ApiView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/App.tsx b/quickwit/quickwit-ui/src/views/App.tsx index 1b3ccec66b2..c58c9f10b67 100644 --- a/quickwit/quickwit-ui/src/views/App.tsx +++ b/quickwit/quickwit-ui/src/views/App.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/ClusterView.tsx b/quickwit/quickwit-ui/src/views/ClusterView.tsx index 89206a3e3d1..3efdda30831 100644 --- a/quickwit/quickwit-ui/src/views/ClusterView.tsx +++ b/quickwit/quickwit-ui/src/views/ClusterView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/IndexView.tsx b/quickwit/quickwit-ui/src/views/IndexView.tsx index 26b81e5082f..3178ec2b635 100644 --- a/quickwit/quickwit-ui/src/views/IndexView.tsx +++ b/quickwit/quickwit-ui/src/views/IndexView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/IndexesView.tsx b/quickwit/quickwit-ui/src/views/IndexesView.tsx index 63f273e1cdd..e4515cf817f 100644 --- a/quickwit/quickwit-ui/src/views/IndexesView.tsx +++ b/quickwit/quickwit-ui/src/views/IndexesView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/NodeInfoView.tsx b/quickwit/quickwit-ui/src/views/NodeInfoView.tsx index 81b2d2e0018..4d815f2af07 100644 --- a/quickwit/quickwit-ui/src/views/NodeInfoView.tsx +++ b/quickwit/quickwit-ui/src/views/NodeInfoView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/quickwit-ui/src/views/SearchView.tsx b/quickwit/quickwit-ui/src/views/SearchView.tsx index 289fd140378..9b7587a8520 100644 --- a/quickwit/quickwit-ui/src/views/SearchView.tsx +++ b/quickwit/quickwit-ui/src/views/SearchView.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Quickwit, Inc. +// Copyright (C) 2024 Quickwit, Inc. // // Quickwit is offered under the AGPL v3.0 and as commercial software. // For commercial licensing, contact us at hello@quickwit.io. diff --git a/quickwit/scripts/check_license_headers.sh b/quickwit/scripts/check_license_headers.sh index 7ab2f8219f8..d36f24e8aff 100755 --- a/quickwit/scripts/check_license_headers.sh +++ b/quickwit/scripts/check_license_headers.sh @@ -10,7 +10,7 @@ for file in $(git ls-files | \ grep -v "/codegen/" \ ) do - diff <(sed 's/{\\d+}/2023/' .license_header.txt) <(head -n 19 $file) > /dev/null + diff <(sed 's/{\\d+}/2024/' .license_header.txt) <(head -n 19 $file) > /dev/null DIFFRESULT=$? if [ $DIFFRESULT -ne 0 ]; then grep -q -i 'begin quickwit-codegen' $file