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/tests/udcTest.c src/lib/tests/udcTest.c
index c25d981..4bf92bd 100644
--- src/lib/tests/udcTest.c
+++ src/lib/tests/udcTest.c
@@ -1,17 +1,20 @@
 /* udcTest -- test the URL data cache */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 // suggestions from Mark: 1. try setvbuf, to make FILE * unbuffered -- does that help?
 //                        2. *if* need to do own buffering, consider mmap()
 //                           (kernel handles buffering)
 
 #include <sys/wait.h>
 #include "common.h"
 #include "errabort.h"
 #include "options.h"
 #include "portable.h"
 #include "udc.h"
 
 
 static struct optionSpec options[] = {
     {"size",    OPTION_BOOLEAN},
     {"raBuf",    OPTION_BOOLEAN},