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/kehayden/linearSat/linearSat.c src/kehayden/linearSat/linearSat.c index 35d6d3d..8202fa5 100644 --- src/kehayden/linearSat/linearSat.c +++ src/kehayden/linearSat/linearSat.c @@ -1,21 +1,21 @@ /* linearSat - assemble repeat regions such as centromeres from reads that have * been parsed into various repeat monomer variants. Cycles of these variants tend to * form higher order repeats. */ /* Copyright (C) 2013 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 "linefile.h" #include "hash.h" #include "options.h" #include "dystring.h" #include "dlist.h" #include "obscure.h" #include "errAbort.h" /* Global vars - all of which can be set by command line options. */ int pseudoCount = 1; int maxChainSize = 3; int initialOutSize = 10000; int maxOutSize;