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/spDb.h src/hg/inc/spDb.h
index 90ddeb9..579c393 100644
--- src/hg/inc/spDb.h
+++ src/hg/inc/spDb.h
@@ -1,15 +1,18 @@
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 /* Routines to get data from relational version of
  * SwissProt database.  This database is generated
  * from SwissProt flat files by the spToDb program.
  *
  * Most of the routines take the primary SwissProt accession
  * as input, and will abort if this is not found in the database.
  * Use spIsPrimaryAcc to check for existence first if you want
  * to avoid this. The routines that return strings need them
  * free'd when you are done, and the routines that return lists
  * need them spFreeList'd when done unless you don't mind memory
  * leaks. */
 
 
 #ifndef SPDB_H
 #define SPDB_H