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/hg/encode/hgEncodeScheduler/hgEncodeScheduler.c src/hg/encode/hgEncodeScheduler/hgEncodeScheduler.c index 669f3c3..e040df4 100644 --- src/hg/encode/hgEncodeScheduler/hgEncodeScheduler.c +++ src/hg/encode/hgEncodeScheduler/hgEncodeScheduler.c @@ -1,26 +1,26 @@ /* hgEncodeScheduler - a chron job that runs ENCODE pipeline load jobs * that are ready for scheduling. It reads the encpipeline database * looking for projects with status == "shedule loading". * It starts the load job, records the process id, changes the status * to "loading" and looks for old processes. If those have timed out, * it kills them and sets the status to "load failed" (and possibly * do any other cleanup needed?) */ /* Copyright (C) 2013 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 "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "hgConfig.h" #include "jksql.h" #include "portable.h" #include <signal.h> #include <sys/wait.h> char *db = NULL; char *dir = NULL; void usage()