Skip to content

Commit 70d8664

Browse files
committed
FLTK: Update copyright year
1 parent f597581 commit 70d8664

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/fltkui/fltkui.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2012-2024 R. Danbrook
2+
Copyright (c) 2012-2025 R. Danbrook
33
All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without
@@ -557,14 +557,14 @@ void FltkUi::about(Fl_Widget *w, void *data) {
557557
Fl_Box text2(0, 208, 460, UI_SPACING, "Cycle-Accurate Nintendo Entertainment System Emulator");
558558

559559
Fl_Box text3(0, 256, 460, UI_SPACING,
560-
"FLTK Frontend\n(c) 2012-2024, R. Danbrook\n\n"
560+
"FLTK Frontend\n(c) 2012-2025, R. Danbrook\n\n"
561561
"Portions derived from The Jolly Good Reference Frontend\n"
562-
"(c) 2020-2024, Rupert Carmichael\n");
562+
"(c) 2020-2025, Rupert Carmichael\n");
563563
text3.labelsize(10);
564564

565565
Fl_Box text4(0, 320, 460, UI_SPACING,
566566
"Nestopia Emulator\n"
567-
"(c) 2020-2024, Rupert Carmichael\n"
567+
"(c) 2020-2025, Rupert Carmichael\n"
568568
"(c) 2012-2020, Nestopia UE Contributors\n"
569569
"(c) 2003-2008, Martin Freij");
570570
text4.labelsize(10);

source/fltkui/jg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Nestopia JG
33
*
44
* Copyright (C) 2008-2018 Nestopia UE Contributors
5-
* Copyright (C) 2020-2024 Rupert Carmichael
5+
* Copyright (C) 2020-2025 Rupert Carmichael
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)