From 3d98c5931c6a51b22c52df2e9cfcd51563559af3 Mon Sep 17 00:00:00 2001
From: jkpete <1031139173@qq.com>
Date: Fri, 18 Apr 2025 11:15:05 +0800
Subject: [PATCH] update third part license and notice
---
EGFramework.csproj | 1 +
.../License_Third_Part/Dapper/License.txt | 6 +++
.../LICENSE.txt | 0
.../License_Third_Part/FluentFTP/LICENSE.TXT | 7 +++
.../License_Third_Part/LiteDB/LICENSE.txt | 21 +++++++++
.../Makaretu_Dns_Multicast/LICENSE.txt | 21 +++++++++
.../License_Third_Part/Mysql_Data/Notice.txt | 3 ++
.../StackExchange_Redis/LICENSE.txt | 47 +++++++++++++++++++
8 files changed, 106 insertions(+)
create mode 100644 addons/EGFramework/License_Third_Part/Dapper/License.txt
rename addons/EGFramework/License_Third_Part/{Microsoft_Data_SQLite => Dotnet}/LICENSE.txt (100%)
create mode 100644 addons/EGFramework/License_Third_Part/FluentFTP/LICENSE.TXT
create mode 100644 addons/EGFramework/License_Third_Part/LiteDB/LICENSE.txt
create mode 100644 addons/EGFramework/License_Third_Part/Makaretu_Dns_Multicast/LICENSE.txt
create mode 100644 addons/EGFramework/License_Third_Part/Mysql_Data/Notice.txt
create mode 100644 addons/EGFramework/License_Third_Part/StackExchange_Redis/LICENSE.txt
diff --git a/EGFramework.csproj b/EGFramework.csproj
index 6f1ba14..d141c54 100644
--- a/EGFramework.csproj
+++ b/EGFramework.csproj
@@ -20,5 +20,6 @@
+
\ No newline at end of file
diff --git a/addons/EGFramework/License_Third_Part/Dapper/License.txt b/addons/EGFramework/License_Third_Part/Dapper/License.txt
new file mode 100644
index 0000000..aa78493
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/Dapper/License.txt
@@ -0,0 +1,6 @@
+The Dapper library and tools are licenced under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0
+
+The Dapper logo is copyright Marc Gravell 2021 onwards; it is fine to use the Dapper logo when referencing the Dapper library and utilities, but
+the Dapper logo (including derivatives) must not be used in a way that misrepresents an external product or library as being affiliated or endorsed
+with Dapper. For example, you must not use the Dapper logo as the package icon on your own external tool (even if it uses Dapper internally),
+without written permission. If in doubt: ask.
\ No newline at end of file
diff --git a/addons/EGFramework/License_Third_Part/Microsoft_Data_SQLite/LICENSE.txt b/addons/EGFramework/License_Third_Part/Dotnet/LICENSE.txt
similarity index 100%
rename from addons/EGFramework/License_Third_Part/Microsoft_Data_SQLite/LICENSE.txt
rename to addons/EGFramework/License_Third_Part/Dotnet/LICENSE.txt
diff --git a/addons/EGFramework/License_Third_Part/FluentFTP/LICENSE.TXT b/addons/EGFramework/License_Third_Part/FluentFTP/LICENSE.TXT
new file mode 100644
index 0000000..93d30b1
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/FluentFTP/LICENSE.TXT
@@ -0,0 +1,7 @@
+Copyright (c) 2015 Robin Rodricks and FluentFTP Contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/addons/EGFramework/License_Third_Part/LiteDB/LICENSE.txt b/addons/EGFramework/License_Third_Part/LiteDB/LICENSE.txt
new file mode 100644
index 0000000..08610a1
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/LiteDB/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014-2022 Mauricio David
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/addons/EGFramework/License_Third_Part/Makaretu_Dns_Multicast/LICENSE.txt b/addons/EGFramework/License_Third_Part/Makaretu_Dns_Multicast/LICENSE.txt
new file mode 100644
index 0000000..61d5419
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/Makaretu_Dns_Multicast/LICENSE.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 Richard Schneider
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/addons/EGFramework/License_Third_Part/Mysql_Data/Notice.txt b/addons/EGFramework/License_Third_Part/Mysql_Data/Notice.txt
new file mode 100644
index 0000000..4636597
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/Mysql_Data/Notice.txt
@@ -0,0 +1,3 @@
+GPL-2.0-only license licenseWITH license licenseUniversal-FOSS-exception-1.0 license
+https://licenses.nuget.org/GPL-2.0-only
+https://licenses.nuget.org/Universal-FOSS-exception-1.0
\ No newline at end of file
diff --git a/addons/EGFramework/License_Third_Part/StackExchange_Redis/LICENSE.txt b/addons/EGFramework/License_Third_Part/StackExchange_Redis/LICENSE.txt
new file mode 100644
index 0000000..db4620c
--- /dev/null
+++ b/addons/EGFramework/License_Third_Part/StackExchange_Redis/LICENSE.txt
@@ -0,0 +1,47 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Stack Exchange
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+===============================================
+
+Third Party Licenses:
+
+The Redis project (https://redis.io/) is independent of this client library, and
+is licensed separately under the three clause BSD license. The full license
+information can be viewed here: https://redis.io/topics/license
+
+This tool makes use of the "redis-doc" library from https://redis.io/documentation
+in the intellisense comments, which is licensed under the
+Creative Commons Attribution-ShareAlike 4.0 International license; full
+details are available here:
+https://github.com/antirez/redis-doc/blob/master/COPYRIGHT
+
+The development solution uses the Redis-64 package from nuget
+(https://www.nuget.org/packages/Redis-64) by Microsoft Open Technologies, inc.
+This is licensed under the BSD license; full details are available here:
+https://github.com/MSOpenTech/redis/blob/2.6/license.txt
+This tool is not used in the release binaries.
+
+The development solution uses the BookSleeve package from nuget
+(https://code.google.com/p/booksleeve/) by Marc Gravell. This is licensed
+under the Apache 2.0 license; full details are available here:
+https://www.apache.org/licenses/LICENSE-2.0
+This tool is not used in the release binaries.
\ No newline at end of file