Add copyright to file header

This commit is contained in:
Pavle Portic 2019-12-26 20:52:54 +01:00
parent 391e9d6b85
commit 3a971e5eba
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
2 changed files with 10 additions and 4 deletions

7
par.py
View File

@ -1,7 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8 et
# vim:fenc=utf-8
#
# Copyright © 2019 <pavle.portic@tilda.center>
#
# Distributed under terms of the BSD 3-Clause license.
import argparse
import multiprocessing

7
seq.py
View File

@ -1,7 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8 et
# vim:fenc=utf-8
#
# Copyright © 2019 <pavle.portic@tilda.center>
#
# Distributed under terms of the BSD 3-Clause license.
import argparse
import numpy as np