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/geneCheckWidget.h src/hg/inc/geneCheckWidget.h
index 078d881..b5ac911 100644
--- src/hg/inc/geneCheckWidget.h
+++ src/hg/inc/geneCheckWidget.h
@@ -1,19 +1,22 @@
 /* geneCheckWidget - output HTML tables to display geneCheck or
  * geneCheckDetails with browser links */
+
+/* Copyright (C) 2006 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef GENECHECKWIDGET_H
 #define GENECHECKWIDGET_H
 
 struct geneCheck;
 struct cart;
 struct geneCheckDetails;
 
 void geneCheckWidgetSummary(struct geneCheck *gc, char *tblClass, char *caption);
 /* write a table with result summary for one gene; caption maybe NULL */
 
 void geneCheckWidgetDetails(struct cart *cart, struct geneCheck *gc,
                             struct geneCheckDetails *gcdList, char *tblClass,
                             char *caption, char *target);
 /* display gene-check details; caption maybe NULL.  target is target of
  * links if not NULL.*/
 
 #endif