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/mafGene.h src/hg/inc/mafGene.h index 164f0b2..2498243 100644 --- src/hg/inc/mafGene.h +++ src/hg/inc/mafGene.h @@ -1,17 +1,17 @@ /* 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. */ /* options */ #define MAFGENE_EXONS (1 << 0) #define MAFGENE_NOTRANS (1 << 1) #define MAFGENE_OUTBLANK (1 << 2) #define MAFGENE_OUTTABLE (1 << 3) #define MAFGENE_INCLUDEUTR (1 << 4) #define MAFGENE_UNIQUEAA (1 << 5) /* output a FASTA alignment from the given mafTable * for a given genePred */ void mafGeneOutPred(FILE *f, struct genePred *pred, char *dbName, char *mafTable, struct slName *speciesNameList, unsigned options,