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/utils/cageSingleTrack/cageSingleTrack.c src/hg/utils/cageSingleTrack/cageSingleTrack.c
index 489080b..9ae07ba 100644
--- src/hg/utils/cageSingleTrack/cageSingleTrack.c
+++ src/hg/utils/cageSingleTrack/cageSingleTrack.c
@@ -1,20 +1,20 @@
 /* Reach in cage data files from Riken and process them into two top level tracks.
    One track for + strand and another for the - strand. */
 
 /* Copyright (C) 2009 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 "dlist.h"
 #include "genePred.h"
 #include "linefile.h"
 #include "hash.h"
 #include "verbose.h"
 #include "options.h"
 
 static struct optionSpec optionSpecs[] = 
 /* Our acceptable options to be called with. */
 {
     {"help", OPTION_BOOLEAN},
     {"input", OPTION_STRING},
     {"forward", OPTION_STRING},