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/snp132Ext.h src/hg/inc/snp132Ext.h
index 653b916..1ab25db 100644
--- src/hg/inc/snp132Ext.h
+++ src/hg/inc/snp132Ext.h
@@ -1,19 +1,22 @@
 /* snp132Ext.h was originally generated by the autoSql program, which also 
  * generated snp132Ext.c and snp132Ext.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2010 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef SNP132EXT_H
 #define SNP132EXT_H
 
 #define SNP132EXT_NUM_COLS 25
 
 struct snp132Ext
 /* Polymorphism data from dbSNP */
     {
     struct snp132Ext *next;  /* Next in singly linked list. */
     char *chrom;	/* Reference sequence chromosome or scaffold */
     unsigned chromStart;	/* Start position in chrom */
     unsigned chromEnd;	/* End position in chrom */
     char *name;	/* dbSNP Reference SNP (rs) identifier */
     unsigned score;	/* Not used */
     char *strand;	/* Which DNA strand contains the observed alleles */