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/regulate/companion/regCompanionHistoneBox/regCompanionHistoneBox.c src/hg/regulate/companion/regCompanionHistoneBox/regCompanionHistoneBox.c index dd732ce..e5935d4 100644 --- src/hg/regulate/companion/regCompanionHistoneBox/regCompanionHistoneBox.c +++ src/hg/regulate/companion/regCompanionHistoneBox/regCompanionHistoneBox.c @@ -1,20 +1,20 @@ /* regCompanionHistoneBox - Run a filter that looks for something peaky surrounded by something * squishy. Good for looking at DNAse and txn factor ChIP peaks surrounded by histone marks.. */ /* Copyright (C) 2011 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 "verbose.h" #include "basicBed.h" #include "sqlNum.h" #include "bits.h" #include "bigWig.h" double threshold = 10; int boxWidth = 1200; void usage()