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/hgsqldumpLocal/hgsqldumpLocal.c src/hg/hgsqldumpLocal/hgsqldumpLocal.c
index 9d865e7..b68b69e 100644
--- src/hg/hgsqldumpLocal/hgsqldumpLocal.c
+++ src/hg/hgsqldumpLocal/hgsqldumpLocal.c
@@ -1,16 +1,19 @@
 /* hgsqldump - Execute mysqldump using passwords from .hg.conf. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "options.h"
 #include "sqlProg.h"
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "hgsqldumpLocal - Execute mysqldump using passwords from .hg.conf\n"
   "usage:\n"
   "   hgsqldumpLocal [OPTIONS] database [tables]\n"
   "or:\n"
   "   hgsqldumpLocal [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3 ...]\n"
   "or:\n"