diff --git a/HxCFloppyEmulator_cmdline/COPYING_FULL b/HxCFloppyEmulator_cmdline/COPYING_FULL index 51d52feb..e3cfe435 100644 --- a/HxCFloppyEmulator_cmdline/COPYING_FULL +++ b/HxCFloppyEmulator_cmdline/COPYING_FULL @@ -1,5 +1,5 @@ HxC Floppy Emulator - A generic/universal floppy disk drive emulator - Copyright (C) 2006-2021 Jean-François DEL NERO / HxC2001 + Copyright (C) 2006-2022 Jean-François DEL NERO / HxC2001 Email : hxc2001(at)hxc2001.com diff --git a/HxCFloppyEmulator_cmdline/sources/hxcfe.c b/HxCFloppyEmulator_cmdline/sources/hxcfe.c index 1307518a..967fa6ca 100644 --- a/HxCFloppyEmulator_cmdline/sources/hxcfe.c +++ b/HxCFloppyEmulator_cmdline/sources/hxcfe.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 HxCFloppyEmulator. // @@ -1077,7 +1077,7 @@ int main(int argc, char* argv[]) hxcfe_setScriptOutputFunc(hxcfe,&SCRIPT_CUI_affiche); printf("HxC Floppy Emulator : Floppy image file converter v2.5.5.1\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/HxCFloppyEmulator_cmdline/sources/utils.c b/HxCFloppyEmulator_cmdline/sources/utils.c index afe7833b..101a8298 100644 --- a/HxCFloppyEmulator_cmdline/sources/utils.c +++ b/HxCFloppyEmulator_cmdline/sources/utils.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 HxCFloppyEmulator. //