From e03b516f99d47cdca46b0c0df2f3cbcca223aefd Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Fri, 17 Jan 2025 11:36:25 +0000 Subject: [PATCH] add license --- src/litserve/zmq_queue.py | 13 +++++++++++++ tests/test_schema.py | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/litserve/zmq_queue.py b/src/litserve/zmq_queue.py index 98d13b4f..59d87035 100644 --- a/src/litserve/zmq_queue.py +++ b/src/litserve/zmq_queue.py @@ -1,3 +1,16 @@ +# Copyright The Lightning AI team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import asyncio import logging import multiprocessing diff --git a/tests/test_schema.py b/tests/test_schema.py index 8400133f..9552783c 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -1,3 +1,16 @@ +# Copyright The Lightning AI team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import base64 import io import os