diff --git a/README.rst b/README.rst index 4803542..006bce9 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ Torch Autodiff Multicharge :target: https://pypi.org/project/tad-multicharge/ :alt: PyPI -.. image:: https://img.shields.io/badge/License-LGPL_v3-blue.svg - :target: https://www.gnu.org/licenses/lgpl-3.0 - :alt: LGPL-3.0 +.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg + :target: http://www.apache.org/licenses/LICENSE-2.0 + :alt: Apache-2.0 .. image:: https://github.com/tad-mctc/tad-multicharge/actions/workflows/python.yaml/badge.svg :target: https://github.com/tad-mctc/tad-multicharge/actions/workflows/python.yaml @@ -237,8 +237,8 @@ Please, take a moment to read the `contributing guidelines `__. License ------- -This project is free software: you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +This project is licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. You may obtain a copy of the License at -This project is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the Lesser GNU General Public License for more details. +http://www.apache.org/licenses/LICENSE-2.0 -Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Lesser GNU General Public license, shall be licensed as above, without any additional terms or conditions. +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. diff --git a/docs/index.rst b/docs/index.rst index a48c475..4cc0a98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,9 +13,9 @@ Torch Autodiff Multicharge :target: https://pypi.org/project/tad-multicharge/ :alt: PyPI -.. image:: https://img.shields.io/badge/License-LGPL_v3-blue.svg - :target: https://www.gnu.org/licenses/lgpl-3.0 - :alt: LGPL-3.0 +.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg + :target: http://www.apache.org/licenses/LICENSE-2.0 + :alt: Apache-2.0 .. image:: https://github.com/tad-mctc/tad-multicharge/actions/workflows/python.yaml/badge.svg :target: https://github.com/tad-mctc/tad-multicharge/actions/workflows/python.yaml diff --git a/src/tad_multicharge/__version__.py b/src/tad_multicharge/__version__.py index 00b147e..b6a0150 100644 --- a/src/tad_multicharge/__version__.py +++ b/src/tad_multicharge/__version__.py @@ -17,4 +17,4 @@ """ Module containing the version string. """ -__version__ = "0.0.4" +__version__ = "0.1.0"