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

diff --git src/inc/patSpace.h src/inc/patSpace.h
index 03a0ccd..0cdd23f 100644
--- src/inc/patSpace.h
+++ src/inc/patSpace.h
@@ -1,22 +1,21 @@
-/*****************************************************************************
- * 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) *
- *****************************************************************************/
 /* patSpace - a homology finding algorithm that occurs mostly in 
- * pattern space (as opposed to offset space). */
+ * pattern space (as opposed to offset space). 
+ *
+ * This file is copyright 2000 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
+
 
 #ifndef PATSPACE_H
 #define PATSPACE_H
 
 #ifndef DNASEQ_H
 #include "dnaseq.h"
 #endif
 
 struct patSpace *makePatSpace(
     struct dnaSeq **seqArray,       /* Array of sequence lists. */
     int seqArrayCount,              /* Size of above array. */
     int seedSize,	            /* Alignment seed size - 10 or 11. Must match oocFileName */
     char *oocFileName,              /* File with tiles to filter out, may be NULL. */
     int minMatch,                   /* Minimum # of matching tiles.  4 is good. */
     int maxGap                      /* Maximum gap size - 32k is good for