From 424116f70dbf7415de834cb4a8456a7aee49fcc3 Mon Sep 17 00:00:00 2001 From: Colin Alstad Date: Fri, 2 Oct 2020 10:43:24 -0400 Subject: [PATCH 1/3] Add copyright and license header to all source files --- .dockerignore | 14 ++++++++++++++ Dockerfile | 14 ++++++++++++++ conda-env.yaml | 14 ++++++++++++++ examples/hello_service.py | 14 ++++++++++++++ examples/manager_service.py | 14 ++++++++++++++ examples/service.json | 14 ++++++++++++++ kubesat/__init__.py | 14 ++++++++++++++ kubesat/base_service.py | 14 ++++++++++++++ kubesat/base_simulation.py | 14 ++++++++++++++ kubesat/initiate.py | 14 ++++++++++++++ kubesat/kubernetes_handler.py | 14 ++++++++++++++ kubesat/message.py | 14 ++++++++++++++ kubesat/nats_handler.py | 14 ++++++++++++++ kubesat/nats_logger.py | 14 ++++++++++++++ kubesat/orekit.py | 14 ++++++++++++++ kubesat/redis_handler.py | 14 ++++++++++++++ kubesat/services.py | 14 ++++++++++++++ kubesat/testing.py | 14 ++++++++++++++ kubesat/validation.py | 14 ++++++++++++++ setup.py | 14 ++++++++++++++ simulation/agriculture/.dockerignore | 14 ++++++++++++++ simulation/agriculture/Dockerfile | 14 ++++++++++++++ simulation/agriculture/agriculture_service.py | 14 ++++++++++++++ simulation/agriculture/run.py | 14 ++++++++++++++ simulation/agriculture/test_agriculture.py | 14 ++++++++++++++ simulation/clock/.dockerignore | 14 ++++++++++++++ simulation/clock/Dockerfile | 14 ++++++++++++++ simulation/clock/clock_service.py | 14 ++++++++++++++ simulation/clock/run.py | 14 ++++++++++++++ simulation/clock/test_clock.py | 14 ++++++++++++++ simulation/cluster/.dockerignore | 14 ++++++++++++++ simulation/cluster/cluster_service.py | 14 ++++++++++++++ simulation/cluster/run.py | 14 ++++++++++++++ simulation/cluster/test_cluster_service.py | 14 ++++++++++++++ simulation/config/.dockerignore | 14 ++++++++++++++ simulation/config/Dockerfile | 14 ++++++++++++++ simulation/config/config_service.py | 14 ++++++++++++++ simulation/config/run.py | 14 ++++++++++++++ .../places-and-satellites/grstns.json | 14 ++++++++++++++ .../places-and-satellites/swarm.json | 14 ++++++++++++++ .../cubesats/cubesat_1/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_1/data.json | 14 ++++++++++++++ .../cubesats/cubesat_1/orbits.json | 14 ++++++++++++++ .../simulation_config_1/cubesats/cubesat_1/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl_training.json | 14 ++++++++++++++ .../groundstation_1/groundstation.json | 14 ++++++++++++++ .../simulation_config_1/iots/iot_1/iot.json | 14 ++++++++++++++ .../simulation_config_1/simulation/clock.json | 14 ++++++++++++++ .../simulation_config_1/simulation/config.json | 14 ++++++++++++++ .../simulation_config_1/simulation/czml.json | 14 ++++++++++++++ .../simulation_config_1/simulation/logging.json | 14 ++++++++++++++ .../cubesats/cubesat_1/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_1/data.json | 14 ++++++++++++++ .../cubesats/cubesat_1/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_10/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_10/data.json | 14 ++++++++++++++ .../cubesats/cubesat_10/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_10/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_10/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_2/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_2/data.json | 14 ++++++++++++++ .../cubesats/cubesat_2/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_2/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_2/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_3/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_3/data.json | 14 ++++++++++++++ .../cubesats/cubesat_3/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_3/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_3/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_4/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_4/data.json | 14 ++++++++++++++ .../cubesats/cubesat_4/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_4/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_4/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_5/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_5/data.json | 14 ++++++++++++++ .../cubesats/cubesat_5/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_5/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_5/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_6/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_6/data.json | 14 ++++++++++++++ .../cubesats/cubesat_6/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_6/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_6/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_7/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_7/data.json | 14 ++++++++++++++ .../cubesats/cubesat_7/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_7/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_7/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_8/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_8/data.json | 14 ++++++++++++++ .../cubesats/cubesat_8/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_8/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_8/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_9/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_9/data.json | 14 ++++++++++++++ .../cubesats/cubesat_9/orbits.json | 14 ++++++++++++++ .../cubesats/cubesat_9/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_9/rl_training.json | 14 ++++++++++++++ .../groundstation_1/groundstation.json | 14 ++++++++++++++ .../groundstation_2/groundstation.json | 14 ++++++++++++++ .../simulation_config_10/iots/iot_1/iot.json | 14 ++++++++++++++ .../simulation_config_10/iots/iot_2/iot.json | 14 ++++++++++++++ .../simulation_config_10/iots/iot_3/iot.json | 14 ++++++++++++++ .../simulation_config_10/iots/iot_4/iot.json | 14 ++++++++++++++ .../simulation_config_10/iots/iot_5/iot.json | 14 ++++++++++++++ .../simulation_config_10/simulation/clock.json | 14 ++++++++++++++ .../simulation_config_10/simulation/config.json | 14 ++++++++++++++ .../simulation_config_10/simulation/czml.json | 14 ++++++++++++++ .../simulation_config_10/simulation/logging.json | 14 ++++++++++++++ .../cubesats/cubesat_1/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_1/data.json | 14 ++++++++++++++ .../cubesats/cubesat_1/orbits.json | 14 ++++++++++++++ .../simulation_config_3/cubesats/cubesat_1/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_2/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_2/data.json | 14 ++++++++++++++ .../cubesats/cubesat_2/orbits.json | 14 ++++++++++++++ .../simulation_config_3/cubesats/cubesat_2/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_2/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_3/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_3/data.json | 14 ++++++++++++++ .../cubesats/cubesat_3/orbits.json | 14 ++++++++++++++ .../simulation_config_3/cubesats/cubesat_3/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_3/rl_training.json | 14 ++++++++++++++ .../groundstation_1/groundstation.json | 14 ++++++++++++++ .../simulation_config_3/iots/iot_1/iot.json | 14 ++++++++++++++ .../simulation_config_3/iots/iot_2/iot.json | 14 ++++++++++++++ .../simulation_config_3/iots/iot_3/iot.json | 14 ++++++++++++++ .../simulation_config_3/simulation/clock.json | 14 ++++++++++++++ .../simulation_config_3/simulation/config.json | 14 ++++++++++++++ .../simulation_config_3/simulation/czml.json | 14 ++++++++++++++ .../simulation_config_3/simulation/logging.json | 14 ++++++++++++++ .../cubesats/cubesat_1/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_1/data.json | 14 ++++++++++++++ .../cubesats/cubesat_1/orbits.json | 14 ++++++++++++++ .../simulation_config_5/cubesats/cubesat_1/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_2/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_2/data.json | 14 ++++++++++++++ .../cubesats/cubesat_2/orbits.json | 14 ++++++++++++++ .../simulation_config_5/cubesats/cubesat_2/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_2/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_3/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_3/data.json | 14 ++++++++++++++ .../cubesats/cubesat_3/orbits.json | 14 ++++++++++++++ .../simulation_config_5/cubesats/cubesat_3/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_3/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_4/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_4/data.json | 14 ++++++++++++++ .../cubesats/cubesat_4/orbits.json | 14 ++++++++++++++ .../simulation_config_5/cubesats/cubesat_4/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_4/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_5/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_5/data.json | 14 ++++++++++++++ .../cubesats/cubesat_5/orbits.json | 14 ++++++++++++++ .../simulation_config_5/cubesats/cubesat_5/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_5/rl_training.json | 14 ++++++++++++++ .../groundstation_1/groundstation.json | 14 ++++++++++++++ .../simulation_config_5/iots/iot_1/iot.json | 14 ++++++++++++++ .../simulation_config_5/simulation/clock.json | 14 ++++++++++++++ .../simulation_config_5/simulation/config.json | 14 ++++++++++++++ .../simulation_config_5/simulation/czml.json | 14 ++++++++++++++ .../simulation_config_5/simulation/logging.json | 14 ++++++++++++++ .../cubesats/cubesat_1/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_1/cluster.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_1/data.json | 14 ++++++++++++++ .../cubesats/cubesat_1/orbits.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_1/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_1/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_2/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_2/cluster.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_2/data.json | 14 ++++++++++++++ .../cubesats/cubesat_2/orbits.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_2/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_2/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_3/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_3/cluster.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_3/data.json | 14 ++++++++++++++ .../cubesats/cubesat_3/orbits.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_3/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_3/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_4/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_4/cluster.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_4/data.json | 14 ++++++++++++++ .../cubesats/cubesat_4/orbits.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_4/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_4/rl_training.json | 14 ++++++++++++++ .../cubesats/cubesat_5/agriculture.json | 14 ++++++++++++++ .../cubesats/cubesat_5/cluster.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_5/data.json | 14 ++++++++++++++ .../cubesats/cubesat_5/orbits.json | 14 ++++++++++++++ .../simulation_config/cubesats/cubesat_5/rl.json | 14 ++++++++++++++ .../cubesats/cubesat_5/rl_training.json | 14 ++++++++++++++ .../groundstation_1/groundstation.json | 14 ++++++++++++++ .../groundstation_2/groundstation.json | 14 ++++++++++++++ .../config/simulation_config/iots/iot_1/iot.json | 14 ++++++++++++++ .../config/simulation_config/iots/iot_2/iot.json | 14 ++++++++++++++ .../config/simulation_config/iots/iot_3/iot.json | 14 ++++++++++++++ .../config/simulation_config/iots/iot_4/iot.json | 14 ++++++++++++++ .../config/simulation_config/iots/iot_5/iot.json | 14 ++++++++++++++ .../config/simulation_config/simulation/clock.json | 14 ++++++++++++++ .../simulation_config/simulation/config.json | 14 ++++++++++++++ .../config/simulation_config/simulation/czml.json | 14 ++++++++++++++ .../simulation_config/simulation/logging.json | 14 ++++++++++++++ simulation/config/test_config_service.py | 14 ++++++++++++++ simulation/czml/.dockerignore | 14 ++++++++++++++ simulation/czml/Dockerfile | 14 ++++++++++++++ simulation/czml/czml_service.py | 14 ++++++++++++++ simulation/czml/czml_utils.py | 14 ++++++++++++++ simulation/czml/requirements.yaml | 14 ++++++++++++++ simulation/czml/run.py | 14 ++++++++++++++ simulation/czml/test_czml.py | 14 ++++++++++++++ simulation/dashboard/.dockerignore | 14 ++++++++++++++ simulation/dashboard/Dockerfile | 14 ++++++++++++++ simulation/dashboard/package.json | 14 ++++++++++++++ simulation/dashboard/public/manifest.json | 14 ++++++++++++++ simulation/dashboard/server_package.json | 14 ++++++++++++++ .../dashboard/src/components/globe/packet.json | 14 ++++++++++++++ simulation/data/.dockerignore | 14 ++++++++++++++ simulation/data/Dockerfile | 14 ++++++++++++++ simulation/data/data_service.py | 14 ++++++++++++++ simulation/data/run.py | 14 ++++++++++++++ simulation/data/test_data.py | 14 ++++++++++++++ simulation/deploy/openshift/Dockerfile | 14 ++++++++++++++ simulation/deploy/openshift/dashboard.Dockerfile | 14 ++++++++++++++ simulation/deploy/openshift/env.yaml | 14 ++++++++++++++ simulation/groundstation/.dockerignore | 14 ++++++++++++++ simulation/groundstation/Dockerfile | 14 ++++++++++++++ simulation/groundstation/ground_service.py | 14 ++++++++++++++ simulation/groundstation/run.py | 14 ++++++++++++++ simulation/groundstation/test_ground.py | 14 ++++++++++++++ simulation/iot/.dockerignore | 14 ++++++++++++++ simulation/iot/Dockerfile | 14 ++++++++++++++ simulation/iot/iot_service.py | 14 ++++++++++++++ simulation/iot/run.py | 14 ++++++++++++++ simulation/iot/test_iot.py | 14 ++++++++++++++ simulation/logging/.dockerignore | 14 ++++++++++++++ simulation/logging/Dockerfile | 14 ++++++++++++++ simulation/logging/logging_service.py | 14 ++++++++++++++ simulation/logging/run.py | 14 ++++++++++++++ simulation/logging/test_logging_service.py | 14 ++++++++++++++ simulation/orbits/.dockerignore | 14 ++++++++++++++ simulation/orbits/Dockerfile | 14 ++++++++++++++ simulation/orbits/orbit_service.py | 14 ++++++++++++++ simulation/orbits/requirements.yaml | 14 ++++++++++++++ simulation/orbits/run.py | 14 ++++++++++++++ simulation/orbits/test_orbits.py | 14 ++++++++++++++ simulation/orbits/test_orbits_config.json | 14 ++++++++++++++ simulation/rl-training/.dockerignore | 14 ++++++++++++++ simulation/rl-training/Dockerfile | 14 ++++++++++++++ simulation/rl-training/requirements.yaml | 14 ++++++++++++++ simulation/rl-training/rl_training_service.py | 14 ++++++++++++++ simulation/rl-training/run.py | 14 ++++++++++++++ simulation/rl-training/swarm_env.py | 14 ++++++++++++++ simulation/rl/.dockerignore | 14 ++++++++++++++ simulation/rl/Dockerfile | 14 ++++++++++++++ simulation/rl/__init__.py | 14 ++++++++++++++ simulation/rl/requirements.yaml | 14 ++++++++++++++ simulation/rl/rl_service.py | 14 ++++++++++++++ simulation/rl/run.py | 14 ++++++++++++++ simulation/rl/test_rl.py | 14 ++++++++++++++ simulation/template/.dockerignore | 14 ++++++++++++++ simulation/template/Dockerfile | 14 ++++++++++++++ simulation/template/run.py | 14 ++++++++++++++ simulation/template/template_config.json | 14 ++++++++++++++ simulation/template/template_service.py | 14 ++++++++++++++ tests/test_base_service.py | 14 ++++++++++++++ tests/test_base_simulation.py | 14 ++++++++++++++ tests/test_nats_handler.py | 14 ++++++++++++++ tests/test_nats_logger.py | 14 ++++++++++++++ tests/test_orekit.py | 14 ++++++++++++++ tests/test_validation.py | 14 ++++++++++++++ 275 files changed, 3850 insertions(+) diff --git a/.dockerignore b/.dockerignore index f292f9d..78624b3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index fe584de..92d4bf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 ubuntu ENV PATH="/root/miniconda3/bin:${PATH}" ARG PATH="/root/miniconda3/bin:${PATH}" diff --git a/conda-env.yaml b/conda-env.yaml index 110012a..022f291 100644 --- a/conda-env.yaml +++ b/conda-env.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - anaconda - defaults diff --git a/examples/hello_service.py b/examples/hello_service.py index f703c02..3031f6e 100644 --- a/examples/hello_service.py +++ b/examples/hello_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 time diff --git a/examples/manager_service.py b/examples/manager_service.py index e5bd8d1..c351111 100644 --- a/examples/manager_service.py +++ b/examples/manager_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ Available service list is in 'services' configmap in 'kube-system' namespace. If you don't have the services configmap, create a new one. The following is an example: diff --git a/examples/service.json b/examples/service.json index de37918..b92711a 100644 --- a/examples/service.json +++ b/examples/service.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "node_01", "shared_storage": { diff --git a/kubesat/__init__.py b/kubesat/__init__.py index e69de29..73d8552 100644 --- a/kubesat/__init__.py +++ b/kubesat/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2020 IBM Corporation +# +# 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. + diff --git a/kubesat/base_service.py b/kubesat/base_service.py index 65ef545..2a0f8f0 100644 --- a/kubesat/base_service.py +++ b/kubesat/base_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 asyncio import uvicorn diff --git a/kubesat/base_simulation.py b/kubesat/base_simulation.py index daffa5c..c4dcb81 100644 --- a/kubesat/base_simulation.py +++ b/kubesat/base_simulation.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from aiologger.loggers.json import JsonLogger diff --git a/kubesat/initiate.py b/kubesat/initiate.py index 4c9f6c4..a4166b5 100644 --- a/kubesat/initiate.py +++ b/kubesat/initiate.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 orekit from org.orekit.utils import Constants from orekit.pyhelpers import setup_orekit_curdir diff --git a/kubesat/kubernetes_handler.py b/kubesat/kubernetes_handler.py index 43ec0e3..ae26583 100644 --- a/kubesat/kubernetes_handler.py +++ b/kubesat/kubernetes_handler.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 os import json import string diff --git a/kubesat/message.py b/kubesat/message.py index 7abef62..dc5397e 100644 --- a/kubesat/message.py +++ b/kubesat/message.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from kubesat.validation import validate_json diff --git a/kubesat/nats_handler.py b/kubesat/nats_handler.py index 874c62e..c701872 100644 --- a/kubesat/nats_handler.py +++ b/kubesat/nats_handler.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 json from json import dumps, loads diff --git a/kubesat/nats_logger.py b/kubesat/nats_logger.py index 7422b48..c361e86 100644 --- a/kubesat/nats_logger.py +++ b/kubesat/nats_logger.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 json diff --git a/kubesat/orekit.py b/kubesat/orekit.py index cc6da1b..08ad8d6 100644 --- a/kubesat/orekit.py +++ b/kubesat/orekit.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ OreKit Utilities File Wrapped Orekit Functions for Easy Use of Orbital Simulations diff --git a/kubesat/redis_handler.py b/kubesat/redis_handler.py index ee03219..caf9bf8 100644 --- a/kubesat/redis_handler.py +++ b/kubesat/redis_handler.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 redis import json from kubesat.validation import validate_json diff --git a/kubesat/services.py b/kubesat/services.py index 0fcbe8d..9d68a1f 100644 --- a/kubesat/services.py +++ b/kubesat/services.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + class ServiceTypes: Agriculture = "agriculture" Clock = "clock" diff --git a/kubesat/testing.py b/kubesat/testing.py index 871a04e..5eb7f48 100644 --- a/kubesat/testing.py +++ b/kubesat/testing.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # File is used to contain fake handlers, classes, methods, etc # that are necessary to run test from queue import Queue diff --git a/kubesat/validation.py b/kubesat/validation.py index ad98f2a..8dc3bec 100644 --- a/kubesat/validation.py +++ b/kubesat/validation.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from jsonschema import validate from jsonschema.exceptions import ValidationError diff --git a/setup.py b/setup.py index bf7f2e4..9aab58f 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 setuptools import setup, find_packages setup( diff --git a/simulation/agriculture/.dockerignore b/simulation/agriculture/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/agriculture/.dockerignore +++ b/simulation/agriculture/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/agriculture/Dockerfile b/simulation/agriculture/Dockerfile index 48bf25a..9ee9fbc 100644 --- a/simulation/agriculture/Dockerfile +++ b/simulation/agriculture/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/agriculture ADD . . diff --git a/simulation/agriculture/agriculture_service.py b/simulation/agriculture/agriculture_service.py index 3bfb29e..2bc7a81 100644 --- a/simulation/agriculture/agriculture_service.py +++ b/simulation/agriculture/agriculture_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 kubesat.base_simulation import BaseSimulation from kubesat.validation import MessageSchemas, SharedStorageSchemas, check_internal_data diff --git a/simulation/agriculture/run.py b/simulation/agriculture/run.py index 38bd262..e26b0e4 100644 --- a/simulation/agriculture/run.py +++ b/simulation/agriculture/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from agriculture_service import simulation diff --git a/simulation/agriculture/test_agriculture.py b/simulation/agriculture/test_agriculture.py index 344fe9a..c358841 100644 --- a/simulation/agriculture/test_agriculture.py +++ b/simulation/agriculture/test_agriculture.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/clock/.dockerignore b/simulation/clock/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/clock/.dockerignore +++ b/simulation/clock/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/clock/Dockerfile b/simulation/clock/Dockerfile index 2b33f57..cf757ea 100644 --- a/simulation/clock/Dockerfile +++ b/simulation/clock/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/clock ADD . . diff --git a/simulation/clock/clock_service.py b/simulation/clock/clock_service.py index a8e7303..70692b5 100644 --- a/simulation/clock/clock_service.py +++ b/simulation/clock/clock_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 datetime import datetime, timedelta from kubesat.message import Message from kubesat.services import ServiceTypes diff --git a/simulation/clock/run.py b/simulation/clock/run.py index 8707fc4..3d4f54f 100644 --- a/simulation/clock/run.py +++ b/simulation/clock/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from clock_service import simulation diff --git a/simulation/clock/test_clock.py b/simulation/clock/test_clock.py index fc65bca..4effbe3 100644 --- a/simulation/clock/test_clock.py +++ b/simulation/clock/test_clock.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/cluster/.dockerignore b/simulation/cluster/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/cluster/.dockerignore +++ b/simulation/cluster/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/cluster/cluster_service.py b/simulation/cluster/cluster_service.py index b8a6ff4..757856d 100644 --- a/simulation/cluster/cluster_service.py +++ b/simulation/cluster/cluster_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 socket from kubesat.message import Message from kubesat.base_simulation import BaseSimulation diff --git a/simulation/cluster/run.py b/simulation/cluster/run.py index 3ad82ed..8122447 100644 --- a/simulation/cluster/run.py +++ b/simulation/cluster/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from cluster_service import simulation diff --git a/simulation/cluster/test_cluster_service.py b/simulation/cluster/test_cluster_service.py index 60dd410..e91b6dd 100644 --- a/simulation/cluster/test_cluster_service.py +++ b/simulation/cluster/test_cluster_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/config/.dockerignore b/simulation/config/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/config/.dockerignore +++ b/simulation/config/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/config/Dockerfile b/simulation/config/Dockerfile index 4ac8023..70df99c 100644 --- a/simulation/config/Dockerfile +++ b/simulation/config/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/config ADD . . diff --git a/simulation/config/config_service.py b/simulation/config/config_service.py index 62aca7d..ebc61bb 100644 --- a/simulation/config/config_service.py +++ b/simulation/config/config_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from kubesat.validation import MessageSchemas, SharedStorageSchemas from kubesat.base_simulation import BaseSimulation diff --git a/simulation/config/run.py b/simulation/config/run.py index 3041d46..ac84d30 100644 --- a/simulation/config/run.py +++ b/simulation/config/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from config_service import simulation diff --git a/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json b/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json index 2c15e52..67b6bce 100644 --- a/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json +++ b/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "Station 0": { "latitude": 18.979025953255267, diff --git a/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json b/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json index 4c04340..e58d758 100644 --- a/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json +++ b/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "cubesat_1": { "orbit": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json index 1045352..874ad6d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json index 6ba6654..5d8aec1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json index f80e003..dcd1f16 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json index 13fd519..1d6e6b1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json index a21be66..67b615c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json index c85a4d3..6bf8762 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json index 6daf787..52cca9a 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json index e0f8a7f..f0be0b3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json index e859ac6..d2ece9b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json index 09a232d..55c569e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json index 45ea90e..436231c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json index 1045352..874ad6d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json index 07bd675..0a6c222 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json index 3d73376..da0b4be 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json index af32546..ccc3d68 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json index a21be66..67b615c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json index c46aba6..22a634c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json index 900015d..dfd2f05 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json index 2cf36e1..5240ac5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json index 34a761f..8d513e5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_10", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json index 112c5d4..9838571 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_10", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json index 3746e91..f745ae0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json index 49d645c..2ffc448 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json index 1f7c78c..363440a 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json index 7ab8efc..362a527 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json index 4cd3a91..a378f29 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json index 5f7db85..6d60b10 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json index 8910a2b..eed02ed 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json index 5fa7fc2..9d50d52 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json index 918d92f..6111a8d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json index 49b403e..b58f783 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json index 1c231aa..e8b7277 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json index 546e3ba..d846cd6 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json index 8062034..602b4a4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json index b1bc6f5..bcf43d5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json index 945c45d..10d1566 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json index 1eff88b..c9473a4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json index 9bac87f..82ebb39 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json index 1cf00be..6f48ad4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json index 0f5fb67..3b841d4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json index 7d6430c..e00ebcb 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json index a2954ba..b845b81 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json index afaf535..6d3c3ae 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json index e53dd63..1c9d4f2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json index 5bc7fc3..11988ac 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_6", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json index 762f8a4..40d1bf3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_6", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json index d75a678..524c7c5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json index 17190f4..f901840 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json index 25a8e7c..0392eb4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json index 4cbada3..088be4b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_7", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json index 5fb1c02..1ec0137 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_7", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json index 4d59775..80149d6 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json index a9eee75..493307e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json index c5730b1..981d0f8 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json index aa665eb..06941a0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_8", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json index 3e90c7d..aa438be 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_8", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json index 92ab861..1129c9c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json index 35c545b..594b0f9 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json index 5785488..b499271 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json index 63796aa..93b072f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_9", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json index bbbe3a2..a790809 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_9", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json index 80a7c68..a4dcb6c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json index 255906f..7ba53c5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json index 3498fc3..3e9c650 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json index 5d5e35f..5a911c3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json index 1dbc9d4..ae09e36 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json index 37657bb..eb802a8 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json index 4cf299b..e416fd0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json index 3952591..12290ec 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json index 725e878..1515889 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json index 0f81550..4d46e55 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json index cb18617..d58feb7 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json index 1045352..874ad6d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json index c1ba4cf..d31b88b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json index 2436763..6a327cf 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json index 4073882..7037cc1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json index a21be66..67b615c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json index 3746e91..f745ae0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json index f23a5ca..23345b1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json index 1fb05b3..658f9a0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json index 9f71b3b..da0f6d9 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json index 4cd3a91..a378f29 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json index 5f7db85..6d60b10 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json index 43ce17e..1d72f49 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json index 66433fd..533b62a 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json index 5d33c60..6635782 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json index 49b403e..b58f783 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json index c85a4d3..6bf8762 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json index 3270d81..51e1b26 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json index 45ca820..b3d0b62 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json index 5d114f4..e841dd9 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json index 3952591..12290ec 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json index 63618ee..8a081fe 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json index 8895699..0cf4d70 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json index 45ea90e..436231c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json index 1045352..874ad6d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json index 6ba6654..5d8aec1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json index c089989..fae6394 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json index 30cd5c2..db5e8bd 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json index a21be66..67b615c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json index 3746e91..f745ae0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json index 38e7f59..6ee0763 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json index 9056e3e..9084a98 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json index a7e2480..aad5ca1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json index 4cd3a91..a378f29 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json index 5f7db85..6d60b10 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json index af334ef..4254709 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json index 31bcf4f..01224e4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json index 256095e..c1ff4f0 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json index 49b403e..b58f783 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json index 1c231aa..e8b7277 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json index 6ba6654..5d8aec1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json index a7ee166..dc3a750 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json index 30cd5c2..db5e8bd 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json index 945c45d..10d1566 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json index 1eff88b..c9473a4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json index 6ba6654..5d8aec1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json index cd552e4..301dd63 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json index 30cd5c2..db5e8bd 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json index 945c45d..10d1566 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json index 3b0fcf5..fbf0400 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json index a00cbcb..ba66648 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json index 3952591..12290ec 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json index c3aa022..0cbe584 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json index 2fc718a..7347f29 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json index a7b92c5..a5f2719 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json index 1045352..874ad6d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json index dd1e1f1..b7daf9b 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id":"cubesat_1", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/data.json b/simulation/config/simulation_config/cubesats/cubesat_1/data.json index 07bd675..0a6c222 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json index 23cda8d..6ce22fd 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/rl.json b/simulation/config/simulation_config/cubesats/cubesat_1/rl.json index 9839b0c..d990c9d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json index a21be66..67b615c 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json index 3746e91..f745ae0 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json index cc5df7d..97c0f51 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id":"cubesat_2", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/data.json b/simulation/config/simulation_config/cubesats/cubesat_2/data.json index 49d645c..2ffc448 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json index 1072083..516713e 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/rl.json b/simulation/config/simulation_config/cubesats/cubesat_2/rl.json index 243aa97..71eb439 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json index 4cd3a91..a378f29 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json index 5f7db85..6d60b10 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json index fc908ce..8e7645b 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id":"cubesat_3", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/data.json b/simulation/config/simulation_config/cubesats/cubesat_3/data.json index 8910a2b..eed02ed 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json index c028e7d..782af19 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/rl.json b/simulation/config/simulation_config/cubesats/cubesat_3/rl.json index 750f901..54ddb50 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json index 49b403e..b58f783 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json index 1c231aa..e8b7277 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json index 8a8ea2a..09a16cd 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id":"cubesat_4", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/data.json b/simulation/config/simulation_config/cubesats/cubesat_4/data.json index 546e3ba..d846cd6 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json index a96125b..aee7353 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/rl.json b/simulation/config/simulation_config/cubesats/cubesat_4/rl.json index 6957520..591bede 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json index 945c45d..10d1566 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json index 1eff88b..c9473a4 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json index dd5fc06..5419b44 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id":"cubesat_5", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/data.json b/simulation/config/simulation_config/cubesats/cubesat_5/data.json index 9bac87f..82ebb39 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/data.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json index 24cd835..e80d339 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/rl.json b/simulation/config/simulation_config/cubesats/cubesat_5/rl.json index 0574640..07fbed4 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/rl.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json index 7d6430c..e00ebcb 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json b/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json index 80a7c68..a4dcb6c 100644 --- a/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json b/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json index 255906f..7ba53c5 100644 --- a/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json +++ b/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "groundstation_2", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_1/iot.json b/simulation/config/simulation_config/iots/iot_1/iot.json index 3498fc3..3e9c650 100644 --- a/simulation/config/simulation_config/iots/iot_1/iot.json +++ b/simulation/config/simulation_config/iots/iot_1/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_2/iot.json b/simulation/config/simulation_config/iots/iot_2/iot.json index 5d5e35f..5a911c3 100644 --- a/simulation/config/simulation_config/iots/iot_2/iot.json +++ b/simulation/config/simulation_config/iots/iot_2/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_3/iot.json b/simulation/config/simulation_config/iots/iot_3/iot.json index 1dbc9d4..ae09e36 100644 --- a/simulation/config/simulation_config/iots/iot_3/iot.json +++ b/simulation/config/simulation_config/iots/iot_3/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_4/iot.json b/simulation/config/simulation_config/iots/iot_4/iot.json index 6e87158..838c78c 100644 --- a/simulation/config/simulation_config/iots/iot_4/iot.json +++ b/simulation/config/simulation_config/iots/iot_4/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_4", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_5/iot.json b/simulation/config/simulation_config/iots/iot_5/iot.json index e7d59dc..aa70072 100644 --- a/simulation/config/simulation_config/iots/iot_5/iot.json +++ b/simulation/config/simulation_config/iots/iot_5/iot.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "iot_5", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/clock.json b/simulation/config/simulation_config/simulation/clock.json index 3952591..12290ec 100644 --- a/simulation/config/simulation_config/simulation/clock.json +++ b/simulation/config/simulation_config/simulation/clock.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/config.json b/simulation/config/simulation_config/simulation/config.json index 3794da0..30c5c70 100644 --- a/simulation/config/simulation_config/simulation/config.json +++ b/simulation/config/simulation_config/simulation/config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/czml.json b/simulation/config/simulation_config/simulation/czml.json index 6a349bf..a43d25c 100644 --- a/simulation/config/simulation_config/simulation/czml.json +++ b/simulation/config/simulation_config/simulation/czml.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/logging.json b/simulation/config/simulation_config/simulation/logging.json index cb18617..d58feb7 100644 --- a/simulation/config/simulation_config/simulation/logging.json +++ b/simulation/config/simulation_config/simulation/logging.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/test_config_service.py b/simulation/config/test_config_service.py index 7414da6..a87017c 100644 --- a/simulation/config/test_config_service.py +++ b/simulation/config/test_config_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/czml/.dockerignore b/simulation/czml/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/czml/.dockerignore +++ b/simulation/czml/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/czml/Dockerfile b/simulation/czml/Dockerfile index bbc0c33..dcca277 100644 --- a/simulation/czml/Dockerfile +++ b/simulation/czml/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 COPY requirements.yaml . RUN mkdir -p $HOME/orekit \ diff --git a/simulation/czml/czml_service.py b/simulation/czml/czml_service.py index 735edcc..f596044 100644 --- a/simulation/czml/czml_service.py +++ b/simulation/czml/czml_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 asyncio from kubesat.message import Message diff --git a/simulation/czml/czml_utils.py b/simulation/czml/czml_utils.py index 51807e4..f2321dc 100644 --- a/simulation/czml/czml_utils.py +++ b/simulation/czml/czml_utils.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 datetime import kubesat.orekit as orekit_utils diff --git a/simulation/czml/requirements.yaml b/simulation/czml/requirements.yaml index b733e8f..c2f6fc7 100644 --- a/simulation/czml/requirements.yaml +++ b/simulation/czml/requirements.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - conda-forge dependencies: diff --git a/simulation/czml/run.py b/simulation/czml/run.py index 2539f2e..36dc0fe 100644 --- a/simulation/czml/run.py +++ b/simulation/czml/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from czml_service import simulation diff --git a/simulation/czml/test_czml.py b/simulation/czml/test_czml.py index 7d85922..7dbccfc 100644 --- a/simulation/czml/test_czml.py +++ b/simulation/czml/test_czml.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/dashboard/.dockerignore b/simulation/dashboard/.dockerignore index 2dc75b5..8ad4ff7 100644 --- a/simulation/dashboard/.dockerignore +++ b/simulation/dashboard/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + node_modules npm-debug.log package-lock.json diff --git a/simulation/dashboard/Dockerfile b/simulation/dashboard/Dockerfile index bc7f527..992fe31 100644 --- a/simulation/dashboard/Dockerfile +++ b/simulation/dashboard/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 node:alpine as build-deps WORKDIR /usr/src/app COPY package.json ./ diff --git a/simulation/dashboard/package.json b/simulation/dashboard/package.json index f51f866..697e881 100644 --- a/simulation/dashboard/package.json +++ b/simulation/dashboard/package.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "name": "user-interface", "version": "0.1.0", diff --git a/simulation/dashboard/public/manifest.json b/simulation/dashboard/public/manifest.json index 1f2f141..9f2ca24 100644 --- a/simulation/dashboard/public/manifest.json +++ b/simulation/dashboard/public/manifest.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "short_name": "React App", "name": "Create React App Sample", diff --git a/simulation/dashboard/server_package.json b/simulation/dashboard/server_package.json index de64103..5bc15df 100644 --- a/simulation/dashboard/server_package.json +++ b/simulation/dashboard/server_package.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "name": "user-interface-backend", "version": "1.0.0", diff --git a/simulation/dashboard/src/components/globe/packet.json b/simulation/dashboard/src/components/globe/packet.json index 215b2d7..c53171a 100644 --- a/simulation/dashboard/src/components/globe/packet.json +++ b/simulation/dashboard/src/components/globe/packet.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + [ { "id": "document", diff --git a/simulation/data/.dockerignore b/simulation/data/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/data/.dockerignore +++ b/simulation/data/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/data/Dockerfile b/simulation/data/Dockerfile index 568fe98..72a4d37 100644 --- a/simulation/data/Dockerfile +++ b/simulation/data/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/data ADD . . diff --git a/simulation/data/data_service.py b/simulation/data/data_service.py index b2f628a..cbc76bb 100644 --- a/simulation/data/data_service.py +++ b/simulation/data/data_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 math import asyncio from queue import Queue diff --git a/simulation/data/run.py b/simulation/data/run.py index a1c9d82..b543db6 100644 --- a/simulation/data/run.py +++ b/simulation/data/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from data_service import simulation diff --git a/simulation/data/test_data.py b/simulation/data/test_data.py index 60016ae..f604eaf 100644 --- a/simulation/data/test_data.py +++ b/simulation/data/test_data.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/deploy/openshift/Dockerfile b/simulation/deploy/openshift/Dockerfile index f35a3c9..7f0e7aa 100644 --- a/simulation/deploy/openshift/Dockerfile +++ b/simulation/deploy/openshift/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 continuumio/miniconda3:4.8.2-alpine USER root WORKDIR /opt/kubesat diff --git a/simulation/deploy/openshift/dashboard.Dockerfile b/simulation/deploy/openshift/dashboard.Dockerfile index fbbce07..f0fb0e9 100644 --- a/simulation/deploy/openshift/dashboard.Dockerfile +++ b/simulation/deploy/openshift/dashboard.Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 node:alpine as build-deps WORKDIR /usr/src/app RUN apk update && apk --no-cache add git diff --git a/simulation/deploy/openshift/env.yaml b/simulation/deploy/openshift/env.yaml index 225c0f4..7ccdd49 100644 --- a/simulation/deploy/openshift/env.yaml +++ b/simulation/deploy/openshift/env.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - anaconda - defaults diff --git a/simulation/groundstation/.dockerignore b/simulation/groundstation/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/groundstation/.dockerignore +++ b/simulation/groundstation/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/groundstation/Dockerfile b/simulation/groundstation/Dockerfile index 09a16fc..700523a 100644 --- a/simulation/groundstation/Dockerfile +++ b/simulation/groundstation/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/ground COPY . . diff --git a/simulation/groundstation/ground_service.py b/simulation/groundstation/ground_service.py index 40bcd89..a7b8b80 100644 --- a/simulation/groundstation/ground_service.py +++ b/simulation/groundstation/ground_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 kubesat.base_simulation import BaseSimulation from kubesat.services import ServiceTypes from kubesat.validation import MessageSchemas, check_pointing_data, SharedStorageSchemas diff --git a/simulation/groundstation/run.py b/simulation/groundstation/run.py index 76bf9ed..55e46dc 100644 --- a/simulation/groundstation/run.py +++ b/simulation/groundstation/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from ground_service import simulation diff --git a/simulation/groundstation/test_ground.py b/simulation/groundstation/test_ground.py index 4211c93..7c708fb 100644 --- a/simulation/groundstation/test_ground.py +++ b/simulation/groundstation/test_ground.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/iot/.dockerignore b/simulation/iot/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/iot/.dockerignore +++ b/simulation/iot/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/iot/Dockerfile b/simulation/iot/Dockerfile index 399140e..1c36af5 100644 --- a/simulation/iot/Dockerfile +++ b/simulation/iot/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/iot COPY . . diff --git a/simulation/iot/iot_service.py b/simulation/iot/iot_service.py index 60539fb..e3514e0 100644 --- a/simulation/iot/iot_service.py +++ b/simulation/iot/iot_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 math import asyncio from datetime import datetime diff --git a/simulation/iot/run.py b/simulation/iot/run.py index 2507324..54f6d04 100644 --- a/simulation/iot/run.py +++ b/simulation/iot/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from iot_service import simulation as simulation diff --git a/simulation/iot/test_iot.py b/simulation/iot/test_iot.py index b5694e0..07dfdb8 100644 --- a/simulation/iot/test_iot.py +++ b/simulation/iot/test_iot.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest import math diff --git a/simulation/logging/.dockerignore b/simulation/logging/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/logging/.dockerignore +++ b/simulation/logging/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/logging/Dockerfile b/simulation/logging/Dockerfile index 3e6f59f..67e051f 100644 --- a/simulation/logging/Dockerfile +++ b/simulation/logging/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/logging COPY . . diff --git a/simulation/logging/logging_service.py b/simulation/logging/logging_service.py index 43d65d1..c761f22 100644 --- a/simulation/logging/logging_service.py +++ b/simulation/logging/logging_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 csv from datetime import datetime from kubesat.base_simulation import BaseSimulation diff --git a/simulation/logging/run.py b/simulation/logging/run.py index 34c579f..3956552 100644 --- a/simulation/logging/run.py +++ b/simulation/logging/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from logging_service import simulation diff --git a/simulation/logging/test_logging_service.py b/simulation/logging/test_logging_service.py index 3bcca18..bbdb477 100644 --- a/simulation/logging/test_logging_service.py +++ b/simulation/logging/test_logging_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/orbits/.dockerignore b/simulation/orbits/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/orbits/.dockerignore +++ b/simulation/orbits/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/orbits/Dockerfile b/simulation/orbits/Dockerfile index 158582b..226a26e 100644 --- a/simulation/orbits/Dockerfile +++ b/simulation/orbits/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/orbit ADD . . diff --git a/simulation/orbits/orbit_service.py b/simulation/orbits/orbit_service.py index 962075e..47702fd 100644 --- a/simulation/orbits/orbit_service.py +++ b/simulation/orbits/orbit_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 kubesat.orekit as orekit_utils from kubesat.base_simulation import BaseSimulation from kubesat.services import ServiceTypes diff --git a/simulation/orbits/requirements.yaml b/simulation/orbits/requirements.yaml index b733e8f..c2f6fc7 100644 --- a/simulation/orbits/requirements.yaml +++ b/simulation/orbits/requirements.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - conda-forge dependencies: diff --git a/simulation/orbits/run.py b/simulation/orbits/run.py index 3be5798..eec5ec4 100644 --- a/simulation/orbits/run.py +++ b/simulation/orbits/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from orbit_service import simulation diff --git a/simulation/orbits/test_orbits.py b/simulation/orbits/test_orbits.py index f7893c5..9187eea 100644 --- a/simulation/orbits/test_orbits.py +++ b/simulation/orbits/test_orbits.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/orbits/test_orbits_config.json b/simulation/orbits/test_orbits_config.json index 9f94ba0..feefd56 100644 --- a/simulation/orbits/test_orbits_config.json +++ b/simulation/orbits/test_orbits_config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sat_phonebook":{"cubesat_2": true, "cubesat_1": true}, "iot_phonebook": {"1234": false, "1235": false}, diff --git a/simulation/rl-training/.dockerignore b/simulation/rl-training/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/rl-training/.dockerignore +++ b/simulation/rl-training/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/rl-training/Dockerfile b/simulation/rl-training/Dockerfile index 7010cd8..00fb374 100644 --- a/simulation/rl-training/Dockerfile +++ b/simulation/rl-training/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/rl ADD requirements.yaml . diff --git a/simulation/rl-training/requirements.yaml b/simulation/rl-training/requirements.yaml index 48a31ce..7f8ec10 100644 --- a/simulation/rl-training/requirements.yaml +++ b/simulation/rl-training/requirements.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - anaconda - defaults diff --git a/simulation/rl-training/rl_training_service.py b/simulation/rl-training/rl_training_service.py index 91f41b7..ceedb92 100644 --- a/simulation/rl-training/rl_training_service.py +++ b/simulation/rl-training/rl_training_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 gym import asyncio from time import sleep diff --git a/simulation/rl-training/run.py b/simulation/rl-training/run.py index fedf841..3e943b1 100644 --- a/simulation/rl-training/run.py +++ b/simulation/rl-training/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ TODO: add file description """ diff --git a/simulation/rl-training/swarm_env.py b/simulation/rl-training/swarm_env.py index 47aaf1f..a476d96 100644 --- a/simulation/rl-training/swarm_env.py +++ b/simulation/rl-training/swarm_env.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 gym from gym import error, spaces, utils from gym.utils import seeding diff --git a/simulation/rl/.dockerignore b/simulation/rl/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/rl/.dockerignore +++ b/simulation/rl/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/rl/Dockerfile b/simulation/rl/Dockerfile index 6e2d417..fea5f43 100644 --- a/simulation/rl/Dockerfile +++ b/simulation/rl/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 localhost:5000/kubesat-utils:1.0 WORKDIR /home/rl ADD requirements.yaml . diff --git a/simulation/rl/__init__.py b/simulation/rl/__init__.py index e69de29..73d8552 100644 --- a/simulation/rl/__init__.py +++ b/simulation/rl/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2020 IBM Corporation +# +# 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. + diff --git a/simulation/rl/requirements.yaml b/simulation/rl/requirements.yaml index 48a31ce..7f8ec10 100644 --- a/simulation/rl/requirements.yaml +++ b/simulation/rl/requirements.yaml @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + channels: - anaconda - defaults diff --git a/simulation/rl/rl_service.py b/simulation/rl/rl_service.py index 0162850..8c71922 100644 --- a/simulation/rl/rl_service.py +++ b/simulation/rl/rl_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from gym import spaces from rl.agents.dqn import DQNAgent diff --git a/simulation/rl/run.py b/simulation/rl/run.py index 18fdccf..5a66561 100644 --- a/simulation/rl/run.py +++ b/simulation/rl/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 sys import argparse from rl_service import simulation diff --git a/simulation/rl/test_rl.py b/simulation/rl/test_rl.py index e9e3b33..8471afc 100644 --- a/simulation/rl/test_rl.py +++ b/simulation/rl/test_rl.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase, IsolatedAsyncioTestCase diff --git a/simulation/template/.dockerignore b/simulation/template/.dockerignore index 73aa9bf..db0eb3c 100644 --- a/simulation/template/.dockerignore +++ b/simulation/template/.dockerignore @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/template/Dockerfile b/simulation/template/Dockerfile index 5c7a4f5..5f18eea 100644 --- a/simulation/template/Dockerfile +++ b/simulation/template/Dockerfile @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 kubesat-utils:1.0 WORKDIR /home/template COPY . . diff --git a/simulation/template/run.py b/simulation/template/run.py index 3de0eda..f4fe5d5 100644 --- a/simulation/template/run.py +++ b/simulation/template/run.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 argparse from template_service import simulation diff --git a/simulation/template/template_config.json b/simulation/template/template_config.json index 6c6774e..ef51ad6 100644 --- a/simulation/template/template_config.json +++ b/simulation/template/template_config.json @@ -1,3 +1,17 @@ +// Copyright 2020 IBM Corporation +// +// 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. + { "sender_id": "template", "shared_storage": { diff --git a/simulation/template/template_service.py b/simulation/template/template_service.py index 5573940..043b127 100644 --- a/simulation/template/template_service.py +++ b/simulation/template/template_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from kubesat.validation import MessageSchemas, SharedStorageSchemas diff --git a/tests/test_base_service.py b/tests/test_base_service.py index abcbf87..60d0c9d 100644 --- a/tests/test_base_service.py +++ b/tests/test_base_service.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ Tests for the BaseService class. """ diff --git a/tests/test_base_simulation.py b/tests/test_base_simulation.py index 5e62a49..10dfbb1 100644 --- a/tests/test_base_simulation.py +++ b/tests/test_base_simulation.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ Tests for the BaseSimulation class. """ diff --git a/tests/test_nats_handler.py b/tests/test_nats_handler.py index 131628b..a03a1d0 100644 --- a/tests/test_nats_handler.py +++ b/tests/test_nats_handler.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ Tests for the NatsHandler class. Expects that a nats server is running on 0.0.0.0:4222 and has user "a" with password "b". This can be done by running "nats-server --user a --pass b" in terminal. diff --git a/tests/test_nats_logger.py b/tests/test_nats_logger.py index f33a12e..60357da 100644 --- a/tests/test_nats_logger.py +++ b/tests/test_nats_logger.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 from kubesat.nats_logger import NatsLoggerFactory from unittest import IsolatedAsyncioTestCase diff --git a/tests/test_orekit.py b/tests/test_orekit.py index ae4a2d4..5919848 100644 --- a/tests/test_orekit.py +++ b/tests/test_orekit.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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. + """ Tests for the OreKit utility functions in orekit_utils.py """ diff --git a/tests/test_validation.py b/tests/test_validation.py index 366c097..0f0f1ba 100644 --- a/tests/test_validation.py +++ b/tests/test_validation.py @@ -1,3 +1,17 @@ +# Copyright 2020 IBM Corporation +# +# 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 unittest from unittest import TestCase From 6a9c7456ce9a0697ef9abbfe748c314214f434d3 Mon Sep 17 00:00:00 2001 From: Colin Alstad Date: Fri, 2 Oct 2020 11:05:48 -0400 Subject: [PATCH 2/3] Fix typo in license URL --- .dockerignore | 2 +- Dockerfile | 2 +- conda-env.yaml | 2 +- simulation/agriculture/.dockerignore | 2 +- simulation/agriculture/Dockerfile | 2 +- simulation/clock/.dockerignore | 2 +- simulation/clock/Dockerfile | 2 +- simulation/cluster/.dockerignore | 2 +- simulation/config/.dockerignore | 2 +- simulation/config/Dockerfile | 2 +- simulation/czml/.dockerignore | 2 +- simulation/czml/Dockerfile | 2 +- simulation/czml/requirements.yaml | 2 +- simulation/dashboard/.dockerignore | 2 +- simulation/dashboard/Dockerfile | 2 +- simulation/data/.dockerignore | 2 +- simulation/data/Dockerfile | 2 +- simulation/deploy/openshift/Dockerfile | 2 +- simulation/deploy/openshift/dashboard.Dockerfile | 2 +- simulation/deploy/openshift/env.yaml | 2 +- simulation/groundstation/.dockerignore | 2 +- simulation/groundstation/Dockerfile | 2 +- simulation/iot/.dockerignore | 2 +- simulation/iot/Dockerfile | 2 +- simulation/logging/.dockerignore | 2 +- simulation/logging/Dockerfile | 2 +- simulation/orbits/.dockerignore | 2 +- simulation/orbits/Dockerfile | 2 +- simulation/orbits/requirements.yaml | 2 +- simulation/rl-training/.dockerignore | 2 +- simulation/rl-training/Dockerfile | 2 +- simulation/rl-training/requirements.yaml | 2 +- simulation/rl/.dockerignore | 2 +- simulation/rl/Dockerfile | 2 +- simulation/rl/requirements.yaml | 2 +- simulation/template/.dockerignore | 2 +- simulation/template/Dockerfile | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.dockerignore b/.dockerignore index 78624b3..61f4168 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/Dockerfile b/Dockerfile index 92d4bf7..2715c54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/conda-env.yaml b/conda-env.yaml index 022f291..b890e5b 100644 --- a/conda-env.yaml +++ b/conda-env.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/agriculture/.dockerignore b/simulation/agriculture/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/agriculture/.dockerignore +++ b/simulation/agriculture/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/agriculture/Dockerfile b/simulation/agriculture/Dockerfile index 9ee9fbc..dd54d84 100644 --- a/simulation/agriculture/Dockerfile +++ b/simulation/agriculture/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/clock/.dockerignore b/simulation/clock/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/clock/.dockerignore +++ b/simulation/clock/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/clock/Dockerfile b/simulation/clock/Dockerfile index cf757ea..04895f9 100644 --- a/simulation/clock/Dockerfile +++ b/simulation/clock/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/cluster/.dockerignore b/simulation/cluster/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/cluster/.dockerignore +++ b/simulation/cluster/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/config/.dockerignore b/simulation/config/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/config/.dockerignore +++ b/simulation/config/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/config/Dockerfile b/simulation/config/Dockerfile index 70df99c..338244c 100644 --- a/simulation/config/Dockerfile +++ b/simulation/config/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/czml/.dockerignore b/simulation/czml/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/czml/.dockerignore +++ b/simulation/czml/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/czml/Dockerfile b/simulation/czml/Dockerfile index dcca277..1b995f6 100644 --- a/simulation/czml/Dockerfile +++ b/simulation/czml/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/czml/requirements.yaml b/simulation/czml/requirements.yaml index c2f6fc7..ce333c0 100644 --- a/simulation/czml/requirements.yaml +++ b/simulation/czml/requirements.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/dashboard/.dockerignore b/simulation/dashboard/.dockerignore index 8ad4ff7..897fe11 100644 --- a/simulation/dashboard/.dockerignore +++ b/simulation/dashboard/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/dashboard/Dockerfile b/simulation/dashboard/Dockerfile index 992fe31..6cb2922 100644 --- a/simulation/dashboard/Dockerfile +++ b/simulation/dashboard/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/data/.dockerignore b/simulation/data/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/data/.dockerignore +++ b/simulation/data/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/data/Dockerfile b/simulation/data/Dockerfile index 72a4d37..87be1b1 100644 --- a/simulation/data/Dockerfile +++ b/simulation/data/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/deploy/openshift/Dockerfile b/simulation/deploy/openshift/Dockerfile index 7f0e7aa..04b52d2 100644 --- a/simulation/deploy/openshift/Dockerfile +++ b/simulation/deploy/openshift/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/deploy/openshift/dashboard.Dockerfile b/simulation/deploy/openshift/dashboard.Dockerfile index f0fb0e9..7c1efd2 100644 --- a/simulation/deploy/openshift/dashboard.Dockerfile +++ b/simulation/deploy/openshift/dashboard.Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/deploy/openshift/env.yaml b/simulation/deploy/openshift/env.yaml index 7ccdd49..f741c94 100644 --- a/simulation/deploy/openshift/env.yaml +++ b/simulation/deploy/openshift/env.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/groundstation/.dockerignore b/simulation/groundstation/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/groundstation/.dockerignore +++ b/simulation/groundstation/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/groundstation/Dockerfile b/simulation/groundstation/Dockerfile index 700523a..490ba1c 100644 --- a/simulation/groundstation/Dockerfile +++ b/simulation/groundstation/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/iot/.dockerignore b/simulation/iot/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/iot/.dockerignore +++ b/simulation/iot/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/iot/Dockerfile b/simulation/iot/Dockerfile index 1c36af5..d90b2d9 100644 --- a/simulation/iot/Dockerfile +++ b/simulation/iot/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/logging/.dockerignore b/simulation/logging/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/logging/.dockerignore +++ b/simulation/logging/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/logging/Dockerfile b/simulation/logging/Dockerfile index 67e051f..b517b71 100644 --- a/simulation/logging/Dockerfile +++ b/simulation/logging/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/orbits/.dockerignore b/simulation/orbits/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/orbits/.dockerignore +++ b/simulation/orbits/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/orbits/Dockerfile b/simulation/orbits/Dockerfile index 226a26e..7a4d3f6 100644 --- a/simulation/orbits/Dockerfile +++ b/simulation/orbits/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/orbits/requirements.yaml b/simulation/orbits/requirements.yaml index c2f6fc7..ce333c0 100644 --- a/simulation/orbits/requirements.yaml +++ b/simulation/orbits/requirements.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl-training/.dockerignore b/simulation/rl-training/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/rl-training/.dockerignore +++ b/simulation/rl-training/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl-training/Dockerfile b/simulation/rl-training/Dockerfile index 00fb374..18c8f4c 100644 --- a/simulation/rl-training/Dockerfile +++ b/simulation/rl-training/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl-training/requirements.yaml b/simulation/rl-training/requirements.yaml index 7f8ec10..84bbcec 100644 --- a/simulation/rl-training/requirements.yaml +++ b/simulation/rl-training/requirements.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl/.dockerignore b/simulation/rl/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/rl/.dockerignore +++ b/simulation/rl/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl/Dockerfile b/simulation/rl/Dockerfile index fea5f43..10a9a6d 100644 --- a/simulation/rl/Dockerfile +++ b/simulation/rl/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/rl/requirements.yaml b/simulation/rl/requirements.yaml index 7f8ec10..84bbcec 100644 --- a/simulation/rl/requirements.yaml +++ b/simulation/rl/requirements.yaml @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/template/.dockerignore b/simulation/template/.dockerignore index db0eb3c..dbea289 100644 --- a/simulation/template/.dockerignore +++ b/simulation/template/.dockerignore @@ -4,7 +4,7 @@ # 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 +# 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, diff --git a/simulation/template/Dockerfile b/simulation/template/Dockerfile index 5f18eea..1d57d71 100644 --- a/simulation/template/Dockerfile +++ b/simulation/template/Dockerfile @@ -4,7 +4,7 @@ # 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 +# 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, From 95f27e9215f7b9f33bb535bda30d10e55f136ca3 Mon Sep 17 00:00:00 2001 From: Colin Alstad Date: Fri, 2 Oct 2020 11:29:13 -0400 Subject: [PATCH 3/3] Remove copyright header from config files --- .dockerignore | 14 -------------- conda-env.yaml | 14 -------------- examples/service.json | 14 -------------- simulation/agriculture/.dockerignore | 14 -------------- simulation/clock/.dockerignore | 14 -------------- simulation/cluster/.dockerignore | 14 -------------- simulation/config/.dockerignore | 14 -------------- .../places-and-satellites/grstns.json | 14 -------------- .../places-and-satellites/swarm.json | 14 -------------- .../cubesats/cubesat_1/agriculture.json | 14 -------------- .../cubesats/cubesat_1/data.json | 14 -------------- .../cubesats/cubesat_1/orbits.json | 14 -------------- .../simulation_config_1/cubesats/cubesat_1/rl.json | 14 -------------- .../cubesats/cubesat_1/rl_training.json | 14 -------------- .../groundstation_1/groundstation.json | 14 -------------- .../simulation_config_1/iots/iot_1/iot.json | 14 -------------- .../simulation_config_1/simulation/clock.json | 14 -------------- .../simulation_config_1/simulation/config.json | 14 -------------- .../simulation_config_1/simulation/czml.json | 14 -------------- .../simulation_config_1/simulation/logging.json | 14 -------------- .../cubesats/cubesat_1/agriculture.json | 14 -------------- .../cubesats/cubesat_1/data.json | 14 -------------- .../cubesats/cubesat_1/orbits.json | 14 -------------- .../cubesats/cubesat_1/rl.json | 14 -------------- .../cubesats/cubesat_1/rl_training.json | 14 -------------- .../cubesats/cubesat_10/agriculture.json | 14 -------------- .../cubesats/cubesat_10/data.json | 14 -------------- .../cubesats/cubesat_10/orbits.json | 14 -------------- .../cubesats/cubesat_10/rl.json | 14 -------------- .../cubesats/cubesat_10/rl_training.json | 14 -------------- .../cubesats/cubesat_2/agriculture.json | 14 -------------- .../cubesats/cubesat_2/data.json | 14 -------------- .../cubesats/cubesat_2/orbits.json | 14 -------------- .../cubesats/cubesat_2/rl.json | 14 -------------- .../cubesats/cubesat_2/rl_training.json | 14 -------------- .../cubesats/cubesat_3/agriculture.json | 14 -------------- .../cubesats/cubesat_3/data.json | 14 -------------- .../cubesats/cubesat_3/orbits.json | 14 -------------- .../cubesats/cubesat_3/rl.json | 14 -------------- .../cubesats/cubesat_3/rl_training.json | 14 -------------- .../cubesats/cubesat_4/agriculture.json | 14 -------------- .../cubesats/cubesat_4/data.json | 14 -------------- .../cubesats/cubesat_4/orbits.json | 14 -------------- .../cubesats/cubesat_4/rl.json | 14 -------------- .../cubesats/cubesat_4/rl_training.json | 14 -------------- .../cubesats/cubesat_5/agriculture.json | 14 -------------- .../cubesats/cubesat_5/data.json | 14 -------------- .../cubesats/cubesat_5/orbits.json | 14 -------------- .../cubesats/cubesat_5/rl.json | 14 -------------- .../cubesats/cubesat_5/rl_training.json | 14 -------------- .../cubesats/cubesat_6/agriculture.json | 14 -------------- .../cubesats/cubesat_6/data.json | 14 -------------- .../cubesats/cubesat_6/orbits.json | 14 -------------- .../cubesats/cubesat_6/rl.json | 14 -------------- .../cubesats/cubesat_6/rl_training.json | 14 -------------- .../cubesats/cubesat_7/agriculture.json | 14 -------------- .../cubesats/cubesat_7/data.json | 14 -------------- .../cubesats/cubesat_7/orbits.json | 14 -------------- .../cubesats/cubesat_7/rl.json | 14 -------------- .../cubesats/cubesat_7/rl_training.json | 14 -------------- .../cubesats/cubesat_8/agriculture.json | 14 -------------- .../cubesats/cubesat_8/data.json | 14 -------------- .../cubesats/cubesat_8/orbits.json | 14 -------------- .../cubesats/cubesat_8/rl.json | 14 -------------- .../cubesats/cubesat_8/rl_training.json | 14 -------------- .../cubesats/cubesat_9/agriculture.json | 14 -------------- .../cubesats/cubesat_9/data.json | 14 -------------- .../cubesats/cubesat_9/orbits.json | 14 -------------- .../cubesats/cubesat_9/rl.json | 14 -------------- .../cubesats/cubesat_9/rl_training.json | 14 -------------- .../groundstation_1/groundstation.json | 14 -------------- .../groundstation_2/groundstation.json | 14 -------------- .../simulation_config_10/iots/iot_1/iot.json | 14 -------------- .../simulation_config_10/iots/iot_2/iot.json | 14 -------------- .../simulation_config_10/iots/iot_3/iot.json | 14 -------------- .../simulation_config_10/iots/iot_4/iot.json | 14 -------------- .../simulation_config_10/iots/iot_5/iot.json | 14 -------------- .../simulation_config_10/simulation/clock.json | 14 -------------- .../simulation_config_10/simulation/config.json | 14 -------------- .../simulation_config_10/simulation/czml.json | 14 -------------- .../simulation_config_10/simulation/logging.json | 14 -------------- .../cubesats/cubesat_1/agriculture.json | 14 -------------- .../cubesats/cubesat_1/data.json | 14 -------------- .../cubesats/cubesat_1/orbits.json | 14 -------------- .../simulation_config_3/cubesats/cubesat_1/rl.json | 14 -------------- .../cubesats/cubesat_1/rl_training.json | 14 -------------- .../cubesats/cubesat_2/agriculture.json | 14 -------------- .../cubesats/cubesat_2/data.json | 14 -------------- .../cubesats/cubesat_2/orbits.json | 14 -------------- .../simulation_config_3/cubesats/cubesat_2/rl.json | 14 -------------- .../cubesats/cubesat_2/rl_training.json | 14 -------------- .../cubesats/cubesat_3/agriculture.json | 14 -------------- .../cubesats/cubesat_3/data.json | 14 -------------- .../cubesats/cubesat_3/orbits.json | 14 -------------- .../simulation_config_3/cubesats/cubesat_3/rl.json | 14 -------------- .../cubesats/cubesat_3/rl_training.json | 14 -------------- .../groundstation_1/groundstation.json | 14 -------------- .../simulation_config_3/iots/iot_1/iot.json | 14 -------------- .../simulation_config_3/iots/iot_2/iot.json | 14 -------------- .../simulation_config_3/iots/iot_3/iot.json | 14 -------------- .../simulation_config_3/simulation/clock.json | 14 -------------- .../simulation_config_3/simulation/config.json | 14 -------------- .../simulation_config_3/simulation/czml.json | 14 -------------- .../simulation_config_3/simulation/logging.json | 14 -------------- .../cubesats/cubesat_1/agriculture.json | 14 -------------- .../cubesats/cubesat_1/data.json | 14 -------------- .../cubesats/cubesat_1/orbits.json | 14 -------------- .../simulation_config_5/cubesats/cubesat_1/rl.json | 14 -------------- .../cubesats/cubesat_1/rl_training.json | 14 -------------- .../cubesats/cubesat_2/agriculture.json | 14 -------------- .../cubesats/cubesat_2/data.json | 14 -------------- .../cubesats/cubesat_2/orbits.json | 14 -------------- .../simulation_config_5/cubesats/cubesat_2/rl.json | 14 -------------- .../cubesats/cubesat_2/rl_training.json | 14 -------------- .../cubesats/cubesat_3/agriculture.json | 14 -------------- .../cubesats/cubesat_3/data.json | 14 -------------- .../cubesats/cubesat_3/orbits.json | 14 -------------- .../simulation_config_5/cubesats/cubesat_3/rl.json | 14 -------------- .../cubesats/cubesat_3/rl_training.json | 14 -------------- .../cubesats/cubesat_4/agriculture.json | 14 -------------- .../cubesats/cubesat_4/data.json | 14 -------------- .../cubesats/cubesat_4/orbits.json | 14 -------------- .../simulation_config_5/cubesats/cubesat_4/rl.json | 14 -------------- .../cubesats/cubesat_4/rl_training.json | 14 -------------- .../cubesats/cubesat_5/agriculture.json | 14 -------------- .../cubesats/cubesat_5/data.json | 14 -------------- .../cubesats/cubesat_5/orbits.json | 14 -------------- .../simulation_config_5/cubesats/cubesat_5/rl.json | 14 -------------- .../cubesats/cubesat_5/rl_training.json | 14 -------------- .../groundstation_1/groundstation.json | 14 -------------- .../simulation_config_5/iots/iot_1/iot.json | 14 -------------- .../simulation_config_5/simulation/clock.json | 14 -------------- .../simulation_config_5/simulation/config.json | 14 -------------- .../simulation_config_5/simulation/czml.json | 14 -------------- .../simulation_config_5/simulation/logging.json | 14 -------------- .../cubesats/cubesat_1/agriculture.json | 14 -------------- .../cubesats/cubesat_1/cluster.json | 14 -------------- .../simulation_config/cubesats/cubesat_1/data.json | 14 -------------- .../cubesats/cubesat_1/orbits.json | 14 -------------- .../simulation_config/cubesats/cubesat_1/rl.json | 14 -------------- .../cubesats/cubesat_1/rl_training.json | 14 -------------- .../cubesats/cubesat_2/agriculture.json | 14 -------------- .../cubesats/cubesat_2/cluster.json | 14 -------------- .../simulation_config/cubesats/cubesat_2/data.json | 14 -------------- .../cubesats/cubesat_2/orbits.json | 14 -------------- .../simulation_config/cubesats/cubesat_2/rl.json | 14 -------------- .../cubesats/cubesat_2/rl_training.json | 14 -------------- .../cubesats/cubesat_3/agriculture.json | 14 -------------- .../cubesats/cubesat_3/cluster.json | 14 -------------- .../simulation_config/cubesats/cubesat_3/data.json | 14 -------------- .../cubesats/cubesat_3/orbits.json | 14 -------------- .../simulation_config/cubesats/cubesat_3/rl.json | 14 -------------- .../cubesats/cubesat_3/rl_training.json | 14 -------------- .../cubesats/cubesat_4/agriculture.json | 14 -------------- .../cubesats/cubesat_4/cluster.json | 14 -------------- .../simulation_config/cubesats/cubesat_4/data.json | 14 -------------- .../cubesats/cubesat_4/orbits.json | 14 -------------- .../simulation_config/cubesats/cubesat_4/rl.json | 14 -------------- .../cubesats/cubesat_4/rl_training.json | 14 -------------- .../cubesats/cubesat_5/agriculture.json | 14 -------------- .../cubesats/cubesat_5/cluster.json | 14 -------------- .../simulation_config/cubesats/cubesat_5/data.json | 14 -------------- .../cubesats/cubesat_5/orbits.json | 14 -------------- .../simulation_config/cubesats/cubesat_5/rl.json | 14 -------------- .../cubesats/cubesat_5/rl_training.json | 14 -------------- .../groundstation_1/groundstation.json | 14 -------------- .../groundstation_2/groundstation.json | 14 -------------- .../config/simulation_config/iots/iot_1/iot.json | 14 -------------- .../config/simulation_config/iots/iot_2/iot.json | 14 -------------- .../config/simulation_config/iots/iot_3/iot.json | 14 -------------- .../config/simulation_config/iots/iot_4/iot.json | 14 -------------- .../config/simulation_config/iots/iot_5/iot.json | 14 -------------- .../config/simulation_config/simulation/clock.json | 14 -------------- .../simulation_config/simulation/config.json | 14 -------------- .../config/simulation_config/simulation/czml.json | 14 -------------- .../simulation_config/simulation/logging.json | 14 -------------- simulation/czml/.dockerignore | 14 -------------- simulation/czml/requirements.yaml | 14 -------------- simulation/dashboard/.dockerignore | 14 -------------- simulation/dashboard/package.json | 14 -------------- simulation/dashboard/public/manifest.json | 14 -------------- simulation/dashboard/server_package.json | 14 -------------- .../dashboard/src/components/globe/packet.json | 14 -------------- simulation/data/.dockerignore | 14 -------------- simulation/deploy/openshift/env.yaml | 14 -------------- simulation/groundstation/.dockerignore | 14 -------------- simulation/iot/.dockerignore | 14 -------------- simulation/logging/.dockerignore | 14 -------------- simulation/orbits/.dockerignore | 14 -------------- simulation/orbits/requirements.yaml | 14 -------------- simulation/orbits/test_orbits_config.json | 14 -------------- simulation/rl-training/.dockerignore | 14 -------------- simulation/rl-training/requirements.yaml | 14 -------------- simulation/rl/.dockerignore | 14 -------------- simulation/rl/requirements.yaml | 14 -------------- simulation/template/.dockerignore | 14 -------------- simulation/template/template_config.json | 14 -------------- 197 files changed, 2758 deletions(-) diff --git a/.dockerignore b/.dockerignore index 61f4168..f292f9d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/conda-env.yaml b/conda-env.yaml index b890e5b..110012a 100644 --- a/conda-env.yaml +++ b/conda-env.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - anaconda - defaults diff --git a/examples/service.json b/examples/service.json index b92711a..de37918 100644 --- a/examples/service.json +++ b/examples/service.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "node_01", "shared_storage": { diff --git a/simulation/agriculture/.dockerignore b/simulation/agriculture/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/agriculture/.dockerignore +++ b/simulation/agriculture/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/clock/.dockerignore b/simulation/clock/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/clock/.dockerignore +++ b/simulation/clock/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/cluster/.dockerignore b/simulation/cluster/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/cluster/.dockerignore +++ b/simulation/cluster/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/config/.dockerignore b/simulation/config/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/config/.dockerignore +++ b/simulation/config/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json b/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json index 67b6bce..2c15e52 100644 --- a/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json +++ b/simulation/config/sample_simulation_configs/places-and-satellites/grstns.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "Station 0": { "latitude": 18.979025953255267, diff --git a/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json b/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json index e58d758..4c04340 100644 --- a/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json +++ b/simulation/config/sample_simulation_configs/places-and-satellites/swarm.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "cubesat_1": { "orbit": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json index 874ad6d..1045352 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json index 5d8aec1..6ba6654 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json index dcd1f16..f80e003 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json index 1d6e6b1..13fd519 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json index 67b615c..a21be66 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/cubesats/cubesat_1/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json index 6bf8762..c85a4d3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/groundstations/groundstation_1/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json index 52cca9a..6daf787 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/iots/iot_1/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json index f0be0b3..e0f8a7f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/clock.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json index d2ece9b..e859ac6 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json index 55c569e..09a232d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/czml.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json index 436231c..45ea90e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_1/simulation/logging.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json index 874ad6d..1045352 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json index 0a6c222..07bd675 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json index da0b4be..3d73376 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json index ccc3d68..af32546 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json index 67b615c..a21be66 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_1/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json index 22a634c..c46aba6 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json index dfd2f05..900015d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json index 5240ac5..2cf36e1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_10", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json index 8d513e5..34a761f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_10", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json index 9838571..112c5d4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_10/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_10", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json index f745ae0..3746e91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json index 2ffc448..49d645c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json index 363440a..1f7c78c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json index 362a527..7ab8efc 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json index a378f29..4cd3a91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_2/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json index 6d60b10..5f7db85 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json index eed02ed..8910a2b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json index 9d50d52..5fa7fc2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json index 6111a8d..918d92f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json index b58f783..49b403e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_3/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json index e8b7277..1c231aa 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json index d846cd6..546e3ba 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json index 602b4a4..8062034 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json index bcf43d5..b1bc6f5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json index 10d1566..945c45d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_4/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json index c9473a4..1eff88b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json index 82ebb39..9bac87f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json index 6f48ad4..1cf00be 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json index 3b841d4..0f5fb67 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json index e00ebcb..7d6430c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_5/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json index b845b81..a2954ba 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json index 6d3c3ae..afaf535 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json index 1c9d4f2..e53dd63 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_6", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json index 11988ac..5bc7fc3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_6", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json index 40d1bf3..762f8a4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_6/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_6", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json index 524c7c5..d75a678 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json index f901840..17190f4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json index 0392eb4..25a8e7c 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_7", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json index 088be4b..4cbada3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_7", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json index 1ec0137..5fb1c02 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_7/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_7", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json index 80149d6..4d59775 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json index 493307e..a9eee75 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json index 981d0f8..c5730b1 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_8", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json index 06941a0..aa665eb 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_8", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json index aa438be..3e90c7d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_8/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_8", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json index 1129c9c..92ab861 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json index 594b0f9..35c545b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json index b499271..5785488 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_9", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json index 93b072f..63796aa 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_9", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json index a790809..bbbe3a2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/cubesats/cubesat_9/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_9", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json index a4dcb6c..80a7c68 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_1/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json index 7ba53c5..255906f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/groundstations/groundstation_2/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json index 3e9c650..3498fc3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_1/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json index 5a911c3..5d5e35f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_2/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json index ae09e36..1dbc9d4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_3/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json index eb802a8..37657bb 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_4/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json index e416fd0..4cf299b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/iots/iot_5/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json index 12290ec..3952591 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/clock.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json index 1515889..725e878 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json index 4d46e55..0f81550 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/czml.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json index d58feb7..cb18617 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_10/simulation/logging.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json index 874ad6d..1045352 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json index d31b88b..c1ba4cf 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json index 6a327cf..2436763 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json index 7037cc1..4073882 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json index 67b615c..a21be66 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_1/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json index f745ae0..3746e91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json index 23345b1..f23a5ca 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json index 658f9a0..1fb05b3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json index da0f6d9..9f71b3b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json index a378f29..4cd3a91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_2/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json index 6d60b10..5f7db85 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json index 1d72f49..43ce17e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json index 533b62a..66433fd 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json index 6635782..5d33c60 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json index b58f783..49b403e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/cubesats/cubesat_3/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json index 6bf8762..c85a4d3 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/groundstations/groundstation_1/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json index 51e1b26..3270d81 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_1/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json index b3d0b62..45ca820 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_2/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json index e841dd9..5d114f4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/iots/iot_3/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json index 12290ec..3952591 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/clock.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json index 8a081fe..63618ee 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json index 0cf4d70..8895699 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/czml.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json index 436231c..45ea90e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_3/simulation/logging.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json index 874ad6d..1045352 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json index 5d8aec1..6ba6654 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json index fae6394..c089989 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json index db5e8bd..30cd5c2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json index 67b615c..a21be66 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_1/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json index f745ae0..3746e91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json index 6ee0763..38e7f59 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json index 9084a98..9056e3e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json index aad5ca1..a7e2480 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json index a378f29..4cd3a91 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_2/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json index 6d60b10..5f7db85 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json index 4254709..af334ef 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json index 01224e4..31bcf4f 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json index c1ff4f0..256095e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json index b58f783..49b403e 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_3/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json index e8b7277..1c231aa 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json index 5d8aec1..6ba6654 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json index dc3a750..a7ee166 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json index db5e8bd..30cd5c2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json index 10d1566..945c45d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_4/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json index c9473a4..1eff88b 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json index 5d8aec1..6ba6654 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json index 301dd63..cd552e4 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json index db5e8bd..30cd5c2 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json index 10d1566..945c45d 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/cubesats/cubesat_5/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json b/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json index fbf0400..3b0fcf5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/groundstations/groundstation_1/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json b/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json index ba66648..a00cbcb 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/iots/iot_1/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json index 12290ec..3952591 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/clock.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json index 0cbe584..c3aa022 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json index 7347f29..2fc718a 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/czml.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json index a5f2719..a7b92c5 100644 --- a/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json +++ b/simulation/config/sample_simulation_configs/simulation_config_5/simulation/logging.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json index 874ad6d..1045352 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json index b7daf9b..dd1e1f1 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/cluster.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id":"cubesat_1", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/data.json b/simulation/config/simulation_config/cubesats/cubesat_1/data.json index 0a6c222..07bd675 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json index 6ce22fd..23cda8d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/rl.json b/simulation/config/simulation_config/cubesats/cubesat_1/rl.json index d990c9d..9839b0c 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json index 67b615c..a21be66 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_1/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_1", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json index f745ae0..3746e91 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json index 97c0f51..cc5df7d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/cluster.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id":"cubesat_2", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/data.json b/simulation/config/simulation_config/cubesats/cubesat_2/data.json index 2ffc448..49d645c 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json index 516713e..1072083 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/rl.json b/simulation/config/simulation_config/cubesats/cubesat_2/rl.json index 71eb439..243aa97 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json index a378f29..4cd3a91 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_2/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_2", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json index 6d60b10..5f7db85 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json index 8e7645b..fc908ce 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/cluster.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id":"cubesat_3", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/data.json b/simulation/config/simulation_config/cubesats/cubesat_3/data.json index eed02ed..8910a2b 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json index 782af19..c028e7d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/rl.json b/simulation/config/simulation_config/cubesats/cubesat_3/rl.json index 54ddb50..750f901 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json index b58f783..49b403e 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_3/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_3", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json index e8b7277..1c231aa 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json index 09a16cd..8a8ea2a 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/cluster.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id":"cubesat_4", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/data.json b/simulation/config/simulation_config/cubesats/cubesat_4/data.json index d846cd6..546e3ba 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json index aee7353..a96125b 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/rl.json b/simulation/config/simulation_config/cubesats/cubesat_4/rl.json index 591bede..6957520 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json index 10d1566..945c45d 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_4/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_4", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json b/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json index c9473a4..1eff88b 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/agriculture.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json b/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json index 5419b44..dd5fc06 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/cluster.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id":"cubesat_5", "shared_storage":{ diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/data.json b/simulation/config/simulation_config/cubesats/cubesat_5/data.json index 82ebb39..9bac87f 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/data.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/data.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json b/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json index e80d339..24cd835 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/orbits.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage": { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/rl.json b/simulation/config/simulation_config/cubesats/cubesat_5/rl.json index 07fbed4..0574640 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/rl.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/rl.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json b/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json index e00ebcb..7d6430c 100644 --- a/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json +++ b/simulation/config/simulation_config/cubesats/cubesat_5/rl_training.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "cubesat_5", "shared_storage" : { diff --git a/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json b/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json index a4dcb6c..80a7c68 100644 --- a/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json +++ b/simulation/config/simulation_config/groundstations/groundstation_1/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_1", "shared_storage": { diff --git a/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json b/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json index 7ba53c5..255906f 100644 --- a/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json +++ b/simulation/config/simulation_config/groundstations/groundstation_2/groundstation.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "groundstation_2", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_1/iot.json b/simulation/config/simulation_config/iots/iot_1/iot.json index 3e9c650..3498fc3 100644 --- a/simulation/config/simulation_config/iots/iot_1/iot.json +++ b/simulation/config/simulation_config/iots/iot_1/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_1", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_2/iot.json b/simulation/config/simulation_config/iots/iot_2/iot.json index 5a911c3..5d5e35f 100644 --- a/simulation/config/simulation_config/iots/iot_2/iot.json +++ b/simulation/config/simulation_config/iots/iot_2/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_2", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_3/iot.json b/simulation/config/simulation_config/iots/iot_3/iot.json index ae09e36..1dbc9d4 100644 --- a/simulation/config/simulation_config/iots/iot_3/iot.json +++ b/simulation/config/simulation_config/iots/iot_3/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_3", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_4/iot.json b/simulation/config/simulation_config/iots/iot_4/iot.json index 838c78c..6e87158 100644 --- a/simulation/config/simulation_config/iots/iot_4/iot.json +++ b/simulation/config/simulation_config/iots/iot_4/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_4", "shared_storage": { diff --git a/simulation/config/simulation_config/iots/iot_5/iot.json b/simulation/config/simulation_config/iots/iot_5/iot.json index aa70072..e7d59dc 100644 --- a/simulation/config/simulation_config/iots/iot_5/iot.json +++ b/simulation/config/simulation_config/iots/iot_5/iot.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "iot_5", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/clock.json b/simulation/config/simulation_config/simulation/clock.json index 12290ec..3952591 100644 --- a/simulation/config/simulation_config/simulation/clock.json +++ b/simulation/config/simulation_config/simulation/clock.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/config.json b/simulation/config/simulation_config/simulation/config.json index 30c5c70..3794da0 100644 --- a/simulation/config/simulation_config/simulation/config.json +++ b/simulation/config/simulation_config/simulation/config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/czml.json b/simulation/config/simulation_config/simulation/czml.json index a43d25c..6a349bf 100644 --- a/simulation/config/simulation_config/simulation/czml.json +++ b/simulation/config/simulation_config/simulation/czml.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/config/simulation_config/simulation/logging.json b/simulation/config/simulation_config/simulation/logging.json index d58feb7..cb18617 100644 --- a/simulation/config/simulation_config/simulation/logging.json +++ b/simulation/config/simulation_config/simulation/logging.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "simulation", "shared_storage": { diff --git a/simulation/czml/.dockerignore b/simulation/czml/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/czml/.dockerignore +++ b/simulation/czml/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/czml/requirements.yaml b/simulation/czml/requirements.yaml index ce333c0..b733e8f 100644 --- a/simulation/czml/requirements.yaml +++ b/simulation/czml/requirements.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - conda-forge dependencies: diff --git a/simulation/dashboard/.dockerignore b/simulation/dashboard/.dockerignore index 897fe11..2dc75b5 100644 --- a/simulation/dashboard/.dockerignore +++ b/simulation/dashboard/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - node_modules npm-debug.log package-lock.json diff --git a/simulation/dashboard/package.json b/simulation/dashboard/package.json index 697e881..f51f866 100644 --- a/simulation/dashboard/package.json +++ b/simulation/dashboard/package.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "name": "user-interface", "version": "0.1.0", diff --git a/simulation/dashboard/public/manifest.json b/simulation/dashboard/public/manifest.json index 9f2ca24..1f2f141 100644 --- a/simulation/dashboard/public/manifest.json +++ b/simulation/dashboard/public/manifest.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "short_name": "React App", "name": "Create React App Sample", diff --git a/simulation/dashboard/server_package.json b/simulation/dashboard/server_package.json index 5bc15df..de64103 100644 --- a/simulation/dashboard/server_package.json +++ b/simulation/dashboard/server_package.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "name": "user-interface-backend", "version": "1.0.0", diff --git a/simulation/dashboard/src/components/globe/packet.json b/simulation/dashboard/src/components/globe/packet.json index c53171a..215b2d7 100644 --- a/simulation/dashboard/src/components/globe/packet.json +++ b/simulation/dashboard/src/components/globe/packet.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - [ { "id": "document", diff --git a/simulation/data/.dockerignore b/simulation/data/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/data/.dockerignore +++ b/simulation/data/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/deploy/openshift/env.yaml b/simulation/deploy/openshift/env.yaml index f741c94..225c0f4 100644 --- a/simulation/deploy/openshift/env.yaml +++ b/simulation/deploy/openshift/env.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - anaconda - defaults diff --git a/simulation/groundstation/.dockerignore b/simulation/groundstation/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/groundstation/.dockerignore +++ b/simulation/groundstation/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/iot/.dockerignore b/simulation/iot/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/iot/.dockerignore +++ b/simulation/iot/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/logging/.dockerignore b/simulation/logging/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/logging/.dockerignore +++ b/simulation/logging/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/orbits/.dockerignore b/simulation/orbits/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/orbits/.dockerignore +++ b/simulation/orbits/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/orbits/requirements.yaml b/simulation/orbits/requirements.yaml index ce333c0..b733e8f 100644 --- a/simulation/orbits/requirements.yaml +++ b/simulation/orbits/requirements.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - conda-forge dependencies: diff --git a/simulation/orbits/test_orbits_config.json b/simulation/orbits/test_orbits_config.json index feefd56..9f94ba0 100644 --- a/simulation/orbits/test_orbits_config.json +++ b/simulation/orbits/test_orbits_config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sat_phonebook":{"cubesat_2": true, "cubesat_1": true}, "iot_phonebook": {"1234": false, "1235": false}, diff --git a/simulation/rl-training/.dockerignore b/simulation/rl-training/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/rl-training/.dockerignore +++ b/simulation/rl-training/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/rl-training/requirements.yaml b/simulation/rl-training/requirements.yaml index 84bbcec..48a31ce 100644 --- a/simulation/rl-training/requirements.yaml +++ b/simulation/rl-training/requirements.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - anaconda - defaults diff --git a/simulation/rl/.dockerignore b/simulation/rl/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/rl/.dockerignore +++ b/simulation/rl/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/rl/requirements.yaml b/simulation/rl/requirements.yaml index 84bbcec..48a31ce 100644 --- a/simulation/rl/requirements.yaml +++ b/simulation/rl/requirements.yaml @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - channels: - anaconda - defaults diff --git a/simulation/template/.dockerignore b/simulation/template/.dockerignore index dbea289..73aa9bf 100644 --- a/simulation/template/.dockerignore +++ b/simulation/template/.dockerignore @@ -1,17 +1,3 @@ -# Copyright 2020 IBM Corporation -# -# 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. - # ------------------------------------------------------------------- # Custom Ignore # ------------------------------------------------------------------- diff --git a/simulation/template/template_config.json b/simulation/template/template_config.json index ef51ad6..6c6774e 100644 --- a/simulation/template/template_config.json +++ b/simulation/template/template_config.json @@ -1,17 +1,3 @@ -// Copyright 2020 IBM Corporation -// -// 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. - { "sender_id": "template", "shared_storage": {