Updated copyright message of xorriso
This commit is contained in:
parent
7e550d6c5d
commit
8a97c5939e
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2013 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -397,7 +397,7 @@ no_volunteer:;
|
|||||||
/* Perform actions */
|
/* Perform actions */
|
||||||
Xorriso_option_report_about(xorriso, "NOTE", 0);
|
Xorriso_option_report_about(xorriso, "NOTE", 0);
|
||||||
if(do_version) {
|
if(do_version) {
|
||||||
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2012 see libburnia-project.org xorriso\n");
|
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2013 see libburnia-project.org xorriso\n");
|
||||||
Xorriso_result(xorriso, 1);
|
Xorriso_result(xorriso, 1);
|
||||||
Xorriso_option_version(xorriso, 0);
|
Xorriso_option_version(xorriso, 0);
|
||||||
}
|
}
|
||||||
@ -1172,7 +1172,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom,
|
|||||||
continue;
|
continue;
|
||||||
if(strcmp(argpt, "-version")==0) {
|
if(strcmp(argpt, "-version")==0) {
|
||||||
sprintf(xorriso->result_line,
|
sprintf(xorriso->result_line,
|
||||||
"mkisofs 2.01-Emulation Copyright (C) 2012 see libburnia-project.org xorriso\n"
|
"mkisofs 2.01-Emulation Copyright (C) 2013 see libburnia-project.org xorriso\n"
|
||||||
);
|
);
|
||||||
fd= xorriso->dev_fd_1;
|
fd= xorriso->dev_fd_1;
|
||||||
if(fd<0)
|
if(fd<0)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2013 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -1816,7 +1816,7 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag)
|
|||||||
sprintf(xorriso->result_line,
|
sprintf(xorriso->result_line,
|
||||||
"ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program\n");
|
"ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program\n");
|
||||||
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
||||||
"Copyright (C) 2012, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
|
"Copyright (C) 2013, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
|
||||||
Xorriso_result(xorriso, 0);
|
Xorriso_result(xorriso, 0);
|
||||||
sprintf(xorriso->result_line,
|
sprintf(xorriso->result_line,
|
||||||
"xorriso version : %d.%d.%d%s\n",
|
"xorriso version : %d.%d.%d%s\n",
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2013.01.15.104804"
|
#define Xorriso_timestamP "2013.01.16.181831"
|
||||||
|
Loading…
Reference in New Issue
Block a user