Skip to content
Snippets Groups Projects
Verified Commit 4ffc49d5 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add Badge for GPLv3+ License

This adds a static badge to show the license of these projects.
parent 47be959e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="98" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="a">
<rect width="98" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h45v20H0z"/>
<path fill="#1081c1" d="M45 0h53v20H45z"/>
<path fill="url(#b)" d="M0 0h98v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans" font-size="11">
<text x="23.5" y="15" fill="#010101" fill-opacity=".3">license</text>
<text x="22.5" y="14">license</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans" font-size="11">
<text x="72.5" y="15" fill="#010101" fill-opacity=".3">GPLv3+</text>
<text x="71.5" y="14">GPLv3+</text>
</g>
</svg>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment