From 22cef2eb5a9cb857989bca4935596f6f996396cc Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 22 Jan 2021 00:11:03 +0530 Subject: [PATCH] Changed license to GPL-2.0+ on 3.2 (#1852) * Change license to GPL-2.0+ * Updated readme with GPLv2.0+ --- README.md | 2 +- doc/src/pgRouting-introduction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32d8b6242c1..ba3b51185c1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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. diff --git a/doc/src/pgRouting-introduction.rst b/doc/src/pgRouting-introduction.rst index 70f02fb0f7e..72c76c98b14 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