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/genePredToMafFrames/orgGenes.h src/hg/genePredToMafFrames/orgGenes.h index 0b6fefc..b13b5a2 100644 --- src/hg/genePredToMafFrames/orgGenes.h +++ src/hg/genePredToMafFrames/orgGenes.h @@ -1,19 +1,19 @@ /* geneBins - objects used to hold gene related data */ /* 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 GENEBINS #define GENEBINS #include "mafFrames.h" struct orgGenes; struct mafComp; struct mafFrames; struct orgGenes /* object with genes for a given organism, indexable by range */ { struct orgGenes *next; /* next organism */ char *srcDb; /* gene source db */ struct chromBins *bins; /* map of chrom and ranges to cds exons */ struct lm *memPool; /* memory for exons allocated from this pool */ char *curChrom; /* cache of current string for allocating pool memory */