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/sageVisCGI/rosChr22Dat.h src/hg/sageVisCGI/rosChr22Dat.h
index ecbafa0..08f5bbc 100644
--- src/hg/sageVisCGI/rosChr22Dat.h
+++ src/hg/sageVisCGI/rosChr22Dat.h
@@ -1,19 +1,22 @@
 /* rosChr22Dat.h was originally generated by the autoSql program, which also 
  * generated rosChr22Dat.c and rosChr22Dat.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2005 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef ROSCHR22DAT_H
 #define ROSCHR22DAT_H
 
 struct rosChr22Dat
 /* Detailed Expression Data Record For Rosetta Chr 22 Data */
     {
     struct rosChr22Dat *next;  /* Next in singly linked list. */
     char *chrom;	/* Chromosome Name */
     unsigned chromStart;	/* Start in Chromosome */
     unsigned chromEnd;	/* End in Chromosome */
     char *name;	/* human name */
     int probeType;	/* Whether probes came from type 1 array or type 2 */
     int labelType;	/* 1 equals standard labeling, 2 equals reverse labeling */
     char *strand;	/* + or - */
     char *expName;	/* Experiment Name */