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/lib/textOut.c src/lib/textOut.c index d2791b4..5bdb3b7 100644 --- src/lib/textOut.c +++ src/lib/textOut.c @@ -1,17 +1,20 @@ /* textOut - set up stdout to be HTTP text, file or compressed file. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "errabort.h" #include "cheapcgi.h" #include "pipeline.h" #include "textOut.h" static void textOutWarnHandler(char *format, va_list args) /* Text mode error message handler. */ { char *hLine = "---------------------------------------------------------------------------\n"; if (format != NULL) { fflush(stdout); fprintf(stdout, "%s", hLine);