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/geneTree.h src/hg/inc/geneTree.h index 2c9266a..d4dbcf9 100644 --- src/hg/inc/geneTree.h +++ src/hg/inc/geneTree.h @@ -1,19 +1,22 @@ /* geneTree.h was originally generated by the autoSql program, which also * generated geneTree.c and geneTree.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2010 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef GENETREE_H #define GENETREE_H #define GENETREE_NUM_COLS 2 struct geneTree /* A tree that represents the phylogenetic relation between a gene and its orthologs. */ { struct geneTree *next; /* Next in singly linked list. */ char *name; /* Name of gene */ char *tree; /* Newick format of phylogenetic tree */ }; void geneTreeStaticLoad(char **row, struct geneTree *ret); /* Load a row from geneTree table into ret. The contents of ret will