4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/inc/vcfUi.h src/hg/inc/vcfUi.h index e4570ea..553929f 100644 --- src/hg/inc/vcfUi.h +++ src/hg/inc/vcfUi.h @@ -1,20 +1,20 @@ /* vcfUi - Variant Call Format user interface controls that are shared * between more than one CGI. */ /* Copyright (C) 2011 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #ifndef VCFUI_H #define VCFUI_H #include "cart.h" #include "trackDb.h" #include "vcf.h" #define VCF_HAP_HEIGHT_VAR "hapClusterHeight" #define VCF_DEFAULT_HAP_HEIGHT 128 #define VCF_HAP_ENABLED_VAR "hapClusterEnabled" #define VCF_HAP_METHOD_VAR "hapClusterMethod" #define VCF_HAP_METHOD_CENTER_WEIGHTED "centerWeighted" #define VCF_HAP_METHOD_FILE_ORDER "fileOrder" #define VCF_HAP_METHOD_TREE_FILE "treeFile"