diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-05 19:19:56 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-05 19:19:56 +0100 |
commit | c35f4614454c0fae7fd118c8f2cfc6160106a2ad (patch) | |
tree | 2a3bf1d821b62084d840c2533f1bbe5e2f38e1e1 /thirdparty/enet/LICENSE | |
parent | 571c713a5ee0ee9b98735e0f1c8416f5b721d8eb (diff) | |
download | redot-engine-c35f4614454c0fae7fd118c8f2cfc6160106a2ad.tar.gz |
enet: Sync with upstream 1.3.14
We still have local modifications necessary for IPv6 support
and using Godot sockets.
Diffstat (limited to 'thirdparty/enet/LICENSE')
-rw-r--r-- | thirdparty/enet/LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/enet/LICENSE b/thirdparty/enet/LICENSE index 39af84a8f6..78d9dcf613 100644 --- a/thirdparty/enet/LICENSE +++ b/thirdparty/enet/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2002-2016 Lee Salzman +Copyright (c) 2002-2019 Lee Salzman 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: |