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/clonePos.h src/hg/inc/clonePos.h index ddad7d4..329bee9 100644 --- src/hg/inc/clonePos.h +++ src/hg/inc/clonePos.h @@ -1,19 +1,22 @@ /* clonePos.h was originally generated by the autoSql program, which also * generated clonePos.c and clonePos.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2010 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef CLONEPOS_H #define CLONEPOS_H #define CLONEPOS_NUM_COLS 8 struct clonePos /* A clone's position and other info. */ { struct clonePos *next; /* Next in singly linked list. */ char *name; /* Name of clone including version */ unsigned seqSize; /* base count not including gaps */ unsigned char phase; /* htg phase */ char *chrom; /* Reference sequence chromosome or scaffold */ unsigned chromStart; /* Start in chromosome */ unsigned chromEnd; /* End in chromosome */