From 367c7695168707431260df57e9d26c54ae3c3a88 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 5 Dec 2025 14:29:25 +0900 Subject: [PATCH] update license --- LICENSE | 2 +- core/aboutdialog.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f8f56ca..4e2b25f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025, MDE Development Team +Copyright (c) 2025, Pyrite development team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/core/aboutdialog.c b/core/aboutdialog.c index fb9c012..8ba3777 100644 --- a/core/aboutdialog.c +++ b/core/aboutdialog.c @@ -1,6 +1,6 @@ #include -#define Copyright "Copyright (C) 2025 MDE Development Team" +#define Copyright "Copyright (C) 2025 Pyrite development team" static void ok_activate(MwWidget handle, void* user, void* client) { MwDestroyWidget(user);