Skip to content

Commit 5d0900c

Browse files
docs(license): add MIT license
This commit updates APIMatic custom license to MIT.
1 parent fa7dd56 commit 5d0900c

3 files changed

Lines changed: 24 additions & 29 deletions

File tree

LICENSE

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
APIMATIC REFERENCE SOURCE LICENSE
2-
3-
This license governs the use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
4-
5-
1. Definitions
6-
The terms "reproduce," "reproduction" and "distribution" have the same meaning here as under U.S. copyright law.
7-
8-
"You" means the licensee of the software.
9-
10-
"Your company" means the company you worked for when you downloaded the software.
11-
12-
"Reference use" means the use of the software within your company as a reference, in read-only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products with the software, and specifically excludes the right to distribute the software outside of your company.
13-
14-
"Licensed patents" means any Licensor patent claims which read directly on the software as distributed by the Licensor under this license.
15-
16-
2. Grant of Rights
17-
(A) Copyright Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free copyright license to reproduce the software for reference use.
18-
19-
(B) Patent Grant- Subject to the terms of this license, the Licensor grants you a non-transferable, non-exclusive, worldwide, royalty-free patent license under licensed patents for reference use.
20-
21-
3. Limitations
22-
(A) No Trademark License- This license does not grant you any rights to use the Licensor's name, logo, or trademarks.
23-
24-
(B) If you begin patent litigation against the Licensor over patents that you think may apply to the software (including a cross-claim or counterclaim in a lawsuit), your license to the software ends automatically.
25-
26-
(C) The software is licensed "as-is." You bear the risk of using it. The Licensor gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the Licensor excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
1+
MIT License
2+
3+
Copyright (c) 2023 APIMatic Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# apimatic-core
22
[![PyPI][pypi-version]][apimatic-core-pypi-url]
33
[![Tests][test-badge]][test-url]
4-
[![Maintainability][maintainability-url]][code-climate-url]
54
[![Test Coverage][test-coverage-url]][code-climate-url]
65
[![Licence][license-badge]][license-url]
76

@@ -96,5 +95,5 @@ pip install apimatic-core
9695
[code-climate-url]: https://codeclimate.com/github/apimatic/core-lib-python
9796
[maintainability-url]: https://api.codeclimate.com/v1/badges/32e7abfdd4d27613ae76/maintainability
9897
[test-coverage-url]: https://api.codeclimate.com/v1/badges/32e7abfdd4d27613ae76/test_coverage
99-
[license-badge]: https://img.shields.io/badge/licence-APIMATIC-blue
98+
[license-badge]: https://img.shields.io/badge/licence-MIT-blue
10099
[license-url]: LICENSE

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212

1313
setup(
1414
name='apimatic-core',
15-
version='0.2.0',
15+
version='0.2.1',
1616
description='A library that contains core logic and utilities for '
1717
'consuming REST APIs using Python SDKs generated by APIMatic.',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
2020
author='APIMatic',
2121
author_email='support@apimatic.io',
22+
license='MIT',
2223
url='https://github.com/apimatic/core-lib-python',
2324
packages=find_packages(),
2425
install_requires=[

0 commit comments

Comments
 (0)