Merge pull request #376 from Boyquotes/master

a comma is missing from the license table
This commit is contained in:
Emi
2026-02-20 00:10:03 +01:00
committed by GitHub

View File

@@ -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)',
]
];