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/exprBed.h src/hg/inc/exprBed.h
index 8d53e0f..53bbaa0 100644
--- src/hg/inc/exprBed.h
+++ src/hg/inc/exprBed.h
@@ -1,19 +1,22 @@
 /* exprBed.h was originally generated by the autoSql program, which also 
  * generated exprBed.c and exprBed.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2002 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef EXPRBED_H
 #define EXPRBED_H
 
 struct exprBed
 /* Expression data information */
     {
     struct exprBed *next;  /* Next in singly linked list. */
     char *chrom;	/* Chromosome name */
     unsigned chromStart;	/* position in nucleotides where feature starts on chromosome */
     unsigned chromEnd;	/* position in nucleotides where featrure stops on chromsome */
     char *name;	/* feature standardized name; can be a gene, exon or other */
     unsigned size;	/* Size of the feature, may be useful if we cannot place it */
     unsigned uniqueAlign;	/* 1 if alignment was a global maximum, 0 otherwise */
     unsigned score;	/* Score from pslLayout of best score */
     char *hname;	/* feature human name: can be a gene, exon or other */