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/genbank.h src/hg/inc/genbank.h
index 95cad24..04b3ed5 100644
--- src/hg/inc/genbank.h
+++ src/hg/inc/genbank.h
@@ -1,16 +1,19 @@
 /* genbank.h - Various functions for dealing with genbank data */
+
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef GENBANK_H
 #define GENBANK_H
 
 /* buffer size for a genbank or refseq accession, with version */
 #define GENBANK_ACC_BUFSZ 24
 
 #ifndef HASH_H
 #include "hash.h"
 #endif
 
 #ifndef LINEFILE_H
 #include "linefile.h"
 #endif
 struct psl;