2013-11-30 02:57:35 +01:00
|
|
|
---
|
2015-10-23 23:50:25 +02:00
|
|
|
title: Choose a License
|
2015-10-24 00:17:01 +02:00
|
|
|
description: Non-judgmental guidance on choosing a license for your open source project
|
2013-07-14 15:32:06 +02:00
|
|
|
relative_permalinks: false
|
2013-09-16 20:06:50 +02:00
|
|
|
markdown: kramdown
|
2017-01-18 20:58:54 +01:00
|
|
|
url: "https://choosealicense.com"
|
2013-07-14 18:56:48 +02:00
|
|
|
|
2014-07-31 18:36:56 +02:00
|
|
|
collections:
|
|
|
|
licenses:
|
|
|
|
output: true
|
|
|
|
permalink: /licenses/:path/
|
2013-04-09 18:41:25 +02:00
|
|
|
|
2014-07-31 18:36:56 +02:00
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
|
|
|
type: "licenses"
|
|
|
|
values:
|
2016-06-14 19:35:44 +02:00
|
|
|
hidden: true
|
2014-07-31 18:36:56 +02:00
|
|
|
layout: license
|
2013-06-11 16:49:46 +02:00
|
|
|
|
2013-07-16 14:50:46 +02:00
|
|
|
exclude:
|
2014-06-22 21:46:01 +02:00
|
|
|
- app.coffee
|
|
|
|
- CNAME
|
|
|
|
- CONTRIBUTING.md
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- LICENSE.md
|
|
|
|
- Rakefile
|
|
|
|
- README.md
|
|
|
|
- script
|
2014-07-31 18:36:56 +02:00
|
|
|
- vendor/bundle
|
2014-06-22 21:46:01 +02:00
|
|
|
- test
|
|
|
|
- tests
|
2014-09-05 17:32:41 +02:00
|
|
|
- assets/vendor/selectivizr/tests
|
2015-10-25 05:47:13 +01:00
|
|
|
- assets/vendor/clipboard/test
|
2015-03-08 15:32:19 +01:00
|
|
|
|
2014-05-07 03:34:22 +02:00
|
|
|
gems:
|
2014-06-17 17:55:24 +02:00
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-redirect-from
|
2015-10-30 18:29:42 +01:00
|
|
|
- jekyll-seo-tag
|
2016-02-03 18:24:05 +01:00
|
|
|
- jekyll-coffeescript
|
2016-01-20 16:37:44 +01:00
|
|
|
|
2015-03-08 15:32:19 +01:00
|
|
|
sass:
|
|
|
|
style: :compressed
|
2015-10-23 23:50:25 +02:00
|
|
|
|
|
|
|
twitter:
|
|
|
|
username: "@github"
|