Skip to content

Commit 2c52606

Browse files
author
Dennis Luxen
committed
change license and linked versions
1 parent dad0a46 commit 2c52606

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2>About the Project</h2>
6969

7070
<li> High Performance Routing Algorithm </li>
7171
<li> Easy import of OSM data files. </li>
72-
<li> Written entirely in C++ and available under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a> for anyone to use. </li>
72+
<li> Written entirely in C++ and available under the very permissive <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a> for anyone to use. Previously, it was licensed under the restrictive AGPL.</li>
7373
<li> Ability to handle continental sized networks. </li>
7474
<li> Influenced by current and ongoing academic research. [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
7575
</li>
@@ -78,8 +78,8 @@ <h2>About the Project</h2>
7878

7979
<h2> License </h2>
8080

81-
<p> OSRM is free, open source, and available under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a>.
82-
Companies with concerns about the AGPL should contact us to work something out.</p>
81+
<p> OSRM is free, open source, and available under the very permissive <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
82+
</p>
8383

8484
<h2> Platforms supported </h2>
8585

@@ -94,9 +94,9 @@ <h2> Platforms supported </h2>
9494
<tr>
9595
<td>
9696
Linux (kernel &gt;= 2.6.25)<br>
97-
FreeBSD<br>
98-
Windows<br>
99-
Mac OS X (more or less)
97+
FreeBSD<br>
98+
Windows (more or less)<br>
99+
Mac OS X
100100
</td>
101101
<td>
102102
g++ 4.4+ <br>
@@ -175,8 +175,8 @@ <h2> Links/Download </h2>
175175

176176
Download:
177177
</td>
178-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.3.zip">v0.3.3 tarball</a>] </td>
179-
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/master.zip">master tarball</a>] </td>
178+
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.6.zip">v0.3.6 tarball</a>] </td>
179+
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/v0.3.5.zip">master tarball</a>] </td>
180180
<td> [<a href="https://github.com/DennisOSRM/Project-OSRM/archive/develop.zip">develop tarball</a>] </td>
181181
</tr>
182182
<tr>
@@ -195,4 +195,5 @@ <h2> Links/Download </h2>
195195
</table>
196196
</p>
197197
<h2>Copyrights and permissions to to reproduce</h2>
198-
The text of this page is available for modification and reuse under the terms of the Creative Commons Attribution-Sharealike 3.0 Unported License and the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts).</body></html>
198+
The text of this page is available for modification and reuse under the terms of the <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
199+
</body></html>

0 commit comments

Comments
 (0)