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/inc/sessionThumbnail.h src/hg/inc/sessionThumbnail.h
index cb50b3d..996e48c 100644
--- src/hg/inc/sessionThumbnail.h
+++ src/hg/inc/sessionThumbnail.h
@@ -1,19 +1,19 @@
 /* sessionThumbnail - this header provides an interface for getting
  * 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. */
 
 char *sessionThumbnailFilePath(char *userIdentifier, char *encSessionName,
                                char *firstUse);
 /* Returns the path to the thumbnail image of the specified session as seen by CGIs.
  * Result must be freed. */
 
 char *sessionThumbnailFileUri(char *userIdentifier, char *encSessionName,
                               char *firstUse);
 /* Returns the path to the thumbnail image of the specified session as seen by web viewers.
  * Result must be freed. */
 
 char *sessionThumbnailGetUserIdentifier(char *userName, char *userIdx);
 /* Return a unique identifier for the specified userName and (if non-NULL) userIdx from the gbMembers table. */