diff --git a/LICENSE.md b/LICENSE.md index b88134d..2a344f7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2013 GitHub, Inc. +Copyright (c) 2014 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_includes/js/app.js b/_includes/js/app.js index 57a099e..124bea0 100644 --- a/_includes/js/app.js +++ b/_includes/js/app.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.6.3 +// Generated by CoffeeScript 1.7.1 (function() { var Choosealicense; @@ -83,12 +83,13 @@ }; Choosealicense.prototype.initAlternativeClipboard = function() { - var _this = this; - return $(".js-clipboard-button").click(function(e) { - var target; - target = "#" + $(e.target).data("clipboard-target"); - return _this.selectText($(target)[0]); - }); + return $(".js-clipboard-button").click((function(_this) { + return function(e) { + var target; + target = "#" + $(e.target).data("clipboard-target"); + return _this.selectText($(target)[0]); + }; + })(this)); }; Choosealicense.prototype.initClipboard = function() { diff --git a/about.md b/about.md index 4436d6e..7652503 100644 --- a/about.md +++ b/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 * [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/) -* [TLDRLegal](http://www.tldrlegal.com/) +* [TLDRLegal](https://tldrlegal.com/) {: .bullets} ### Tools