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/gvUi.h src/hg/inc/gvUi.h index 2e47e66..e485d47 100644 --- src/hg/inc/gvUi.h +++ src/hg/inc/gvUi.h @@ -1,16 +1,19 @@ /* gvUi.h - enums and char arrays for gv UI features */ + +/* Copyright (C) 2007 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef GENOMEVARUI_H #define GENOMEVARUI_H extern char *gvTypeLabel[]; extern char *gvTypeString[]; extern char *gvTypeDbValue[]; extern int gvTypeSize; extern char *gvLocationLabel[]; extern char *gvLocationString[]; extern char *gvLocationDbValue[]; extern int gvLocationSize; extern char *gvSrcString[]; extern char *gvSrcDbValue[];