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/liftOverChain.h src/hg/inc/liftOverChain.h
index b15b3b9..ff8f5cf 100644
--- src/hg/inc/liftOverChain.h
+++ src/hg/inc/liftOverChain.h
@@ -1,19 +1,22 @@
 /* liftOverChain.h was originally generated by the autoSql program, which also 
  * generated liftOverChain.c and liftOverChain.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef LIFTOVERCHAIN_H
 #define LIFTOVERCHAIN_H
 
 #ifndef JKSQL_H
 #include "jksql.h"
 #endif
 
 #define LIFTOVERCHAIN_NUM_COLS 9
 
 struct liftOverChain
 /* Chain file for lifting annotations between assemblies */
     {
     struct liftOverChain *next;  /* Next in singly linked list. */
     char *fromDb;	/* Short name of 'from' database.  'hg15' or the like */
     char *toDb;	/* Short name of 'to' database.  'hg16' or the like */