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/maskOutFa/maskOutFa.c src/hg/maskOutFa/maskOutFa.c
index 7501201..9a3d1e9 100644
--- src/hg/maskOutFa/maskOutFa.c
+++ src/hg/maskOutFa/maskOutFa.c
@@ -1,17 +1,20 @@
 /* maskOutFa - Produce a masked .fa file given an unmasked .fa and 
  * a RepeatMasker .out file or a bed file to mask on. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "options.h"
 #include "hash.h"
 #include "fa.h"
 #include "bed.h"
 #include "repMask.h"
 
 
 static struct optionSpec optionSpecs[] = {
     {"soft", OPTION_BOOLEAN},
     {"softAdd", OPTION_BOOLEAN},
     {"clip", OPTION_BOOLEAN},
     {"maskFormat", OPTION_STRING},
     {NULL, 0}