1
0
Fork 0

feat: Added license information to python file

This commit is contained in:
Benedikt Bastin 2021-02-11 00:25:36 +01:00
parent 4306b0d0b1
commit 182c1091ff
1 changed files with 3 additions and 0 deletions

View File

@ -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