mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-02-25 06:33:01 +03:00
Merge pull request #376 from Boyquotes/master
a comma is missing from the license table
This commit is contained in:
@@ -101,7 +101,7 @@ return $constants = [
|
||||
'BSL-1.0' => 'Boost Software License',
|
||||
'ISC' => 'ISC License',
|
||||
'Unlicense' => 'The Unlicense License',
|
||||
'Zlib' => 'zlib License'
|
||||
'Zlib' => 'zlib License',
|
||||
'Proprietary' => 'Proprietary (see LICENSE file)',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user