Skip to content

Commit 6ffb213

Browse files
committed
📖 DOC: licence
1 parent 5f2628a commit 6ffb213

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ def test_pipe_run_with_invalid_name_raises_error(langbase_client):
204204
205205
## License
206206
207-
By contributing, you agree that your contributions will be licensed under the MIT License.
207+
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI version](https://badge.fury.io/py/langbase.svg)](https://badge.fury.io/py/langbase)
44
[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

77
The official Python SDK for [Langbase](https://langbase.com) - Build declarative and composable AI-powered LLM products with ease.
88

@@ -262,4 +262,4 @@ We welcome contributions! Please see our [Contributing Guide](https://github.com
262262

263263
## License
264264

265-
See the [LICENSE](https://github.com/LangbaseInc/langbase-python-sdk/tree/main/LICENSE) file for details.
265+
See the [LICENSE](https://github.com/LangbaseInc/langbase-python-sdk/blob/main/LICENCE) file for details.

0 commit comments

Comments
 (0)