e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/lib/axt.c src/lib/axt.c
index 3dca3a4..0f4e002 100644
--- src/lib/axt.c
+++ src/lib/axt.c
@@ -1,15 +1,18 @@
+/* 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. */