Skip to content

Commit

Permalink
validate: map_license_to_common: remove apostrophe from uwsim_bullet'…
Browse files Browse the repository at this point in the history
…s license

* "Check-author\'s-website" license value used by uwsim_bullet breaks the parsing
  of superflore generated recipe, at least use it without apostrophe

Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Sep 18, 2020
1 parent fc3050e commit b520163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/catkin_pkg/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def map_license_to_more_common_format(lic):
These aren't SPDX Identifiers, but lets unify them to use at least similar format.
"""
return {
"Check-author's-website": 'Check-authors-website',
'proprietary': 'Proprietary',
'Public Domain': 'PD',
'Public domain': 'PD',
Expand Down

0 comments on commit b520163

Please sign in to comment.