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/affyTransLifted.h src/hg/inc/affyTransLifted.h
index 6c7f868..fbd1b31 100644
--- src/hg/inc/affyTransLifted.h
+++ src/hg/inc/affyTransLifted.h
@@ -1,19 +1,22 @@
 /* affyTransLifted.h was originally generated by the autoSql program, which also 
  * generated affyTransLifted.c and affyTransLifted.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2002 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef AFFYTRANSLIFTED_H
 #define AFFYTRANSLIFTED_H
 
 struct affyTransLifted
 /* Data file format for Affymetrix transcriptome data from Simon Cawley which has been normalized and lifted to a new assembly of the human genome. */
     {
     struct affyTransLifted *next;  /* Next in singly linked list. */
     char *chrom;	/* Chromosome in hs.NCBIfreeze.chrom fomat originally */
     unsigned chromPos;	/* Coordinate in chromosome (location of central base of the 25-mer) */
     int xCoord;	/* x-coordinate (column) of PM feature on chip */
     int yCoord;	/* y-coordinate (row) of PM feature on chip */
     int rawPM;	/* raw value of PM */
     int rawMM;	/* raw value of MM */
     float normPM;	/* normalized value of PM */
     float normMM;	/* normalized value of MM */