e4c85f62505d21f22ba7cf3cc08312ca56835df9
galt
  Mon Aug 27 15:53:35 2018 -0700
dregs of dregs, i.e. mostly email domains: changing cse to soe

diff --git src/inc/jointalign.h src/inc/jointalign.h
index c9d9fe0..8d86396 100644
--- src/inc/jointalign.h
+++ src/inc/jointalign.h
@@ -1,30 +1,30 @@
 /*****************************************************************************
  * Copyright (C) 2002 Ryan Weber.  This source code may be freely used       *
  * for personal, academic, and non-profit purposes.  Commercial use          *
- * permitted only by explicit agreement with Ryan Weber (weber@cse.ucsc.edu) *
+ * permitted only by explicit agreement with Ryan Weber (weber@soe.ucsc.edu) *
  *****************************************************************************/
 /* jointalign.h - routines for printing a joint alignment in html. */
 
 #ifndef JOINTALIGN_H
 #define JOINTALIGN_H
 
 void htmlPrintJointAlignment( char *seq1, char *seq2, int columnNum, 
         int start, int end, char *strand );
 /* Print sequences 1 and 2 (assumed to be a joint alignment),
  * formatted for html output. Coordinates are printed based on
  * the start and end positions and oriented according to the
  * strand the sequences are on (+ or -).*/
 
 boolean ucaseMatch( char a, char b );
 /* Case insensitive character matching */
 
 void validateSeqs( char *seq1, char *seq2 );
 /*Make sure sequences are the same length*/
 
 void htmlPrintJointAlignmentLine( char *seq1, char *seq2, int start, int end);
 /* Prints one line of the joint alignment between seq1 and seq2,
  * from seq[start] to seq[end-1].*/
 
 
 #endif /* JOINTALIGN */