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/hgGenome/hgGenome.h src/hg/hgGenome/hgGenome.h index c8a0a29..2a149a8 100644 --- src/hg/hgGenome/hgGenome.h +++ src/hg/hgGenome/hgGenome.h @@ -1,22 +1,22 @@ /* hgGenome.h - Include file used by all modules in hgGenome. * hgGenome is a CGI script that produces a web page containing * a graphic with all chromosomes in genome, and a graph or two * on top of them. */ /* Copyright (C) 2010 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 HGGENOME_H #define HGGENOME_H #include "grp.h" #include "hPrint.h" #include "customTrack.h" /*** Prefixes for variables in cart we don't share with other apps. ***/ #define hggPrefix "hgGenome_" #define hggDo hggPrefix "do" /*** Our various cart variables. ***/ #define hggGraphPrefix hggPrefix "graph" #define hggGraphColorPrefix hggPrefix "graphColor"