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/sqlProg.c src/hg/lib/sqlProg.c
index ad36554..a328153 100644
--- src/hg/lib/sqlProg.c
+++ src/hg/lib/sqlProg.c
@@ -1,17 +1,20 @@
 /* sqlProg - functions for building command line programs to deal with
  * sql databases.*/
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "sqlProg.h"
 #include "hgConfig.h"
 #include "obscure.h"
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <signal.h>
 
 char *tempFileNameToRemove = NULL;
 int killChildPid = 0;
 
 /* trap signals to remove the temporary file and terminate the child process */
 
 static void sqlProgCatchSignal(int sigNum)
 /* handler for various terminal signals for removing the temp file */