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/genePix.h src/hg/inc/genePix.h index 177c6b3..bed708a 100644 --- src/hg/inc/genePix.h +++ src/hg/inc/genePix.h @@ -1,17 +1,20 @@ /* genePix.h - Interface to genePix database. */ +/* Copyright (C) 2005 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef GENEPIX_H #define GENEPIX_H char *genePixFullSizePath(struct sqlConnection *conn, int id); /* Fill in path for full image genePix of given id. FreeMem * this when done */ char *genePixScreenSizePath(struct sqlConnection *conn, int id); /* Fill in path for screen-sized (~700x700) image genePix of given id. * FreeMem when done. */ char *genePixThumbSizePath(struct sqlConnection *conn, int id); /* Fill in path for thumbnail image (~200x200) genePix of given id. * FreeMem when done. */