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/lib/hPrint.c src/hg/lib/hPrint.c index 3b63872..2b3582c 100644 --- src/hg/lib/hPrint.c +++ src/hg/lib/hPrint.c @@ -1,20 +1,20 @@ /* hPrint - turning html printing on and off, which is useful * when postscript and PDF images are being drawn */ /* Copyright (C) 2014 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 "hPrint.h" #include "htmshell.h" static boolean suppressHtml = FALSE; /* If doing PostScript output we'll suppress most of HTML output. */ boolean hPrintStatus() /* is html printing on or off ? return TRUE for print is on, FALSE for printing is off */ { return ! suppressHtml; }