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/hgc/mgcClick.h src/hg/hgc/mgcClick.h index f96be5b..b49e66a 100644 --- src/hg/hgc/mgcClick.h +++ src/hg/hgc/mgcClick.h @@ -1,16 +1,19 @@ /* mgcClick - click handling for MGC-related tracks */ + +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef MGCCLICK_H #define MGCCLICK_H char *mgcDbName(); /* get just the MGC collection name for the current ucsc database */ void printMgcUrl(int imageId); /* print out an URL to link to the MGC site for a full-length MGC clone */ void printMgcDetailsUrl(char *acc, int start); /* print out an URL to link to MGC details pages from another details page in * the browser.*/ void doMgcGenes(struct trackDb *tdb, char *acc); /* Process click on a mgcGenes track. */