Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license text and badges #48

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading