From 2003847245543fd07d77a7385b2c72aff747e1d4 Mon Sep 17 00:00:00 2001 From: ariel Date: Mon, 25 Mar 2024 20:57:02 +0100 Subject: [PATCH] Add licenses --- cogment_lab/generated/data_pb2.py | 14 ++++++++++++++ cogment_lab/generated/ndarray_pb2.py | 14 ++++++++++++++ cogment_lab/generated/spaces_pb2.py | 14 ++++++++++++++ examples/gymnasium/gradio_as_actor.py | 14 ++++++++++++++ tests/shared.py | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/cogment_lab/generated/data_pb2.py b/cogment_lab/generated/data_pb2.py index c32e6c7..9a11fbc 100644 --- a/cogment_lab/generated/data_pb2.py +++ b/cogment_lab/generated/data_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2024 AI Redefined Inc. +# +# 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. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: data.proto """Generated protocol buffer code.""" diff --git a/cogment_lab/generated/ndarray_pb2.py b/cogment_lab/generated/ndarray_pb2.py index 84cba8f..22b3d5c 100644 --- a/cogment_lab/generated/ndarray_pb2.py +++ b/cogment_lab/generated/ndarray_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2024 AI Redefined Inc. +# +# 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. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: ndarray.proto """Generated protocol buffer code.""" diff --git a/cogment_lab/generated/spaces_pb2.py b/cogment_lab/generated/spaces_pb2.py index 335ebf3..1b29c05 100644 --- a/cogment_lab/generated/spaces_pb2.py +++ b/cogment_lab/generated/spaces_pb2.py @@ -1,3 +1,17 @@ +# Copyright 2024 AI Redefined Inc. +# +# 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. + # Generated by the protocol buffer compiler. DO NOT EDIT! # source: spaces.proto """Generated protocol buffer code.""" diff --git a/examples/gymnasium/gradio_as_actor.py b/examples/gymnasium/gradio_as_actor.py index c348764..270813d 100644 --- a/examples/gymnasium/gradio_as_actor.py +++ b/examples/gymnasium/gradio_as_actor.py @@ -1,3 +1,17 @@ +# Copyright 2024 AI Redefined Inc. +# +# 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 datetime import logging diff --git a/tests/shared.py b/tests/shared.py index 32a6822..6cf6b03 100644 --- a/tests/shared.py +++ b/tests/shared.py @@ -1,3 +1,17 @@ +# Copyright 2024 AI Redefined Inc. +# +# 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. + from __future__ import annotations from typing import Any