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/utils/bedPileUps/bedPileUps.c src/utils/bedPileUps/bedPileUps.c index ae1b0e1..62da2bc 100644 --- src/utils/bedPileUps/bedPileUps.c +++ src/utils/bedPileUps/bedPileUps.c @@ -1,19 +1,19 @@ /* bedPileUps - Find (exact) pile-ups (overlaps) if any in bed input */ /* Copyright (C) 2012 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" void usage() /* Explain usage and exit. */ { errAbort( "bedPileUps - Find (exact) overlaps if any in bed input\n" "usage:\n" " bedPileUps in.bed\n" "Where in.bed is in one of the ascii bed formats.\n" "The in.bed file must be sorted by chromosome,start,\n" " to sort a bed file, use the unix sort command:\n"