e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/blastToPsl/ncbiBlast.h src/hg/blastToPsl/ncbiBlast.h index a770acc..28b4e39 100644 --- src/hg/blastToPsl/ncbiBlast.h +++ src/hg/blastToPsl/ncbiBlast.h @@ -1,16 +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. */ #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. */