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/pslWQueryID.h src/hg/inc/pslWQueryID.h
index 25e4e19..d6be17e 100644
--- src/hg/inc/pslWQueryID.h
+++ src/hg/inc/pslWQueryID.h
@@ -1,19 +1,22 @@
 /* pslWQueryID.h was originally generated by the autoSql program, which also 
  * generated pslWQueryID.c and pslWQueryID.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2004 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef PSLWQUERYID_H
 #define PSLWQUERYID_H
 
 #define PSLWQUERYID_NUM_COLS 22
 
 struct pslWQueryID
 /* Summary info about a patSpace alignment with a query ID addition */
     {
     struct pslWQueryID *next;  /* Next in singly linked list. */
     unsigned matches;	/* Number of bases that match that aren't repeats */
     unsigned misMatches;	/* Number of bases that don't match */
     unsigned repMatches;	/* Number of bases that match but are part of repeats */
     unsigned nCount;	/* Number of 'N' bases */
     unsigned qNumInsert;	/* Number of inserts in query */
     unsigned qBaseInsert;	/* Number of bases inserted in query */