From 440529e1573d27aa4280fef0b37f64ee7fec9263 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Wed, 26 Aug 2020 17:36:06 +0200 Subject: [PATCH] license note added --- obsw_tmtc_client.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index b005834..a55d162 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -8,6 +8,21 @@ to be extensible and easy to use. This clien is based on the PUS standard for th of telecommands and telemetry. It can also send TMTC via different interfaces like the serial interface (USB port) or ethernet interface. +@license +Copyright 2020 KSat e.V. Stuttgart + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + @manual Run this file with the -h flag to display options. """ -- GitLab