4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/lib/tests/udcCacheSizesCheck.c src/lib/tests/udcCacheSizesCheck.c index 64309bb..a927a46 100644 --- src/lib/tests/udcCacheSizesCheck.c +++ src/lib/tests/udcCacheSizesCheck.c @@ -1,22 +1,22 @@ /* udcCacheSizesCheck -- test the udc cache files bitmap and sparseData for size consistency. Processes given directory recursively, to easily handle udc cache directories with many files. Optionally repairs corrupt cache files by deleting them. Experimentally, it checks the sparse structure allocated by the OS and compares it to the udc bitmap. */ /* Copyright (C) 2014 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include <sys/wait.h> #include <sys/ioctl.h> #include "common.h" #include "errAbort.h" #include "options.h" #include "portable.h" #include "udc.h" #define BIGPATH 16384 long totalErrors = 0; long totalOk = 0; long totalFixed = 0;