Skip to content

Commit

Permalink
🐛✏️: correct license short ids
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 29, 2024
1 parent c139172 commit 8148c7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ozi/spec/_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'MIT',
'OFL-1.1',
'WTFPL',
'zlib',
'Zlib',
),
'OSI Approved': (
'AFL-3.0',
Expand All @@ -96,7 +96,7 @@
'BSD-3-Clause',
'BSD-3-Clause-Clear',
'BSD-4-Clause',
'CeCILL-2.1',
'CECILL-2.1',
'EFL-2.0',
'EPL-1.0',
'EPL-2.0',
Expand All @@ -122,7 +122,7 @@
'OFL-1.1',
'PostgreSQL',
'Unlicense',
'zlib',
'Zlib',
),
'OSI Approved :: Academic Free License (AFL)': ('AFL-3.0',),
'OSI Approved :: Apache Software License': ('Apache-2.0',),
Expand All @@ -142,7 +142,7 @@
),
'OSI Approved :: Boost Software License 1.0 (BSL-1.0)': ('BSL-1.0',),
'OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)': (
'CeCILL-2.1',
'CECILL-2.1',
),
'OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)': ('EPL-1.0',),
'OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)': ('EPL-2.0',),
Expand Down

0 comments on commit 8148c7b

Please sign in to comment.