From 182c1091ff089a3668f0fdd9881ef7c11caccdb5 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Thu, 11 Feb 2021 00:25:36 +0100 Subject: [PATCH] feat: Added license information to python file --- plot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plot.py b/plot.py index 412824b..bdf325f 100644 --- a/plot.py +++ b/plot.py @@ -1,6 +1,9 @@ #!/usr/bin/python # vim: set fileencoding=utf-8 : +# Copyright (C) Benedikt Bastin, 2021 +# SPDX-License-Identifier: EUPL-1.2 + import numpy as np import matplotlib.pyplot as plt import pandas as pd