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/netCart.c src/hg/lib/netCart.c index 22a890a..4720460 100644 --- src/hg/lib/netCart.c +++ src/hg/lib/netCart.c @@ -1,19 +1,22 @@ /* netCart.c - take care of parsing and combining values from the * net trackDb optional settings and the same values that may be * in the cart. */ + +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "jksql.h" #include "trackDb.h" #include "cart.h" #include "dystring.h" #include "hui.h" #include "netCart.h" enum netColorEnum netFetchColorOption(struct cart *cart, struct trackDb *tdb, boolean parentLevel) /****** netColorOption - Chrom colors by default **************************/ { char *netColor = NULL; enum netColorEnum ret;