From a0feb42711bb8df42c7b9941c67425ff55a1271a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 2 Jan 2009 16:30:50 +0000 Subject: [PATCH] Updated copyright claims to year 2009 --- libburn/branches/ZeroSixZero/COPYRIGHT | 2 +- libburn/branches/ZeroSixZero/libburn/libdax_msgs.c | 2 +- libburn/branches/ZeroSixZero/libburn/libdax_msgs.h | 6 +++++- libburn/branches/ZeroSixZero/test/libburner.c | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libburn/branches/ZeroSixZero/COPYRIGHT b/libburn/branches/ZeroSixZero/COPYRIGHT index 7b7b4b7d..25ca44e3 100644 --- a/libburn/branches/ZeroSixZero/COPYRIGHT +++ b/libburn/branches/ZeroSixZero/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/libburn/branches/ZeroSixZero/libburn/libdax_msgs.c b/libburn/branches/ZeroSixZero/libburn/libdax_msgs.c index 84ca9a4c..8c6ab09d 100644 --- a/libburn/branches/ZeroSixZero/libburn/libdax_msgs.c +++ b/libburn/branches/ZeroSixZero/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/branches/ZeroSixZero/libburn/libdax_msgs.h b/libburn/branches/ZeroSixZero/libburn/libdax_msgs.h index 48a9ce38..ef4d096a 100644 --- a/libburn/branches/ZeroSixZero/libburn/libdax_msgs.h +++ b/libburn/branches/ZeroSixZero/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/libburn/branches/ZeroSixZero/test/libburner.c b/libburn/branches/ZeroSixZero/test/libburner.c index e039b9bf..aa52330a 100644 --- a/libburn/branches/ZeroSixZero/test/libburner.c +++ b/libburn/branches/ZeroSixZero/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 */