From: Art Cancro Date: Wed, 26 May 2021 22:59:44 +0000 (-0400) Subject: here have code X-Git-Tag: v939~55 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9da7df2a2446ccf5e1e286df65ba1e32bdfe0521 here have code --- diff --git a/citadel/citadel_dirs.c b/citadel/citadel_dirs.c index f1fb3e9a6..7ba78e138 100644 --- a/citadel/citadel_dirs.c +++ b/citadel/citadel_dirs.c @@ -1,16 +1,11 @@ -/* - * citadel_dirs.c : calculate pathnames for various files used in the Citadel system - * - * 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. - */ +// citadel_dirs.c : calculate pathnames for various files used in the Citadel system +// +// 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 #include diff --git a/citadel/citmail.c b/citadel/citmail.c index f1c6ae8c7..bd4049008 100644 --- a/citadel/citmail.c +++ b/citadel/citmail.c @@ -5,13 +5,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. +// 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 "sysdep.h" #include diff --git a/citadel/citserver.c b/citadel/citserver.c index cde79e0f6..7801761f6 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -1,16 +1,10 @@ -/* - * Main source module for the Citadel server - * - * 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. - */ +// Main source module for the Citadel server +// +// 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/clientsocket.c b/citadel/clientsocket.c index b28d2000b..e71410e9f 100644 --- a/citadel/clientsocket.c +++ b/citadel/clientsocket.c @@ -1,19 +1,13 @@ -/* - * This module handles client-side sockets opened by the Citadel server (for - * the client side of Internet protocols, etc.) It does _not_ handle client - * sockets for the Citadel client; for that you must look in ipc_c_tcp.c - * (which, uncoincidentally, bears a striking similarity to this file). - * - * Copyright (c) 1987-2017 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 module handles client-side sockets opened by the Citadel server (for +// the client side of Internet protocols, etc.) It does _not_ handle client +// sockets for the Citadel client; for that you must look in ipc_c_tcp.c +// (which, uncoincidentally, bears a striking similarity to this file). +// +// Copyright (c) 1987-2017 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