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/bigBedLabel.h src/hg/inc/bigBedLabel.h index f77d552..b95fa4f 100644 --- src/hg/inc/bigBedLabel.h +++ src/hg/inc/bigBedLabel.h @@ -1,13 +1,13 @@ /* bigBedLabel.h - Label things in big beds . */ /* Copyright (C) 2018 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 BIGBEDLABEL_H #define BIGBEDLABEL_H void bigBedLabelCalculateFields(struct cart *cart, struct trackDb *tdb, struct bbiFile *bbi, struct slInt **labelColumns ); /* Figure out which fields are available to label a bigBed track. */ char *bigBedMakeLabel(struct trackDb *tdb, struct slInt *labelColumns, struct bigBedInterval *bb, char *chromName); // Build a label for a bigBedTrack from the requested label fields. #endif /* BIGBEDLABEL_H */