987241ea99c99b93aea51bb63bdf579f927e9d2b
kent
  Wed Oct 7 13:46:09 2015 -0700
Fixing copyright on some old essentially public domain files.

diff --git src/inc/oldGff.h src/inc/oldGff.h
index 550e9cc..f7fd351 100644
--- src/inc/oldGff.h
+++ src/inc/oldGff.h
@@ -1,24 +1,23 @@
-/*****************************************************************************
- * Copyright (C) 2000 Jim Kent.  This source code may be freely used         *
- * for personal, academic, and non-profit purposes.  Commercial use          *
- * permitted only by explicit agreement with Jim Kent (jim_kent@pacbell.net) *
- *****************************************************************************/
 /* oldGff.h - This reads a *special* type of .GFF file.  
  * Some of the routines herein expect the gff file to include
  * both DNA and gene/intron/exon info.  They expect the
- * genes to be named by the group field. */
+ * genes to be named by the group field. 
+ *
+ * This file is copyright 2000 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
+
 #ifndef OLDGFF_H
 #define OLDGFF_H
 
 struct gff
 /* This is the structure that holds info on a gff file.
  */
     {
     char fileName[256];
     FILE *file;
     long fileSize;
     char buf[256];
     int bufSize;
     int bytesInBuf;
     int readIx;
     int lineNumber;