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/mouseSynWhd.h src/hg/inc/mouseSynWhd.h index 1473367..ceec72a 100644 --- src/hg/inc/mouseSynWhd.h +++ src/hg/inc/mouseSynWhd.h @@ -1,19 +1,22 @@ /* mouseSynWhd.h was originally generated by the autoSql program, which also * generated mouseSynWhd.c and mouseSynWhd.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2002 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef MOUSESYNWHD_H #define MOUSESYNWHD_H struct mouseSynWhd /* Whitehead Synteny between mouse and human chromosomes (bed 6 +). */ { struct mouseSynWhd *next; /* Next in singly linked list. */ char *chrom; /* Human chromosome */ unsigned chromStart; /* Start position in human chromosome */ unsigned chromEnd; /* End position in human chromosome */ char *name; /* Name of mouse chromosome */ unsigned score; /* Unused (bed 6 compatibility) */ char strand[2]; /* + or - */ unsigned mouseStart; /* Start position in mouse chromosome */ unsigned mouseEnd; /* End position in mouse chromosome */