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/inc/dnaMarkovSql.h src/hg/inc/dnaMarkovSql.h index 1524aed..e8a8371 100644 --- src/hg/inc/dnaMarkovSql.h +++ src/hg/inc/dnaMarkovSql.h @@ -1,16 +1,16 @@ /* hdb - human genome browser database. */ /* 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 DNAMARKOVSQL_H #define DNAMARKOVSQL_H #ifndef JKSQL_H #include "jksql.h" #endif boolean loadMark2(struct sqlConnection *conn, char *table, char *chrom, unsigned start, unsigned end, double mark2[5][5][5]); // Load 2nd-order markov model from given table #endif /* DNAMARKOVSQL_H */