X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_recv.c;h=58d45ab43d6508619d34186b3f4a23f6d455ecc7;hp=4620d61a4603e46561881a3b7c0976a09c7788d9;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=a61e862450dc1e74394bf5bbf7002d9947f98d31 diff --git a/udp_recv.c b/udp_recv.c index 4620d61a..58d45ab4 100644 --- a/udp_recv.c +++ b/udp_recv.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file udp_recv.c Paraslash's udp receiver */ #include @@ -190,7 +186,6 @@ err: return ret; } -/** See \ref recv_init(). */ const struct receiver lsg_recv_cmd_com_udp_user_data = { .open = udp_recv_open, .close = udp_recv_close,