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