X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fautocompletion.c;h=009df23821418e9e5638fe7d6d9eb382f1102bda;hb=HEAD;hp=70b38deada974c7f6e4f7e876e9fd64896368d30;hpb=8e165dd308679f195af8614d62dbdb4e43238495;p=citadel.git diff --git a/webcit/autocompletion.c b/webcit/autocompletion.c index 70b38dead..e936068fd 100644 --- a/webcit/autocompletion.c +++ b/webcit/autocompletion.c @@ -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"