Add AGPL-3.0 SPDX header to the two new test files for PR #7219

This commit is contained in:
danielhanchen 2026-07-26 11:40:42 +00:00
commit 376ecfa760
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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