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/inc/dnaMarkovSql.h src/hg/inc/dnaMarkovSql.h index f2c2191..1524aed 100644 --- src/hg/inc/dnaMarkovSql.h +++ src/hg/inc/dnaMarkovSql.h @@ -1,13 +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. */ + #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 */