diff --git a/COPYRIGHT b/COPYRIGHT index 7b7b4b7..25ca44e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens Mario Danic , Thomas Schmitt -Copyright (C) 2006-2008 Mario Danic, Thomas Schmitt +Copyright (C) 2006-2009 Mario Danic, Thomas Schmitt This program is free software; you can redistribute it and/or modify diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 22eacc2..cf538be 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.12.29.105341" +#define Cdrskin_timestamP "2009.01.04.112716" diff --git a/libburn/libdax_msgs.c b/libburn/libdax_msgs.c index 84ca9a4..8c6ab09 100644 --- a/libburn/libdax_msgs.c +++ b/libburn/libdax_msgs.c @@ -1,7 +1,7 @@ /* libdax_msgs Message handling facility of libdax. - Copyright (C) 2006 - 2008 Thomas Schmitt , + Copyright (C) 2006 - 2009 Thomas Schmitt , provided under GPL version 2 */ diff --git a/libburn/libdax_msgs.h b/libburn/libdax_msgs.h index 48a9ce3..ef4d096 100644 --- a/libburn/libdax_msgs.h +++ b/libburn/libdax_msgs.h @@ -1,7 +1,7 @@ /* libdax_msgs Message handling facility of libdax. - Copyright (C) 2006-2008 Thomas Schmitt , + Copyright (C) 2006-2009 Thomas Schmitt , provided under GPL version 2 */ @@ -536,6 +536,10 @@ Range "scdbackup" : 0x00020000 to 0x0002ffff 0x00020161 (WARNING,HIGH) = Empty session deleted 0x00020162 (SORRY,HIGH) = BD-R not unformatted blank any more. Cannot format 0x00020163 (NOTE,HIGH) = Blank BD-R left unformatted for zero spare capacity + 0x00020164 (SORRY,HIGH) = Drive does not format BD-RE without spares + 0x00020165 (WARNING,HIGH) = Drive does not support fast formatting + 0x00020166 (WARNING,HIGH) = Drive does not support full formatting + 0x00020167 (SORRY,HIGH) = Drive does not support non-default formatting libdax_audioxtr: 0x00020200 (SORRY,HIGH) = Cannot open audio source file diff --git a/test/libburner.c b/test/libburner.c index e039b9b..aa52330 100644 --- a/test/libburner.c +++ b/test/libburner.c @@ -1,6 +1,6 @@ /* test/libburner.c , API illustration of burning data or audio tracks to CD */ -/* Copyright (C) 2005 - 2008 Thomas Schmitt */ +/* Copyright (C) 2005 - 2009 Thomas Schmitt */ /* Provided under GPLv2,see also "License and copyright aspects" at file end */