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/goa.h src/hg/inc/goa.h
index e3a9da0..a33e656 100644
--- src/hg/inc/goa.h
+++ src/hg/inc/goa.h
@@ -1,19 +1,22 @@
 /* goa.h was originally generated by the autoSql program, which also 
  * generated goa.c and goa.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2003 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef GOA_H
 #define GOA_H
 
 #define GOA_NUM_COLS 15
 
 struct goa
 /* GO Association. See http://www.geneontology.org/doc/GO.annotation.html#file */
     {
     struct goa *next;  /* Next in singly linked list. */
     char *db;	/* Database - SPTR for SwissProt */
     char *dbObjectId;	/* Database accession - like 'Q13448' */
     char *dbObjectSymbol;	/* Name - like 'CIA1_HUMAN' */
     char *notId;	/* (Optional) If 'NOT'. Indicates object isn't goId */
     char *goId;	/* GO ID - like 'GO:0015888' */
     char *dbReference;	/* something like SGD:8789|PMID:2676709 */