X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fchkpwd.c;h=4dfc594e29ef8c22c4f9b080739d48190ee48984;hb=d262741cce924786b2de5f3f10f5470e5d45743e;hp=024406349b4cd4682fb14fd1dceab588f0b47733;hpb=d9c2f2b51d5833243d09143fb308915e25f18a74;p=citadel.git diff --git a/citadel/utils/chkpwd.c b/citadel/utils/chkpwd.c index 024406349..4dfc594e2 100644 --- a/citadel/utils/chkpwd.c +++ b/citadel/utils/chkpwd.c @@ -2,22 +2,15 @@ * a setuid helper program for machines which use shadow passwords * by Nathan Bryant, March 1999 * + * Copyright (c) 1987-2012 by the citadel.org team * - * Copyright (c) 1987-2009 by the citadel.org team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. + * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include @@ -29,6 +22,8 @@ #include #include +#include + #include "auth.h" #include "config.h" #include "citadel_dirs.h"