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/altGraphXTrack.c src/hg/hgTracks/altGraphXTrack.c index b8ac756..4a537a0 100644 --- src/hg/hgTracks/altGraphXTrack.c +++ src/hg/hgTracks/altGraphXTrack.c @@ -1,18 +1,21 @@ /* altGraphXTrack - Functions to display altGraphX tracks in browser. altGraphX is used to display alternative splicing in browser. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "hash.h" #include "jksql.h" #include "hdb.h" #include "hgTracks.h" #include "altGraphX.h" #include "geneGraph.h" #include "spaceSaver.h" const static int altGraphXMaxRows = 20; boolean altGraphXInEdges(struct ggEdge *edges, int v1, int v2) /* Return TRUE if a v1-v2 edge is in the list FALSE otherwise. */ {