Allow assets with proprietary licenses

This commit is contained in:
David Snopek
2024-04-03 13:20:27 -05:00
parent 06aebbc995
commit d08934ebdb

View File

@@ -94,6 +94,7 @@ return $constants = [
'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)',
]
];