624f4b612627304cc2424be2d1ab7a314ab651a2
kent
  Tue May 27 10:43:34 2014 -0700
Adding spacing for readability around some copyrights notices that needed it.
diff --git src/lib/flydna.c src/lib/flydna.c
index d2423d9..f2416d1 100644
--- src/lib/flydna.c
+++ src/lib/flydna.c
@@ -1,19 +1,20 @@
 /* flydna.c - routines for accessing fly genome and cDNA sequences. 
  *
  * This file is copyright 2002 Jim Kent, but license is hereby
  * granted for all use - public, private or commercial. */
+
 #include "common.h"
 #include "snof.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "fa.h"
 #include "nt4.h"
 #include "cda.h"
 #include "wormdna.h"
 #include "flydna.h"
 
 
 static char *chromNames[] = {"adh"};
 static char *ntFileNames[] = {"c:/biodata/fly/chrom/adh.nt"};
 
 void flyLoadNt4Genome(struct nt4Seq ***retNt4Seq, int *retNt4Count)