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/baseMask/cachedMask.c src/hg/baseMask/cachedMask.c
index 4704c38..21cef76 100644
--- src/hg/baseMask/cachedMask.c
+++ src/hg/baseMask/cachedMask.c
@@ -1,17 +1,20 @@
 /* cachedMask - cache and then process baseMasks - 'and' or 'or' two baseMasks together */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <time.h>
 #include "common.h"
 #include "hdb.h"
 #include "options.h"
 #include "jksql.h"
 #include "genomeRangeTreeFile.h"
 #include "baseMaskCommon.h"
 
 /* FIXME:
  * - would be nice to be able to specify ranges in the same manner
  *   as featureBits
  * - should keep header lines in files
  * - don't need to save if infile records if stats output