d9d90603665c77c2ccdb3e1972a3dbea14c3475d
braney
  Sun Sep 9 14:14:22 2018 -0700
add some copyright messages to the tops of some files #22023

diff --git src/hg/lib/bigBedLabel.c src/hg/lib/bigBedLabel.c
index a20b77e..a27c874 100644
--- src/hg/lib/bigBedLabel.c
+++ src/hg/lib/bigBedLabel.c
@@ -1,15 +1,19 @@
+/* bigBedLabel.c - Label things in big beds . */
+
+/* Copyright (C) 2018 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 
 #include "common.h"
 #include "bPlusTree.h"
 #include "bbiFile.h"
 #include "bigBed.h"
 #include "hgFind.h"
 #include "trix.h"
 #include "trackHub.h"
 #include "hubConnect.h"
 #include "hdb.h"
 #include "errCatch.h"
 #include "hui.h"
 #include "obscure.h"
 
 void bigBedLabelCalculateFields(struct cart *cart, struct trackDb *tdb, struct bbiFile *bbi,  struct slInt **labelColumns )