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/annoStreamDb.h src/hg/inc/annoStreamDb.h
index 63ba7f7..9c4722b 100644
--- src/hg/inc/annoStreamDb.h
+++ src/hg/inc/annoStreamDb.h
@@ -1,12 +1,15 @@
 /* annoStreamDb -- subclass of annoStreamer for database tables */
 
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef ANNOSTREAMDB_H
 #define ANNOSTREAMDB_H
 
 #include "annoStreamer.h"
 
 struct annoStreamer *annoStreamDbNew(char *db, char *table, struct annoAssembly *aa,
 				     struct asObject *asObj, int maxOutRows);
 /* Create an annoStreamer (subclass) object from a database table described by asObj. */
 
 #endif//ndef ANNOSTREAMDB_H