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/stsInfoMouse.h src/hg/inc/stsInfoMouse.h
index 83a6be3..82bb87a 100644
--- src/hg/inc/stsInfoMouse.h
+++ src/hg/inc/stsInfoMouse.h
@@ -1,19 +1,22 @@
 /* stsInfoMouse.h was originally generated by the autoSql program, which also 
  * generated stsInfoMouse.c and stsInfoMouse.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2002 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef STSINFOMOUSE_H
 #define STSINFOMOUSE_H
 
 struct stsInfoMouse
 /* Constant STS marker information */
     {
     struct stsInfoMouse *next;  /* Next in singly linked list. */
     unsigned identNo;	/* UCSC identification number */
     char *name;	/* Official UCSC name */
     unsigned MGIPrimerID;	/* sts Primer's MGI ID or 0 if N/A */
     char *primerName;	/* sts Primer's name */
     char *primerSymbol;	/* sts Primer's symbol */
     char *primer1;	/* primer1 sequence */
     char *primer2;	/* primer2 sequence */
     char *distance;	/* Length of STS sequence */