mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
Allow assets with proprietary licenses
This commit is contained in:
@@ -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)',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user