624f4b612627304cc2424be2d1ab7a314ab651a2
kent
  Tue May 27 10:43:34 2014 -0700
Adding spacing for readability around some copyrights notices that needed it.
diff --git src/lib/pslTbl.c src/lib/pslTbl.c
index 2380c31..54f0739 100644
--- src/lib/pslTbl.c
+++ src/lib/pslTbl.c
@@ -1,19 +1,20 @@
 /* table of psl alignments, grouped by query */
 
 /* Copyright (C) 2005 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "pslTbl.h"
 #include "psl.h"
 #include "hash.h"
 #include "linefile.h"
 #include "localmem.h"
 
 static struct pslQuery *pslQueryGet(struct pslTbl *pslTbl,
                                     char *qName)
 /* get pslQuery object for qName, creating if it doesn't exist. */
 {
 struct hashEl *qHel = hashStore(pslTbl->queryHash, qName);
 if (qHel->val == NULL)
     {
     struct pslQuery *pslQuery;