4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/lib/chainToAxt.c src/lib/chainToAxt.c index cf1aff2..7441980 100644 --- src/lib/chainToAxt.c +++ src/lib/chainToAxt.c @@ -1,19 +1,19 @@ /* 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. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ 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