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/hgGenome/browseRegions.c src/hg/hgGenome/browseRegions.c
index 41779dc..ae8edc4 100644
--- src/hg/hgGenome/browseRegions.c
+++ src/hg/hgGenome/browseRegions.c
@@ -1,15 +1,18 @@
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "hash.h"
 #include "portable.h"
 #include "bed.h"
 #include "htmshell.h"
 #include "cart.h"
 #include "hui.h"
 #include "web.h"
 #include "chromGraph.h"
 #include "hPrint.h"
 #include "hgGenome.h"
 #include "trashDir.h"
 
 
 static void quotedBrowserUrl(FILE *f, struct bed3 *bed, struct genoGraph *gg)