From d3d7d0ee878e8d298784aee34749dca2b4cdb67d Mon Sep 17 00:00:00 2001 From: Maciej Majek Date: Thu, 5 Sep 2024 17:01:16 +0200 Subject: [PATCH] chore: add license to asr_clients --- src/rai_asr/rai_asr/asr_clients.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/rai_asr/rai_asr/asr_clients.py b/src/rai_asr/rai_asr/asr_clients.py index 64f5ae6c9..df538509e 100644 --- a/src/rai_asr/rai_asr/asr_clients.py +++ b/src/rai_asr/rai_asr/asr_clients.py @@ -1,3 +1,17 @@ +# Copyright (C) 2024 Robotec.AI +# +# 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 io import os from abc import abstractmethod