From d08934ebdb809e5c35619a5c44ed1bf77d9875de Mon Sep 17 00:00:00 2001 From: David Snopek Date: Wed, 3 Apr 2024 13:20:27 -0500 Subject: [PATCH] Allow assets with proprietary licenses --- src/constants.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants.php b/src/constants.php index 4a42fad..6dcc8d2 100644 --- a/src/constants.php +++ b/src/constants.php @@ -94,6 +94,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)', ] ];