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/suggest.h src/hg/inc/suggest.h index 7864681..31c15b5 100644 --- src/hg/inc/suggest.h +++ src/hg/inc/suggest.h @@ -1,21 +1,24 @@ /* code to support suggesting genes given a prefix typed by the user. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef SUGGEST_H #define SUGGEST_H #include "common.h" #include "jksql.h" #include "hdb.h" char *connGeneSuggestTable(struct sqlConnection *conn); // return name of gene suggest table if this connection has tables to support gene autocompletion, NULL otherwise boolean assemblySupportsGeneSuggest(char *database); // return true if this assembly has tables to support gene autocompletion char *assemblyGeneSuggestTrack(char *database); // return name of gene suggest track if this assembly has tables to support gene autocompletion, NULL otherwise // Do NOT free returned string. #endif /* SUGGEST_H */