4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/inc/geneCheckWidget.h src/hg/inc/geneCheckWidget.h index b5ac911..c3c97c8 100644 --- src/hg/inc/geneCheckWidget.h +++ src/hg/inc/geneCheckWidget.h @@ -1,20 +1,20 @@ /* 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. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ 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.*/