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/chainDb.h src/hg/inc/chainDb.h
index a6fda8f..94ca14e 100644
--- src/hg/inc/chainDb.h
+++ src/hg/inc/chainDb.h
@@ -1,24 +1,27 @@
 /* chainDb.h was originally generated by the autoSql program, which also 
  * generated chainDb.c and chainDb.sql.  This header links the database and
  * the RAM representation of objects. 
  *
  * Note that this was built after the 'chainBlock' routine, which
  * was developed around a flat .chain file which is structured
  * fairly differently than the database table.   However this
  * module does refer to the same chain structure as is in chainBlock.*/
 
+/* Copyright (C) 2009 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef CHAINDB_H
 #define CHAINDB_H
 
 #ifndef CHAINBLOCK_H
 #include "chainBlock.h"
 #endif
 
 void chainHeadStaticLoad(char **row, struct chain *ret);
 /* Load a row from chain table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 
 struct chain *chainHeadLoad(char **row);
 /* Load a chain from row fetched with select * from chain
  * from database.  Dispose of this with chainFree(). */