4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/gsid/gsidMember/bio.h src/hg/gsid/gsidMember/bio.h index 3e05bd3..7221123 100644 --- src/hg/gsid/gsidMember/bio.h +++ src/hg/gsid/gsidMember/bio.h @@ -1,17 +1,17 @@ /* bio.h - routines to fetch https url using openssl */ /* Copyright (C) 2009 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #ifndef BIO_H #define BIO_H #include "dystring.h" struct dyString *bio(char *site, char *url, char *certFile, char *certPath); /* This SSL/TLS client example, attempts to retrieve a page from an SSL/TLS web server. The I/O routines are identical to those of the unencrypted example in BIO_s_connect(3). */ #endif