From daca7044db5cb27ef22bf299aca262a0c74a5337 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Thu, 24 Mar 2016 20:54:08 +0100 Subject: [PATCH] Add license statement. --- genmul.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/genmul.py b/genmul.py index 03be6ce..308ddee 100644 --- a/genmul.py +++ b/genmul.py @@ -20,6 +20,15 @@ See also: IEEE Transactions on Computers, 1982. """ +# +# Copyright 2016 Joris van Rantwijk +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. +# + + import sys import argparse