fb4ef5ddff422e6ddb8ee3695d73ab47f0f5d039
kent
  Tue May 27 10:44:56 2014 -0700
Adding Jim Kent copyright notices to a few files that needed it.
diff --git src/lib/xAli.c src/lib/xAli.c
index 1ec181d..f65adff 100644
--- src/lib/xAli.c
+++ src/lib/xAli.c
@@ -1,18 +1,20 @@
 /* xAli.c was originally generated by the autoSql program, which also 
  * generated xAli.h and xAli.sql.  This module links the database and
- * the RAM representation of objects. */
+ * the RAM representation of objects. 
+ * This file is copyright 2002 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "sqlNum.h"
 #include "sqlList.h"
 #include "xAli.h"
 
 
 struct xAli *xAliLoad(char **row)
 /* Load a xAli from row fetched with select * from xAli
  * from database.  Dispose of this with xAliFree(). */
 {
 struct xAli *ret;
 int sizeOne;