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/inc/visiGene.h src/hg/inc/visiGene.h
index 34def84..b629b43 100644
--- src/hg/inc/visiGene.h
+++ src/hg/inc/visiGene.h
@@ -1,19 +1,22 @@
 /* visiGene.h - Interface to visiGene database. 
  * The id that almost every routine uses is the image.id
  * field. */
 
+/* Copyright (C) 2006 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef VISIGENE_H
 #define VISIGENE_H
 
 int visiGeneImageFile(struct sqlConnection *conn, int id);
 /* Return image file ID associated with image ID.  A file
  * con contain multiple images. */
 
 struct slInt *visiGeneImagesForFile(struct sqlConnection *conn, 
 	int imageFile);
 /* Given image file ID, return list of all associated image IDs. */
 
 char *visiGenePaneLabel(struct sqlConnection *conn, int id);
 /* Return label for pane of this image in file if any, NULL if none.
  * FreeMem this when done. */