Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2014-01-15 13:01:42 +0400
committerdnobori <da.git@softether.co.jp>2014-01-15 13:01:42 +0400
commit001fd910fedfd0ef1690a9d3c50c1a28d1680d1d (patch)
treef4b83a9e3ab27af474134a935115b532cb05a473 /src/BuildUtil
parentc32bf3b84f0eeff7228edd0b545304ffa6d2c18f (diff)
v4.04-9412-rtm
Diffstat (limited to 'src/BuildUtil')
-rw-r--r--src/BuildUtil/BuildUtilCommands.cs9
-rw-r--r--src/BuildUtil/BuildUtilMain.cs9
-rw-r--r--src/BuildUtil/CodeSign.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Bmp.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Buf.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Cache.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Compress.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Console.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Csv.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Env.cs9
-rw-r--r--src/BuildUtil/CoreUtil/FileIO.cs9
-rw-r--r--src/BuildUtil/CoreUtil/GZip.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Kernel.cs9
-rw-r--r--src/BuildUtil/CoreUtil/MultiLang.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Packer.cs9
-rw-r--r--src/BuildUtil/CoreUtil/RC4.cs9
-rw-r--r--src/BuildUtil/CoreUtil/ReadIni.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Reg.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Secure.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Stb.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Str.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Tar.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Thread.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Time.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Util.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Win32.cs9
-rw-r--r--src/BuildUtil/CoreUtil/Zip.cs9
-rw-r--r--src/BuildUtil/PEUtil.cs9
-rw-r--r--src/BuildUtil/Properties/Resources.Designer.cs9
-rw-r--r--src/BuildUtil/Properties/Settings.Designer.cs9
-rw-r--r--src/BuildUtil/Test.cs9
-rw-r--r--src/BuildUtil/UnixBuildSoftwares.cs9
-rw-r--r--src/BuildUtil/VpnBuilder.cs9
-rw-r--r--src/BuildUtil/VpnBuilderConfig.cs9
-rw-r--r--src/BuildUtil/VpnBuilderConfigTypes.cs9
-rw-r--r--src/BuildUtil/Web References/HvSignService/Reference.cs9
-rw-r--r--src/BuildUtil/Web References/SignService/Reference.cs9
-rw-r--r--src/BuildUtil/Win32BuildSoftware.cs9
-rw-r--r--src/BuildUtil/Win32BuildUtil.cs9
39 files changed, 351 insertions, 0 deletions
diff --git a/src/BuildUtil/BuildUtilCommands.cs b/src/BuildUtil/BuildUtilCommands.cs
index 9d78477c..2ba6f836 100644
--- a/src/BuildUtil/BuildUtilCommands.cs
+++ b/src/BuildUtil/BuildUtilCommands.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/BuildUtilMain.cs b/src/BuildUtil/BuildUtilMain.cs
index fd6bc86a..c4f4a0b6 100644
--- a/src/BuildUtil/BuildUtilMain.cs
+++ b/src/BuildUtil/BuildUtilMain.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CodeSign.cs b/src/BuildUtil/CodeSign.cs
index d699716e..d3fe8183 100644
--- a/src/BuildUtil/CodeSign.cs
+++ b/src/BuildUtil/CodeSign.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Bmp.cs b/src/BuildUtil/CoreUtil/Bmp.cs
index c5fa870d..de49ff98 100644
--- a/src/BuildUtil/CoreUtil/Bmp.cs
+++ b/src/BuildUtil/CoreUtil/Bmp.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Buf.cs b/src/BuildUtil/CoreUtil/Buf.cs
index 40e73084..1395441a 100644
--- a/src/BuildUtil/CoreUtil/Buf.cs
+++ b/src/BuildUtil/CoreUtil/Buf.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Cache.cs b/src/BuildUtil/CoreUtil/Cache.cs
index 97c2f108..d58c4e54 100644
--- a/src/BuildUtil/CoreUtil/Cache.cs
+++ b/src/BuildUtil/CoreUtil/Cache.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Compress.cs b/src/BuildUtil/CoreUtil/Compress.cs
index eae45411..9bac9606 100644
--- a/src/BuildUtil/CoreUtil/Compress.cs
+++ b/src/BuildUtil/CoreUtil/Compress.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Console.cs b/src/BuildUtil/CoreUtil/Console.cs
index f7c63c4c..151f9703 100644
--- a/src/BuildUtil/CoreUtil/Console.cs
+++ b/src/BuildUtil/CoreUtil/Console.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Csv.cs b/src/BuildUtil/CoreUtil/Csv.cs
index 3e2b2c23..454eb1c1 100644
--- a/src/BuildUtil/CoreUtil/Csv.cs
+++ b/src/BuildUtil/CoreUtil/Csv.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Env.cs b/src/BuildUtil/CoreUtil/Env.cs
index 45cce2f0..dfd72d93 100644
--- a/src/BuildUtil/CoreUtil/Env.cs
+++ b/src/BuildUtil/CoreUtil/Env.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/FileIO.cs b/src/BuildUtil/CoreUtil/FileIO.cs
index 4f348656..c0457709 100644
--- a/src/BuildUtil/CoreUtil/FileIO.cs
+++ b/src/BuildUtil/CoreUtil/FileIO.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/GZip.cs b/src/BuildUtil/CoreUtil/GZip.cs
index c6eae41d..e7446d3a 100644
--- a/src/BuildUtil/CoreUtil/GZip.cs
+++ b/src/BuildUtil/CoreUtil/GZip.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Kernel.cs b/src/BuildUtil/CoreUtil/Kernel.cs
index 8c2bb6bf..155f876e 100644
--- a/src/BuildUtil/CoreUtil/Kernel.cs
+++ b/src/BuildUtil/CoreUtil/Kernel.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/MultiLang.cs b/src/BuildUtil/CoreUtil/MultiLang.cs
index 0cf9c639..40c575ff 100644
--- a/src/BuildUtil/CoreUtil/MultiLang.cs
+++ b/src/BuildUtil/CoreUtil/MultiLang.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Packer.cs b/src/BuildUtil/CoreUtil/Packer.cs
index c03782dd..f3a910cf 100644
--- a/src/BuildUtil/CoreUtil/Packer.cs
+++ b/src/BuildUtil/CoreUtil/Packer.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/RC4.cs b/src/BuildUtil/CoreUtil/RC4.cs
index 5033e12f..5b9c3c7a 100644
--- a/src/BuildUtil/CoreUtil/RC4.cs
+++ b/src/BuildUtil/CoreUtil/RC4.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/ReadIni.cs b/src/BuildUtil/CoreUtil/ReadIni.cs
index 811d5ae3..ea4c8488 100644
--- a/src/BuildUtil/CoreUtil/ReadIni.cs
+++ b/src/BuildUtil/CoreUtil/ReadIni.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Reg.cs b/src/BuildUtil/CoreUtil/Reg.cs
index 6634b1e5..09612f6c 100644
--- a/src/BuildUtil/CoreUtil/Reg.cs
+++ b/src/BuildUtil/CoreUtil/Reg.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Secure.cs b/src/BuildUtil/CoreUtil/Secure.cs
index 964b1dc5..04e257cc 100644
--- a/src/BuildUtil/CoreUtil/Secure.cs
+++ b/src/BuildUtil/CoreUtil/Secure.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Stb.cs b/src/BuildUtil/CoreUtil/Stb.cs
index d1c7a5ec..ade01256 100644
--- a/src/BuildUtil/CoreUtil/Stb.cs
+++ b/src/BuildUtil/CoreUtil/Stb.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Str.cs b/src/BuildUtil/CoreUtil/Str.cs
index f333b8f7..5d31bc87 100644
--- a/src/BuildUtil/CoreUtil/Str.cs
+++ b/src/BuildUtil/CoreUtil/Str.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Tar.cs b/src/BuildUtil/CoreUtil/Tar.cs
index c0dc3696..ee85d783 100644
--- a/src/BuildUtil/CoreUtil/Tar.cs
+++ b/src/BuildUtil/CoreUtil/Tar.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Thread.cs b/src/BuildUtil/CoreUtil/Thread.cs
index d59adae6..4897a031 100644
--- a/src/BuildUtil/CoreUtil/Thread.cs
+++ b/src/BuildUtil/CoreUtil/Thread.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Time.cs b/src/BuildUtil/CoreUtil/Time.cs
index dae7f21e..c83041a8 100644
--- a/src/BuildUtil/CoreUtil/Time.cs
+++ b/src/BuildUtil/CoreUtil/Time.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Util.cs b/src/BuildUtil/CoreUtil/Util.cs
index 1cf91eb7..ae355ca6 100644
--- a/src/BuildUtil/CoreUtil/Util.cs
+++ b/src/BuildUtil/CoreUtil/Util.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Win32.cs b/src/BuildUtil/CoreUtil/Win32.cs
index 06c42b1a..f387204b 100644
--- a/src/BuildUtil/CoreUtil/Win32.cs
+++ b/src/BuildUtil/CoreUtil/Win32.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/CoreUtil/Zip.cs b/src/BuildUtil/CoreUtil/Zip.cs
index 47a22669..3f63286e 100644
--- a/src/BuildUtil/CoreUtil/Zip.cs
+++ b/src/BuildUtil/CoreUtil/Zip.cs
@@ -51,6 +51,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/PEUtil.cs b/src/BuildUtil/PEUtil.cs
index 59b71daa..962e0c23 100644
--- a/src/BuildUtil/PEUtil.cs
+++ b/src/BuildUtil/PEUtil.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Properties/Resources.Designer.cs b/src/BuildUtil/Properties/Resources.Designer.cs
index 55036d32..1a025dd5 100644
--- a/src/BuildUtil/Properties/Resources.Designer.cs
+++ b/src/BuildUtil/Properties/Resources.Designer.cs
@@ -56,6 +56,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Properties/Settings.Designer.cs b/src/BuildUtil/Properties/Settings.Designer.cs
index 5715f13d..8c882136 100644
--- a/src/BuildUtil/Properties/Settings.Designer.cs
+++ b/src/BuildUtil/Properties/Settings.Designer.cs
@@ -56,6 +56,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Test.cs b/src/BuildUtil/Test.cs
index 688be1da..8d3160f3 100644
--- a/src/BuildUtil/Test.cs
+++ b/src/BuildUtil/Test.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/UnixBuildSoftwares.cs b/src/BuildUtil/UnixBuildSoftwares.cs
index 77bd9eb4..3d64a97d 100644
--- a/src/BuildUtil/UnixBuildSoftwares.cs
+++ b/src/BuildUtil/UnixBuildSoftwares.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/VpnBuilder.cs b/src/BuildUtil/VpnBuilder.cs
index d465086a..7251a421 100644
--- a/src/BuildUtil/VpnBuilder.cs
+++ b/src/BuildUtil/VpnBuilder.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/VpnBuilderConfig.cs b/src/BuildUtil/VpnBuilderConfig.cs
index d3d74cc7..3da2b82a 100644
--- a/src/BuildUtil/VpnBuilderConfig.cs
+++ b/src/BuildUtil/VpnBuilderConfig.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/VpnBuilderConfigTypes.cs b/src/BuildUtil/VpnBuilderConfigTypes.cs
index 8ef91a6e..c5e0cc1a 100644
--- a/src/BuildUtil/VpnBuilderConfigTypes.cs
+++ b/src/BuildUtil/VpnBuilderConfigTypes.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Web References/HvSignService/Reference.cs b/src/BuildUtil/Web References/HvSignService/Reference.cs
index 80e6b8f1..75a21dc0 100644
--- a/src/BuildUtil/Web References/HvSignService/Reference.cs
+++ b/src/BuildUtil/Web References/HvSignService/Reference.cs
@@ -56,6 +56,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Web References/SignService/Reference.cs b/src/BuildUtil/Web References/SignService/Reference.cs
index 6ad8706a..2d9814a6 100644
--- a/src/BuildUtil/Web References/SignService/Reference.cs
+++ b/src/BuildUtil/Web References/SignService/Reference.cs
@@ -56,6 +56,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Win32BuildSoftware.cs b/src/BuildUtil/Win32BuildSoftware.cs
index 8991da55..0d01f904 100644
--- a/src/BuildUtil/Win32BuildSoftware.cs
+++ b/src/BuildUtil/Win32BuildSoftware.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
diff --git a/src/BuildUtil/Win32BuildUtil.cs b/src/BuildUtil/Win32BuildUtil.cs
index 5f478966..2cb88c83 100644
--- a/src/BuildUtil/Win32BuildUtil.cs
+++ b/src/BuildUtil/Win32BuildUtil.cs
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//