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/cgilib/sessionThumbnail.c src/hg/cgilib/sessionThumbnail.c index 7dc9061..3cac9b8 100644 --- src/hg/cgilib/sessionThumbnail.c +++ src/hg/cgilib/sessionThumbnail.c @@ -1,20 +1,20 @@ /* sessionThumbnail - get the filename, filesystem path, and web URI * for the thumbnail image associated with a session. * * Copyright (C) 2016 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 "common.h" #include "dystring.h" #include "hash.h" #include "trashDir.h" #include "hgConfig.h" #include "md5.h" #define IMGDIR_OPTION "sessionThumbnail.imgDir" #define WEBPATH_OPTION "sessionThumbnail.webPath" void sessionBuildThumbnailFilePaths(struct tempName *thumbnailPath, char *userIdentifier, char *encSessionName, char *firstUse) /* Populate thumbnailPath with paths to the thumbnail image for the specified session. * The basename of the thumbnail image is based on several pieces of data on the session: