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/txGene/txGeneCanonical/txGeneCanonical.c src/hg/txGene/txGeneCanonical/txGeneCanonical.c
index b6f678e..82ba0f7 100644
--- src/hg/txGene/txGeneCanonical/txGeneCanonical.c
+++ src/hg/txGene/txGeneCanonical/txGeneCanonical.c
@@ -1,21 +1,21 @@
 /* txGeneCanonical - Pick a canonical version of each gene - that is the form
  * to use when just interested in a single splicing varient. Produces final
  * transcript clusters as well. */
 
 /* 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 "binRange.h"
 #include "options.h"
 #include "rangeTree.h"
 #include "obscure.h"
 #include "bed.h"
 #include "txGraph.h"
 #include "txCluster.h"
 #include "txInfo.h"
 #include "minChromSize.h"