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/lib/chromKeeper.c src/hg/lib/chromKeeper.c index 3ed6cd6..f4be96e 100644 --- src/hg/lib/chromKeeper.c +++ src/hg/lib/chromKeeper.c @@ -1,16 +1,19 @@ /* chromKeeper.c - Wrapper around binKeepers for whole genome. */ + +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "hdb.h" #include "chromKeeper.h" #include "binRange.h" #include "jksql.h" static int chromCount=0; static char **chromNames = NULL; struct binKeeper **chromRanges = NULL; void chromKeeperInit(char *db) /* Initialize the chromKeeper to a given database (hg15,mm2, etc). */ { struct slName *names = NULL, *name = NULL; int count=0;