From 2fbbfcaa43d7fa5caa8c0e29de671f069a5bc979 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 13 Nov 2018 14:50:44 +0000 Subject: [PATCH] Add Copyright notice --- gooswapper.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gooswapper.py b/gooswapper.py index 1742b55..3b5300c 100644 --- a/gooswapper.py +++ b/gooswapper.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 +# Copyright (C) 2018 Genome Research Limited +# +# Author: Matthew Vernon +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import sys import getpass import os -- 2.30.2