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/inc/chromGraphFactory.h src/hg/inc/chromGraphFactory.h index bbf6959..687d8e5 100644 --- src/hg/inc/chromGraphFactory.h +++ src/hg/inc/chromGraphFactory.h @@ -1,20 +1,20 @@ /* chromGraphFactory - turn user-uploaded track in chromGraph format * into a customTrack. */ /* Copyright (C) 2009 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 CHROMGRAPHFACTORY_H #define CHROMGRAPHFACTORY_H #include "customFactory.h" struct customTrack *chromGraphParser(char *genomeDb, struct customPp *cpp, char *formatType, char *markerType, char *columnLabels, char *name, char *description, struct hash *settings, boolean report); /* Parse out a chromGraph file (not including any track lines) */ extern struct customFactory chromGraphFactory; /* Symbolic defines for types of markers we support. */