From de8a29ba5870a337d54c2ca012ae8be75437b721 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 19 May 2021 16:20:14 -0400 Subject: [PATCH] Toying around with more boilerplate. Epstein didn't kill himself. --- citadel/auth.c | 10 +++------- citadel/chkpw.c | 17 ++++++----------- citadel/chkpwd.c | 23 +++++++++-------------- 3 files changed, 18 insertions(+), 32 deletions(-) diff --git a/citadel/auth.c b/citadel/auth.c index 0b251280d..ead5f54b5 100644 --- a/citadel/auth.c +++ b/citadel/auth.c @@ -4,13 +4,9 @@ // // Copyright (c) 1999-2016 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. +// 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. #if defined(__linux) || defined(__sun) // needed for crypt(): #define _XOPEN_SOURCE diff --git a/citadel/chkpw.c b/citadel/chkpw.c index 9691b7343..02e3c59b3 100644 --- a/citadel/chkpw.c +++ b/citadel/chkpw.c @@ -1,14 +1,9 @@ -/* - * Copyright (c) 1987-2021 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. - */ +// +// Copyright (c) 1987-2021 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 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 -- 2.30.2