From 4396b65b04e67c32512131a9276198d1f0e0591d Mon Sep 17 00:00:00 2001 From: Solari Systems Date: Sun, 4 Jan 2026 23:55:38 -0500 Subject: [PATCH 1/2] Add Solari Systems LLC to CLA signers --- .github/cla-signers.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/cla-signers.json b/.github/cla-signers.json index f9aaf5e6..e71bfa3e 100644 --- a/.github/cla-signers.json +++ b/.github/cla-signers.json @@ -1,6 +1,6 @@ { "version": "1.0", - "last_updated": "2026-01-03", + "last_updated": "2026-01-04", "individuals": [ { "name": "Mike Morgan", @@ -185,6 +185,19 @@ "mikejmorgan-ai" ], "emails": [] + }, + "Solari Systems LLC": { + "contact_name": "Solari Systems LLC", + "contact_email": "solarisys2025@gmail.com", + "signed_date": "2026-01-04", + "cla_version": "1.0", + "domains": [], + "github_usernames": [ + "SolariSystems" + ], + "emails": [ + "solarisys2025@gmail.com" + ] } } } From 471cd43f213ba77600a3d30465e6159ba2a578cc Mon Sep 17 00:00:00 2001 From: Solari Systems Date: Mon, 5 Jan 2026 00:08:02 -0500 Subject: [PATCH 2/2] Revert "Add Solari Systems LLC to CLA signers" This reverts commit 4396b65b04e67c32512131a9276198d1f0e0591d. --- .github/cla-signers.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/cla-signers.json b/.github/cla-signers.json index e71bfa3e..f9aaf5e6 100644 --- a/.github/cla-signers.json +++ b/.github/cla-signers.json @@ -1,6 +1,6 @@ { "version": "1.0", - "last_updated": "2026-01-04", + "last_updated": "2026-01-03", "individuals": [ { "name": "Mike Morgan", @@ -185,19 +185,6 @@ "mikejmorgan-ai" ], "emails": [] - }, - "Solari Systems LLC": { - "contact_name": "Solari Systems LLC", - "contact_email": "solarisys2025@gmail.com", - "signed_date": "2026-01-04", - "cla_version": "1.0", - "domains": [], - "github_usernames": [ - "SolariSystems" - ], - "emails": [ - "solarisys2025@gmail.com" - ] } } }