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/protein/pfamToGoRdf/rdf.h src/hg/protein/pfamToGoRdf/rdf.h index bcb9b40..56e672f 100644 --- src/hg/protein/pfamToGoRdf/rdf.h +++ src/hg/protein/pfamToGoRdf/rdf.h @@ -1,19 +1,19 @@ /* rdf.h autoXml generated file */ /* Copyright (C) 2007 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 RDF_H #define RDF_H #ifndef XAP_H #include "xap.h" #endif /* The start and end handlers here are used with routines defined in xap.h. * In particular if you want to read just parts of the XML file into memory * call xapOpen() with these, and then xapNext() with the name of the tag * you want to load. */ void *rdfStartHandler(struct xap *xp, char *name, char **atts); /* Called by xap with start tag. Does most of the parsing work. */