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/snakeUi.h src/hg/inc/snakeUi.h
index 04a258d..0d82d7e 100644
--- src/hg/inc/snakeUi.h
+++ src/hg/inc/snakeUi.h
@@ -1,20 +1,20 @@
 /* snakeUi - Snake Format user interface controls that are shared
  * between more than one CGI. */
 
 /* 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. */
 #ifndef SNAKEUI_H
 #define SNAKEUI_H
 
 #include "cart.h"
 #include "trackDb.h"
 
 #define SNAKE_SHOW_SNP_WIDTH "showSnpWidth"
 #define SNAKE_DEFAULT_SHOW_SNP_WIDTH 50000
 
 
 #define   SNAKE_COLOR_BY_STRAND_LABEL     "by strand"
 #define   SNAKE_COLOR_BY_CHROM_LABEL      "by chromosome"
 #define   SNAKE_COLOR_BY_NONE_LABEL       "always blue"
 
 #define   SNAKE_COLOR_BY_STRAND_VALUE     "byStrand"