1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #306 from waldyrious/using-bullet-list

format 'using' property as a bulleted list (fixes #292)
This commit is contained in:
Brandon Keepers 2015-11-22 13:50:30 -05:00
commit 5abee34bbb
3 changed files with 14 additions and 12 deletions

View File

@ -47,7 +47,9 @@
<h3>Who's using this license?</h3>
<ul>
{% for using in page.using %}
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
{% for hash in using %}
<li><a href="{{ hash[1] }}" target="_blank">{{ hash[0] }}</a></li>
{% endfor %}
{% endfor %}
</ul>
</div>

View File

@ -8,12 +8,12 @@ description: This commercially-friendly copyleft license provides the ability to
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
using:
The Eclipse Foundation: "http://www.eclipse.org"
OpenDaylight: "http://www.opendaylight.org/"
Clojure: "http://clojure.org/"
JUnit: "http://junit.org/"
Ruby: "https://github.com/jruby/jruby"
Mondrian: "http://en.wikipedia.org/wiki/Mondrian_OLAP_server"
- The Eclipse Foundation: "http://www.eclipse.org"
- OpenDaylight: "http://www.opendaylight.org/"
- Clojure: "http://clojure.org/"
- JUnit: "http://junit.org/"
- Ruby: "https://github.com/jruby/jruby"
- Mondrian: "http://en.wikipedia.org/wiki/Mondrian_OLAP_server"
required:
- disclose-source

View File

@ -10,11 +10,11 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
note: OSL 3.0's author has <a href="http://rosenlaw.com/OSL3.0-explained.htm">provided an explanation</a> behind the creation of the license.
using:
Magento Community Edition: "http://magento.com/"
Parsimony: "https://github.com/parsimony/parsimony"
PrestaShop: "https://www.prestashop.com"
Mulgara: "http://mulgara.org"
AbanteCart: "http://www.abantecart.com/"
- Magento Community Edition: "http://magento.com/"
- Parsimony: "https://github.com/parsimony/parsimony"
- PrestaShop: "https://www.prestashop.com"
- Mulgara: "http://mulgara.org"
- AbanteCart: "http://www.abantecart.com/"
required:
- include-copyright