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/inc/featureBits.h src/hg/inc/featureBits.h
index 1b618db..a5690ac 100644
--- src/hg/inc/featureBits.h
+++ src/hg/inc/featureBits.h
@@ -1,16 +1,19 @@
 /* FeatureBits - convert features tables to bitmaps. */
+
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef FEATUREBITS_H
 #define FEATUREBITS_H
 
 #ifndef BITS_H
 #include "bits.h"
 #endif
 #include "hdb.h"
 #include "cart.h"
 #include "bed.h"
 
 struct featureBits
 /* A part of a sequence. */
     {
     struct featureBits *next;
     char *name;		/* Symbolic name for feature. */