This patch follows Gert's recommendations from [openvpn-devel]. Signed-off-by: Simon Rozman <si...@rozman.si> Message-ID: <20190117155829.ga92...@greenie.muc.de> --- src/tapctl/basic.h | 1 + src/tapctl/error.c | 1 + src/tapctl/error.h | 1 + src/tapctl/main.c | 1 + src/tapctl/tap.c | 1 + src/tapctl/tap.h | 1 + 6 files changed, 6 insertions(+)
diff --git a/src/tapctl/basic.h b/src/tapctl/basic.h index 3469cb1c..bfbcc30d 100644 --- a/src/tapctl/basic.h +++ b/src/tapctl/basic.h @@ -1,5 +1,6 @@ /* * basic -- Basic macros + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sa...@openvpn.net> * Copyright (C) 2018 Simon Rozman <si...@rozman.si> diff --git a/src/tapctl/error.c b/src/tapctl/error.c index 42ab6ccb..d1f77d20 100644 --- a/src/tapctl/error.c +++ b/src/tapctl/error.c @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sa...@openvpn.net> * Copyright (C) 2018 Simon Rozman <si...@rozman.si> diff --git a/src/tapctl/error.h b/src/tapctl/error.h index 1ac9b835..924cbbe8 100644 --- a/src/tapctl/error.h +++ b/src/tapctl/error.h @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sa...@openvpn.net> * Copyright (C) 2018 Simon Rozman <si...@rozman.si> diff --git a/src/tapctl/main.c b/src/tapctl/main.c index 5e6e1752..295366b4 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc <sa...@openvpn.net> * Copyright (C) 2008-2013 David Sommerseth <d...@users.sourceforge.net> diff --git a/src/tapctl/tap.c b/src/tapctl/tap.c index ba80237f..b2cb2dca 100644 --- a/src/tapctl/tap.c +++ b/src/tapctl/tap.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman <si...@rozman.si> * diff --git a/src/tapctl/tap.h b/src/tapctl/tap.h index 39dc28b0..c09c4766 100644 --- a/src/tapctl/tap.h +++ b/src/tapctl/tap.h @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman <si...@rozman.si> * -- 2.19.0.windows.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel