fltkui: Additional copyright info

This commit is contained in:
Rupert Carmichael 2024-08-23 14:20:20 -04:00
parent bb7c7ec2f4
commit 431f95fccb
4 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* Nestopia UE
*
* Copyright (C) 2012-2024 R. Danbrook
* Copyright (C) 2020-2024 Rupert Carmichael
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View file

@ -443,7 +443,9 @@ void FltkUi::about(Fl_Widget *w, void *data) {
Fl_Box text2(0, 208, 460, UI_SPACING, "Cycle-Accurate Nintendo Entertainment System Emulator");
Fl_Box text3(0, 256, 460, UI_SPACING,
"FLTK Frontend\n(c) 2012-2024, R. Danbrook");
"FLTK Frontend\n(c) 2012-2024, R. Danbrook\n\n"
"Portions derived from The Jolly Good Reference Frontend\n"
"(c) 2020-2024, Rupert Carmichael\n");
text3.labelsize(10);
Fl_Box text4(0, 320, 460, UI_SPACING,

View file

@ -2,6 +2,7 @@
* Nestopia UE
*
* Copyright (C) 2012-2024 R. Danbrook
* Copyright (C) 2020-2024 Rupert Carmichael
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View file

@ -2,6 +2,7 @@
* Nestopia UE
*
* Copyright (C) 2012-2024 R. Danbrook
* Copyright (C) 2020-2024 Rupert Carmichael
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by