diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-19 12:00:37 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-19 12:00:37 +0100 |
commit | 432ac521ef50ca41a81cffc1770cb46f72a422f6 (patch) | |
tree | be637a1ac10bf6c248a28880a3b9352ae47e5ecf /thirdparty/miniupnpc/LICENSE | |
parent | a777f01052161f0ea3b1344e605ac4222498395c (diff) |
miniupnpc: Update to version 2.2.3
Library code and public headers are now properly separated, we can fix include paths
to remove the redundant subfolder.
Diffstat (limited to 'thirdparty/miniupnpc/LICENSE')
-rw-r--r-- | thirdparty/miniupnpc/LICENSE | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/thirdparty/miniupnpc/LICENSE b/thirdparty/miniupnpc/LICENSE index 6ddd381baa..fe9118c07e 100644 --- a/thirdparty/miniupnpc/LICENSE +++ b/thirdparty/miniupnpc/LICENSE @@ -1,4 +1,4 @@ -MiniUPnPc +MiniUPnP Project Copyright (c) 2005-2020, Thomas BERNARD All rights reserved. @@ -24,4 +24,3 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - |