From 376ecfa760637b6dff2adfc119187994302d6a46 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Sun, 26 Jul 2026 11:40:42 +0000 Subject: [PATCH] Add AGPL-3.0 SPDX header to the two new test files for PR #7219 --- studio/backend/tests/test_web_rank.py | 3 +++ tests/studio/test_deep_research_frontend_contract.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/studio/backend/tests/test_web_rank.py b/studio/backend/tests/test_web_rank.py index 52ca912ac7..cc0f7caaa1 100644 --- a/studio/backend/tests/test_web_rank.py +++ b/studio/backend/tests/test_web_rank.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: AGPL-3.0-only +# Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0 + """Unit tests for the ephemeral web-RAG used by deep research auto-read. These run the *real* Studio RAG store + hybrid retrieval + formatter against a temporary diff --git a/tests/studio/test_deep_research_frontend_contract.py b/tests/studio/test_deep_research_frontend_contract.py index 28b4736a2c..4fd6974839 100644 --- a/tests/studio/test_deep_research_frontend_contract.py +++ b/tests/studio/test_deep_research_frontend_contract.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: AGPL-3.0-only +# Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0 + from pathlib import Path