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:
Diffstat (limited to 'src/BuildUtil/CoreUtil')
-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
24 files changed, 216 insertions, 0 deletions
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
// ---------------------
//