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/affyTransciptome/htmlFromBeds.c src/hg/affyTransciptome/htmlFromBeds.c
index e06981b..754f5a1 100644
--- src/hg/affyTransciptome/htmlFromBeds.c
+++ src/hg/affyTransciptome/htmlFromBeds.c
@@ -1,16 +1,19 @@
 /* htmlFromBeds - htmlFromBeds - This program creates a web page with a series of hyperlinks to the beds in the bed track. This is useful when a bed track is sparse and you want to just zoom to items instead of scrolling around.\n. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "bed.h"
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "htmlFromBeds - htmlFromBeds - This program creates a web page with a\n"
   "series of hyperlinks to the beds in the bed track. This is useful\n"
   "when a bed track is sparse and you want to just zoom to items instead\n"
   "of scrolling around.\n"