X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fipc_c_tcp.c;h=efb997dcc31265ca7faecfc63b7e773491e81c7a;hp=4e4b8b87257c7a51050524b89bda2e1fea069721;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hpb=6ee6b5fc488f5286ea81ef95503c91c43c434ced diff --git a/textclient/ipc_c_tcp.c b/textclient/ipc_c_tcp.c index 4e4b8b872..efb997dcc 100644 --- a/textclient/ipc_c_tcp.c +++ b/textclient/ipc_c_tcp.c @@ -1,16 +1,14 @@ -/* - * Client-side IPC functions - * - * Copyright (c) 1987-2018 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. - */ +// Client-side IPC functions +// +// Copyright (c) 1987-2018 by the citadel.org team +// +// This program is open source software. Use, duplication, and/or +// disclosure are subject to the GNU General Purpose 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. #include "textclient.h"