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.c src/hg/blastToPsl/ncbiBlast.c index 50e2787..132837b 100644 --- src/hg/blastToPsl/ncbiBlast.c +++ src/hg/blastToPsl/ncbiBlast.c @@ -1,17 +1,20 @@ /* ncbiBlast.c autoXml generated file */ +/* Copyright (C) 2010 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + /**** **** N.B. hand modified to use doubles rather than floats and to convert with sqlNum. ****/ #include "common.h" #include "xap.h" #include "ncbiBlast.h" #include "sqlNum.h" void ncbiBlastBlastOutputFree(struct ncbiBlastBlastOutput **pObj) /* Free up ncbiBlastBlastOutput. */ { struct ncbiBlastBlastOutput *obj = *pObj; if (obj == NULL) return;