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/hgConfig.h src/hg/inc/hgConfig.h index eb16f69..eb41a22 100644 --- src/hg/inc/hgConfig.h +++ src/hg/inc/hgConfig.h @@ -1,17 +1,17 @@ /* Copyright (C) 2012 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 HGCONFIG_H #define HGCONFIG_H char* cfgOption(char* name); /* return the option with the given name, or null if not found */ char* cfgOptionDefault(char* name, char* def); /* return the option with the given name or the given default if it doesn't exist */ boolean cfgOptionBooleanDefault(char* name, boolean def); /* return the boolean value for option with the given name or the given * default if it doesn't exist. Booleans of yes/no/on/off/true/false are * recognized */