X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fchkpwd.c;h=96fed66203bfa7fff7be592306d0dbd526c3cb0b;hb=de8a29ba5870a337d54c2ca012ae8be75437b721;hp=a2235bdfd214978ad42dd45c3de95fdf78a07654;hpb=36e360da4d68844897b0ed1f8c917065dba28512;p=citadel.git diff --git a/citadel/chkpwd.c b/citadel/chkpwd.c index a2235bdfd..96fed6620 100644 --- a/citadel/chkpwd.c +++ b/citadel/chkpwd.c @@ -1,10 +1,12 @@ -/* - * $Id$ - * - * a setuid helper program for machines which use shadow passwords - * by Nathan Bryant, March 1999 - * - */ +// +// 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. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #include #include @@ -15,6 +17,8 @@ #include #include +#include + #include "auth.h" #include "config.h" #include "citadel_dirs.h"