e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/lib/snakeUi.c src/hg/lib/snakeUi.c
index a3690b7..29e0b53 100644
--- src/hg/lib/snakeUi.c
+++ src/hg/lib/snakeUi.c
@@ -1,18 +1,21 @@
 /* snakeUi - Snake Format user interface controls that are shared
  * between more than one CGI. */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "cheapcgi.h"
 #include "errCatch.h"
 #include "hCommon.h"
 #include "hui.h"
 #include "jsHelper.h"
 #include "snakeUi.h"
 
 
 static void showSnpWidthCfg(struct cart *cart, struct trackDb *tdb,
 				char *name, boolean parentLevel)
 {
 unsigned showSnpWidth = cartOrTdbInt(cart, tdb, 
     SNAKE_SHOW_SNP_WIDTH, SNAKE_DEFAULT_SHOW_SNP_WIDTH);