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/chainToAxt.c src/lib/chainToAxt.c
index 66d18ad..cf1aff2 100644
--- src/lib/chainToAxt.c
+++ src/lib/chainToAxt.c
@@ -1,17 +1,20 @@
 /* chainToAxt - convert from chain to axt format. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "chain.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "axt.h"
 #include "chainToAxt.h"
 
 
 static struct axt *axtFromBlocks(
 	struct chain *chain,
 	struct cBlock *startB, struct cBlock *endB,
 	struct dnaSeq *qSeq, int qOffset,
 	struct dnaSeq *tSeq, int tOffset)
 /* Convert a list of blocks (guaranteed not to have inserts in both
  * strands between them) to an axt. */