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/dbDb.h src/hg/inc/dbDb.h
index 7f093c6..e3d23ac 100644
--- src/hg/inc/dbDb.h
+++ src/hg/inc/dbDb.h
@@ -1,19 +1,22 @@
 /* dbDb.h was originally generated by the autoSql program, which also 
  * generated dbDb.c and dbDb.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2004 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef DBDB_H
 #define DBDB_H
 
 #define DBDB_NUM_COLS 13
 
 struct dbDb
 /* Description of annotation database */
     {
     struct dbDb *next;  /* Next in singly linked list. */
     char *name;	/* Short name of database.  'hg8' or the like */
     char *description;	/* Short description - 'Aug. 8, 2001' or the like */
     char *nibPath;	/* Path to packed sequence files */
     char *organism;	/* Common name of organism - first letter capitalized */
     char *defaultPos;	/* Default starting position */
     int active;	/* Flag indicating whether this db is in active use */