hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
77 stars 20 forks source link

License not defined #1099

Open mkbreuningIOHK opened 3 months ago

mkbreuningIOHK commented 3 months ago

Proposed feature

In the DEPENDENCIES.md, the license column is not defined for Hyperledger Identus.

image

Feature description

The license should be defined. Not sure how it is extracted as this file is generated by the semantic release it seems.

Anything else?

No

FabioPinheiro commented 2 weeks ago

I didn't notice this was assignee to me. What exactly is the problem? How was this list created?

FabioPinheiro commented 2 weeks ago

Ok the license is missing for our pom files. I think this is a regression.

I'm adding this back

    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>