Skip to content

Commit 92cecd1

Browse files
committed
📝 License changes fixes
1 parent bd86055 commit 92cecd1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![PyPI version](https://badge.fury.io/py/OntoAligner.svg)](https://badge.fury.io/py/OntoAligner)
1010
[![PyPI Downloads](https://static.pepy.tech/badge/ontoaligner)](https://pepy.tech/projects/ontoaligner)
11-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
11+
![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
1212
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
1313
[![Documentation Status](https://readthedocs.org/projects/ontoaligner/badge/?version=main)](https://ontoaligner.readthedocs.io/)
1414
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/sciknoworg/OntoAligner/graphs/commit-activity)
@@ -152,8 +152,8 @@ If you use OntoAligner in your work or research, please cite the following:
152152

153153
<p>
154154
This software is licensed under the
155-
<a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.
155+
<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache 2.0</a>.
156156
</p>
157-
<a href="https://opensource.org/licenses/MIT" target="_blank">
158-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License">
157+
<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">
158+
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License">
159159
</a>

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ OntoAligner Documentation
1212
<a href="https://static.pepy.tech/badge/ontoaligner">
1313
<img src="https://static.pepy.tech/badge/ontoaligner" alt="PyPI downloads">
1414
</a>
15-
<a href="https://opensource.org/licenses/MIT">
16-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">
15+
<a href="https://www.apache.org/licenses/LICENSE-2.0">
16+
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
1717
</a>
1818
<a href="https://github.com/pre-commit/pre-commit">
1919
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit" alt="Pre-commit enabled">

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Intended Audience :: Developers",
3939
"Topic :: Software Development :: Libraries :: Python Modules",
4040
"Programming Language :: Python :: 3",
41-
"Programming Language :: Python :: 3.9",
42-
"License :: OSI Approved :: MIT License",
41+
"License :: OSI Approved :: Apache Software License",
4342
"Operating System :: OS Independent",
4443
],
4544
python_requires=">=3.10,<4.0.0",

0 commit comments

Comments
 (0)