1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-25 05:03:01 +02:00

Use quotation marks instead of apostrophes

This commit is contained in:
Adam Roben 2012-11-26 14:32:05 -05:00 committed by Haacked
parent 8a84efbad8
commit d4c356cee1

View File

@ -15,7 +15,7 @@
<body id='home'> <body id='home'>
<div id='container'> <div id='container'>
<div id='home'> <div id='home'>
<h1>Choosing an OSS license doesn't need to be scary.</h1> <h1>Choosing an OSS license doesnt need to be scary.</h1>
<h2> <h2>
<span>{</span> <span>{</span>
Which of the following best describes your situation? Which of the following best describes your situation?
@ -37,7 +37,7 @@
</li> </li>
<li class='patents'> <li class='patents'>
<a href="licenses/foundation/apache"><img height='72' src='images/lightbulb@2x.png' width='43' /></a> <a href="licenses/foundation/apache"><img height='72' src='images/lightbulb@2x.png' width='43' /></a>
<h3><a href="licenses/foundation/apache">I'm concerned about patents.</a></h3> <h3><a href="licenses/foundation/apache">Im concerned about patents.</a></h3>
<p> <p>
The <a href="licenses/foundation/apache/">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents. The <a href="licenses/foundation/apache/">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents.
</p> </p>
@ -68,4 +68,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>