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/lib/tests/testHash.c src/lib/tests/testHash.c index 45787a4..2cad2b7 100644 --- src/lib/tests/testHash.c +++ src/lib/tests/testHash.c @@ -1,15 +1,18 @@ +/* Copyright (C) 2008 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "hash.h" #include "obscure.h" int main(int argc, char *argv[]) { if (argc != 2) errAbort("%s: Specify an input file with strings key<space>value on commandline.\n" , argv[0]); struct lineFile * lf = lineFileOpen(argv[1], TRUE); char *line = NULL; char *row[2]; int wordCount;