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/makeDb/tfbsConsLoc/seq.h src/hg/makeDb/tfbsConsLoc/seq.h index c42d191..bcf7665 100644 --- src/hg/makeDb/tfbsConsLoc/seq.h +++ src/hg/makeDb/tfbsConsLoc/seq.h @@ -1,19 +1,19 @@ /* $Id: seq.h,v 1.1 2004/03/18 22:35:45 braney Exp $ */ /* Copyright (C) 2004 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 PIPLIB_SEQ #define PIPLIB_SEQ #include "util.h" typedef unsigned char uchar; #define ZFREE(p) /*CONSTCOND*/do{ckfree(p);(p)=0;}while(0) extern const signed char fasta_encoding[256]; extern const signed char nfasta_encoding[256]; enum {SEQ_IS_REVCOMP = (1<<1)}; /* seq is reverse complement of a file */