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/affyPairsToSample.c src/hg/affyTransciptome/affyPairsToSample.c index 0a4509a..41054ca 100644 --- src/hg/affyTransciptome/affyPairsToSample.c +++ src/hg/affyTransciptome/affyPairsToSample.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 "affyPairs.h" #include "affyOffset.h" #include "sample.h" #include "hash.h" #include "linefile.h" void usage() /* Give the user a hint about how to use this program. */ { errAbort("affyPairsToSample - Takes a 'pairs' format file from the Affy transcriptome\n" "data set and combines it with the Affy offset.txt file to output a 'sample' file\n" "which has the contig coordinates of the result.\n" "usage:\n\t"