From 9b3c71672d9240e738919712c61aeca2030a75d9 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Thu, 21 Jan 2021 21:39:23 +0530 Subject: [PATCH 1/2] Change license to GPL-2.0+ --- doc/src/pgRouting-introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/pgRouting-introduction.rst b/doc/src/pgRouting-introduction.rst index c8668a13ba6..71ca7af3f57 100644 --- a/doc/src/pgRouting-introduction.rst +++ b/doc/src/pgRouting-introduction.rst @@ -35,7 +35,7 @@ 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 `_. + - Most features of pgRouting are available under `GNU General Public License, version 2.0+ `_. * - Boost Software License - Version 1.0 - Some Boost extensions are available under `Boost Software License - Version 1.0 `_. * - MIT-X License From 65f011b32e383b0bdc5847af195010d0f23e53c7 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Thu, 21 Jan 2021 23:53:20 +0530 Subject: [PATCH 2/2] Updated readme with GPLv2.0+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a051276e76c..ee280689e87 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ See online documentation: http://docs.pgrouting.org/latest/en/index.html ## LICENSE -* Most features are available under GPLv2. +* Most features are available under GPLv2.0+ * 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.