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/inc/variantProjector.h src/hg/inc/variantProjector.h
index cb3fc46..5bf9b77 100644
--- src/hg/inc/variantProjector.h
+++ src/hg/inc/variantProjector.h
@@ -1,21 +1,21 @@
 /* variantProjector -- use sequence alignments and indel realignment to transform genomic variants
  * to transcript and protein variants.  Compute sufficient information to predict functional
  * effects on proteins and to form HGVS g., n., and if applicable c. and p. terms. */
 
 /* Copyright (C) 2017 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. */
 
 #ifndef VARIANTPROJECTOR_H
 #define VARIANTPROJECTOR_H
 
 #include "basicBed.h"
 #include "dnaseq.h"
 #include "genbank.h"
 #include "gpFx.h"
 #include "psl.h"
 #include "seqWindow.h"
 
 enum vpTxRegion
 /* Which region of a transcript contains the start or end of a variant. */
     {
     vpUnknown,