clearlydefined / clearlydefined/website

The License Expression editor only allows a maximum of two licenses per group

Open
#908 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
32
Forks
35
PR merge metrics
No merged PRs in 30d

Description

## Problem description

I want to edit the declared license to be:
```
MPL-2.0 OR MIT OR Apache 2.0
```
The License Expression editor does not let me do this - the "Add Rule" button does not work if there are two licenses in a group.

It appears that I can add another group and create a declaration:
```
MPL-2.0 OR (MIT OR Apache 2.0)
```
This is equivalent in terms of the logic, but adds unnecessary complexity, and may be confusing to consumers who may think there is some relevance to the grouping.

## Expected behaviour
To be able to add more than two licenses per group

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.