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/wigAsciiToBinary/wigAsciiToBinary.c src/utils/wigAsciiToBinary/wigAsciiToBinary.c
index b30cc0a..28fada5 100644
--- src/utils/wigAsciiToBinary/wigAsciiToBinary.c
+++ src/utils/wigAsciiToBinary/wigAsciiToBinary.c
@@ -1,17 +1,17 @@
 /* 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. */
 
 /* wigAsciiToBinary - convert ascii Wiggle data to binary file
  *	plus, produces file read for load into database
  *
  *	The ascii data file is simply two columns, white space separated:
  *	first column: offset within chromosome, 1 relative closed end
  *	second column: any real data value
  *
  *	Each data block will have its own specific scale computed
  *
  *	This first pass will assume the scores are specified for
  *	a single nucleotide base.  If the offset sequence has
  *	missing data in it, the missing data will be set to the
  *	"WIG_NO_DATA" indication.  (WIG_NO_DATA == 128)
  *