diff --git a/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/ServiceConfig.kt b/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/ServiceConfig.kt index cdef9854b..f04b44971 100644 --- a/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/ServiceConfig.kt +++ b/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/ServiceConfig.kt @@ -1,3 +1,25 @@ +/** + * "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: Infinitic + * + * License: MIT License (https://opensource.org/licenses/MIT) + * + * Licensor: infinitic.io + */ package io.infinitic.workers.config import io.infinitic.common.utils.isImplementationOf diff --git a/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/WorkflowConfig.kt b/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/WorkflowConfig.kt index 20d2c8e86..1dc28d6b7 100644 --- a/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/WorkflowConfig.kt +++ b/infinitic-worker/src/main/kotlin/io/infinitic/workers/config/WorkflowConfig.kt @@ -1,3 +1,25 @@ +/** + * "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: Infinitic + * + * License: MIT License (https://opensource.org/licenses/MIT) + * + * Licensor: infinitic.io + */ package io.infinitic.workers.config import io.infinitic.common.utils.isImplementationOf diff --git a/infinitic-worker/src/main/kotlin/io/infinitic/workers/registry/InfiniticRegistry.kt b/infinitic-worker/src/main/kotlin/io/infinitic/workers/registry/InfiniticRegistry.kt index 7700abfeb..ed8dbef60 100644 --- a/infinitic-worker/src/main/kotlin/io/infinitic/workers/registry/InfiniticRegistry.kt +++ b/infinitic-worker/src/main/kotlin/io/infinitic/workers/registry/InfiniticRegistry.kt @@ -1,3 +1,25 @@ +/** + * "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: Infinitic + * + * License: MIT License (https://opensource.org/licenses/MIT) + * + * Licensor: infinitic.io + */ package io.infinitic.workers.registry import io.infinitic.common.exceptions.thisShouldNotHappen diff --git a/infinitic-worker/src/test/kotlin/io/infinitic/workers/registry/RegistryTests.kt b/infinitic-worker/src/test/kotlin/io/infinitic/workers/registry/RegistryTests.kt index 9a4bc313e..271fff0fd 100644 --- a/infinitic-worker/src/test/kotlin/io/infinitic/workers/registry/RegistryTests.kt +++ b/infinitic-worker/src/test/kotlin/io/infinitic/workers/registry/RegistryTests.kt @@ -1,3 +1,25 @@ +/** + * "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: Infinitic + * + * License: MIT License (https://opensource.org/licenses/MIT) + * + * Licensor: infinitic.io + */ package io.infinitic.workers.registry import io.cloudevents.CloudEvent