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/chainToPsl.c src/lib/chainToPsl.c index d6c92d3..f37cf20 100644 --- src/lib/chainToPsl.c +++ src/lib/chainToPsl.c @@ -1,19 +1,22 @@ /* chainToPsl - convert between chains and psl. Both of these * are alignment formats that can handle gaps in both strands * and do not include the sequence itself. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "hash.h" #include "psl.h" #include "chain.h" struct psl *chainToPsl(struct chain *chain) /* chainToPsl - convert chain to psl. This does not fill in * the match, repMatch, mismatch, and N fields since it needs * the sequence for that. It does fill in the rest though. */ { struct psl *psl; int blockCount, i;