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/snpUi.h src/hg/inc/snpUi.h index c59fa64..46242af 100644 --- src/hg/inc/snpUi.h +++ src/hg/inc/snpUi.h @@ -1,16 +1,19 @@ /* snpUi.h - enums and char arrays for snp UI features */ + +/* Copyright (C) 2004 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef SNPUI_H #define SNPUI_H /****** Some stuff for snp colors *******/ enum snpColorEnum { snpColorRed, snpColorGreen, snpColorBlue, snpColorBlack, snpColorExclude }; extern char *snpColorLabel[];