fb47bea212d67be3cfd13f59d41fd50d1f51fc17
kent
  Tue May 27 10:40:57 2014 -0700
Adding a few UC Regents Copyrights I missed in last round.
diff --git src/lib/axt.c src/lib/axt.c
index 0f4e002..3dca3a4 100644
--- src/lib/axt.c
+++ src/lib/axt.c
@@ -1,18 +1,15 @@
-/* Copyright (C) 2013 The Regents of the University of California 
- * See README in this or parent directory for licensing information. */
-
 /* AXT - A simple alignment format with four lines per
  * alignment.  The first specifies the names of the
  * two sequences that align and the position of the
  * alignment, as well as the strand.  The next two
  * lines contain the alignment itself including dashes
  * for inserts.  The alignment is separated from the
  * next alignment with a blank line. 
  *
  * This file contains routines to read such alignments.
  * Note that though the coordinates are one based and
  * closed on disk, they get converted to our usual half
  * open zero based in memory. 
  *
  * This file is copyright 2002 Jim Kent, but license is hereby
  * granted for all use - public, private or commercial. */