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/repMask.c src/lib/repMask.c
index 4e79ca9..8fab09b 100644
--- src/lib/repMask.c
+++ src/lib/repMask.c
@@ -1,19 +1,22 @@
 /* repMask.c was originally generated by the autoSql program, which also 
  * generated repMask.h and repMask.sql.  This module links the database and the RAM 
  * representation of objects. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "sqlList.h"
 #include "sqlNum.h"
 #include "repMask.h"
 
 
 void repeatMaskOutStaticLoad(char **row, struct repeatMaskOut *ret)
 /* Load a row from repeatMaskOut table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 int i;
 
 ret->score = sqlUnsigned(row[0]);
 ret->percDiv = atof(row[1]);
 ret->percDel = atof(row[2]);