Skip to content

Commit

Permalink
Merge pull request #326 from dsnopek/allow-proprietary-licenses
Browse files Browse the repository at this point in the history
Allow assets with proprietary licenses
  • Loading branch information
coppolaemilio committed Apr 3, 2024
2 parents 73f1619 + d08934e commit 13e4c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants.php
Expand Up @@ -95,6 +95,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)',
]
];

0 comments on commit 13e4c84

Please sign in to comment.