diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 0000000..2022d5a --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,11 @@ +{% unless page.hide_breadcrumbs == true %} +
+{% endunless %} \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 31c20b5..26fd58a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -27,10 +27,8 @@diff --git a/about.md b/about.md index bdba212..0bb641a 100644 --- a/about.md +++ b/about.md @@ -2,10 +2,9 @@ title: About layout: default permalink: /about/ +title: What’s this about? --- -# What’s this about? - We want to help developers choose a license for their source code. If you already know what you’re doing and have a license you prefer to use, that’s great! We’re not here to change your mind. But if you are bewildered by the large number of OSS license choices, maybe we can help. diff --git a/index.html b/index.html index 6d421ae..3120193 100644 --- a/index.html +++ b/index.html @@ -2,51 +2,48 @@ layout: default class: home hide_breadcrumbs: true +title: Choosing an OSS license doesn’t need to be scary --- --- -Choosing an OSS license doesn’t need to be scary.
-- { - Which of the following best describes your situation? - } -
--
-- - -
-I want it simple and permissive.
-- The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable. -
-- jQuery and Rails use the MIT License. -
-- - -
-I’m concerned about patents.
-- The Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users. -
-- Apache, SVN, and NuGet use the Apache License. -
-- - -
-I care about sharing improvements.
-- The GPL (V2 or V3) is a copyleft license that requires others who modify your code to disclose their changes if they redistribute it in source or binary form. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations. -
-- Linux and Git use the GPL. -
---What if none of these work for me or I want to retain all of my rights? More licenses are available.
-What if I don't want to choose a license? You don't have to.
-