From f4b9938d8c0c23ff3b1b5e1e8fee9229d2e67bfa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 19:20:08 -0700 Subject: Move license FAQs to the docs, add link to side nav --- docs/getting-started.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index f951cfc78..4ff2a9d88 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -231,6 +231,52 @@ bootstrap/ + +
+ +

Bootstrap is released under the Apache 2 license. Boiled down to smaller chunks, it can be described with the following conditions.

+ +
+
+

It allows you to:

+
    +
  • Freely download and use Twitter open source software, in whole or in part, for personal, company internal or commercial purposes
  • +
  • Use Twitter open source software in packages or distributions that you create
  • +
+
+
+

It forbids you to:

+
    +
  • Redistribute any piece of Twitter open source originated software without proper attribution
  • +
  • Use any marks owned by Twitter in any way that might state or imply that Twitter endorses your distribution
  • +
  • Use any marks owned by Twitter in any way that might state or imply that you created the Twitter software in question
  • +
+
+
+
+
+

It requires you to:

+
    +
  • Include a copy of the license in any redistribution you may make that includes Twitter software
  • +
  • Provide clear attribution to Twitter for any distributions that include Twitter open source software
  • +
+
+
+

It does not require you to:

+
    +
  • Include the source of the Twitter software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
  • +
  • Submit changes that you make to the software back to Twitter (though such feedback is encouraged)
  • +
+
+
+

The full Bootstrap license is located in the project repository for more information.

+
+ + +