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/lib/dtdParse.c src/lib/dtdParse.c index f3745ef..a84b1e6 100644 --- src/lib/dtdParse.c +++ src/lib/dtdParse.c @@ -1,21 +1,21 @@ /* dtdParse - parse an XML DTD file. Actually this only * parses a relatively simple subset of DTD's. It's still * useful for autoXml and xmlToSql. */ /* 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. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "obscure.h" #include "dtdParse.h" static void syntaxError(struct lineFile *lf) /* Report syntax error and exit. */ { errAbort("Syntax error line %d of %s", lf->lineIx, lf->fileName); }