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/lib/spacedSeed.c src/lib/spacedSeed.c
index 169e223..4554eb4 100644
--- src/lib/spacedSeed.c
+++ src/lib/spacedSeed.c
@@ -1,17 +1,20 @@
 /* spacedSeed - stuff to help with spaced seeds for alignments. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "spacedSeed.h"
 
 
 /* Seeds - the weight 9 and 11 seeds are from PatternHunter paper.
  * The weights 10,12,13,14,15,16,17 and 18 are from the Choi, Zeng,
  * and Zhang paper.  The others are just guesses. */
 
 char *spacedSeeds[] = {
     /*  0 */ "",
     /*  1 */ "1",
     /*  2 */ "11",
     /*  3 */ "1101",
     /*  4 */ "110101",
     /*  5 */ "1101011",