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/genePredReader.h src/hg/inc/genePredReader.h
index fda362d..8bf6949 100644
--- src/hg/inc/genePredReader.h
+++ src/hg/inc/genePredReader.h
@@ -1,18 +1,21 @@
 /* genePredReader - object to read genePred objects from database tables
  * or files.  */
 
+/* Copyright (C) 2004 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef GENEPREDREADER_H
 #define GENEPREDREADER_H
 
 struct sqlConnection;
 struct genePredReader;
 struct genePred;
 
 struct genePredReader *genePredReaderQuery(struct sqlConnection* conn,
                                            char* table, char* where);
 /* Create a new genePredReader to read from the given table in the database.
  * If where is not null, it is added as a where clause.  It will determine if
  * extended genePred columns are in the table.
  */
 
 struct genePredReader *genePredReaderRangeQuery(struct sqlConnection* conn,