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/lib/dnaLoad.c src/lib/dnaLoad.c
index f3a24d8..f498e23 100644
--- src/lib/dnaLoad.c
+++ src/lib/dnaLoad.c
@@ -1,17 +1,20 @@
 /* dnaLoad - Load dna from a variaty of file formats. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "dnaseq.h"
 #include "fa.h"
 #include "twoBit.h"
 #include "nib.h"
 #include "dnaLoad.h"
 
 
 struct dnaLoadStack
 /* Keep track of a single DNA containing file. */
     {
     struct dnaLoadStack *next;	/* Next in list. */
     struct twoBitFile *twoBit; /* Two bit file if any. */
     struct twoBitIndex *tbi;	 /* Next twoBit sequence. */
     struct lineFile *textFile;	/* Text file if any. */