license it
authorDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 23:32:10 +0000 (16:32 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 23:32:10 +0000 (16:32 -0700)
subset_matrix.py

index 156692db89289bb9d9adab135a9e81f7a8ae65f2..cdecd9a4dab5f049bb02e5a45c120d8487235a62 100644 (file)
@@ -1,6 +1,22 @@
 #!/usr/bin/python3
 """Select a fraction of rows from a file
 """
 #!/usr/bin/python3
 """Select a fraction of rows from a file
 """
+# Copyright (2015) Diane Trout & California Institute of Technology
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 import argparse
 import random
 import os
 import argparse
 import random
 import os