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/hVarSubst.h src/hg/inc/hVarSubst.h index 6c7b585..6241a7c 100644 --- src/hg/inc/hVarSubst.h +++ src/hg/inc/hVarSubst.h @@ -1,21 +1,21 @@ /** Handle variable substitutions in strings from trackDb and other * labels. See trackDb/README for descriptions of values that * can be substitute. */ /* Copyright (C) 2009 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 hVarSubst_h #define hVarSubst_h #include "trackDb.h" #include "cart.h" char *hVarSubst(char *desc, struct trackDb *tdb, char *database, char *src); /* Parse a string and substitute variable references. Return NULL if * no variable references were found. Error on missing variables (except * $matrix). desc is a brief description to print on error to help with * debugging. tdb maybe NULL to only do substitutions based on database * and organism. See trackDb/README for more information.*/ void hVarSubstInVar(char *desc, struct trackDb *tdb, char *database, char **varPtr);