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/api.h src/hg/inc/api.h
index 1deb376..00e54a4 100644
--- src/hg/inc/api.h
+++ src/hg/inc/api.h
@@ -1,7 +1,10 @@
 /* Utility functions for web API programs */
 
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 void apiOut(char *text, char *jsonp);
 /* Output content header and text to stdout */
 
 void apiWarnAbortHandler(char *format, va_list args);
 /* warnAbort handler that aborts with an HTTP 400 status code. */