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/encode3/encodeDataWarehouse/inc/edwQaWigSpotFromRa.h src/hg/encode3/encodeDataWarehouse/inc/edwQaWigSpotFromRa.h index 8a7cf49..8ac52fe 100644 --- src/hg/encode3/encodeDataWarehouse/inc/edwQaWigSpotFromRa.h +++ src/hg/encode3/encodeDataWarehouse/inc/edwQaWigSpotFromRa.h @@ -1,21 +1,21 @@ /* Parser to read in a edwQaWigSpot 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 EDWQAWIGSPOTFROMRA_H struct raToStructReader *edwQaWigSpotRaReader(); /* Make a raToStructReader for edwBamFile */ struct edwQaWigSpot *edwQaWigSpotFromNextRa(struct lineFile *lf, struct raToStructReader *reader); /* Return next stanza put into an edwQaWigSpot. */ struct edwQaWigSpot *edwQaWigSpotLoadRa(char *fileName); /* Return list of all edwQaWigSpot in ra file. */ struct edwQaWigSpot *edwQaWigSpotOneFromRa(char *fileName); /* Return edwQaWigSpot in file and insist there be exactly one record. */ #endif /* EDWQAWIGSPOTFROMRA_H */