Updated copright year in output of -version
This commit is contained in:
parent
1a1d31f36c
commit
5600508ab0
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2021 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2023 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -2029,7 +2029,7 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag)
|
||||
sprintf(xorriso->result_line,
|
||||
"ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program\n");
|
||||
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
||||
"Copyright (C) 2021, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
|
||||
"Copyright (C) 2023, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
|
||||
Xorriso_result(xorriso, 0);
|
||||
sprintf(xorriso->result_line,
|
||||
"xorriso version : %d.%d.%d%s\n",
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2023.01.22.152059"
|
||||
#define Xorriso_timestamP "2023.01.22.152155"
|
||||
|
Loading…
Reference in New Issue
Block a user