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/inc/hPrint.h src/hg/inc/hPrint.h
index b6e4aa8..5e10904 100644
--- src/hg/inc/hPrint.h
+++ src/hg/inc/hPrint.h
@@ -1,18 +1,21 @@
 /* hPrint - turning html printing on and off, which is useful
  * when postscript and PDF images are being drawn  */
 
+/* Copyright (C) 2010 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef HPRINT_H
 #define HPRINT_H
 
 #include "common.h"
 #include "errabort.h"
 #include "cheapcgi.h"
 
 void hPrintf(char *format, ...)
 /* Printf that can be suppressed if not making html. */
 #if defined(__GNUC__)
 __attribute__((format(printf, 1, 2)))
 #endif
 ;
 
 void hvPrintf(char *format, va_list args);