From b07e37454ab7e6d2ac7b93c617f366317775ee16 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 5 Jan 2009 14:57:55 +0000 Subject: [PATCH] Updated copyright marks to 2009 --- COPYRIGHT | 8 ++++---- libisoburn/burn_wrap.c | 2 +- libisoburn/data_source.c | 2 +- libisoburn/isoburn.c | 2 +- libisoburn/isofs_wrap.c | 2 +- xorriso/compile_xorriso.sh | 2 +- xorriso/xorriso.h | 2 +- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.c | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 208ccb7e..49f817e9 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,11 +1,11 @@ Mario Danic , Vreixo Formoso Thomas Schmitt -libisoburn is Copyright (C) 2007-2008 Vreixo Formoso, Thomas Schmitt -xorriso is Copyright (C) 2007-2008 Thomas Schmitt -libisofs (if included) is Copyright (C) 2007-2008 Vreixo Formoso, Mario Danic +libisoburn is Copyright (C) 2007-2009 Vreixo Formoso, Thomas Schmitt +xorriso is Copyright (C) 2007-2009 Thomas Schmitt +libisofs (if included) is Copyright (C) 2007-2009 Vreixo Formoso, Mario Danic libburn (if included) is Copyright (C) 2002-2006 Derek Foreman, Ben Jansens - and Copyright (C) 2006-2008 Mario Danic, Thomas Schmitt + and Copyright (C) 2006-2009 Mario Danic, Thomas Schmitt This program is free software; you can redistribute it and/or modify diff --git a/libisoburn/burn_wrap.c b/libisoburn/burn_wrap.c index bbad77e9..9597f9ea 100644 --- a/libisoburn/burn_wrap.c +++ b/libisoburn/burn_wrap.c @@ -6,7 +6,7 @@ */ /* libburn wrappers for libisoburn - Copyright 2007 - 2008 Thomas Schmitt, + Copyright 2007 - 2009 Thomas Schmitt, */ /* <<< A70929 : hardcoded CD-RW with fabricated -msinfo diff --git a/libisoburn/data_source.c b/libisoburn/data_source.c index b5a481df..652602b3 100644 --- a/libisoburn/data_source.c +++ b/libisoburn/data_source.c @@ -1,7 +1,7 @@ /* data source for libisoburn. - Copyright 2007 - 2008 Vreixo Formoso Lopes + Copyright 2007 - 2009 Vreixo Formoso Lopes and Thomas Schmitt */ diff --git a/libisoburn/isoburn.c b/libisoburn/isoburn.c index eac0e617..8ca7dc87 100644 --- a/libisoburn/isoburn.c +++ b/libisoburn/isoburn.c @@ -6,7 +6,7 @@ /* Class core of libisoburn. - Copyright 2007 - 2008 Vreixo Formoso Lopes + Copyright 2007 - 2009 Vreixo Formoso Lopes Thomas Schmitt */ diff --git a/libisoburn/isofs_wrap.c b/libisoburn/isofs_wrap.c index c5443212..1a809bf8 100644 --- a/libisoburn/isofs_wrap.c +++ b/libisoburn/isofs_wrap.c @@ -6,7 +6,7 @@ /* libisofs related functions of libisoburn. - Copyright 2007 - 2008 Vreixo Formoso Lopes + Copyright 2007 - 2009 Vreixo Formoso Lopes Thomas Schmitt */ diff --git a/xorriso/compile_xorriso.sh b/xorriso/compile_xorriso.sh index 0d978cda..144c6490 100755 --- a/xorriso/compile_xorriso.sh +++ b/xorriso/compile_xorriso.sh @@ -1,7 +1,7 @@ #!/bin/sh # compile_xorriso.sh -# Copyright 2005 - 2008 Thomas Schmitt, scdbackup@gmx.net, GPL +# Copyright 2005 - 2009 Thomas Schmitt, scdbackup@gmx.net, GPL # # Not intended for general use in production installations ! # Rather use: ./bootstrap ; ./configure ; make diff --git a/xorriso/xorriso.h b/xorriso/xorriso.h index 5c3a0242..4d16131f 100644 --- a/xorriso/xorriso.h +++ b/xorriso/xorriso.h @@ -2,7 +2,7 @@ /* Command line oriented batch and dialog tool which creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2008 Thomas Schmitt, + Copyright 2007-2009 Thomas Schmitt, Provided under GPL version 2. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 254e07cc..e16fb605 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.12.21.101705" +#define Xorriso_timestamP "2009.01.05.145703" diff --git a/xorriso/xorrisoburn.c b/xorriso/xorrisoburn.c index 1dd08f3d..d7e01f86 100644 --- a/xorriso/xorrisoburn.c +++ b/xorriso/xorrisoburn.c @@ -4,7 +4,7 @@ a command line oriented batch and dialog tool which creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2008 Thomas Schmitt, + Copyright 2007-2009 Thomas Schmitt, Provided under GPL version 2. */ @@ -498,7 +498,7 @@ int Xorriso_assert_volid(struct XorrisO *xorriso, int msc1, int flag) "-assert_volid: Volume id does not match pattern: "); Text_shellsafe(xorriso->assert_volid, xorriso->info_text, 1); strcat(xorriso->info_text, " <> "); - Text_shellsafe(xorriso->loaded_volid, xorriso->info_text, 1); + Text_shellsafe(volid, xorriso->info_text, 1); Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, xorriso->assert_volid_sev, 0); return(0);