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/vGfxPrivate.h src/lib/vGfxPrivate.h index e519b41..3ce9488 100644 --- src/lib/vGfxPrivate.h +++ src/lib/vGfxPrivate.h @@ -1,20 +1,20 @@ /* vGfx private - stuff that the implementers of * a vGfx need to know about, but not the clients. */ /* Copyright (C) 2010 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. */ struct vGfx *vgHalfInit(int width, int height); /* Return a partially initialized vGfx structure. * Generally not called by clients.*/ void vgMgMethods(struct vGfx *vg); /* Fill in virtual graphics methods for memory based drawing. */ /* A bunch of things to make the type-casting easier. * This is a price you pay for object oriented * polymorphism in C... */ typedef void (*vg_close)(void **pV); typedef void (*vg_dot)(void *v, int x, int y, int colorIx);