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/cirm/cdw/inc/cdwQaWigSpotFromRa.h src/hg/cirm/cdw/inc/cdwQaWigSpotFromRa.h index 100f6f6..5ef6bef 100644 --- src/hg/cirm/cdw/inc/cdwQaWigSpotFromRa.h +++ src/hg/cirm/cdw/inc/cdwQaWigSpotFromRa.h @@ -1,21 +1,21 @@ /* Parser to read in a cdwQaWigSpot from a ra file where tags in ra file correspond to fields in a * struct. This program was generated by raToStructGen. */ /* Copyright (C) 2014 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 CDWQAWIGSPOTFROMRA_H struct raToStructReader *cdwQaWigSpotRaReader(); /* Make a raToStructReader for cdwBamFile */ struct cdwQaWigSpot *cdwQaWigSpotFromNextRa(struct lineFile *lf, struct raToStructReader *reader); /* Return next stanza put into an cdwQaWigSpot. */ struct cdwQaWigSpot *cdwQaWigSpotLoadRa(char *fileName); /* Return list of all cdwQaWigSpot in ra file. */ struct cdwQaWigSpot *cdwQaWigSpotOneFromRa(char *fileName); /* Return cdwQaWigSpot in file and insist there be exactly one record. */ #endif /* CDWQAWIGSPOTFROMRA_H */