mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Merge remote-tracking branch 'origin/gh-pages' into cc
This commit is contained in:
commit
be6def2b46
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.0.0
|
@ -5,4 +5,4 @@ script: "./script/cibuild"
|
|||||||
#environment
|
#environment
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 2.0.0
|
||||||
|
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
ruby File.read('.ruby-version').strip
|
||||||
|
|
||||||
gem "github-pages"
|
gem "github-pages"
|
@ -9,7 +9,7 @@ GEM
|
|||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
directory_watcher (1.4.1)
|
directory_watcher (1.4.1)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
github-pages (1)
|
github-pages (4)
|
||||||
RedCloth (= 4.2.9)
|
RedCloth (= 4.2.9)
|
||||||
jekyll (= 1.1.2)
|
jekyll (= 1.1.2)
|
||||||
kramdown (= 1.0.2)
|
kramdown (= 1.0.2)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
title: ChooseALicense.com
|
title: ChooseALicense.com
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
markdown: redcarpet
|
markdown: kramdown
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
|
8
about.md
8
about.md
@ -11,9 +11,13 @@ If you already know what you’re doing and have a license you prefer to use
|
|||||||
|
|
||||||
## Not comprehensive
|
## Not comprehensive
|
||||||
|
|
||||||
This site is not a comprehensive directory of open source licenses. If you’re looking for a comprehensive list, we recommend the <a href="http://opensource.org/licenses/">Open Source Initiative</a> website.
|
This site is not a comprehensive directory of open source licenses. We think there are too many options, which adds to the confusion. On the homepage, we break it down into just three licenses. The vast majority of projects will likely be fine choosing from one of these three. Just in case you have specific needs not covered by those three, we also highlight a [few other licenses to consider](/licenses/). Additional resources:
|
||||||
|
|
||||||
We think there are too many options, which adds to the confusion. On the homepage, we break it down into just three licenses. The vast majority of projects will likely be fine choosing from one of these three. Just in case you have specific needs not covered by those three, we also highlight a [few other licenses to consider](/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
|
||||||
|
* [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/)
|
||||||
|
* [TLDRLegal](http://www.tldrlegal.com/)
|
||||||
|
{: .bullets}
|
||||||
|
|
||||||
## Help us improve it
|
## Help us improve it
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
// Generated by CoffeeScript 1.4.0
|
// Generated by CoffeeScript 1.6.3
|
||||||
(function() {
|
(function() {
|
||||||
var Choosealicense;
|
var Choosealicense;
|
||||||
|
|
||||||
Choosealicense = (function() {
|
Choosealicense = (function() {
|
||||||
|
|
||||||
Choosealicense.prototype.flashAvailable = function() {
|
Choosealicense.prototype.flashAvailable = function() {
|
||||||
if (typeof ActiveXObject !== "undefined" && ActiveXObject !== null) {
|
if (typeof ActiveXObject !== "undefined" && ActiveXObject !== null) {
|
||||||
return !!(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
|
return !!(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user