Skip to content

Commit

Permalink
Add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Maël Lavault committed Mar 8, 2012
1 parent 01dcfff commit 182a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/AboutDialog.js
Expand Up @@ -14,7 +14,7 @@ enyo.kind({

showDialog: function() {
this.openAtCenter();
var attribution = "WebOSM is distributed under the terms of <a href=\"http://www.gnu.org/licenses/gpl.html\">GPLv3</a><br/>Map data &copy; <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a><br/>Imagery © <a href=\"http://cloudmade.com\">CloudMade</a><br/>Copyright © 2012 Maël Lavault<br/><br/>";
var attribution = "WebOSM is distributed under the terms of <a href=\"http://www.gnu.org/licenses/gpl.html\">GPLv3</a> license<br/>Map data &copy; <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a><br/>Imagery © <a href=\"http://cloudmade.com\">CloudMade</a><br/>Leaflet is distributed under the terms of BSD license<br/>Some images are distributed under the terms of Apache license<br/>Copyright © 2012 Maël Lavault<br/><br/>";

this.$.content.setContent(attribution);
},
Expand Down

0 comments on commit 182a8e0

Please sign in to comment.