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/ctgPos2.h src/hg/inc/ctgPos2.h index 57d7d49..140b98b 100644 --- src/hg/inc/ctgPos2.h +++ src/hg/inc/ctgPos2.h @@ -1,19 +1,22 @@ /* ctgPos2.h was originally generated by the autoSql program, which also * generated ctgPos2.c and ctgPos2.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 CTGPOS2_H #define CTGPOS2_H #define CTGPOS2_NUM_COLS 6 struct ctgPos2 /* Where a contig is inside of a chromosome including contig type information. */ { struct ctgPos2 *next; /* Next in singly linked list. */ char *contig; /* Name of contig */ unsigned size; /* Size of contig */ char *chrom; /* Chromosome name */ unsigned chromStart; /* Start in chromosome */ unsigned chromEnd; /* End in chromosome */ char type[2]; /* (W)GS contig, (F)inished, (P)redraft, (D)raft, (O)ther */