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/bioImage.h src/hg/inc/bioImage.h index df8fd8a..f035e17 100644 --- src/hg/inc/bioImage.h +++ src/hg/inc/bioImage.h @@ -1,19 +1,19 @@ /* bioImage.h - Interface to bioImage database. */ /* Copyright (C) 2005 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 BIOIMAGE_H #define BIOIMAGE_H char *bioImageFullSizePath(struct sqlConnection *conn, int id); /* Fill in path for full image bioImage of given id. FreeMem * this when done */ char *bioImageScreenSizePath(struct sqlConnection *conn, int id); /* Fill in path for screen-sized (~700x700) image bioImage of given id. * FreeMem when done. */ char *bioImageThumbSizePath(struct sqlConnection *conn, int id); /* Fill in path for thumbnail image (~200x200) bioImage of given id. * FreeMem when done. */