From 3a971e5eba96ded6f7e137c95322274cca72be8d Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 26 Dec 2019 20:52:54 +0100 Subject: [PATCH] Add copyright to file header --- par.py | 7 +++++-- seq.py | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/par.py b/par.py index e15bd21..aee23ca 100644 --- a/par.py +++ b/par.py @@ -1,7 +1,10 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# vim:fenc=utf-8 et - +# vim:fenc=utf-8 +# +# Copyright © 2019 +# +# Distributed under terms of the BSD 3-Clause license. import argparse import multiprocessing diff --git a/seq.py b/seq.py index d016351..cadb483 100644 --- a/seq.py +++ b/seq.py @@ -1,7 +1,10 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# vim:fenc=utf-8 et - +# vim:fenc=utf-8 +# +# Copyright © 2019 +# +# Distributed under terms of the BSD 3-Clause license. import argparse import numpy as np