Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / webcit / autocompletion.c
index 70b38deada974c7f6e4f7e876e9fd64896368d30..e936068fdc1011770111ad96d817a70a5563d64e 100644 (file)
@@ -1,7 +1,15 @@
 /*
- * $Id$
+ * dynamic html autocompletion
  *
- * ajax-powered autocompletion...
+ * Copyright (c) 1996-2012 by the citadel.org team
+ *
+ * This program is open source software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  */
 
 #include "webcit.h"