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/affyAtlas.h src/hg/inc/affyAtlas.h
index d0fc85e..7be6fda 100644
--- src/hg/inc/affyAtlas.h
+++ src/hg/inc/affyAtlas.h
@@ -1,19 +1,22 @@
 /* affyAtlas.h was originally generated by the autoSql program, which also 
  * generated affyAtlas.c and affyAtlas.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef AFFYATLAS_H
 #define AFFYATLAS_H
 
 #ifndef JKSQL_H
 #include "jksql.h"
 #endif
 
 struct affyAtlas
 /* analysis information from Affymetrix human atlas data */
     {
     struct affyAtlas *next;  /* Next in singly linked list. */
     char *annName;	/* analysis name, array name? */
     char *probeSet;	/* probe set that signal corresponds to */
     float signal;	/* signal of probeset detected */
     char detection[3];	/* not sure... */