X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Ftcp_sockets.c;h=e47b1bc7af1a174403d86fa5c231ac0af8ff560a;hb=fd396aeb6d3e10be928dd899ae228147b1728fb3;hp=19e9e4284086cb10bd6719ee76174f7688d5d216;hpb=03d5df9a4e11ce16fbfeac4ad03f2825591fa4ae;p=citadel.git diff --git a/webcit-ng/tcp_sockets.c b/webcit-ng/tcp_sockets.c index 19e9e4284..e47b1bc7a 100644 --- a/webcit-ng/tcp_sockets.c +++ b/webcit-ng/tcp_sockets.c @@ -1,16 +1,17 @@ -/* - * TCP sockets layer - * - * 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. - */ +// +// TCP sockets layer +// +// Copyright (c) 1987-2018 by the citadel.org team +// +// This program is open source software. It runs great on the +// Linux operating system (and probably elsewhere). You can use, +// copy, and run 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. #include "webcit.h"