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/gbWarn.h src/hg/inc/gbWarn.h
index 74a70bb..79a6461 100644
--- src/hg/inc/gbWarn.h
+++ src/hg/inc/gbWarn.h
@@ -1,19 +1,22 @@
 /* gbWarn.h was originally generated by the autoSql program, which also 
  * generated gbWarn.c and gbWarn.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef GBWARN_H
 #define GBWARN_H
 
 #define GBWARN_NUM_COLS 2
 
 enum gbWarnReason
     {
     gbWarnInvitroNorm = 0,
     gbWarnAthRage = 1,
     gbWarnOrestes = 2,
     };
 struct gbWarn
 /* warnings about particular clones in GenBank */
     {
     struct gbWarn *next;  /* Next in singly linked list. */