From dc56d8286a648884c704688379f56c98045204c5 Mon Sep 17 00:00:00 2001 From: perrotcap Date: Mon, 22 Jul 2024 14:48:15 +0200 Subject: [PATCH] fixed header --- .../sos_processes/techno_dict/visualistion.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/energy_models/sos_processes/techno_dict/visualistion.py b/energy_models/sos_processes/techno_dict/visualistion.py index 3a692352..64385eaf 100644 --- a/energy_models/sos_processes/techno_dict/visualistion.py +++ b/energy_models/sos_processes/techno_dict/visualistion.py @@ -1,3 +1,18 @@ +''' +Copyright 2024 Capgemini +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT 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 matplotlib.colors as mcolors import matplotlib.pyplot as plt import numpy as np