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/hgc/numtsClick.h src/hg/hgc/numtsClick.h index 0c526f9..13e422d 100644 --- src/hg/hgc/numtsClick.h +++ src/hg/hgc/numtsClick.h @@ -1,11 +1,11 @@ /* numtsClick - hgc code to display Numts track item detail page */ /* Copyright (C) 2012 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 NUMTSCLICK_H #define NUMTSCLICK_H void doNumtS(struct trackDb *tdb, char *item); /* Put up page for NumtS. */ #endif