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/txEdgeBed.h src/hg/inc/txEdgeBed.h index 81b5063..6dbe05b 100644 --- src/hg/inc/txEdgeBed.h +++ src/hg/inc/txEdgeBed.h @@ -1,19 +1,22 @@ /* txEdgeBed.h was originally generated by the autoSql program, which also * generated txEdgeBed.c and txEdgeBed.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2007 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef TXEDGEBED_H #define TXEDGEBED_H #define TXEDGEBED_NUM_COLS 9 enum txEdgeBedType { txEdgeBedExon = 0, txEdgeBedIntron = 1, }; struct txEdgeBed /* A transcription edge with first fields bed format. */ { struct txEdgeBed *next; /* Next in singly linked list. */ char *chrom; /* Chromosome or contig name */