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/hgGene/alleles.c src/hg/hgGene/alleles.c index 6254e3f..ffccbb0 100644 --- src/hg/hgGene/alleles.c +++ src/hg/hgGene/alleles.c @@ -1,17 +1,20 @@ // alleles - common Gene haplotype alleles. */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "web.h" #include "genePredReader.h" #include "vcf.h" #include "haplotypes.h" #include "hgGene.h" static boolean allelesExists(struct section *section, struct sqlConnection *conn, char *geneId) // Return TRUE if common haplotype alleles exist. { // If there was a reset then clear out settings if (cartUsualBoolean(cart, HAPLO_RESET_ALL, FALSE)) cartRemovePrefix(cart,HAPLO_TABLE "_" );