Skip to content

Commit 1ca7157

Browse files
committed
Added documentation footer
The documentation will be licensed under CC BY 3.0, instead of under the MIT license like the rest of the code.
1 parent ab763b0 commit 1ca7157

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/_includes/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<footer>
2+
Select2 is licensed under the
3+
<a href="https://github.com/ivaynberg/select2/blob/master/LICENSE.md">
4+
MIT license.
5+
</a>
6+
The documentation is licensed under
7+
<a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0.</a>
8+
Maintained by
9+
<a href="https://github.com/kevin-brown">Kevin Brown</a> and
10+
<a href="https://github.com/ivaynberg">Igor Vaynberg</a>.
11+
</footer>

docs/_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818

1919
<style type="text/css">
2020
.navbar-inverse .navbar-brand { color: #fff; }
21+
footer { background-color: #eee; margin-top: 1em; padding: 1em; text-align: center; }
2122
</style>

0 commit comments

Comments
 (0)