BioContainers / registry

Docker for Bioinformatics
http://biocontainers.pro
Apache License 2.0
20 stars 15 forks source link

Add the Licesne badge #49

Closed ypriverol closed 5 years ago

ypriverol commented 5 years ago

We need to add a license badge to each box. To get the badge we will implement a system that get the license from the Tool, color will be a Map (following here) and this service will give you the badge (example)

License

The color code is the following:

Apache = brightgreen
MIT       = green 
GPL      = blue
BSD      = yellow
CC        = blueviolet
Artistic   = important 

For all the other types we should use the color lightgrey

ypriverol commented 5 years ago

The license has been added.

ypriverol commented 5 years ago

This has been implemented.