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/chainLink.h src/hg/inc/chainLink.h index bbddf5a..2744b1b 100644 --- src/hg/inc/chainLink.h +++ src/hg/inc/chainLink.h @@ -1,19 +1,22 @@ /* chainLink.h was originally generated by the autoSql program, which also * generated chainLink.c and chainLink.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 CHAINLINK_H #define CHAINLINK_H #ifndef CHAIN_H #include "chain.h" #endif struct chainLink /* alignment block in chain */ { struct chainLink *next; /* Next in singly linked list. */ char *tName; /* Target sequence name */ unsigned tStart; /* Alignment start position in target */ unsigned tEnd; /* Alignment end position in target */ unsigned qStart; /* start in query */