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/cgiApoptosis.h src/hg/inc/cgiApoptosis.h
index 52aa7ae..d1ee867 100644
--- src/hg/inc/cgiApoptosis.h
+++ src/hg/inc/cgiApoptosis.h
@@ -1,19 +1,22 @@
 /* functions to auto-kill CGIs after a certain amount of time has passed */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef CGIAPOPTOSIS_H
 #define CGIAPOPTOSIS_H
 
 #include <utime.h>
 #include <htmlPage.h>
 #include <signal.h>
 #include "geoMirror.h"
 #include <regex.h>
 #include "trackHub.h"
 
 void lazarusLives(unsigned long newExpireSeconds);
 /* long running process requests more time */
 
 void cgiApoptosisSetup();
 /* setting up cgi auto killing after x minutes */
 
 #endif /* CGIAPOPTOSIS_H */