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/testOutOfMem.c src/lib/tests/testOutOfMem.c
index c3b6850..1e398db 100644
--- src/lib/tests/testOutOfMem.c
+++ src/lib/tests/testOutOfMem.c
@@ -1,15 +1,18 @@
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "sqlNum.h"
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <unistd.h>
 
 int main(int argc, char *argv[])
 {
 unsigned long rlimitSize = 0;
 unsigned long chunkSize = 0;
 
 if (argc != 3)
     errAbort("%s: Specify rlimit chunkSize\n"
        , argv[0]);