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/annoStreamTab.c src/lib/annoStreamTab.c index 02f9a9a..5fede10 100644 --- src/lib/annoStreamTab.c +++ src/lib/annoStreamTab.c @@ -1,19 +1,19 @@ /* annoStreamTab -- subclass of annoStreamer for tab-separated text files/URLs */ /* 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 "annoStreamTab.h" #include "linefile.h" #include "net.h" #include "sqlNum.h" struct annoStreamTab { struct annoStreamer streamer; // Parent class members & methods // Private members char *fileOrUrl; // File name or URL struct lineFile *lf; // file handle char **asWords; // Most recent row's words int chromIx; // Index of chrom-ish col in autoSql or bin-less table int startIx; // Index of chromStart-ish col in autoSql or bin-less table