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/randomPlacement/randomPlacement.c src/hg/randomPlacement/randomPlacement.c index a3998af..3b3c94e 100644 --- src/hg/randomPlacement/randomPlacement.c +++ src/hg/randomPlacement/randomPlacement.c @@ -1,19 +1,19 @@ /* randomPlacement - run placement trials on a set of elements */ /* Copyright (C) 2006 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 "common.h" #include "options.h" #include "bed.h" /************************************************************************* Procedure: 1. Read in bed list defining bounding regions. Space between the bounding regions will be the gaps in which items can be placed. Sort to be in order by chr,chromStart. Construct a master list of gaps defined by these bounding elements to be copied and used repeatedly later for placement trials (fixed or random). 2. Read in the bed list defining the items to place in the gaps.