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/inc/pcrResult.h src/hg/inc/pcrResult.h
index 1388e12..f5243bc 100644
--- src/hg/inc/pcrResult.h
+++ src/hg/inc/pcrResult.h
@@ -1,17 +1,20 @@
 /* pcrResult -- support for internal track of hgPcr results. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef PCRRESULT_H
 #define PCRRESULT_H
 
 #include "targetDb.h"
 #include "cart.h"
 
 /* Definitions for track name and labels: */
 #define PCR_RESULT_TRACK_NAME "hgPcrResult"
 #define PCR_RESULT_TRACK_LABEL "PCR Results"
 #define PCR_RESULT_TRACK_LONGLABEL "Your Sequence from PCR Search"
 
 /* UI settings: */
 #define PCR_RESULT_TARGET_STYLE PCR_RESULT_TRACK_NAME "_targetStyle"
 #define PCR_RESULT_TARGET_STYLE_TRIM "trim"
 #define PCR_RESULT_TARGET_STYLE_TALL "tall"