From 8da8257d0bd9db65c602d917a2f24a3cdf251adb Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Fri, 12 Apr 2019 10:51:28 +0200 Subject: [PATCH] Fix typo in the new v2 license Signed-off-by: Miguel Ojeda Signed-off-by: Cosmin Truta --- LICENSE | 2 +- png.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 090958f2f..e0c5b531c 100644 --- a/LICENSE +++ b/LICENSE @@ -13,7 +13,7 @@ PNG Reference Library License version 2 The software is supplied "as is", without warranty of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose, title, and -non-infringement. In no even shall the Copyright owners, or +non-infringement. In no event shall the Copyright owners, or anyone distributing the software, be liable for any damages or other liability, whether in contract, tort or otherwise, arising from, out of, or in connection with the software, or the use or diff --git a/png.h b/png.h index 4a6eaeab0..836127483 100644 --- a/png.h +++ b/png.h @@ -35,7 +35,7 @@ * The software is supplied "as is", without warranty of any kind, * express or implied, including, without limitation, the warranties * of merchantability, fitness for a particular purpose, title, and - * non-infringement. In no even shall the Copyright owners, or + * non-infringement. In no event shall the Copyright owners, or * anyone distributing the software, be liable for any damages or * other liability, whether in contract, tort or otherwise, arising * from, out of, or in connection with the software, or the use or -- GitLab