]> code.citadel.org Git - citadel.git/blobdiff - citadel/chkpwd.c
arrgh
[citadel.git] / citadel / chkpwd.c
index a2235bdfd214978ad42dd45c3de95fdf78a07654..4dfc594e29ef8c22c4f9b080739d48190ee48984 100644 (file)
@@ -1,9 +1,16 @@
 /*
- * $Id$
- *
  * a setuid helper program for machines which use shadow passwords
  * by Nathan Bryant, March 1999
  *
+ * Copyright (c) 1987-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 <pwd.h>
@@ -15,6 +22,8 @@
 #include <unistd.h>
 #include <sys/types.h>
 
+#include <libcitadel.h>
+
 #include "auth.h"
 #include "config.h"
 #include "citadel_dirs.h"