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/trackFromLifts.c src/hg/affyTransciptome/trackFromLifts.c
index bf4d87b..85052c4 100644
--- src/hg/affyTransciptome/trackFromLifts.c
+++ src/hg/affyTransciptome/trackFromLifts.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 "cheapcgi.h"
 
 
 
 /* # script to automate the long process of creating affymetrix's  */
 /* # transcriptome track from their lift files. */
 
 void usage()
 {
     errAbort("trackFromLifts.pl - generate a track from the lift files provided by\n"
 	     "Simon Cawley at Affymetrix. Assumes that you are already in the directory.\n"
 	     "usage:\n\t"
 	     "trackFromLifts.pl <dbFreeze> <optional: directory containing sql files for tables.> <optional -noCleanup>\n");
 }