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/pslRecalcMatch/pslRecalcMatch.c src/hg/pslRecalcMatch/pslRecalcMatch.c
index 1fe31ad..9def72c 100644
--- src/hg/pslRecalcMatch/pslRecalcMatch.c
+++ src/hg/pslRecalcMatch/pslRecalcMatch.c
@@ -1,19 +1,22 @@
 /* pslRecalcMatch - Recalculate match,mismatch,repMatch columns in psl file.  
  * This can be useful if the psl went through pslMap, or if you've added 
  * lower-case repeat masking after the fact. */
 
+/* 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 "hash.h"
 #include "options.h"
 #include "dnaseq.h"
 #include "fa.h"
 #include "nib.h"
 #include "twoBit.h"
 #include "nibTwo.h"
 #include "dnaLoad.h"
 #include "dystring.h"
 #include "psl.h"
 
 
 void usage()