From 0589c740796221ccab9be151b885913f204345b4 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Thu, 1 Feb 2018 12:46:16 +0100 Subject: [PATCH] add copyright stuff --- src/network/multicastsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/multicastsocket.c b/src/network/multicastsocket.c index 49ac223..648fd47 100644 --- a/src/network/multicastsocket.c +++ b/src/network/multicastsocket.c @@ -12,8 +12,8 @@ #include "multicastsocket.h" // TODO: Consider to remove this... -// based on: http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-018.htm +// based on: http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-018.htm static struct ip_mreq command;