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/bigBedFind.h src/hg/inc/bigBedFind.h index f84a8c8..d1d4d60 100644 --- src/hg/inc/bigBedFind.h +++ src/hg/inc/bigBedFind.h @@ -1,10 +1,10 @@ /* bigBedFind.h - Find things in big beds . */ /* Copyright (C) 2010 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 BIGBEDFIND_H #define BIGBEDFIND_H boolean findBigBedPosInTdbList(struct cart *cart, char *db, struct trackDb *tdbList, char *term, struct hgPositions *hgp, struct hgFindSpec *hfs); /* find a term in a list of tracks which may include a bigBed */ #endif /* BIGBEDFIND_H */