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/paypalSignEncrypt.c src/hg/gsid/gsidMember/paypalSignEncrypt.c index 56507ab..32daf06 100644 --- src/hg/gsid/gsidMember/paypalSignEncrypt.c +++ src/hg/gsid/gsidMember/paypalSignEncrypt.c @@ -1,19 +1,19 @@ /* paypalSignEncrypt.h - routines to sign and encrypt button data 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. */ #include <string.h> #include "paypalSignEncrypt.h" /* The following code comes directly from PayPal's ButtonEncyption.cpp file, and has been modified only to work with C */ #include "openssl/buffer.h" #include "openssl/bio.h" #include "openssl/sha.h" #include "openssl/rand.h" #include "openssl/err.h" #include "openssl/rsa.h"