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/yaleGencodeAssoc.h src/hg/inc/yaleGencodeAssoc.h
index 5c23ea4..100f3e7 100644
--- src/hg/inc/yaleGencodeAssoc.h
+++ src/hg/inc/yaleGencodeAssoc.h
@@ -1,19 +1,22 @@
 /* yaleGencodeAssoc.h was originally generated by the autoSql program, which also 
  * generated yaleGencodeAssoc.c and yaleGencodeAssoc.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2010 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef YALEGENCODEASSOC_H
 #define YALEGENCODEASSOC_H
 
 #define YALESANGERASSOC_NUM_COLS 3
 
 struct yaleGencodeAssoc
 /* association of Yale pseudogenes with Gencode transcripts */
     {
     struct yaleGencodeAssoc *next;  /* Next in singly linked list. */
     char *transcript;	/* Gencode transcript id */
     char *yaleId;	/* Yale id */
     char *locus;	/* Gencode locus id */
     };
 
 void yaleGencodeAssocStaticLoad(char **row, struct yaleGencodeAssoc *ret);