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/grp.h src/hg/inc/grp.h index 9f55e45..00e1939 100644 --- src/hg/inc/grp.h +++ src/hg/inc/grp.h @@ -1,19 +1,22 @@ /* grp.h was originally generated by the autoSql program, which also * generated grp.c and grp.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef GRP_H #define GRP_H struct grp /* This describes a group of annotation tracks. */ { struct grp *next; /* Next in singly linked list. */ char *name; /* Group name. Connects with trackDb.grp */ char *label; /* Label to display to user */ float priority; /* 0 is top */ boolean defaultIsClosed; /* true if group is closed by default in hgTracks (this column is optional, and may be missing in some installations. */ }; void grpStaticLoad(char **row, struct grp *ret); /* Load a row from grp table into ret. The contents of ret will