Added apache license to footer
Even a running application should make referecne to its opensourceyness, so I went ahead and added it to the global footer (since we've got a lot of realestate there at the moment). Change-Id: I0d535cdfbd74b15ac8b1e7bf59286e53d320b75b
This commit is contained in:
parent
9ebb3572cc
commit
4162759a10
@ -15,9 +15,26 @@
|
||||
-->
|
||||
<div class="row text-muted">
|
||||
<hr/>
|
||||
<small class="pull-right">
|
||||
Powered by Storyboard |
|
||||
<a href="#!/page/about">About</a>
|
||||
</small>
|
||||
|
||||
<div class="col-sm-6">
|
||||
<small>
|
||||
Powered by Storyboard |
|
||||
<a href="#!/page/about">About</a>
|
||||
</small>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<small class="text-right hidden-xs">
|
||||
Licensed under the
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0"
|
||||
target="_blank">
|
||||
Apache License, Version 2.0
|
||||
</a>
|
||||
</small>
|
||||
<small class="visible-xs">
|
||||
Licensed under the
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0"
|
||||
target="_blank">
|
||||
Apache License, Version 2.0
|
||||
</a>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user