From b4211f2c422c71c8fbe3bf02bc366ec70ba22add Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 19 Jan 2023 18:23:59 +0800 Subject: [PATCH] license is actually BSD-2-clause adding an empty clause doesn't make BSD2 into BSD3 :-) The license should also be reverted really --- zlib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib.cabal b/zlib.cabal index 0981de2..e5b3f03 100644 --- a/zlib.cabal +++ b/zlib.cabal @@ -3,7 +3,7 @@ name: zlib version: 0.6.3.0 copyright: (c) 2006-2016 Duncan Coutts -license: BSD3 +license: BSD2 license-file: LICENSE author: Duncan Coutts maintainer: Duncan Coutts , Andrew Lelechenko , Emily Pillmore , Herbert Valerio Riedel