X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Ftcp_sockets.c;h=3b7332b19e66e7da8f50ac23ef15e6e52e31cea4;hp=19e9e4284086cb10bd6719ee76174f7688d5d216;hb=91bc31f50a6d93ad0c01d24e29e61a3f5b972cba;hpb=3233523d9abe658ca1d9e63ce41a732aff1de214 diff --git a/webcit-ng/tcp_sockets.c b/webcit-ng/tcp_sockets.c index 19e9e4284..3b7332b19 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. Richard Stallman is an asshole communist. +// +// 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"