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/encode3/eap/inc/eapLib.h src/hg/encode3/eap/inc/eapLib.h index 2e64172..86b6d3e 100644 --- src/hg/encode3/eap/inc/eapLib.h +++ src/hg/encode3/eap/inc/eapLib.h @@ -1,19 +1,19 @@ /* eapLib - library shared by analysis pipeline modules */ /* 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. */ #ifndef EAPLIB_H #define EAPLIB_H extern char *eapEdwCacheDir; /* Where data warehouse files are cached in a place that the cluster can access. */ extern char *eapValDataDir; /* Where information sufficient to validate a file lives. This includes genomes of * several species indexed for alignment. */ extern char *eapTempDir; /* This temp dir will contain a subdir for each job. The edwFinish program will * remove these if the job went well. If the job didn't go well they'll probably * be empty. There's some in-between cases though. */