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/transRegCodeCondition.h src/hg/inc/transRegCodeCondition.h index 543392c..ad7bbca 100644 --- src/hg/inc/transRegCodeCondition.h +++ src/hg/inc/transRegCodeCondition.h @@ -1,19 +1,22 @@ /* transRegCodeCondition.h was originally generated by the autoSql program, which also * generated transRegCodeCondition.c and transRegCodeCondition.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2004 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef TRANSREGCODECONDITION_H #define TRANSREGCODECONDITION_H #define TRANSREGCODECONDITION_NUM_COLS 2 struct transRegCodeCondition /* Growth condition associated with a transcription factor */ { struct transRegCodeCondition *next; /* Next in singly linked list. */ char *name; /* Name of transcription factor */ char *growthCondition; /* Growth condition seen in */ }; void transRegCodeConditionStaticLoad(char **row, struct transRegCodeCondition *ret); /* Load a row from transRegCodeCondition table into ret. The contents of ret will