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/genomeRangeTreeFile.h src/hg/inc/genomeRangeTreeFile.h index 4f6473a..90bb700 100644 --- src/hg/inc/genomeRangeTreeFile.h +++ src/hg/inc/genomeRangeTreeFile.h @@ -1,23 +1,23 @@ /* genomeRangeTreeFile - This module is a way of serializing * and saving genomeRangeTrees, and for modifying saved range trees * by creating a file representing the intersection or union of two * saved genomeRangeTrees. * Also see genomeRangeTree and rangeTree for more information. */ /* Copyright (C) 2008 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 GENOMERANGETREEFILE_H #define GENOMERANGETREEFILE_H //#ifndef RANGETREE_H //#include "rangeTree.h" //#endif #ifndef GENOMERANGETREE_H #include "genomeRangeTree.h" #endif struct genomeRangeTreeFile /* A structure which stores header, index, and file state information