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/lib/longRange.c src/hg/lib/longRange.c index 1cd4614..9f455a9 100644 --- src/hg/lib/longRange.c +++ src/hg/lib/longRange.c @@ -1,22 +1,22 @@ /* longRange --- functions to provide UI for long range interaction * graph. Functions to retrieve long range information from * bedTabix format. */ /* Copyright (C) 2016 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. */ #include "hui.h" #include "longRange.h" void longRangeCfgUi(struct cart *cart, struct trackDb *tdb, char *name, char *title, boolean boxed) /* Complete track controls for long range interaction. */ { boxed = cfgBeginBoxAndTitle(tdb, boxed, title); // track height control char buffer[1024]; int min, max, deflt, current; cartTdbFetchMinMaxPixels(cart, tdb, LONG_MINHEIGHT, LONG_MAXHEIGHT, atoi(LONG_DEFHEIGHT), &min, &max, &deflt, ¤t); safef(buffer, sizeof buffer, "%s.%s", name, LONG_HEIGHT);