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/vntr.h src/hg/inc/vntr.h index 6fa7c18..f0c6e38 100644 --- src/hg/inc/vntr.h +++ src/hg/inc/vntr.h @@ -1,19 +1,22 @@ /* vntr.h was originally generated by the autoSql program, which also * generated vntr.c and vntr.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 VNTR_H #define VNTR_H #define VNTR_NUM_COLS 10 struct vntr /* Microsatellites from Gerome Breen's VNTR program (bed 4+) */ { struct vntr *next; /* Next in singly linked list. */ char *chrom; /* chrom */ unsigned chromStart; /* Start position in chromosome */ unsigned chromEnd; /* End position in chromosome */ char *name; /* Name of item (Repeat unit) */ float repeatCount; /* Number of perfect repeats */ int distanceToLast; /* Distance to previous microsat. repeat */