97 lines
3.9 KiB
Plaintext
97 lines
3.9 KiB
Plaintext
Salvium-RS Source-Available License
|
|
Version 1.0, February 2026
|
|
|
|
Copyright (c) 2024-2026 Whisky. All rights reserved.
|
|
|
|
|
|
TERMS AND CONDITIONS
|
|
|
|
1. Definitions.
|
|
|
|
"Software" means the source code, object code, documentation, and
|
|
any associated files contained in this repository.
|
|
|
|
"Author" means Whisky and the person behind the moniker and their principal copyright holders.
|
|
|
|
"Designee" means any individual, organization, or entity that has
|
|
received express written authorization from the Author to use the
|
|
Software under the terms of Section 2.
|
|
|
|
"Commercial License" means a separate written agreement between the
|
|
Author and a licensee, executed under the terms described in Section 3
|
|
and the accompanying LICENSE-COMMERCIAL file.
|
|
|
|
2. Author and Designee Rights.
|
|
|
|
The Author and all Designees are granted a perpetual, worldwide,
|
|
royalty-free, irrevocable license to use, copy, modify, distribute,
|
|
sublicense, and create derivative works of the Software, without
|
|
restriction, for any purpose including commercial use.
|
|
|
|
3. Non-Commercial Use — Free.
|
|
|
|
Any individual or entity that is not the Author or a Designee may
|
|
use, copy, modify, and create derivative works of the Software free
|
|
of charge, provided that ALL of the following conditions are met:
|
|
|
|
(a) The Software and any derivative works are used solely for
|
|
non-commercial purposes. "Non-commercial" means the user does
|
|
not charge fees, generate revenue, accept donations, or derive
|
|
any direct or indirect monetary benefit from any product or
|
|
service that incorporates the Software.
|
|
|
|
(b) Any public distribution of the Software or derivative works
|
|
must retain this license notice in its entirety and clearly
|
|
attribute Whisky as the original author.
|
|
|
|
(c) The Software is not sublicensed to any third party for
|
|
commercial use.
|
|
|
|
If at any time the user begins to derive monetary benefit from a
|
|
product or service incorporating the Software, they must obtain a
|
|
Commercial License within 30 days or cease all use. There is no
|
|
revenue threshold — any monetary benefit triggers this requirement.
|
|
|
|
4. Commercial Use — License Required.
|
|
|
|
Any use of the Software that does not qualify under Section 2
|
|
(Author/Designee) or Section 3 (Non-Commercial) requires a
|
|
Commercial License obtained directly from the Author. This includes
|
|
but is not limited to:
|
|
|
|
(a) incorporating the Software into any product or service that
|
|
generates revenue, directly or indirectly,
|
|
(b) distributing compiled libraries or binaries of the Software
|
|
as part of a commercial offering,
|
|
(c) offering paid services built on the Software, or
|
|
(d) using the Software within an organization that charges
|
|
customers for products or services that depend on it.
|
|
|
|
See the LICENSE-COMMERCIAL file for details on obtaining a
|
|
Commercial License.
|
|
|
|
5. Third-Party Components.
|
|
|
|
This Software incorporates open-source dependencies governed by their
|
|
own licenses (MIT, Apache-2.0, BSD, ISC, etc.). Those licenses apply
|
|
solely to their respective components and are unaffected by this
|
|
license. Run `cargo license` for a full list of third-party licenses.
|
|
|
|
6. No Warranty.
|
|
|
|
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 AUTHOR 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.
|
|
|
|
7. Termination.
|
|
|
|
Any use of the Software that violates the terms of this license
|
|
automatically and immediately terminates all rights granted herein.
|
|
Upon termination, the violating party must cease all use and destroy
|
|
all copies of the Software in their possession.
|
|
|