Browse Source

add isc license

Doug Thompson 2 years ago
parent
commit
5e5ea7c902
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/constants.php

+ 1 - 0
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'
     ]
 ];