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

diff --git src/inc/maToFf.h src/inc/maToFf.h
index 18b8aa7..9c0c304 100644
--- src/inc/maToFf.h
+++ src/inc/maToFf.h
@@ -1,21 +1,20 @@
-/*****************************************************************************
- * 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) *
- *****************************************************************************/
 #ifndef MATOFF_H
 #define MATOFF_H
 
-/* Convert between mrnaAli and ffAli representations of an alignment. */
+/* Convert between mrnaAli and ffAli representations of an alignment. 
+ *
+ * This file is copyright 2000 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
+
 
 struct mrnaAli *ffToMa(struct ffAli *ffLeft, 
 	struct dnaSeq *mrnaSeq, char *mrnaAcc,
 	struct dnaSeq *genoSeq, char *genoAcc, 
 	boolean isRc, boolean isEst);
 /* Convert ffAli structure to mrnaAli. */
 
 struct ffAli *maToFf(struct mrnaAli *ma, DNA *needle, DNA *haystack);
 /* Convert from database to internal representation of alignment. */
 
 #endif /* MATOFF_H */