From 5ebf2febd74939d2fdea1b49bdd8ed3c3a59a848 Mon Sep 17 00:00:00 2001 From: Raphael Willian Date: Wed, 21 Sep 2022 09:22:55 -0300 Subject: [PATCH] :bug: Fix minimal license ver --- README.rst | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 74b4517..d2b0846 100644 --- a/README.rst +++ b/README.rst @@ -85,5 +85,3 @@ License .. admonition:: Copyright (C) 2020 INPE. - BDC-Collectors is a free software; you can redistribute it and/or modify it - under the terms of the MIT License; see LICENSE file for more details. diff --git a/setup.py b/setup.py index ac5388a..f7ddb88 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ description=__doc__, long_description=readme + '\n\n' + history, keywords=['database', 'postgresql'], - license='MIT', + license='GPLv3', author='Brazil Data Cube Team', author_email='brazildatacube@inpe.br', url='https://github.com/brazil-data-cube/bdc-collectors',