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/tableDescriptions.h src/hg/inc/tableDescriptions.h index ef6d9ff..ec69f2d 100644 --- src/hg/inc/tableDescriptions.h +++ src/hg/inc/tableDescriptions.h @@ -1,19 +1,22 @@ /* tableDescriptions.h was originally generated by the autoSql program, which also * generated tableDescriptions.c and tableDescriptions.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2003 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef TABLEDESCRIPTIONS_H #define TABLEDESCRIPTIONS_H #define TABLEDESCRIPTIONS_NUM_COLS 3 struct tableDescriptions /* Descriptive information about database tables from autoSql / gbdDescriptions */ { struct tableDescriptions *next; /* Next in singly linked list. */ char *tableName; /* Name of table (with chr*_ replaced with chrN_) */ char *autoSqlDef; /* Contents of autoSql (.as) table definition file */ char *gbdAnchor; /* Anchor for table description in gbdDescriptions.html */ }; void tableDescriptionsStaticLoad(char **row, struct tableDescriptions *ret);