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/lib/paraFetch.c src/lib/paraFetch.c
index b0949a9..325b892 100644
--- src/lib/paraFetch.c
+++ src/lib/paraFetch.c
@@ -1,17 +1,20 @@
 /* paraFetch - fetch things from remote URLs in parallel. */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include <utime.h>
 #include "common.h"
 #include "internet.h"
 #include "errabort.h"
 #include "hash.h"
 #include "linefile.h"
 #include "net.h"
 #include "https.h"
 #include "sqlNum.h"
 #include "obscure.h"
 #include "portable.h"
 #include "paraFetch.h"
 
 
 static void paraFetchWriteStatus(char *origPath, struct parallelConn *pcList,