Update license

This commit is contained in:
DaKheera47 2026-03-10 15:46:57 +00:00
parent 579ab79010
commit 11d1e9820b
4 changed files with 26 additions and 3 deletions

21
LICENSE
View File

@ -1,3 +1,24 @@
“Commons Clause” License Condition v1.0
The Software is provided to you by the Licensor under the License, as defined
below, subject to the following condition.
Without limiting other conditions in the License, the grant of rights under the
License will not include, and the License does not grant to you, the right to
Sell the Software.
For purposes of the foregoing, “Sell” means practicing any or all of the rights
granted to you under the License to provide to third parties, for a fee or
other consideration (including without limitation fees for hosting or
consulting/support services related to the Software), a product or service
whose value derives, entirely or substantially, from the functionality of the
Software. Any license notice or attribution required by the License must also
include this Commons Clause License Condition notice.
Software: JobOps
License: GNU Affero General Public License v3.0
Licensor: JobOps contributors
GNU AFFERO GENERAL PUBLIC LICENSE GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007 Version 3, 19 November 2007

View File

@ -122,4 +122,6 @@ See [post-application tracking docs](https://jobops.dakheera47.com/docs/features
## License ## License
**AGPLv3** - Free to use and modify. **AGPLv3 + Commons Clause** - You can self-host, use, and modify JobOps, but
you cannot sell the software itself or offer paid hosted/support services whose
value substantially comes from JobOps. See [LICENSE](LICENSE).

View File

@ -27,5 +27,5 @@
"get-binaries": "camoufox-js fetch" "get-binaries": "camoufox-js fetch"
}, },
"author": "It's not you it's me", "author": "It's not you it's me",
"license": "ISC" "license": "SEE LICENSE IN ../../LICENSE"
} }

View File

@ -25,5 +25,5 @@
"get-binaries": "camoufox-js fetch" "get-binaries": "camoufox-js fetch"
}, },
"author": "", "author": "",
"license": "ISC" "license": "SEE LICENSE IN ../../LICENSE"
} }