e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/lib/hPrint.c src/hg/lib/hPrint.c
index 39340fd..9256da5 100644
--- src/hg/lib/hPrint.c
+++ src/hg/lib/hPrint.c
@@ -1,18 +1,21 @@
 /* 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. */
+
 #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;
 }
 
 void hPrintDisable()