e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/utils/paraFetch/paraFetch.c src/utils/paraFetch/paraFetch.c
index a49fc40..004e8aa 100644
--- src/utils/paraFetch/paraFetch.c
+++ src/utils/paraFetch/paraFetch.c
@@ -1,16 +1,19 @@
 /* paraFetch - fetch URL with multiple parallel connections. */
+
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "options.h"
 #include "dystring.h"
 #include "obscure.h"
 #include "net.h"
 #include "paraFetch.h"
 
 void usage()
 /* Explain usage and exit */
 {
 errAbort(
     "paraFetch - try to fetch url with multiple connections\n"
     "usage:\n"
     "   paraFetch N R URL {outPath}\n"
     "   where N is the number of connections to use\n"