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/pslToBed/pslToBed.c src/hg/pslToBed/pslToBed.c
index 05a9471..c416540 100644
--- src/hg/pslToBed/pslToBed.c
+++ src/hg/pslToBed/pslToBed.c
@@ -1,17 +1,20 @@
 /* pslToBed -- tranform a psl format file to a bed format file */
 
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "psl.h"
 #include "bed.h"
 #include "options.h"
 
 
 void usage()
 /* print usage infomation and exit */
 {
 errAbort("pslToBed: tranform a psl format file to a bed format file.\n"
          "usage:\n"
          "    pslToBed psl bed\n"
 	 "options:\n"
 	 "    -cds=cdsFile\n"
 	 "cdsFile specifies a input cds tab-separated file which contains\n"