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/cogsxra.h src/hg/inc/cogsxra.h index d221ddb..889c481 100644 --- src/hg/inc/cogsxra.h +++ src/hg/inc/cogsxra.h @@ -1,19 +1,22 @@ /* cogsxra.h was originally generated by the autoSql program, which also * generated cogsxra.c and cogsxra.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 COGSXRA_H #define COGSXRA_H #define COGXRA_NUM_COLS 2 struct COGXra /* Clusters of Orthologous Genes information */ { struct COGXra *next; /* Next in singly linked list. */ char *name; /* Name of COG */ char *info; /* COG info */ }; void COGXraStaticLoad(char **row, struct COGXra *ret); /* Load a row from COGXra table into ret. The contents of ret will