X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fclientsocket.c;h=e71410e9fc727ec6ad5715f871085f89fd5dc0fd;hb=9da7df2a2446ccf5e1e286df65ba1e32bdfe0521;hp=b28d2000bce86b1babd276603a2248d5a9451917;hpb=de8a29ba5870a337d54c2ca012ae8be75437b721;p=citadel.git 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