[Openvpn-devel] Add developer notes URL for openvpnmsica.dll

Message ID 20190224185500.45300-1-simon@rozman.si
State Accepted
Headers show
Series [Openvpn-devel] Add developer notes URL for openvpnmsica.dll | expand

Commit Message

Simon Rozman Feb. 24, 2019, 7:55 a.m. UTC
This patch follows Gert's recommendations from [openvpn-devel].

Signed-off-by: Simon Rozman <simon@rozman.si>
Message-ID: <201901181957.x0IJvlQ2003900@chekov.greenie.muc.de>
---
 src/openvpnmsica/dllmain.c      | 1 +
 src/openvpnmsica/msica_op.c     | 1 +
 src/openvpnmsica/msica_op.h     | 1 +
 src/openvpnmsica/msiex.c        | 1 +
 src/openvpnmsica/msiex.h        | 1 +
 src/openvpnmsica/openvpnmsica.c | 1 +
 src/openvpnmsica/openvpnmsica.h | 1 +
 7 files changed, 7 insertions(+)

Comments

Gert Doering Feb. 28, 2019, 4:32 a.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Trivial change, but very useful :-) - thanks.

Your patch has been applied to the master branch.

commit 5a05352f0ae06d2f79072fdc86370f279ed84074
Author: Simon Rozman
Date:   Sun Feb 24 19:55:00 2019 +0100

     Add developer notes URL for openvpnmsica.dll

     Signed-off-by: Simon Rozman <simon@rozman.si>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20190224185500.45300-1-simon@rozman.si>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18235.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/src/openvpnmsica/dllmain.c b/src/openvpnmsica/dllmain.c
index 5e29f44c..201fd9af 100644
--- a/src/openvpnmsica/dllmain.c
+++ b/src/openvpnmsica/dllmain.c
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/msica_op.c b/src/openvpnmsica/msica_op.c
index 8912e92a..3b9878dc 100644
--- a/src/openvpnmsica/msica_op.c
+++ b/src/openvpnmsica/msica_op.c
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/msica_op.h b/src/openvpnmsica/msica_op.h
index 7ce80519..eaf7596c 100644
--- a/src/openvpnmsica/msica_op.h
+++ b/src/openvpnmsica/msica_op.h
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/msiex.c b/src/openvpnmsica/msiex.c
index 7e2bed3e..00265d04 100644
--- a/src/openvpnmsica/msiex.c
+++ b/src/openvpnmsica/msiex.c
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/msiex.h b/src/openvpnmsica/msiex.h
index e9f98377..d819b875 100644
--- a/src/openvpnmsica/msiex.h
+++ b/src/openvpnmsica/msiex.h
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/openvpnmsica.c b/src/openvpnmsica/openvpnmsica.c
index b134bc9b..f5ad2295 100644
--- a/src/openvpnmsica/openvpnmsica.c
+++ b/src/openvpnmsica/openvpnmsica.c
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *
diff --git a/src/openvpnmsica/openvpnmsica.h b/src/openvpnmsica/openvpnmsica.h
index d6a09127..1486c043 100644
--- a/src/openvpnmsica/openvpnmsica.h
+++ b/src/openvpnmsica/openvpnmsica.h
@@ -1,5 +1,6 @@ 
 /*
  *  openvpnmsica -- Custom Action DLL to provide OpenVPN-specific support to MSI packages
+ *                  https://community.openvpn.net/openvpn/wiki/OpenVPNMSICA
  *
  *  Copyright (C) 2018 Simon Rozman <simon@rozman.si>
  *