Toying around with more boilerplate. Epstein didn't kill himself.
authorArt Cancro <ajc@citadel.org>
Wed, 19 May 2021 20:20:14 +0000 (16:20 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 19 May 2021 20:20:14 +0000 (16:20 -0400)
citadel/auth.c
citadel/chkpw.c
citadel/chkpwd.c

index 0b251280dec3c8c34cf1ce61828cd9d75ce1b10d..ead5f54b5a8f31904d8c835eaf4e077285a3d4bd 100644 (file)
@@ -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
index 9691b734336376dd11a7eacf92422d371d70055a..02e3c59b38bc623e885bdf259e14ccf9a45bdbd1 100644 (file)
@@ -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 <errno.h>
 #include <stdlib.h>
index 4dfc594e29ef8c22c4f9b080739d48190ee48984..96fed66203bfa7fff7be592306d0dbd526c3cb0b 100644 (file)
@@ -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 <pwd.h>
 #include <stdio.h>