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/hgTracks/loweLabTracks.h src/hg/hgTracks/loweLabTracks.h index 2d20914..3e6b5d8 100644 --- src/hg/hgTracks/loweLabTracks.h +++ src/hg/hgTracks/loweLabTracks.h @@ -1,15 +1,18 @@ /**** Lowe lab declarations ***/ +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + Color gbGeneColor(struct track *tg, void *item, struct hvGfx *hvg); void archaeaGeneMethods(struct track *tg); void gbGeneMethods(struct track *tg); Color tigeGeneColor(struct track *tg, void *item, struct hvGfx *hvg); void tigrGeneMethods(struct track *tg); char *llBlastPName(struct track *tg, void *item); void llBlastPMethods(struct track *tg); void codeBlastMethods(struct track *tg); void tigrOperonMethods(struct track *tg); void rnaGenesMethods(struct track *tg); void sargassoSeaMethods(struct track *tg); void rnaHybridizationMethods(struct track *tg);