diff --git a/src/constants.php b/src/constants.php index 1f8f4f9..bcfb674 100644 --- a/src/constants.php +++ b/src/constants.php @@ -95,6 +95,7 @@ function double_map($array) 'BSD-3-Clause' => 'BSD 3-clause License', 'BSL-1.0' => 'Boost Software License', 'ISC' => 'ISC License', - 'Unlicense' => 'The Unlicense License' + 'Unlicense' => 'The Unlicense License', + 'Proprietary' => 'Proprietary (see LICENSE file)', ] ];