From 0b4c8795099fb276d48766c42f3b676026b77dc9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 7 Apr 2025 09:50:03 +0200 Subject: [PATCH] Updated copyright year told by 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 755d73e0..da2895b9 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-2024 Thomas Schmitt, + Copyright 2007-2025 Thomas Schmitt, Provided under GPL version 2 or later. @@ -2212,7 +2212,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) 2023, Thomas Schmitt , libburnia project.\n"); +"Copyright (C) 2025, 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 2b0e2903..6fc62d79 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2025.03.27.204229" +#define Xorriso_timestamP "2025.04.07.074817"