From a71a32caf71efde003c5f957760218486fcdb40d Mon Sep 17 00:00:00 2001 From: marvinfriede <51965259+marvinfriede@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:16:02 +0100 Subject: [PATCH] Fix license text and badges --- README.md | 10 +++++----- docs/index.rst | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3678b54..7c8ca09 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ PyPI - - LGPL-3.0 + + Apache-2.0 @@ -252,8 +252,8 @@ Please, take a moment to read the [contributing guidelines](CONTRIBUTING.md). ## 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 42ba698..3f05dde 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,9 +13,9 @@ Torch autodiff for DFT-D4 :target: https://pypi.org/project/tad-dftd4/ :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/dftd4/tad-dftd4/actions/workflows/python.yaml/badge.svg :target: https://github.com/dftd4/tad-dftd4/actions/workflows/python.yaml