Commit e72c04a7fb5b66a83a3974fe5ef031f12a2690db
Committed by
Sergio Oliveira
1 parent
085b48ee
Exists in
master
and in
39 other branches
Update content license
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
src/static/img/cc_by_nc_sa.png
697 Bytes
728 Bytes
src/templates/base.html
... | ... | @@ -213,13 +213,13 @@ |
213 | 213 | {% endif %} |
214 | 214 | <p class="col-lg-12 text-center"> |
215 | 215 | <a href="{% url 'opendata' %}"><img src="{{ STATIC_URL }}img/opendata3.png"/></a> |
216 | - <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/"><img src="{{ STATIC_URL }}img/cc_by_nc_sa.png"/></a> | |
216 | + <a href="http://creativecommons.org/licenses/by-sa/3.0/br/"><img src="{{ STATIC_URL }}img/cc_by_sa.png"/></a> | |
217 | 217 | </p> |
218 | 218 | <p class="col-lg-12 text-center"> |
219 | 219 | {% trans "The contents of this site is published under license" %}: |
220 | 220 | <br> |
221 | - <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/br/"> | |
222 | - {% trans "Creative Commons 3.0 Brasil - Atribuição - Não-Comercial - Compartilha-Igual" %}. | |
221 | + <a href="http://creativecommons.org/licenses/by-sa/3.0/br/"> | |
222 | + {% trans "Creative Commons 3.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}. | |
223 | 223 | </a> |
224 | 224 | </p> |
225 | 225 | </div> | ... | ... |