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/gff.c src/lib/gff.c index ec2ce06..6058e01 100644 --- src/lib/gff.c +++ src/lib/gff.c @@ -1,21 +1,22 @@ /* gff - routines to read many types of gff and gtf files * and turn them into a relatively easy to deal with form * in memory. * * This file is copyright 2002 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ + #include "common.h" #include "hash.h" #include "linefile.h" #include "gff.h" #include "obscure.h" #include "dystring.h" void gffGroupFree(struct gffGroup **pGroup) /* Free up a gffGroup including lineList. */ { struct gffGroup *group; if ((group = *pGroup) != NULL) { slFreeList(&group->lineList);