From 18e9c47941a5a1e5e284648616fd29f5bc1bb5d0 Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Fri, 12 Jun 2026 16:44:35 -0400 Subject: [PATCH] Update main.cpp --- Source/Benchmark-Toolbox/source/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Benchmark-Toolbox/source/main.cpp b/Source/Benchmark-Toolbox/source/main.cpp index 8aad935f..dad466bf 100644 --- a/Source/Benchmark-Toolbox/source/main.cpp +++ b/Source/Benchmark-Toolbox/source/main.cpp @@ -837,10 +837,9 @@ class CreditsTab : public brls::Box { this->addView(title); auto *by = new brls::Label(); - by->setText("by Souldbminer"); + by->setText("by Souldbminer and Lightos_, licensed under the GPLv2"); by->setFontSize(16.0f); by->setTextColor(nvgRGB(150, 150, 150)); - by->setMarginBottom(12.0f); this->addView(by); auto *h = new brls::Header();