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/trackTable.h src/hg/inc/trackTable.h index 30ff301..140ca3e 100644 --- src/hg/inc/trackTable.h +++ src/hg/inc/trackTable.h @@ -1,19 +1,22 @@ /* trackTable.h was originally generated by the autoSql program, which also * generated trackTable.c and trackTable.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2006 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef TRACKTABLE_H #define TRACKTABLE_H struct trackTable /* This describes an annotation track. */ { struct trackTable *next; /* Next in singly linked list. */ char *mapName; /* Symbolic ID of Track */ char *tableName; /* Name of table (without any chrN_ if split) */ char *shortLabel; /* Short label displayed on left */ char *longLabel; /* Long label displayed in middle */ unsigned char visibility; /* 0=hide, 1=dense, 2=full */ unsigned char colorR; /* Color red component 0-255 */ unsigned char colorG; /* Color green component 0-255 */ unsigned char colorB; /* Color blue component 0-255 */