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/transMapStuff.h src/hg/inc/transMapStuff.h index 2eaee2a..8b6b012 100644 --- src/hg/inc/transMapStuff.h +++ src/hg/inc/transMapStuff.h @@ -1,17 +1,20 @@ /* transMapStuff - common definitions and functions for supporting transMap * tracks in the browser CGIs */ + +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifndef transMapStuff_h #define transMapStuff_h struct trackDb; /* * transMap table names setting names in trackDb. To get tables shared between * genomes, use names "hgFixed.transMapSrc" */ #define transMapInfoTblSetting "transMapInfo" #define transMapSrcTblSetting "transMapSrc" #define transMapGeneTblSetting "transMapGene" char *transMapIdToAcc(char *id); /* remove all unique suffixes (starting with last `-') from any TransMap * id. WARNING: static return */