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/perf/rangeQuery.c src/hg/perf/rangeQuery.c index d99e0b2..d7dff15 100644 --- src/hg/perf/rangeQuery.c +++ src/hg/perf/rangeQuery.c @@ -1,16 +1,19 @@ /* rangeQuery - Generate and execute range queries. */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "hdb.h" #include "jksql.h" #include "options.h" // for clock1000() #include "portable.h" /* Command line switches. */ int iterations = 1; /* Number of iterations. */ /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"iter", OPTION_INT}, {NULL, 0}