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/chromGraph.h src/hg/inc/chromGraph.h index ae6562d..5ae6e8e 100644 --- src/hg/inc/chromGraph.h +++ src/hg/inc/chromGraph.h @@ -1,19 +1,22 @@ /* chromGraph.h was originally generated by the autoSql program, which also * generated chromGraph.c and chromGraph.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2009 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef CHROMGRAPH_H #define CHROMGRAPH_H #ifndef TRACKDB_H #include "trackDb.h" #endif #ifndef CART_H #include "cart.h" #endif #define CHROMGRAPH_NUM_COLS 3 struct chromGraph /* A graph over a chromosome - best used for low resolution graphs */