Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Here are some important resources:

Any kind of contribution will automatically fall to the following Licences:

- Code contribution: GNU GENERAL PUBLIC LICENSE Version 2,
- Code contribution: GNU General Public License v2.0 or later,
- Directly by making a pul explicit pull request.
- Indirectly by posting code on issues/wiki/gitter/mailng lists
- Documentation contribution:
- Creative Commons Attribution-Share Alike 3.0

## Submitting changes


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ See online documentation: http://docs.pgrouting.org/latest/en/index.html

## LICENSE

* Most features are available under GPLv2.0+
* Most features are available under [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html)
* Some Boost extensions are available under Boost license (see LICENSE_1_0.txt)
* Some code contributed by iMaptools.com is available under MIT-X license.

Expand Down
4 changes: 2 additions & 2 deletions doc/src/pgRouting-introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The following licenses can be found in pgRouting:

* - **License**
-
* - GNU General Public License, version 2
- Most features of pgRouting are available under `GNU General Public License, version 2.0+ <https://www.gnu.org/licenses/gpl-2.0.html>`_.
* - GNU General Public License v2.0 or later
- Most features of pgRouting are available under `GNU General Public License v2.0 or later <https://spdx.org/licenses/GPL-2.0-or-later.html>`_.
* - Boost Software License - Version 1.0
- Some Boost extensions are available under `Boost Software License - Version 1.0 <https://www.boost.org/LICENSE_1_0.txt>`_.
* - MIT-X License
Expand Down