From 99b8a71f341443bca51af50f4159e30e3dc12062 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 30 Jun 2015 14:42:18 +0000 Subject: [PATCH] Updated copyright year of xorriso command -version --- xorriso/opts_p_z.c | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorriso/opts_p_z.c b/xorriso/opts_p_z.c index c86deb27..60572425 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-2014 Thomas Schmitt, + Copyright 2007-2015 Thomas Schmitt, Provided under GPL version 2 or later. @@ -1905,7 +1905,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) 2014, Thomas Schmitt , libburnia project.\n"); +"Copyright (C) 2015, 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 c14c69fb..8fe5bf58 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.06.24.155902" +#define Xorriso_timestamP "2015.06.30.144252"