From 11d1e9820b04199235b2cd015371c3c2ae35e466 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Tue, 10 Mar 2026 15:46:57 +0000 Subject: [PATCH] Update license --- LICENSE | 21 +++++++++++++++++++++ README.md | 4 +++- extractors/gradcracker/package.json | 2 +- extractors/ukvisajobs/package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0ad25db..7894050 100644 --- a/LICENSE +++ b/LICENSE @@ -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 Version 3, 19 November 2007 diff --git a/README.md b/README.md index ad4aa06..484988b 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,6 @@ See [post-application tracking docs](https://jobops.dakheera47.com/docs/features ## 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). diff --git a/extractors/gradcracker/package.json b/extractors/gradcracker/package.json index 2b1097e..59db4b9 100644 --- a/extractors/gradcracker/package.json +++ b/extractors/gradcracker/package.json @@ -27,5 +27,5 @@ "get-binaries": "camoufox-js fetch" }, "author": "It's not you it's me", - "license": "ISC" + "license": "SEE LICENSE IN ../../LICENSE" } diff --git a/extractors/ukvisajobs/package.json b/extractors/ukvisajobs/package.json index ca0b8a3..a5ace2e 100644 --- a/extractors/ukvisajobs/package.json +++ b/extractors/ukvisajobs/package.json @@ -25,5 +25,5 @@ "get-binaries": "camoufox-js fetch" }, "author": "", - "license": "ISC" + "license": "SEE LICENSE IN ../../LICENSE" }