mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
fltkui: Additional copyright info
This commit is contained in:
parent
bb7c7ec2f4
commit
431f95fccb
4 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue