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/pbStamp.h src/hg/inc/pbStamp.h
index 70524ab..0ff1c82 100644
--- src/hg/inc/pbStamp.h
+++ src/hg/inc/pbStamp.h
@@ -1,19 +1,22 @@
 /* pbStamp.h was originally generated by the autoSql program, which also 
  * generated pbStamp.c and pbStamp.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2003 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef PBSTAMP_H
 #define PBSTAMP_H
 
 #define PBSTAMP_NUM_COLS 9
 
 struct pbStamp
 /* Info needed for a Proteome Browser Stamp */
     {
     struct pbStamp *next;  /* Next in singly linked list. */
     char stampName[41];	/* Short Name of stamp */
     char stampTable[41];	/* Database table name of the stamp (distribution) data */
     char stampTitle[41];	/* Stamp Title to be displayed */
     int len;	/* number of x-y pairs */
     float xmin;	/* x minimum */
     float xmax;	/* x maximum */