From 02e15f015fd7410199191dd5bd0d228c06658683 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 16 Jan 2011 19:33:24 +0000 Subject: [PATCH] Updated copyright messages to 2011 --- xorriso/emulators.c | 6 +++--- xorriso/opts_p_z.c | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index 525b315c..6aa84e88 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -1,7 +1,7 @@ /* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2010 Thomas Schmitt, + Copyright 2007-2011 Thomas Schmitt, Provided under GPL version 2 or later. @@ -359,7 +359,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) 2010 see libburnia-project.org xorriso\n"); + sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2011 see libburnia-project.org xorriso\n"); Xorriso_result(xorriso, 1); Xorriso_option_version(xorriso, 0); ret= 1; goto ex; @@ -914,7 +914,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom, continue; if(strcmp(argv[i], "-version")==0) { sprintf(xorriso->result_line, -"mkisofs 2.01-Emulation Copyright (C) 2010 see libburnia-project.org xorriso\n" +"mkisofs 2.01-Emulation Copyright (C) 2011 see libburnia-project.org xorriso\n" ); fd= xorriso->dev_fd_1; if(fd<0) diff --git a/xorriso/opts_p_z.c b/xorriso/opts_p_z.c index 9ba7d73b..f0db106a 100644 --- a/xorriso/opts_p_z.c +++ b/xorriso/opts_p_z.c @@ -1,7 +1,7 @@ /* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2010 Thomas Schmitt, + Copyright 2007-2011 Thomas Schmitt, Provided under GPL version 2 or later. @@ -1560,7 +1560,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) 2010, Thomas Schmitt , libburnia project.\n"); +"Copyright (C) 2011, Thomas Schmitt , libburnia project.\n"); Xorriso_result(xorriso, 0); sprintf(xorriso->result_line, "xorriso version : %d.%d.%d%s\n", diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 2f18f931..7b19ed17 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.01.16.182558" +#define Xorriso_timestamP "2011.01.16.193257"