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/snp/snpLoad/hapmapPhaseIIISummary.c src/hg/snp/snpLoad/hapmapPhaseIIISummary.c
index 847501f..e97e0f8 100644
--- src/hg/snp/snpLoad/hapmapPhaseIIISummary.c
+++ src/hg/snp/snpLoad/hapmapPhaseIIISummary.c
@@ -1,22 +1,22 @@
 /* hapmapPhaseIIISummary -- read in .bed files for subtracks of
  * hapmapSnps (rel27: phaseII+III merged data, also hapmapAlleles{Chimp,Macaque)
  * and write out .bed for hapmapPhaseIIISummary, which hgTracks uses for
  * filtering items in all of those subtracks. */
 
 /* 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. */
 
 /* This is inflexible about filenames (very rel27-specific).  If we
  * ever need flexibility, add args and options... */
 
 /* Some properties of rel27 genotype data (hapmapSnps*):
  * - observed does not come from dbSNP.  It is assayed allele1/allele2.
  *   That means that as far as the genotype files are concerned, there 
  *   are no complex SNPs -- all are bi-allelic.
  * - hapmapSnps strand is always +.
  * - In filtering, there is no need for "none" as minor allele -- we use 
  *   the monomorphicInPop flags instead. */
 
 #include "common.h"
 #include "options.h"
 #include "hash.h"