Skip to content

Commit

Permalink
Merge pull request #16 from article714/main
Browse files Browse the repository at this point in the history
[ADD] add OPL-1 license
  • Loading branch information
sbidoul authored Nov 4, 2021
2 parents abbfae0 + 8a99bd1 commit abad436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifestoo/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def can_depend_on(work_license: LicenseType, dependency_license: LicenseType) ->
_licenses: Dict[str, LicenseType] = {
"other proprietary": LicenseType.PROPRIETARY,
"oeel-1": LicenseType.PROPRIETARY,
"opl-1": LicenseType.PROPRIETARY,
"agpl-3": LicenseType.NETWORK_PROTECTIVE,
"gpl-3": LicenseType.STRONGLY_PROTECTIVE,
"gpl-3 or any later version": LicenseType.STRONGLY_PROTECTIVE,
Expand Down

0 comments on commit abad436

Please sign in to comment.