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/itemConf.h src/hg/inc/itemConf.h index 5673ae7..03f5e93 100644 --- src/hg/inc/itemConf.h +++ src/hg/inc/itemConf.h @@ -1,19 +1,22 @@ /* itemConf.h was originally generated by the autoSql program, which also * generated itemConf.c and itemConf.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2007 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef ITEMCONF_H #define ITEMCONF_H #define ITEMCONF_NUM_COLS 3 struct itemConf /* Probability and false discovery rate (FDR) for an element in a track. */ { struct itemConf *next; /* Next in singly linked list. */ char *id; /* Identifier of element */ float probability; /* Probability associated with element */ float fdr; /* False Discovery Rate (FDR) associated with element */ }; void itemConfStaticLoad(char **row, struct itemConf *ret);