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/zlibFace.c src/lib/zlibFace.c index fb9642d..0748a21 100644 --- src/lib/zlibFace.c +++ src/lib/zlibFace.c @@ -1,17 +1,20 @@ /* Wrappers around zlib to make interfacing to it a bit easier. */ +/* Copyright (C) 2009 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include <zlib.h> static char *zlibErrorMessage(int err) /* Convert error code to errorMessage */ { switch (err) { case Z_STREAM_END: return "zlib stream end"; case Z_NEED_DICT: return "zlib need dictionary"; case Z_ERRNO: return "zlib errno"; case Z_STREAM_ERROR: