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/lib/qa.c src/lib/qa.c
index 65f171f..d919f96 100644
--- src/lib/qa.c
+++ src/lib/qa.c
@@ -1,17 +1,20 @@
 /* qa - Modules to help do testing, especially on html based apps. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "hash.h"
 #include "dystring.h"
 #include "portable.h"
 #include "htmlPage.h"
 #include "errabort.h"
 #include "errCatch.h"
 #include "htmshell.h"
 #include "qa.h"
 
 
 char *qaStringBetween(char *text, char *startPattern, char *endPattern)
 /* Return text that occurs between startPattern and endPattern,
  * or NULL if no startPattern.  (Will return up to 100 characters
  * after startPattern if there is no endPattern) */