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/hgTracks/wabaTrack.c src/hg/hgTracks/wabaTrack.c index b19dcd9..bdcebbb 100644 --- src/hg/hgTracks/wabaTrack.c +++ src/hg/hgTracks/wabaTrack.c @@ -1,18 +1,21 @@ /* wabaTrack - track for WABA alignments. WABA is a pairwise * HMM that does pairwise alignments and classifies bases. */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "hash.h" #include "linefile.h" #include "jksql.h" #include "hdb.h" #include "hgTracks.h" struct wabaChromHit /* Records where waba alignment hits chromosome. */ { struct wabaChromHit *next; /* Next in list. */ char *query; /* Query name. */ int chromStart, chromEnd; /* Chromosome position. */ char strand; /* + or - for strand. */ int milliScore; /* Parts per thousand */