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/bigWarn.h src/hg/hgTracks/bigWarn.h index 84ccb18..088a54c 100644 --- src/hg/hgTracks/bigWarn.h +++ src/hg/hgTracks/bigWarn.h @@ -1,23 +1,26 @@ /* bigWarn -- shared handlers for displaying big/udc warn/error messages */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef BIGWARN_H #define BIGWARN_H #include "common.h" #include "hgTracks.h" #include "container.h" char *bigWarnReformat(char *errMsg); /* Return a copy of the re-formatted error message, * such as breaking longer lines */ void bigDrawWarning(struct track *tg, int seqStart, int seqEnd, struct hvGfx *hvg, int xOff, int yOff, int width, MgFont *font, Color color, enum trackVisibility vis); /* Draw the network error message */ int bigWarnTotalHeight(struct track *tg, enum trackVisibility vis); /* Return total height. Called before and after drawItems. * Must set the following variables: height, lineHeight, heightPer. */ #endif /* BIGWARN_H */