From b4091729a7033254f2c7df81a8aa7407ace46b8c Mon Sep 17 00:00:00 2001 From: Tucker Date: Fri, 10 Jun 2022 16:43:51 -0400 Subject: [PATCH] Fix headers --- smarts/core/buffer_agent.py | 14 ++++++++++++++ smarts/env/wrappers/record_video.py | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/smarts/core/buffer_agent.py b/smarts/core/buffer_agent.py index f0d7d258f4..dbeb7ef2b8 100644 --- a/smarts/core/buffer_agent.py +++ b/smarts/core/buffer_agent.py @@ -1,3 +1,17 @@ +# MIT License +# +# Copyright (C) 2021. Huawei Technologies Co., Ltd. All rights reserved. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/smarts/env/wrappers/record_video.py b/smarts/env/wrappers/record_video.py index 4ef6413109..0940a5047e 100644 --- a/smarts/env/wrappers/record_video.py +++ b/smarts/env/wrappers/record_video.py @@ -1,3 +1,24 @@ +# MIT License +# +# Copyright (C) 2021. Huawei Technologies Co., Ltd. All rights reserved. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. # The MIT License # # Copyright (c) 2016 OpenAI (https://openai.com)