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/loweutils.h src/hg/inc/loweutils.h index 7354dab..0f549f8 100644 --- src/hg/inc/loweutils.h +++ src/hg/inc/loweutils.h @@ -1,11 +1,14 @@ +/* Copyright (C) 2009 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef LOWEUTILS_H #define LOWEUTILS_H char *database; int parseDelimitedString(char *inString, char delimiter, char *outString[], int outSize); struct minGeneInfo* getGbProtCodeInfo(struct sqlConnection *conn, char* dbName, char *geneName); void getGenomeClade(struct sqlConnection *conn, char *dbName, char *genome, char *clade); #endif