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/affyTransciptome/mergeAffyFiles.c src/hg/affyTransciptome/mergeAffyFiles.c
index 599f855..5126efb 100644
--- src/hg/affyTransciptome/mergeAffyFiles.c
+++ src/hg/affyTransciptome/mergeAffyFiles.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 "bed.h"
 #include "cheapcgi.h"
 #include "hash.h"
 #include "linefile.h"
 #include "dnautil.h"
 void usage() 
 {
 errAbort("mergeAffyFiles - Combines an Affy 1lq file describing a chip layout, a\n"
 	 "nmer file from nmerAlign aligning the oligos in the genome, and a series\n"
 	 "of .cel files for given experiments. The output is either a .sample file\n"
 	 "suitable for the browser or the file used by affyTransLiftedToSample.c\n"
 	 "usage:\n\t"
 	 "mergeAffyFiles <1lq file> <nmer file> <cel files....> <optional: output=affyTrans>\n");
 }