e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/randomPlacement/randomPlacement.c src/hg/randomPlacement/randomPlacement.c index 87112e6..a3998af 100644 --- src/hg/randomPlacement/randomPlacement.c +++ src/hg/randomPlacement/randomPlacement.c @@ -1,17 +1,20 @@ /* 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. */ + #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. Initially sort to be in order by chr,chromStart so they