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/encode/regionOrtho/regionOrtho.c src/hg/encode/regionOrtho/regionOrtho.c
index 1a0ee9d..4fb1473 100644
--- src/hg/encode/regionOrtho/regionOrtho.c
+++ src/hg/encode/regionOrtho/regionOrtho.c
@@ -1,19 +1,19 @@
 /* encodeSynteny - create HTML files to compare syntenic predictions from liftOver and Mercator */
 
 /* Copyright (C) 2013 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 "regionOrtho.h"
 
 void usage()
 {
 errAbort("regionOrtho - merge orthology predictions from liftOver and Mercator.\n"
 	 "              generates BED files for the regions. \n"
 	 "              (inputs in BED 4 files or BED 4+ tables)\n"
 	 "usage:\n\tregionOrtho { [sourceDb.]sourceTable | [sourcePath/]sourceFile] } \\\n"
 	 "                    { [toDb.]orthoTable1     | [orthoPath1/]orthoFile1  } \\\n"
 	 "                    { [toDb.]orthoTable2     | [orthoPath2/]orthoFile2  } \\\n"
 	 "                    consensusFile.bed order.err\n");
 }
 
 struct sizeList *getRegions(char *regionSource, boolean excludeRandoms)
 {