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/makeDb/outside/hgGtexAse/hgGtexAse.c src/hg/makeDb/outside/hgGtexAse/hgGtexAse.c index ee35727..0bf8444 100644 --- src/hg/makeDb/outside/hgGtexAse/hgGtexAse.c +++ src/hg/makeDb/outside/hgGtexAse/hgGtexAse.c @@ -1,24 +1,24 @@ /* hgGtexAse - Load tables of GTEx Allele-Specific Expression summary data from Lappalainen lab at NY Genome Center. Contact: Stephane Castel. Header line: chr, pos, rsid, samples, individuals, median_coverage, min_ae, q1_ae, median_ae, q3_ae, max_ae, std_ae */ /* Copyright (C) 2016 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. */ #include "common.h" #include "portable.h" #include "verbose.h" #include "memgfx.h" #include "options.h" #include "basicBed.h" #include "linefile.h" #include "gtexTissue.h" #include "gtexAse.h" // Versions are used to suffix tablenames static char *version = "V6"; boolean trackDb = FALSE;