From b65b0578921409bb211b16d9dcbe470f65fa1e09 Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 2 Dec 2024 14:15:22 +0800 Subject: [PATCH] chore: update license --- .licensure.yml | 2 +- LICENSE | 2 +- domain.go | 2 +- domain_test.go | 2 +- loader.go | 2 +- main.go | 2 +- runner.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.licensure.yml b/.licensure.yml index 1b97295..9ab3427 100644 --- a/.licensure.yml +++ b/.licensure.yml @@ -47,7 +47,7 @@ licenses: template: | Copyright (C) INFINI Labs & INFINI LIMITED. - The INFINI Framework is offered under the GNU Affero General Public License v3.0 + The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 and as commercial software. For commercial licensing, contact us at: diff --git a/LICENSE b/LICENSE index 29b406e..3f968e0 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ Copyright (C) INFINI Labs & INFINI LIMITED. ## Commercial Licensing -The INFINI Framework is offered under the [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0) +The INFINI Loadgen is offered under the [GNU Affero General Public License v3.0](https://opensource.org/licenses/AGPL-3.0) and as commercial software. For commercial licensing, contact us at: diff --git a/domain.go b/domain.go index 0adb0ae..3d65400 100644 --- a/domain.go +++ b/domain.go @@ -1,6 +1,6 @@ // Copyright (C) INFINI Labs & INFINI LIMITED. // -// The INFINI Framework is offered under the GNU Affero General Public License v3.0 +// The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 // and as commercial software. // // For commercial licensing, contact us at: diff --git a/domain_test.go b/domain_test.go index df82a68..27f1caf 100644 --- a/domain_test.go +++ b/domain_test.go @@ -1,6 +1,6 @@ // Copyright (C) INFINI Labs & INFINI LIMITED. // -// The INFINI Framework is offered under the GNU Affero General Public License v3.0 +// The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 // and as commercial software. // // For commercial licensing, contact us at: diff --git a/loader.go b/loader.go index 28e9c63..0d06842 100644 --- a/loader.go +++ b/loader.go @@ -1,6 +1,6 @@ // Copyright (C) INFINI Labs & INFINI LIMITED. // -// The INFINI Framework is offered under the GNU Affero General Public License v3.0 +// The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 // and as commercial software. // // For commercial licensing, contact us at: diff --git a/main.go b/main.go index 919a7aa..f25cde4 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ // Copyright (C) INFINI Labs & INFINI LIMITED. // -// The INFINI Framework is offered under the GNU Affero General Public License v3.0 +// The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 // and as commercial software. // // For commercial licensing, contact us at: diff --git a/runner.go b/runner.go index c11da7e..863ee87 100644 --- a/runner.go +++ b/runner.go @@ -1,6 +1,6 @@ // Copyright (C) INFINI Labs & INFINI LIMITED. // -// The INFINI Framework is offered under the GNU Affero General Public License v3.0 +// The INFINI Loadgen is offered under the GNU Affero General Public License v3.0 // and as commercial software. // // For commercial licensing, contact us at: