Skip to content
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
76 changes: 66 additions & 10 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,15 +1,71 @@
MPNext-Widgets License
Copyright (c) 2026 ACS Technologies (ACST). All rights reserved.

This software and its associated source code, documentation, and assets
(the "Software") are proprietary and confidential to ACS Technologies (ACST).
This license governs use of the accompanying software, source code,
documentation, and assets (the "Software"). By using, copying, or modifying
the Software, you accept this license. If you do not accept it, you have no
rights to the Software.

No part of the Software may be used, copied, modified, merged, published,
distributed, sublicensed, or disclosed, in whole or in part, by any means,
without the prior explicit written permission of ACS Technologies (ACST).
1. Definitions

Unauthorized use, reproduction, or distribution of the Software, or any
portion of it, is strictly prohibited.
"MinistryPlatform Customer" means an organization or individual that, at the
relevant time, holds a current and active subscription to or license for
MinistryPlatform from ACS Technologies (ACST) or its authorized resellers.

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.
2. Grant of Rights

Subject to the conditions and restrictions below, and only for so long as
you are a MinistryPlatform Customer, ACS Technologies (ACST) grants you a
worldwide, royalty-free, non-exclusive license to:

(a) use and run the Software, including in production, for your own
organization and your own MinistryPlatform instances;

(b) modify, extend, adapt, and create derivative works of the Software for
those purposes; and

(c) share the Software and your modifications or derivative works with other
MinistryPlatform Customers.

3. Conditions

(a) You must retain this license, the copyright notice, and all attribution
in all copies or substantial portions of the Software, including in any
modifications or derivative works you distribute.

(b) You may distribute the Software, or modifications or derivative works of
it, only to recipients who are themselves MinistryPlatform Customers and
who agree to the terms of this license.

4. Restrictions

(a) You may not sell, rent, lease, or otherwise commercialize the Software,
or charge any fee for the Software itself (this does not restrict you
from charging for your own services that make use of the Software).

(b) You may not sublicense, distribute, or otherwise make the Software
available to any person or organization that is not a MinistryPlatform
Customer.

(c) All rights not expressly granted in this license are reserved by ACS
Technologies (ACST). No rights are granted to anyone who is not a
MinistryPlatform Customer.

5. Termination

The rights granted in this license apply only while you are a
MinistryPlatform Customer. If you cease to be a MinistryPlatform Customer,
the rights granted in Section 2 terminate automatically, and you must stop
using the Software and destroy your copies, except for copies retained by
recipients who remain MinistryPlatform Customers under their own grant of
this license.

6. Disclaimer of Warranty and Limitation of Liability

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 ACS
TECHNOLOGIES (ACST) 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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ This project follows strict TypeScript conventions and code style. Please review

## License

Proprietary and confidential (UNLICENSED). All rights reserved. See [LICENSE](./LICENSE).
Licensed to MinistryPlatform customers for use, modification, and extension — no resale. © 2026 ACS Technologies (ACST). All other rights reserved. See [LICENSE](./LICENSE).

## Support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mpnext-widgets",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=20.9"
},
Expand Down
Loading