Skip to content

Commit

Permalink
add override for EPL-2.0 as SPDX does not include a name recognized b…
Browse files Browse the repository at this point in the history
…y pypi.org
  • Loading branch information
netomi committed Oct 27, 2024
1 parent 589ecb0 commit 7499fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poetry/core/spdx/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class License(namedtuple("License", "id name is_osi_approved is_deprecated")):
"CECILL-2.1": "CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
"CPL-1.0": "Common Public License",
"EPL-1.0": "Eclipse Public License 1.0 (EPL-1.0)",
"EPL-2.0": "Eclipse Public License 2.0 (EPL-2.0)",
"EFL-1.0": "Eiffel Forum License",
"EFL-2.0": "Eiffel Forum License",
"EUPL-1.1": "European Union Public Licence 1.1 (EUPL 1.1)",
Expand Down

0 comments on commit 7499fec

Please sign in to comment.