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/bigRmskUi.h src/hg/inc/bigRmskUi.h
index fbb1be9..eae3688 100644
--- src/hg/inc/bigRmskUi.h
+++ src/hg/inc/bigRmskUi.h
@@ -1,19 +1,19 @@
 /* bigRmskUi - bigRmsk tracks */
 
 /* Copyright (C) 2021 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 BIGRMSKUI_H
 #define BIGRMSKUI_H
 
 /* Visual features */
 // Show unaligned extensions arms on detailed glyphs
 #define BIGRMSK_SHOW_UNALIGNED_EXTENTS           "bigrmsk.showUnalignedExtents"
 #define BIGRMSK_SHOW_UNALIGNED_EXTENTS_DEFAULT   TRUE
 
 // Show inline labels preceeding each glyph
 #define BIGRMSK_SHOW_LABELS           "bigrmsk.showLabels"
 #define BIGRMSK_SHOW_LABELS_DEFAULT   TRUE
 
 // Revert to the original UCSC class-based 'pack' visualization
 #define BIGRMSK_ORIG_PACKVIZ          "bigrmsk.origPackViz"
 #define BIGRMSK_ORIG_PACKVIZ_DEFAULT   FALSE