mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
@@ -1,21 +0,0 @@
|
|||||||
## Agreement
|
|
||||||
|
|
||||||
Thanks for your interest in contributing!
|
|
||||||
|
|
||||||
By contributing to this project, you agree to the following:
|
|
||||||
|
|
||||||
1. **Relicensing:** To support the project's sustainability and ensure its longevity, your contributions may be relicensed to any license.
|
|
||||||
|
|
||||||
2. **Ownership Rights:** You confirm you own the rights to your contributed code.
|
|
||||||
|
|
||||||
3. **Disagreement:** If you disagree with these terms, please create an issue instead. I'll handle the bug or feature request.
|
|
||||||
|
|
||||||
4. **Benefits for Contributors:** If your contribution is merged, you'll enjoy the same benefits as a sponsor for one year. This includes using the project in a company context, free of charge.
|
|
||||||
|
|
||||||
## Fair Source License
|
|
||||||
|
|
||||||
This project uses the Fair Source License, which is neither purely open-source nor closed-source. It allows visibility of the source code and free usage for a limited number of two users within an organization. Beyond this limit (three or more users), a small licensing fee via [GitHub Sponsors](https://github.com/sponsors/typicode) applies.
|
|
||||||
|
|
||||||
This doesn't apply to individuals, students, teachers, small teams, ...
|
|
||||||
|
|
||||||
Got questions or need support? Feel free to reach out to typicode@gmail.com.
|
|
||||||
57
LICENSE
57
LICENSE
@@ -1,44 +1,21 @@
|
|||||||
Fair Source License, version 0.9
|
MIT License
|
||||||
|
|
||||||
Copyright (C) 2023-present typicode
|
Copyright (c) 2026 typicode
|
||||||
|
|
||||||
Licensor: typicode
|
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:
|
||||||
|
|
||||||
Software: json-server
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
Use Limitation: 2 users
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
License Grant. Licensor hereby grants to each recipient of the
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
Software ("you") a non-exclusive, non-transferable, royalty-free and
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
fully-paid-up license, under all of the Licensor's copyright and
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
patent rights, to use, copy, distribute, prepare derivative works of,
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
publicly perform and display the Software, subject to the Use
|
SOFTWARE.
|
||||||
Limitation and the conditions set forth below.
|
|
||||||
|
|
||||||
Use Limitation. The license granted above allows use by up to the
|
|
||||||
number of users per entity set forth above (the "Use Limitation"). For
|
|
||||||
determining the number of users, "you" includes all affiliates,
|
|
||||||
meaning legal entities controlling, controlled by, or under common
|
|
||||||
control with you. If you exceed the Use Limitation, your use is
|
|
||||||
subject to payment of Licensor's then-current list price for licenses.
|
|
||||||
|
|
||||||
Conditions. Redistribution in source code or other forms must include
|
|
||||||
a copy of this license document to be provided in a reasonable
|
|
||||||
manner. Any redistribution of the Software is only allowed subject to
|
|
||||||
this license.
|
|
||||||
|
|
||||||
Trademarks. This license does not grant you any right in the
|
|
||||||
trademarks, service marks, brand names or logos of Licensor.
|
|
||||||
|
|
||||||
DISCLAIMER. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OR
|
|
||||||
CONDITION, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES
|
|
||||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
||||||
NONINFRINGEMENT. LICENSORS HEREBY DISCLAIM ALL LIABILITY, WHETHER IN
|
|
||||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE.
|
|
||||||
|
|
||||||
Termination. If you violate the terms of this license, your rights
|
|
||||||
will terminate automatically and will not be reinstated without the
|
|
||||||
prior written consent of Licensor. Any such termination will not
|
|
||||||
affect the right of others who may have received copies of the
|
|
||||||
Software from you.
|
|
||||||
|
|||||||
@@ -113,13 +113,6 @@ Run `json-server --help` for a list of options
|
|||||||
|
|
||||||
[Become a sponsor and have your company logo here](https://github.com/users/typicode/sponsorship)
|
[Become a sponsor and have your company logo here](https://github.com/users/typicode/sponsorship)
|
||||||
|
|
||||||
## Sponsorware
|
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> This project uses the [Fair Source License](https://fair.io/). Only organizations with 3+ users are kindly asked to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. **This license helps keep the project sustainable and healthy, benefiting everyone.**
|
|
||||||
>
|
|
||||||
> For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
|
|
||||||
|
|
||||||
## Query Capabilities
|
## Query Capabilities
|
||||||
|
|
||||||
JSON Server supports advanced querying out of the box:
|
JSON Server supports advanced querying out of the box:
|
||||||
|
|||||||
Reference in New Issue
Block a user