From a5b1f93cd2db26fd54378dcd4dc74baed827d197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Mon, 8 Jan 2024 22:48:57 +0100 Subject: [PATCH] (c) dates update. --- HxCFloppyEmulator_cmdline/sources/hxcfe.c | 4 ++-- HxCFloppyEmulator_cmdline/sources/utils.c | 2 +- HxCFloppyEmulator_software/sources/gui/about_gui.cxx | 4 ++-- HxCFloppyEmulator_software/sources/gui/about_gui.h | 2 +- .../sources/gui/cb_batch_converter_window.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/cb_edittool_window.cxx | 2 +- .../sources/gui/cb_filesystem_generator_window.cxx | 2 +- .../sources/gui/cb_floppy_dump_window.cxx | 2 +- .../sources/gui/cb_floppy_infos_window.cxx | 2 +- .../sources/gui/cb_floppy_streamer_window.cxx | 2 +- .../sources/gui/cb_rawfile_loader_window.cxx | 2 +- .../sources/gui/cb_sdhxcfecfg_window.cxx | 2 +- .../sources/gui/cb_usbhxcfecfg_window.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/gui_strings.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/license_gui.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/license_gui.h | 2 +- HxCFloppyEmulator_software/sources/gui/log.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/log_gui.h | 2 +- HxCFloppyEmulator_software/sources/gui/main_gui.cxx | 2 +- .../sources/gui/microintro/microintro.c | 2 +- .../sources/gui/microintro/packer/pack.c | 2 +- .../sources/gui/microintro/packer/rle.c | 2 +- .../sources/gui/microintro/packer/rle.h | 2 +- HxCFloppyEmulator_software/sources/gui/msg_txt.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/parameters.cxx | 2 +- HxCFloppyEmulator_software/sources/gui/parameters_gui.h | 2 +- HxCFloppyEmulator_software/sources/loader.cxx | 2 +- HxCFloppyEmulator_software/sources/main.cxx | 2 +- HxCFloppyEmulator_software/sources/utils.cxx | 2 +- libhxcadaptor/sources/fs.c | 2 +- libhxcadaptor/sources/libhxcadaptor.c | 2 +- libhxcadaptor/sources/network.c | 2 +- 32 files changed, 34 insertions(+), 34 deletions(-) diff --git a/HxCFloppyEmulator_cmdline/sources/hxcfe.c b/HxCFloppyEmulator_cmdline/sources/hxcfe.c index 809d6f4c..6cacfbc0 100644 --- a/HxCFloppyEmulator_cmdline/sources/hxcfe.c +++ b/HxCFloppyEmulator_cmdline/sources/hxcfe.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-Fran�ois DEL NERO +// Copyright (C) 2006-2024 Jean-Fran�ois DEL NERO // // This file is part of HxCFloppyEmulator. // @@ -1082,7 +1082,7 @@ int main(int argc, char* argv[]) hxcfe_setScriptOutputFunc(hxcfe,&SCRIPT_CUI_affiche); printf("HxC Floppy Emulator : Floppy image file converter v"STR_FILE_VERSION2"\n"); - printf("Copyright (C) 2006-2023 Jean-Francois DEL NERO\n"); + printf("Copyright (C) 2006-2024 Jean-Francois DEL NERO\n"); printf("This program comes with ABSOLUTELY NO WARRANTY\n"); printf("This is free software, and you are welcome to redistribute it\n"); printf("under certain conditions;\n\n"); diff --git a/HxCFloppyEmulator_cmdline/sources/utils.c b/HxCFloppyEmulator_cmdline/sources/utils.c index 67de7d52..df79f6a8 100644 --- a/HxCFloppyEmulator_cmdline/sources/utils.c +++ b/HxCFloppyEmulator_cmdline/sources/utils.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/about_gui.cxx b/HxCFloppyEmulator_software/sources/gui/about_gui.cxx index cd682f3c..30908bbc 100644 --- a/HxCFloppyEmulator_software/sources/gui/about_gui.cxx +++ b/HxCFloppyEmulator_software/sources/gui/about_gui.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // @@ -288,7 +288,7 @@ About_box::About_box() o = new Fl_Box(200, 200+6 + 5, 320+6, BUTTON_SIZE_Y, "hxc2001.com Mail: hxc2001(at)hxc2001.com"); o->box(FL_DOWN_BOX); - o = new Fl_Box(5, 35, 180, 60, "Copyright (c) 2006-2023\nJean-François DEL NERO\n(c) HxC2001"); + o = new Fl_Box(5, 35, 180, 60, "Copyright (c) 2006-2024\nJean-François DEL NERO\n(c) HxC2001"); o->box(FL_DOWN_BOX); xpos_size=200+3; diff --git a/HxCFloppyEmulator_software/sources/gui/about_gui.h b/HxCFloppyEmulator_software/sources/gui/about_gui.h index c203e647..1c8f52c7 100644 --- a/HxCFloppyEmulator_software/sources/gui/about_gui.h +++ b/HxCFloppyEmulator_software/sources/gui/about_gui.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_batch_converter_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_batch_converter_window.cxx index cac8e3f8..1e64bad8 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_batch_converter_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_batch_converter_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_edittool_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_edittool_window.cxx index 4a29a3d5..3fcbede3 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_edittool_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_edittool_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_filesystem_generator_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_filesystem_generator_window.cxx index b79c9910..1de88c01 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_filesystem_generator_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_filesystem_generator_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_floppy_dump_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_floppy_dump_window.cxx index 7b923931..93b65259 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_floppy_dump_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_floppy_dump_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_floppy_infos_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_floppy_infos_window.cxx index e481cbab..698424c1 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_floppy_infos_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_floppy_infos_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_floppy_streamer_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_floppy_streamer_window.cxx index c0c43556..205a9fe2 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_floppy_streamer_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_floppy_streamer_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_rawfile_loader_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_rawfile_loader_window.cxx index 9c282ef0..3172df1b 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_rawfile_loader_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_rawfile_loader_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_sdhxcfecfg_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_sdhxcfecfg_window.cxx index 7114d5de..27422be6 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_sdhxcfecfg_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_sdhxcfecfg_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/cb_usbhxcfecfg_window.cxx b/HxCFloppyEmulator_software/sources/gui/cb_usbhxcfecfg_window.cxx index 30e9d267..d58ec418 100644 --- a/HxCFloppyEmulator_software/sources/gui/cb_usbhxcfecfg_window.cxx +++ b/HxCFloppyEmulator_software/sources/gui/cb_usbhxcfecfg_window.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/gui_strings.cxx b/HxCFloppyEmulator_software/sources/gui/gui_strings.cxx index 82bd117a..b68b6e6a 100644 --- a/HxCFloppyEmulator_software/sources/gui/gui_strings.cxx +++ b/HxCFloppyEmulator_software/sources/gui/gui_strings.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/license_gui.cxx b/HxCFloppyEmulator_software/sources/gui/license_gui.cxx index fa69d66b..15ce938f 100644 --- a/HxCFloppyEmulator_software/sources/gui/license_gui.cxx +++ b/HxCFloppyEmulator_software/sources/gui/license_gui.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/license_gui.h b/HxCFloppyEmulator_software/sources/gui/license_gui.h index 87a045c6..9546283a 100644 --- a/HxCFloppyEmulator_software/sources/gui/license_gui.h +++ b/HxCFloppyEmulator_software/sources/gui/license_gui.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/log.cxx b/HxCFloppyEmulator_software/sources/gui/log.cxx index ff01213e..2bfe45d4 100644 --- a/HxCFloppyEmulator_software/sources/gui/log.cxx +++ b/HxCFloppyEmulator_software/sources/gui/log.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/log_gui.h b/HxCFloppyEmulator_software/sources/gui/log_gui.h index f3e3fad5..0395b24a 100644 --- a/HxCFloppyEmulator_software/sources/gui/log_gui.h +++ b/HxCFloppyEmulator_software/sources/gui/log_gui.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/main_gui.cxx b/HxCFloppyEmulator_software/sources/gui/main_gui.cxx index da2bbb2b..3be83f6d 100644 --- a/HxCFloppyEmulator_software/sources/gui/main_gui.cxx +++ b/HxCFloppyEmulator_software/sources/gui/main_gui.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/microintro/microintro.c b/HxCFloppyEmulator_software/sources/gui/microintro/microintro.c index 529989c5..9c392739 100644 --- a/HxCFloppyEmulator_software/sources/gui/microintro/microintro.c +++ b/HxCFloppyEmulator_software/sources/gui/microintro/microintro.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/microintro/packer/pack.c b/HxCFloppyEmulator_software/sources/gui/microintro/packer/pack.c index 628f694c..d4118199 100644 --- a/HxCFloppyEmulator_software/sources/gui/microintro/packer/pack.c +++ b/HxCFloppyEmulator_software/sources/gui/microintro/packer/pack.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.c b/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.c index f3438eb4..fef1ad93 100644 --- a/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.c +++ b/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.h b/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.h index 04bf3b1c..5b555494 100644 --- a/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.h +++ b/HxCFloppyEmulator_software/sources/gui/microintro/packer/rle.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/msg_txt.cxx b/HxCFloppyEmulator_software/sources/gui/msg_txt.cxx index df140cdb..db7338dd 100644 --- a/HxCFloppyEmulator_software/sources/gui/msg_txt.cxx +++ b/HxCFloppyEmulator_software/sources/gui/msg_txt.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/parameters.cxx b/HxCFloppyEmulator_software/sources/gui/parameters.cxx index eab15e35..74086bca 100644 --- a/HxCFloppyEmulator_software/sources/gui/parameters.cxx +++ b/HxCFloppyEmulator_software/sources/gui/parameters.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/gui/parameters_gui.h b/HxCFloppyEmulator_software/sources/gui/parameters_gui.h index de399552..3801f4dd 100644 --- a/HxCFloppyEmulator_software/sources/gui/parameters_gui.h +++ b/HxCFloppyEmulator_software/sources/gui/parameters_gui.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/loader.cxx b/HxCFloppyEmulator_software/sources/loader.cxx index 06af4900..5ec0c3d8 100644 --- a/HxCFloppyEmulator_software/sources/loader.cxx +++ b/HxCFloppyEmulator_software/sources/loader.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/main.cxx b/HxCFloppyEmulator_software/sources/main.cxx index e1a82288..5d739317 100644 --- a/HxCFloppyEmulator_software/sources/main.cxx +++ b/HxCFloppyEmulator_software/sources/main.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/HxCFloppyEmulator_software/sources/utils.cxx b/HxCFloppyEmulator_software/sources/utils.cxx index 97239d52..7f9fa071 100644 --- a/HxCFloppyEmulator_software/sources/utils.cxx +++ b/HxCFloppyEmulator_software/sources/utils.cxx @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of HxCFloppyEmulator. // diff --git a/libhxcadaptor/sources/fs.c b/libhxcadaptor/sources/fs.c index e84b28db..2736ee55 100644 --- a/libhxcadaptor/sources/fs.c +++ b/libhxcadaptor/sources/fs.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator library // diff --git a/libhxcadaptor/sources/libhxcadaptor.c b/libhxcadaptor/sources/libhxcadaptor.c index 3195fcab..b7b4b8ba 100644 --- a/libhxcadaptor/sources/libhxcadaptor.c +++ b/libhxcadaptor/sources/libhxcadaptor.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator library // diff --git a/libhxcadaptor/sources/network.c b/libhxcadaptor/sources/network.c index 9bd561fd..e08a0303 100644 --- a/libhxcadaptor/sources/network.c +++ b/libhxcadaptor/sources/network.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2023 Jean-François DEL NERO +// Copyright (C) 2006-2024 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator library //