mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
Merge pull request #193 from shinnn/gh-pages
Update the year of copyright to 2014
This commit is contained in:
commit
1b7cfc9724
@ -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
|
||||
|
@ -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() {
|
||||
|
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
|
||||
* [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
|
||||
|
Loading…
Reference in New Issue
Block a user