From 901066682ff52d4327c74773cb6ef4f6189b8c8e Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Wed, 1 May 2024 00:13:53 +0100 Subject: [PATCH] add license info --- tests/e2e/default_batched_streaming.py | 13 +++++++++++++ tests/e2e/default_batching.py | 13 +++++++++++++ tests/e2e/test_e2e.py | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/tests/e2e/default_batched_streaming.py b/tests/e2e/default_batched_streaming.py index 0f752796..74832d1b 100644 --- a/tests/e2e/default_batched_streaming.py +++ b/tests/e2e/default_batched_streaming.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 numpy as np import json diff --git a/tests/e2e/default_batching.py b/tests/e2e/default_batching.py index 36f4fa5e..28a061e2 100644 --- a/tests/e2e/default_batching.py +++ b/tests/e2e/default_batching.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 numpy as np import litserve as ls diff --git a/tests/e2e/test_e2e.py b/tests/e2e/test_e2e.py index 30c20747..2247e74a 100644 --- a/tests/e2e/test_e2e.py +++ b/tests/e2e/test_e2e.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 json import requests import subprocess