chiark / gitweb /
Add Copyright notice
authorMatthew Vernon <mv3@sanger.ac.uk>
Tue, 13 Nov 2018 14:50:44 +0000 (14:50 +0000)
committerMatthew Vernon <mv3@sanger.ac.uk>
Tue, 13 Nov 2018 14:50:44 +0000 (14:50 +0000)
gooswapper.py

index 1742b558624120b2972a6b1285b4e34d4edae899..3b5300cb9ba806dad33a7de79bb959e225f3e930 100644 (file)
@@ -1,5 +1,22 @@
 #!/usr/bin/env python3
 
 #!/usr/bin/env python3
 
+# Copyright (C) 2018 Genome Research Limited
+#
+# Author: Matthew Vernon <mv3@sanger.ac.uk>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
 import sys
 import getpass
 import os
 import sys
 import getpass
 import os