From 0041391e665fea9ca0fbcb9c8d60678d1443235b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Sun, 7 Aug 2022 11:09:07 +0200 Subject: [PATCH] (c) dates updated. --- COPYING_FULL | 4 ++-- README.md | 2 +- amiga/amiga.c | 2 +- amiga/bootblock/bootblock.c | 2 +- amiga/bootblock/make_bootblock.c | 2 +- amiga/cache.S | 2 +- amiga/crc.c | 2 +- amiga/fast_char.S | 2 +- atari_st/atari_st.c | 2 +- atari_st/fast_char.S | 2 +- cfg_file.h | 2 +- config_file.c | 2 +- config_file.h | 2 +- cortex_cfg_file.h | 2 +- errors_def.c | 2 +- fectrl.c | 2 +- graphx/font_builder/bmp_file.c | 2 +- graphx/font_builder/main.c | 2 +- graphx/font_list.c | 2 +- graphx/font_list.h | 2 +- gui_utils.c | 2 +- hxcfeda.h | 2 +- keys_defs.h | 2 +- keysfunc_defs.h | 2 +- media_access.c | 2 +- menu.c | 2 +- menu_commands.c | 2 +- menu_selectdrive.c | 2 +- menu_settings.c | 2 +- msg_txt.c | 8 ++++---- sdl/sdl_hal.c | 4 ++-- sdl/slot_list_gen.c | 2 +- 32 files changed, 37 insertions(+), 37 deletions(-) diff --git a/COPYING_FULL b/COPYING_FULL index b4a973d..49368c8 100644 --- a/COPYING_FULL +++ b/COPYING_FULL @@ -6,12 +6,12 @@ -------H----H----X-----X--CCCCC-----222222---0000-----0000----11111------------ ------------------------------------------------------------------------------- HxC Floppy Emulator project - https://hxc2001.com/ - (c) 2006-2021 Jean-François DEL NERO / (c) HxC2001 + (c) 2006-2022 Jean-François DEL NERO / (c) HxC2001 ------------------------------------------------------------------------------- HxC Floppy Emulator file selector A file selector program for the HxC Floppy Emulators - Copyright (C) 2009-2021 Jean-François DEL NERO / HxC2001 + Copyright (C) 2009-2022 Jean-François DEL NERO / HxC2001 Contact : hxc2001( a t )free.fr / hxc2001( a t )hxc2001.com Website : http://hxc2001.free.fr/floppy_drive_emulator diff --git a/README.md b/README.md index f137825..daf75d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -------H----H----X-----X--CCCCC-----222222---0000-----0000----11111------------ ------------------------------------------------------------------------------- HxC Floppy Emulator project - https://hxc2001.com/ - (c) 2006-2021 Jean-François DEL NERO / (c) HxC2001 + (c) 2006-2022 Jean-François DEL NERO / (c) HxC2001 ------------------------------------------------------------------------------- HxC Floppy Emulator File selector / Manager diff --git a/amiga/amiga.c b/amiga/amiga.c index a797895..42e3817 100644 --- a/amiga/amiga.c +++ b/amiga/amiga.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/amiga/bootblock/bootblock.c b/amiga/bootblock/bootblock.c index 753e98c..1464728 100644 --- a/amiga/bootblock/bootblock.c +++ b/amiga/bootblock/bootblock.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/amiga/bootblock/make_bootblock.c b/amiga/bootblock/make_bootblock.c index 4cd1301..c06ead3 100644 --- a/amiga/bootblock/make_bootblock.c +++ b/amiga/bootblock/make_bootblock.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/amiga/cache.S b/amiga/cache.S index 0a409cc..f1988cd 100644 --- a/amiga/cache.S +++ b/amiga/cache.S @@ -1,5 +1,5 @@ | -| Copyright (C) 2009-2021 Jean-François DEL NERO +| Copyright (C) 2009-2022 Jean-François DEL NERO | | This file is part of the HxCFloppyEmulator file selector. | diff --git a/amiga/crc.c b/amiga/crc.c index f6a8c8f..2553f80 100644 --- a/amiga/crc.c +++ b/amiga/crc.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/amiga/fast_char.S b/amiga/fast_char.S index 21f19bd..d8143ae 100644 --- a/amiga/fast_char.S +++ b/amiga/fast_char.S @@ -1,5 +1,5 @@ | -| Copyright (C) 2009-2021 Jean-François DEL NERO +| Copyright (C) 2009-2022 Jean-François DEL NERO | | This file is part of the HxCFloppyEmulator file selector. | diff --git a/atari_st/atari_st.c b/atari_st/atari_st.c index b425280..b333b84 100644 --- a/atari_st/atari_st.c +++ b/atari_st/atari_st.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/atari_st/fast_char.S b/atari_st/fast_char.S index e7d99c2..bc9fd64 100644 --- a/atari_st/fast_char.S +++ b/atari_st/fast_char.S @@ -1,5 +1,5 @@ | -| Copyright (C) 2009-2021 Jean-François DEL NERO +| Copyright (C) 2009-2022 Jean-François DEL NERO | | This file is part of the HxCFloppyEmulator file selector. | diff --git a/cfg_file.h b/cfg_file.h index 5e85c8e..5083f29 100644 --- a/cfg_file.h +++ b/cfg_file.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/config_file.c b/config_file.c index e88b26f..624c7c0 100644 --- a/config_file.c +++ b/config_file.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/config_file.h b/config_file.h index 7bec184..efa49ef 100644 --- a/config_file.h +++ b/config_file.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/cortex_cfg_file.h b/cortex_cfg_file.h index 079b45e..9569561 100644 --- a/cortex_cfg_file.h +++ b/cortex_cfg_file.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/errors_def.c b/errors_def.c index 1ca0927..c2ebcdf 100644 --- a/errors_def.c +++ b/errors_def.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/fectrl.c b/fectrl.c index 3dc9529..d6c844b 100644 --- a/fectrl.c +++ b/fectrl.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/graphx/font_builder/bmp_file.c b/graphx/font_builder/bmp_file.c index 35c6076..88956d4 100644 --- a/graphx/font_builder/bmp_file.c +++ b/graphx/font_builder/bmp_file.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2006-2021 Jean-François DEL NERO +// Copyright (C) 2006-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator library // diff --git a/graphx/font_builder/main.c b/graphx/font_builder/main.c index 1a92923..85537ce 100644 --- a/graphx/font_builder/main.c +++ b/graphx/font_builder/main.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2017-2021 Jean-François DEL NERO / HxC2001 +// Copyright (C) 2017-2022 Jean-François DEL NERO / HxC2001 // // This file is part of the FontCP&P software // diff --git a/graphx/font_list.c b/graphx/font_list.c index 4b9ae4b..ee8654e 100644 --- a/graphx/font_list.c +++ b/graphx/font_list.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/graphx/font_list.h b/graphx/font_list.h index f7cdd38..8c57a08 100644 --- a/graphx/font_list.h +++ b/graphx/font_list.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/gui_utils.c b/gui_utils.c index f9e9bbd..7e44b33 100644 --- a/gui_utils.c +++ b/gui_utils.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/hxcfeda.h b/hxcfeda.h index 3ff6f0a..0c0262b 100644 --- a/hxcfeda.h +++ b/hxcfeda.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/keys_defs.h b/keys_defs.h index dd38bcf..c553266 100644 --- a/keys_defs.h +++ b/keys_defs.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/keysfunc_defs.h b/keysfunc_defs.h index b7b2b0c..992e52b 100644 --- a/keysfunc_defs.h +++ b/keysfunc_defs.h @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/media_access.c b/media_access.c index 9c3d883..e2c5533 100644 --- a/media_access.c +++ b/media_access.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/menu.c b/menu.c index 16590ba..b736bb4 100644 --- a/menu.c +++ b/menu.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/menu_commands.c b/menu_commands.c index 7198493..baaefea 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/menu_selectdrive.c b/menu_selectdrive.c index 5510333..0f16267 100644 --- a/menu_selectdrive.c +++ b/menu_selectdrive.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/menu_settings.c b/menu_settings.c index 95e82be..4f8dd53 100644 --- a/menu_settings.c +++ b/menu_settings.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // diff --git a/msg_txt.c b/msg_txt.c index 9007a8b..f30a89e 100644 --- a/msg_txt.c +++ b/msg_txt.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // @@ -41,7 +41,7 @@ const char startup_msg[]= "HxC Floppy Emulator file selector\n" "V" VERSIONCODE " - " DATECODE "\n" "\n" - "(c) 2009-2021 HxC2001 / Jean-Francois DEL NERO\n" + "(c) 2009-2022 HxC2001 / Jean-Francois DEL NERO\n" "\n" "Email : hxc2001@free.fr\n" "\n" @@ -130,7 +130,7 @@ const char help_scr5_msg[]= "HxC Floppy Emulator file selector\n" "V" VERSIONCODE " - " DATECODE "\n" "\n" - "(c) 2006-2021 HxC2001 / Jean-Francois DEL NERO\n" + "(c) 2006-2022 HxC2001 / Jean-Francois DEL NERO\n" "Email : hxc2001@free.fr\n" "\n" "Atari ST version optimized by Gilles Bouthenot\n" @@ -147,7 +147,7 @@ const char help_scr6_msg[]= "HxC Floppy Emulator file selector\n" "V" VERSIONCODE " - " DATECODE "\n" "\n" - "(c) 2006-2021 HxC2001 / Jean-Francois DEL NERO\n" + "(c) 2006-2022 HxC2001 / Jean-Francois DEL NERO\n" "Email : hxc2001@free.fr\n" "\n" "Updates : http://hxc2001.free.fr/floppy_drive_emulator/\n" diff --git a/sdl/sdl_hal.c b/sdl/sdl_hal.c index 9ad5303..58d565a 100644 --- a/sdl/sdl_hal.c +++ b/sdl/sdl_hal.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. // @@ -948,7 +948,7 @@ int process_command_line(int argc, char* argv[]) #endif printf("HxC Floppy Emulator : HxC Floppy Emulator File selector\n"); - printf("Copyright (C) 2006-2021 Jean-Francois DEL NERO\n"); + printf("Copyright (C) 2006-2022 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/sdl/slot_list_gen.c b/sdl/slot_list_gen.c index eb385fe..ea984bc 100644 --- a/sdl/slot_list_gen.c +++ b/sdl/slot_list_gen.c @@ -1,6 +1,6 @@ /* // -// Copyright (C) 2009-2021 Jean-François DEL NERO +// Copyright (C) 2009-2022 Jean-François DEL NERO // // This file is part of the HxCFloppyEmulator file selector. //