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/hg/perf/hgTracksRandom.c src/hg/perf/hgTracksRandom.c
index af2da40..6c5bde6 100644
--- src/hg/perf/hgTracksRandom.c
+++ src/hg/perf/hgTracksRandom.c
@@ -1,18 +1,21 @@
 /* hgTracksRandom - For a given organism, view hgTracks (default tracks) in random position.
                     Record display time. */
 
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "chromInfo.h"
 #include "dystring.h"
 #include "hash.h"
 #include "hdb.h"
 #include "htmlPage.h"
 #include "linefile.h"
 #include "jksql.h"
 #include "options.h"
 #include "portable.h"
 #include <signal.h>
 
 
 static char *database = NULL;
 static boolean quiet = FALSE;