]> code.citadel.org Git - citadel.git/blobdiff - webcit/autocompletion.c
MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / autocompletion.c
index 70b38deada974c7f6e4f7e876e9fd64896368d30..009df23821418e9e5638fe7d6d9eb382f1102bda 100644 (file)
@@ -1,7 +1,15 @@
 /*
- * $Id$
- *
  * 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"