Skip to content

Commit

Permalink
(c) dates updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jan 1, 2025
1 parent 74bd587 commit 1730aed
Show file tree
Hide file tree
Showing 430 changed files with 2,801 additions and 2,880 deletions.
18 changes: 4 additions & 14 deletions HxCFloppyEmulator_cmdline/COPYING_FULL
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
HxC Floppy Emulator - A generic/universal floppy disk drive emulator
Copyright (C) 2006-2024 Jean-Fran�ois DEL NERO / HxC2001
Copyright (C) 2006-2025 Jean-Fran�ois DEL NERO / HxC2001

Email : hxc2001(at)hxc2001.com

Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/

Forum : http://www.torlus.com/floppy/forum
Forum : https://torlus.com/floppy/forum

Facebook : https://www.facebook.com/groups/hxc2001/

Expand Down Expand Up @@ -134,9 +134,9 @@ exceptions:
the FLTK project (http://www.fltk.org).
-----------------------------------------------------------------------------------------------
ZLIB DATA COMPRESSION LIBRARY
zlib 1.2.8 is a general purpose data compression library.
Copyright notice:

(C) 1995-2013 Jean-loup Gailly and Mark Adler
(C) 1995-2022 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand All @@ -156,16 +156,6 @@ exceptions:

Jean-loup Gailly Mark Adler
[email protected] [email protected]

If you use the zlib library in a product, we would appreciate *not* receiving
lengthy legal documents to sign. The sources are provided for free but without
warranty of any kind. The library has been entirely written by Jean-loup
Gailly and Mark Adler; it does not include third-party code.

If you redistribute modified sources, we would appreciate that you include in
the file ChangeLog history information documenting your changes. Please read
the FAQ for more information on the distribution of modified source versions.

-----------------------------------------------------------------------------------------------
Expat XML parser

Expand Down
4 changes: 2 additions & 2 deletions HxCFloppyEmulator_cmdline/sources/hxcfe.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-Fran�ois DEL NERO
// Copyright (C) 2006-2025 Jean-Fran�ois DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down Expand Up @@ -1125,7 +1125,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-2024 Jean-Francois DEL NERO\n");
printf("Copyright (C) 2006-2025 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");
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_cmdline/sources/utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
18 changes: 4 additions & 14 deletions HxCFloppyEmulator_software/COPYING_FULL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HxC Floppy Emulator - A generic/universal floppy disk drive emulator
Copyright (C) 2006-2024 Jean-François DEL NERO / HxC2001
Copyright (C) 2006-2025 Jean-François DEL NERO / HxC2001

Email :
hxc2001(at)hxc2001.com
Expand All @@ -12,7 +12,7 @@
https://github.com/jfdelnero/HxCFloppyEmulator

Forum :
https://www.torlus.com/floppy/forum
https://torlus.com/floppy/forum

Facebook :
https://www.facebook.com/groups/hxc2001/
Expand Down Expand Up @@ -141,9 +141,9 @@ exceptions:
the FLTK project (http://www.fltk.org).
-----------------------------------------------------------------------------------------------
ZLIB DATA COMPRESSION LIBRARY
zlib 1.2.11 is a general purpose data compression library.
Copyright notice:

(C) 1995-2017 Jean-loup Gailly and Mark Adler
(C) 1995-2022 Jean-loup Gailly and Mark Adler

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand All @@ -163,16 +163,6 @@ exceptions:

Jean-loup Gailly Mark Adler
[email protected] [email protected]

If you use the zlib library in a product, we would appreciate *not* receiving
lengthy legal documents to sign. The sources are provided for free but without
warranty of any kind. The library has been entirely written by Jean-loup
Gailly and Mark Adler; it does not include third-party code.

If you redistribute modified sources, we would appreciate that you include in
the file ChangeLog history information documenting your changes. Please read
the FAQ for more information on the distribution of modified source versions.

-----------------------------------------------------------------------------------------------
Expat XML parser

Expand Down
4 changes: 2 additions & 2 deletions HxCFloppyEmulator_software/sources/gui/about_gui.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down Expand Up @@ -537,7 +537,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-2024\nJean-François DEL NERO\n(c) HxC2001");
o = new Fl_Box(5, 35, 180, 60, "Copyright (c) 2006-2025\nJean-François DEL NERO\n(c) HxC2001");
o->box(FL_DOWN_BOX);

xpos_size=200+3;
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/about_gui.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/gui_strings.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/license_gui.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/license_gui.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/log.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/log_gui.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
2 changes: 1 addition & 1 deletion HxCFloppyEmulator_software/sources/gui/main_gui.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
//
// Copyright (C) 2006-2024 Jean-François DEL NERO
// Copyright (C) 2006-2025 Jean-François DEL NERO
//
// This file is part of HxCFloppyEmulator.
//
Expand Down
Loading

0 comments on commit 1730aed

Please sign in to comment.