feat: Added license information to python file
This commit is contained in:
parent
4306b0d0b1
commit
182c1091ff
1 changed files with 3 additions and 0 deletions
3
plot.py
3
plot.py
|
@ -1,6 +1,9 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# vim: set fileencoding=utf-8 :
|
# vim: set fileencoding=utf-8 :
|
||||||
|
|
||||||
|
# Copyright (C) Benedikt Bastin, 2021
|
||||||
|
# SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
Loading…
Reference in a new issue