mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Merge branch 'gh-pages' into gh-pages
This commit is contained in:
commit
2f9e41877b
1
Rakefile
1
Rakefile
@ -14,6 +14,7 @@ task :test do
|
|||||||
Rake::Task['spec'].invoke
|
Rake::Task['spec'].invoke
|
||||||
HTMLProofer.check_directory('./_site',
|
HTMLProofer.check_directory('./_site',
|
||||||
check_html: true,
|
check_html: true,
|
||||||
|
enforce_https: true,
|
||||||
validation: { ignore_script_embeds: true },
|
validation: { ignore_script_embeds: true },
|
||||||
url_swap: { %r{https://choosealicense.com} => '' },
|
url_swap: { %r{https://choosealicense.com} => '' },
|
||||||
hydra: { max_concurrency: 10 },
|
hydra: { max_concurrency: 10 },
|
||||||
|
@ -4,7 +4,7 @@ spdx-id: BSD-3-Clause-Clear
|
|||||||
|
|
||||||
description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.
|
description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.
|
||||||
|
|
||||||
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
||||||
|
|
||||||
using:
|
using:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ hidden: false
|
|||||||
|
|
||||||
description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.
|
description: A permissive license similar to the <a href="/licenses/bsd-2-clause/">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the project or its contributors to promote derived products without written consent.
|
||||||
|
|
||||||
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.
|
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
|
||||||
|
|
||||||
using:
|
using:
|
||||||
- d3: https://github.com/d3/d3/blob/master/LICENSE
|
- d3: https://github.com/d3/d3/blob/master/LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user