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/flyBaseSwissProt.h src/hg/inc/flyBaseSwissProt.h index 239c9ad..9baadb8 100644 --- src/hg/inc/flyBaseSwissProt.h +++ src/hg/inc/flyBaseSwissProt.h @@ -1,19 +1,22 @@ /* flyBaseSwissProt.h was originally generated by the autoSql program, which also * generated flyBaseSwissProt.c and flyBaseSwissProt.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 FLYBASESWISSPROT_H #define FLYBASESWISSPROT_H #define FLYBASESWISSPROT_NUM_COLS 4 struct flyBaseSwissProt /* FlyBase acc to SwissProt acc, plus some other SwissProt info */ { struct flyBaseSwissProt *next; /* Next in singly linked list. */ char *flyBaseId; /* FlyBase FBgn ID */ char *swissProtId; /* SwissProt ID */ char *spGeneName; /* (long) gene name from SwissProt */ char *spSymbol; /* symbolic-looking gene id from SwissProt */ };