e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/inc/bioImage.h src/hg/inc/bioImage.h index 41db424..df8fd8a 100644 --- src/hg/inc/bioImage.h +++ src/hg/inc/bioImage.h @@ -1,17 +1,20 @@ /* 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. */ + #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. */