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/affyGnf/pslAffySelect.c src/hg/affyGnf/pslAffySelect.c
index 977bbbe..a65cf87 100644
--- src/hg/affyGnf/pslAffySelect.c
+++ src/hg/affyGnf/pslAffySelect.c
@@ -1,15 +1,18 @@
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "psl.h"
 #include "hash.h"
 #include "cheapcgi.h"
 
 
 #define TICS 100
 float seqIdent = -1.0;  /* minimum sequence identity allowed, -1 is a good error as nothing will pass */
 float basePct = -1.0;   /* minimum percentage of bases allowed, -1 is a good error as nothing will pass */
 char *pslIn = NULL;     /* file to input psls from */
 char *pslOut = NULL;    /* file to output psls to */
 
 void msg(char *mesg)
 {
 fprintf(stdout, "%s", mesg);