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/scopDes.h src/hg/inc/scopDes.h index 930c7c8..4f9e46d 100644 --- src/hg/inc/scopDes.h +++ src/hg/inc/scopDes.h @@ -1,19 +1,22 @@ /* scopDes.h was originally generated by the autoSql program, which also * generated scopDes.c and scopDes.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 SCOPDES_H #define SCOPDES_H #define SCOPDES_NUM_COLS 5 struct scopDes /* Structural Classification of Proteins Description. See Lo Conte, Brenner et al. NAR 2002 */ { struct scopDes *next; /* Next in singly linked list. */ int sunid; /* Unique integer */ char type[3]; /* Type. sf=superfamily, fa = family, etc. */ char *sccs; /* Dense hierarchy info. */ char *sid; /* Older ID. */ char *description; /* Descriptive text. */ };