diff --git a/src/posts/web-dev-terms.md b/src/posts/web-dev-terms.md index 24cdd05..eb69455 100644 --- a/src/posts/web-dev-terms.md +++ b/src/posts/web-dev-terms.md @@ -18,8 +18,8 @@ i honestly don't have many terms. i appreciate when people can own their softwar 1. **my *Work* continues until we reach a satisfactory *Product* or either party terminates the *Work*.**

2. **i provide bug fixes to ensure that the *Product* functions as intended on browser versions current as of the *Work*'s start date.** this does NOT cover future browser updates. i will target [baseline widely available](https://web-platform-dx.github.io/baseline/) browser features.

-3. **i own the *Source* and provide an exclusive, long-term license to you.** you may do whatever you want with it outside of redistributing any parts of the *Source* for usage outside of the *Project*, including by others. if desired, the *Source* can be provided directly to you after payment is received and verified. i maintain the right to distribute and use parts of the *Source* for my own uses, but not the whole.

-4. **payment is due immediately upon completion, at which point the *Source* will be deployed and publicly accessible.** improper payment (e.g. chargebacks, failed transfers, otherwise not-as-promised) can result in the revocation of your license to the *Source*.

+3. **i own the *Source* and provide an exclusive, long-term license to you for *Project* usage.** you may do whatever you want with it outside of redistributing any parts of the *Source* for usage outside of the *Project*, including by others. if desired, the *Source* can be provided directly to you after payment is received and verified. i maintain the right to distribute and use non-*Project*-specific components of the *Source* for my own uses.

+4. **payment is due immediately upon completion, at which point the *Product* will be deployed and publicly accessible.** improper payment (e.g. chargebacks, failed transfers, otherwise not-as-promised) can result in the revocation of your license to the *Source*.

5. **when the *Product* ceases to serve the purpose of being the *Project*'s primary website (see [the following section](#more-on-what-constitutes-a-project) for more details), you abandon your license to the *Source*** and it becomes wholly owned by me again until a later agreement is reached.

the main goal of these terms is to allow you full control over the software while you are using it, and allow me full control when you are done with it. often, i will simply open source it.