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/hgTracks/oneTrack.h src/hg/hgTracks/oneTrack.h index 9d287c1..cb3783e 100644 --- src/hg/hgTracks/oneTrack.h +++ src/hg/hgTracks/oneTrack.h @@ -1,27 +1,27 @@ /* oneTrack: load and draw a single track. This is written for use in * GBrowse plugins but could find other uses. */ /* 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 ONETRACK_H #define ONETRACK_H #include "hvGfx.h" void oneTrackInit(); /* Set up global variables using cart settings and initialize libs. */ struct hvGfx *oneTrackMakeTrackHvg(char *trackName, char *gifName); /* Set up a single track, load it, draw it and return the graphics object: */ unsigned char *oneTrackHvgToUcscGlyph(struct hvGfx *hvg, int *retVecSize); /* Translate the memGfx implementation of hvGfx into a byte vector which * GBrowse's Bio::Graphics::Glyph::ucsc_glyph will render into the main * GBrowse image. */ void oneTrackCloseAndWriteImage(struct hvGfx **pHvg); /* Write out the graphics object to the filename with which it was created. * This also destroys the graphics object! */ #endif /* ONETRACK_H */