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/hmmPfamParse.c src/lib/hmmPfamParse.c
index 6e85e92..7fe16d5 100644
--- src/lib/hmmPfamParse.c
+++ src/lib/hmmPfamParse.c
@@ -1,17 +1,20 @@
 /* hmmpfamParse - Parse hmmpfam files.. */
 
+/* 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 "errabort.h"
 #include "spacedColumn.h"
 #include "hmmPfamParse.h"
 
 
 void hpfModelFree(struct hpfModel **pMod)
 /* Free memory associated with hpfModel */
 {
 struct hpfModel *mod = *pMod;
 if (mod != NULL)
     {
     freeMem(mod->name);
     freeMem(mod->description);