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/hCytoBand.c src/hg/lib/hCytoBand.c
index cdb36d61..8084815 100644
--- src/hg/lib/hCytoBand.c
+++ src/hg/lib/hCytoBand.c
@@ -1,18 +1,21 @@
 /* hCytoBand - stuff to help draw chromosomes where we have
  * banding data. */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "hvGfx.h"
 #include "hCommon.h"
 #include "hgColors.h"
 #include "cytoBand.h"
 #include "hCytoBand.h"
 
 
 static char *abbreviatedBandName(struct cytoBand *band, 
 	MgFont *font, int width, boolean isDmel)
 /* Return a string abbreviated enough to fit into space. */
 {
 int textWidth;
 static char string[32];