mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Update URL of TLDRLegal
This commit is contained in:
parent
435a5c496f
commit
8dc995b3b0
@ -1,4 +1,4 @@
|
|||||||
// Generated by CoffeeScript 1.6.3
|
// Generated by CoffeeScript 1.7.1
|
||||||
(function() {
|
(function() {
|
||||||
var Choosealicense;
|
var Choosealicense;
|
||||||
|
|
||||||
@ -83,12 +83,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
Choosealicense.prototype.initAlternativeClipboard = function() {
|
Choosealicense.prototype.initAlternativeClipboard = function() {
|
||||||
var _this = this;
|
return $(".js-clipboard-button").click((function(_this) {
|
||||||
return $(".js-clipboard-button").click(function(e) {
|
return function(e) {
|
||||||
var target;
|
var target;
|
||||||
target = "#" + $(e.target).data("clipboard-target");
|
target = "#" + $(e.target).data("clipboard-target");
|
||||||
return _this.selectText($(target)[0]);
|
return _this.selectText($(target)[0]);
|
||||||
});
|
};
|
||||||
|
})(this));
|
||||||
};
|
};
|
||||||
|
|
||||||
Choosealicense.prototype.initClipboard = function() {
|
Choosealicense.prototype.initClipboard = function() {
|
||||||
|
2
about.md
2
about.md
@ -18,7 +18,7 @@ This site is not a comprehensive directory of open source licenses. We think th
|
|||||||
* [Open Source Initiative](http://opensource.org/licenses/) - comprehensive list of open source licenses
|
* [Open Source Initiative](http://opensource.org/licenses/) - comprehensive list of open source licenses
|
||||||
* [Comparison of free and open-source software licenses](http://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on Wikipedia
|
* [Comparison of free and open-source software licenses](http://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on Wikipedia
|
||||||
* [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/)
|
* [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/)
|
||||||
* [TLDRLegal](http://www.tldrlegal.com/)
|
* [TLDRLegal](https://tldrlegal.com/)
|
||||||
{: .bullets}
|
{: .bullets}
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user