From acff3095e921b720ea6321814779b48412fb42e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Thu, 6 Jan 2022 07:38:45 +0000 Subject: [PATCH] (c) dates updated. git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/HxCFloppyEmulator_cmdline/trunk@2579 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69 --- HxCFloppyEmulator_cmdline/COPYING_FULL | 2 +- HxCFloppyEmulator_cmdline/sources/hxcfe.c | 4 ++-- HxCFloppyEmulator_cmdline/sources/utils.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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. //