Skip to content

Commit

Permalink
Fix license text and badges (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede authored Mar 28, 2024
1 parent 500284e commit 2b4e817
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<a href="https://pypi.org/project/tad-dftd4/">
<img src="https://img.shields.io/pypi/v/tad-dftd4?color=orange" alt="PyPI"/>
</a>
<a href="https://www.gnu.org/licenses/lgpl-3.0">
<img src="https://img.shields.io/badge/License-LGPL_v3-orange.svg" alt="LGPL-3.0"/>
<a href="http://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-orange.svg" alt="Apache-2.0"/>
</a>
</td>
</tr>
Expand Down Expand Up @@ -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.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b4e817

Please sign in to comment.