magento / m2-devtools

Helpful in-browser debugging/inspection tools for the Magento 2 Front-End
Open Software License 3.0
170 stars 48 forks source link

composer.json missing dual-license #53

Open DrewML opened 5 years ago

DrewML commented 5 years ago

This issue is a:

Environment

Question Answer
Magento version N/A
Browser + version N/A
node.js version (node -v) N/A
npm version (npm -v) N/A

Description

The root of this repository has 2 licenses, as the code is dual-licensed with OSL and AFL. composer.json is missing AFL.

Expected result:

The license option in composer.json should match what we use in core. Thanks @pdohogne-magento for catching that.