X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fchkpwd.c;h=96fed66203bfa7fff7be592306d0dbd526c3cb0b;hp=4dfc594e29ef8c22c4f9b080739d48190ee48984;hb=de8a29ba5870a337d54c2ca012ae8be75437b721;hpb=086b81cf5feff29d057afbb4353210eca71edac2 diff --git a/citadel/chkpwd.c b/citadel/chkpwd.c index 4dfc594e2..96fed6620 100644 --- a/citadel/chkpwd.c +++ b/citadel/chkpwd.c @@ -1,17 +1,12 @@ -/* - * 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. - */ +// +// 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