Add AGPL-3.0 SPDX header to the two new test files for PR #7219
This commit is contained in:
parent
cbb9d2be7e
commit
376ecfa760
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue