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

diff --git src/inc/supStitch.h src/inc/supStitch.h
index 3ef0d63..96ca7cc 100644
--- src/inc/supStitch.h
+++ src/inc/supStitch.h
@@ -1,25 +1,24 @@
-/*****************************************************************************
- * 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) *
- *****************************************************************************/
 /* supStitch stitches together a bundle of ffAli alignments that share
  * a common query and target sequence into larger alignments if possible.
  * This is commonly used when the query sequence was broken up into
  * overlapping blocks in the initial alignment, and also to look for
- * introns larger than fuzzyFinder can handle. */
+ * introns larger than fuzzyFinder can handle. 
+ *
+ * This file is copyright 2000 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
+
 
 #ifndef SUPSTITCH_H
 #define SUPSTITCH_H
 
 #ifndef DNASEQ_H
 #include "dnaseq.h"
 #endif
 
 #ifndef FUZZYFIND_H
 #include "fuzzyFind.h"
 #endif
 
 #ifndef PATSPACE_H
 #include "patSpace.h"
 #endif