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/hgTables/usage.c src/hg/hgTables/usage.c
index d8d50ce..9a5d5c1 100644
--- src/hg/hgTables/usage.c
+++ src/hg/hgTables/usage.c
@@ -1,17 +1,20 @@
 /* usage - functions that display helpful usage info text go here. -jk)*/
 
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "jksql.h"
 #include "hgTables.h"
 
 
 void printMainHelp()
 /* Put up main page help info. */
 {
 hPrintf("%s",
 "This section provides brief line-by-line descriptions of the Table \n"
 "Browser controls. For more information on using this program, see the \n"
 "<A HREF=\"../goldenPath/help/hgTablesHelp.html\" TARGET=_blank>Table \n"
 "Browser User's Guide</A>.\n"
 "        <UL>\n"
 "        <LI><B>clade: </B>Specifies which clade the organism is in.</LI>\n"