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/pslPairs/pslPairs.c src/hg/pslPairs/pslPairs.c
index 0caf0fe..a3ba3b1 100644
--- src/hg/pslPairs/pslPairs.c
+++ src/hg/pslPairs/pslPairs.c
@@ -1,23 +1,26 @@
 /* pslPairs - join paired ends in psl alignments */
 /*
   File: pslPairs.c
   Author: Terry Furey
   Date: 10/1/2003
   Description: Create end sequence pairs from psl files
 */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "linefile.h"
 #include "memalloc.h"
 #include "hash.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "fuzzyFind.h"
 #include "portable.h"
 #include "psl.h"
 #include "options.h"
 #include "binRange.h"
 
 static boolean VERBOSE = FALSE;
 static boolean SLOP = FALSE;
 static boolean SHORT = FALSE;