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/retroClick.h src/hg/hgc/retroClick.h index 5ea6621..3da0525 100644 --- src/hg/hgc/retroClick.h +++ src/hg/hgc/retroClick.h @@ -1,11 +1,14 @@ /* retroClick - retro click handling */ + +/* Copyright (C) 2007 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef RETROCLICK_H #define RETROCLICK_H void retroClickHandler(struct trackDb *tdb, char *mappedId); /* Handle click on a retro tracks */ void retroShowCdnaAli(char *mappedId); /* Show alignment for accession, mostly ripped off from transMapShowCdnaAli */ #endif