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/inc/netCart.h src/hg/inc/netCart.h index 800bd7d..fc224aa 100644 --- src/hg/inc/netCart.h +++ src/hg/inc/netCart.h @@ -1,17 +1,20 @@ /* netCart.h - cart settings for net color and level options */ +/* Copyright (C) 2012 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef NETCART_H #define NETCART_H #include "chainCart.h" /* borrowing CHROM_COLORS from chainCart */ #define NET_COLOR "netColor" /* suffix for variable identification, and trackDb variable name */ #define GRAY_SCALE "Gray scale" /* value on pull-down menu for color */ #define TDB_GRAY_SCALE "grayScale" /* trackDb option string value */ #define NET_LEVEL "netLevel" /* suffix for variable identification, and trackDb variable name */ #define NET_LEVEL_0 "All levels"