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/orthoMap/agxToIntronBeds.c src/hg/orthoMap/agxToIntronBeds.c
index 7eecc59..e24445d 100644
--- src/hg/orthoMap/agxToIntronBeds.c
+++ src/hg/orthoMap/agxToIntronBeds.c
@@ -1,20 +1,20 @@
 /* agxToIntronBeds.c - Program to transform an altGraphX record into a 
    series of introns. */
 
 /* Copyright (C) 2004 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 "bed.h"
 #include "altGraphX.h"
 #include "dystring.h"
 
 void usage()
 {
 errAbort("agxToIntronBeds - Program to output all introns from altGraphX\n"
 	 "records as beds. Designed for use in MGC project looking for novel\n"
 	 "introns from altGraphX records transferred over from mouse.\n"
 	 "usage:\n"
 	 "  agxToIntronBeds agxFile bedOutFile\n");
 }
 
 struct bed *bedForEdge(struct altGraphX *ag, bool **em, int v1, int v2, int edgeCount)