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/hgVai/libifyMe.h src/hg/hgVai/libifyMe.h index dacd892..417d318 100644 --- src/hg/hgVai/libifyMe.h +++ src/hg/hgVai/libifyMe.h @@ -1,17 +1,20 @@ /* Stuff lifted from hgTables that should be libified. */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef LIBIFYME_H #define LIBIFYME_H #include "annoFormatVep.h" #include "annoStreamVcf.h" #include "annoGrator.h" boolean lookupPosition(struct cart *cart, char *cartVar); /* Look up position if it is not already seq:start-end. * Return FALSE if it has written out HTML showing multiple search results. * If webGotWarnings() is true after this returns FALSE, no match was found * and a warning box was displayed, in which case it's good to reset position * to cart's lastPosition before proceeding. */ boolean hasCustomTracks(struct cart *cart);