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/blastToPsl/ncbiBlast.h src/hg/blastToPsl/ncbiBlast.h index 28b4e39..db7f554 100644 --- src/hg/blastToPsl/ncbiBlast.h +++ src/hg/blastToPsl/ncbiBlast.h @@ -1,19 +1,19 @@ /* ncbiBlast.h autoXml generated file */ /* Copyright (C) 2010 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 NCBIBLAST_H #define NCBIBLAST_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 *ncbiBlastStartHandler(struct xap *xp, char *name, char **atts); /* Called by xap with start tag. Does most of the parsing work. */