From 5e5ea7c902a38f7068a8e22ef2e0d25fbad17922 Mon Sep 17 00:00:00 2001 From: Doug Thompson Date: Wed, 2 Aug 2023 23:12:25 +0100 Subject: [PATCH] add isc license --- src/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.php b/src/constants.php index d95d8db..fb55caf 100644 --- a/src/constants.php +++ b/src/constants.php @@ -92,6 +92,7 @@ return $constants = [ 'BSD-2-Clause' => 'BSD 2-clause License', 'BSD-3-Clause' => 'BSD 3-clause License', 'BSL-1.0' => 'Boost Software License', + 'ISC' => 'ISC License', 'Unlicense' => 'The Unlicense License' ] ];