Changed copyright date to 2017
This commit is contained in:
@ -430,7 +430,7 @@ no_volunteer:;
|
||||
/* Perform actions */
|
||||
Xorriso_option_report_about(xorriso, "NOTE", 0);
|
||||
if(do_version) {
|
||||
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2013 see libburnia-project.org xorriso\n");
|
||||
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2017 see libburnia-project.org xorriso\n");
|
||||
Xorriso_result(xorriso, 1);
|
||||
Xorriso_option_version(xorriso, 0);
|
||||
}
|
||||
@ -1356,7 +1356,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom,
|
||||
continue;
|
||||
if(strcmp(argpt, "-version")==0) {
|
||||
sprintf(xorriso->result_line,
|
||||
"mkisofs 2.01-Emulation Copyright (C) 2013 see libburnia-project.org xorriso\n"
|
||||
"mkisofs 2.01-Emulation Copyright (C) 2017 see libburnia-project.org xorriso\n"
|
||||
);
|
||||
fd= xorriso->dev_fd_1;
|
||||
if(fd<0)
|
||||
|
Reference in New Issue
Block a user