From 635a9025e80c35c1e313bb50ad5ef6ebf0c7150d Mon Sep 17 00:00:00 2001 From: Matthew Prasad Burruss Date: Thu, 28 Nov 2024 23:02:11 -0500 Subject: [PATCH] Adds licenses back to blender.py --- kubric/renderer/blender.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/kubric/renderer/blender.py b/kubric/renderer/blender.py index b53b76aa..deaf4354 100644 --- a/kubric/renderer/blender.py +++ b/kubric/renderer/blender.py @@ -1,3 +1,16 @@ +# Copyright 2024 The Kubric Authors. +# +# 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 collections from contextlib import redirect_stdout import functools