Skip to content

Commit c4a8afd

Browse files
authored
Add copyright and SPDX license to openai_server.py
Added copyright and license information to the file.
1 parent 4c49845 commit c4a8afd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lira/server/openai_server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved.
2+
# SPDX-License-Identifier: MIT
3+
14
from fastapi import FastAPI, UploadFile, Form, Depends
25
from fastapi.responses import JSONResponse
36
import tempfile

0 commit comments

Comments
 (0)