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/https.c src/lib/https.c index 6f750f2..30cfcbe 100644 --- src/lib/https.c +++ src/lib/https.c @@ -1,17 +1,20 @@ /* Connect via https. */ +/* Copyright (C) 2012 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifdef USE_SSL #include "openssl/ssl.h" #include "openssl/err.h" #include <sys/socket.h> #include <unistd.h> #include <pthread.h> #include "common.h" #include "errabort.h" #include "net.h" static pthread_mutex_t *mutexes = NULL;