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/web.h src/hg/inc/web.h
index fbd6594..b149547 100644
--- src/hg/inc/web.h
+++ src/hg/inc/web.h
@@ -1,17 +1,20 @@
 /* web.c - some functions to output HTML code */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef WEB_H
 #define WEB_H
 
 #include "cart.h"
 #include "dbDb.h"
 
 void webSetStyle(char *style);
 /* set a style to add to the header */
 
 void webStartText();
 /* output the head for a text page */
 
 void webStart(struct cart *theCart, char *db, char* format,...);
 /* output a CGI and HTML header with the given title in printf format */