From 52b5a5f909ea382841050eb22bfac03a742a3058 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Thu, 24 Sep 2026 07:39:04 -0700 Subject: [PATCH] Mark tests/src/store/query.rs as modified by the fork The trace document test changed an upstream file, so it carries the AGPL section 5(a) notice (tools/fork/notice-check.py). --- tests/src/store/query.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/store/query.rs b/tests/src/store/query.rs index 9358db6..9556d43 100644 --- a/tests/src/store/query.rs +++ b/tests/src/store/query.rs @@ -2,6 +2,8 @@ * SPDX-FileCopyrightText: 2020 Stalwart Labs LLC * * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL + * + * Modified by Coffey Labs in 2026 for INBUXA. */ use crate::{store::deflate_test_resource, utils::server::TestServer};