Skip to content

Commit

Permalink
Changes license to MIT (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-inorbit authored May 27, 2024
1 parent 4957417 commit e67aad2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 48 deletions.
65 changes: 21 additions & 44 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,44 +1,21 @@
End-User License Agreement (EULA) of InOrbit Edge SDK
-----------------------------------------------------

This End-User License Agreement ("EULA") is a legal agreement between you and InOrbit.

This EULA agreement governs your acquisition and use of our InOrbit Edge SDK software ("Software") directly from InOrbit or indirectly through a InOrbit authorized reseller or distributor (a "Reseller").

Please read this EULA agreement carefully before completing the installation process and using the InOrbit Edge SDK software. It provides a license to use the InOrbit Edge SDK software and contains warranty information and liability disclaimers.

If you register for a free trial of the InOrbit Edge SDK software, this EULA agreement will also govern that trial. By clicking "accept" or installing and/or using the InOrbit Edge SDK software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.

If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.

This EULA agreement shall apply only to the Software supplied by InOrbit herewith regardless of whether other software is referred to or described herein. The terms also apply to any InOrbit updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.

### License Grant

InOrbit hereby grants you a personal, non-transferable, non-exclusive license to use the InOrbit Edge SDK software on your devices in accordance with the terms of this EULA agreement.

You are permitted to load the InOrbit Edge SDK software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum requirements of the InOrbit Edge SDK software.

You are not permitted to:

* Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things
* Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose
* Allow any third party to use the Software on behalf of or for the benefit of any third party
* Use the Software in any way which breaches any applicable local, national or international law
* Use the Software for any purpose that InOrbit considers is a breach of this EULA agreement

### Intellectual Property and Ownership

InOrbit shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of InOrbit.

InOrbit reserves the right to grant licenses to use the Software to third parties.

### Termination

This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to InOrbit.

It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.

### Governing Law

This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of us.
MIT License

Copyright 2024 InOrbit, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
# TODO(russell): Needs a changed of license
"License :: Other/Proprietary License",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
Expand All @@ -55,8 +54,7 @@
},
install_requires=requirements["install"],
keywords=["inorbit", "robops", "robotics"],
# TODO(russell) Needs a changed of license
license="EULA",
license="MIT",
license_files=["LICENSE"],
long_description_content_type="text/markdown",
maintainer="Leandro Pineda",
Expand Down

0 comments on commit e67aad2

Please sign in to comment.