From 556166a0beec3a19064d23a60ea28389c4b61206 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 21 Dec 2025 00:41:49 -0500 Subject: refactor: `src/main.go` --- src/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.go b/src/main.go index 76f5af7..a13ffef 100644 --- a/src/main.go +++ b/src/main.go @@ -341,9 +341,9 @@ func (app *App) onAboutClicked() { dialog.SetTransientFor(app.window) dialog.SetProgramName(appTitle) dialog.SetVersion(appVersion) - dialog.SetComments("A color picker with screen color grabbing support") - dialog.SetAuthors([]string{"kjagave 2025", "Based on gcolor2 by Ned Haughton"}) - dialog.SetLicense("GPL-2.0") + dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used") + dialog.SetAuthors([]string{"kjagave 2025", "kj_sh604"}) + dialog.SetLicense("0BSD") dialog.Run() dialog.Destroy() } -- cgit v1.2.3