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/hg/lib/chainNet.c src/hg/lib/chainNet.c index 9b9f314..6ff9b1b 100644 --- src/hg/lib/chainNet.c +++ src/hg/lib/chainNet.c @@ -1,18 +1,21 @@ /* chainNet - read/write and free nets which are constructed * of chains of genomic alignments. */ +/* Copyright (C) 2014 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 "chainNet.h" struct cnFill *cnFillNew() /* Return fill structure with some basic stuff filled in */ { struct cnFill *fill; AllocVar(fill); fill->tN = fill->qN = fill->tR = fill->qR = fill->tNewR = fill->qNewR = fill->tOldR = fill->qOldR = fill->qTrf = fill->tTrf = fill->qOver = fill->qFar = fill->qDup = -1;