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/kg1ToKg2.h src/hg/inc/kg1ToKg2.h index c013e81..3ad9a75 100644 --- src/hg/inc/kg1ToKg2.h +++ src/hg/inc/kg1ToKg2.h @@ -1,19 +1,22 @@ /* kg1ToKg2.h was originally generated by the autoSql program, which also * generated kg1ToKg2.c and kg1ToKg2.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 KG1TOKG2_H #define KG1TOKG2_H #define KG1TOKG2_NUM_COLS 7 struct kg1ToKg2 /* Lists old genes and equivalent new genes if any, and reason for dropping if any. */ { struct kg1ToKg2 *next; /* Next in singly linked list. */ char *oldId; /* Old gene ID */ char *oldChrom; /* Old chromosome */ int oldStart; /* Old start position */ int oldEnd; /* Old end position */ char *newId; /* New gene ID, may be empty */ char *status; /* How new/old correspond. Exact and compatible are good. Overlap, none are bad. */