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/pwdtest/bio.h src/hg/gsid/pwdtest/bio.h index 75a1b5d..50493a9 100644 --- src/hg/gsid/pwdtest/bio.h +++ src/hg/gsid/pwdtest/bio.h @@ -1,15 +1,15 @@ /* bio.h - routines to fetch https url using openssl */ /* Copyright (C) 2007 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 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