1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 08:59:12 +02:00

Merge pull request #193 from shinnn/gh-pages

Update the year of copyright to 2014
This commit is contained in:
Phil Haack 2014-02-15 19:52:29 -08:00
commit 1b7cfc9724
3 changed files with 10 additions and 9 deletions

View File

@ -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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -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() {

View File

@ -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