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/chromBins.h src/hg/inc/chromBins.h index 66a8059..85849ca 100644 --- src/hg/inc/chromBins.h +++ src/hg/inc/chromBins.h @@ -1,19 +1,19 @@ /* chromBins - object for storing per-chrom binKeeper objects */ /* Copyright (C) 2005 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 CHROMBINS_H #define CHROMBINS_H struct slName; /* prototype of function to free entries (optional). Should * take a pointer to a pointer to an entry */ typedef void (chromBinsFreeFunc)(); struct chromBins /* per-chromosome binRange objects */ { chromBinsFreeFunc *freeFunc; /* entry free function if not null */ struct hash* chromTbl; /* map chrom-> binRange */ };