diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index 0889100b..290dc5d6 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.02.12.212818" +#define Cdrskin_timestamP "2010.02.14.084452" diff --git a/libburn/trunk/libburn/async.c b/libburn/trunk/libburn/async.c index 4611e284..50ed43ca 100644 --- a/libburn/trunk/libburn/async.c +++ b/libburn/trunk/libburn/async.c @@ -1,5 +1,9 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ /* ts A71019 */ diff --git a/libburn/trunk/libburn/back_hacks.h b/libburn/trunk/libburn/back_hacks.h index b086620a..50b7de50 100644 --- a/libburn/trunk/libburn/back_hacks.h +++ b/libburn/trunk/libburn/back_hacks.h @@ -1,4 +1,6 @@ /** + Copyright (c) 2006 Thomas Schmitt + Provided under GPL version 2 or later. This file bundles variables which disable changes in libburn which are not yet completely accepted. diff --git a/libburn/trunk/libburn/cleanup.c b/libburn/trunk/libburn/cleanup.c index 708bc26a..0b6eb65b 100644 --- a/libburn/trunk/libburn/cleanup.c +++ b/libburn/trunk/libburn/cleanup.c @@ -3,7 +3,7 @@ A signal handler which cleans up an application and exits. - Provided under GPL license within GPL projects, BSD license elsewise. + Provided under GPLv2+ license within GPL projects, BSD license elsewise. */ /* diff --git a/libburn/trunk/libburn/cleanup.h b/libburn/trunk/libburn/cleanup.h index a9d35519..b66c7316 100644 --- a/libburn/trunk/libburn/cleanup.h +++ b/libburn/trunk/libburn/cleanup.h @@ -3,7 +3,7 @@ A signal handler which cleans up an application and exits. - Provided under GPL license within GPL projects, BSD license elsewise. + Provided under GPLv2+ within GPL projects, BSD license elsewise. */ #ifndef Cleanup_includeD diff --git a/libburn/trunk/libburn/debug.c b/libburn/trunk/libburn/debug.c index b4abab77..439169fb 100644 --- a/libburn/trunk/libburn/debug.c +++ b/libburn/trunk/libburn/debug.c @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Provided under GPL version 2 or later. +*/ + + #ifdef WIN32 #include #endif diff --git a/libburn/trunk/libburn/drive.c b/libburn/trunk/libburn/drive.c index 45804a1c..c2962385 100644 --- a/libburn/trunk/libburn/drive.c +++ b/libburn/trunk/libburn/drive.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include diff --git a/libburn/trunk/libburn/drive.h b/libburn/trunk/libburn/drive.h index a6a00c1f..357ca26c 100644 --- a/libburn/trunk/libburn/drive.h +++ b/libburn/trunk/libburn/drive.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef __DRIVE #define __DRIVE diff --git a/libburn/trunk/libburn/ecma130ab.c b/libburn/trunk/libburn/ecma130ab.c index 372da2f7..8fc08456 100644 --- a/libburn/trunk/libburn/ecma130ab.c +++ b/libburn/trunk/libburn/ecma130ab.c @@ -4,6 +4,7 @@ /* ts A91016 : libburn/ecma130ab.c is the replacement for old libburn/lec.c Copyright 2009, Thomas Schmitt , libburnia-project.org + Provided under GPL version 2 or later. This code module implements the production of RSPC parity bytes (P- and Q- parity) and the scrambling of raw CD-ROM sectors as specified in ECMA-130: diff --git a/libburn/trunk/libburn/ecma130ab.h b/libburn/trunk/libburn/ecma130ab.h index 39d8b20c..88294e30 100644 --- a/libburn/trunk/libburn/ecma130ab.h +++ b/libburn/trunk/libburn/ecma130ab.h @@ -4,6 +4,7 @@ /* ts A91016 : libburn/ecma130ab.h is the replacement for old libburn/lec.h Copyright 2009, Thomas Schmitt , libburnia-project.org + Provided under GPL version 2 or later. This code module implements the computations prescribed in ECMA-130 Annex A and B. For explanations of the underlying mathematics see ecma130ab.c . diff --git a/libburn/trunk/libburn/file.c b/libburn/trunk/libburn/file.c index 30416938..880d4835 100644 --- a/libburn/trunk/libburn/file.c +++ b/libburn/trunk/libburn/file.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include diff --git a/libburn/trunk/libburn/file.h b/libburn/trunk/libburn/file.h index 6d7c63ef..8d76648c 100644 --- a/libburn/trunk/libburn/file.h +++ b/libburn/trunk/libburn/file.h @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #ifndef BURN__FILE_H #define BURN__FILE_H diff --git a/libburn/trunk/libburn/init.c b/libburn/trunk/libburn/init.c index f452a737..cd57979f 100644 --- a/libburn/trunk/libburn/init.c +++ b/libburn/trunk/libburn/init.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include /* ts A61007 */ diff --git a/libburn/trunk/libburn/libburn.h b/libburn/trunk/libburn/libburn.h index 605bb552..9fde0d3d 100644 --- a/libburn/trunk/libburn/libburn.h +++ b/libburn/trunk/libburn/libburn.h @@ -1,5 +1,14 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. + + This is the official API definition of libburn. + +*/ + + #ifndef LIBBURN_H #define LIBBURN_H diff --git a/libburn/trunk/libburn/libdax_audioxtr.c b/libburn/trunk/libburn/libdax_audioxtr.c index 888218ec..08509079 100644 --- a/libburn/trunk/libburn/libdax_audioxtr.c +++ b/libburn/trunk/libburn/libdax_audioxtr.c @@ -1,7 +1,7 @@ /* libdax_audioxtr Audio track data extraction facility of libdax and libburn. - Copyright (C) 2006 Thomas Schmitt , provided under GPL + Copyright (C) 2006 Thomas Schmitt , provided under GPLv2+ */ #include diff --git a/libburn/trunk/libburn/libdax_audioxtr.h b/libburn/trunk/libburn/libdax_audioxtr.h index 72b62bf3..00346b58 100644 --- a/libburn/trunk/libburn/libdax_audioxtr.h +++ b/libburn/trunk/libburn/libdax_audioxtr.h @@ -1,7 +1,7 @@ /* libdax_audioxtr Audio track data extraction facility of libdax and libburn. - Copyright (C) 2006 Thomas Schmitt , provided under GPL + Copyright (C) 2006 Thomas Schmitt , provided under GPLv2+ */ #ifndef LIBDAX_AUDIOXTR_H_INCLUDED diff --git a/libburn/trunk/libburn/libdax_msgs.c b/libburn/trunk/libburn/libdax_msgs.c index f8b094e7..908730fe 100644 --- a/libburn/trunk/libburn/libdax_msgs.c +++ b/libburn/trunk/libburn/libdax_msgs.c @@ -2,7 +2,7 @@ /* libdax_msgs Message handling facility of libdax. Copyright (C) 2006 - 2010 Thomas Schmitt , - provided under GPL + provided under GPL version 2 or later. */ #include diff --git a/libburn/trunk/libburn/libdax_msgs.h b/libburn/trunk/libburn/libdax_msgs.h index 012a85a1..2960affd 100644 --- a/libburn/trunk/libburn/libdax_msgs.h +++ b/libburn/trunk/libburn/libdax_msgs.h @@ -2,7 +2,7 @@ /* libdax_msgs Message handling facility of libdax. Copyright (C) 2006-2010 Thomas Schmitt , - provided under GPL + provided under GPL version 2 or later. */ diff --git a/libburn/trunk/libburn/mmc.c b/libburn/trunk/libburn/mmc.c index 168d0454..498d5ad8 100644 --- a/libburn/trunk/libburn/mmc.c +++ b/libburn/trunk/libburn/mmc.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* ts A61009 */ /* #include */ diff --git a/libburn/trunk/libburn/mmc.h b/libburn/trunk/libburn/mmc.h index ae05aa60..5c0a5ccb 100644 --- a/libburn/trunk/libburn/mmc.h +++ b/libburn/trunk/libburn/mmc.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef __MMC #define __MMC diff --git a/libburn/trunk/libburn/null.c b/libburn/trunk/libburn/null.c index 38403396..2f2f1bea 100644 --- a/libburn/trunk/libburn/null.c +++ b/libburn/trunk/libburn/null.c @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Provided under GPL version 2 or later. +*/ + + #include "null.h" #include "libburn.h" #include diff --git a/libburn/trunk/libburn/options.c b/libburn/trunk/libburn/options.c index 070502b1..d98396b6 100644 --- a/libburn/trunk/libburn/options.c +++ b/libburn/trunk/libburn/options.c @@ -1,3 +1,9 @@ + +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #include "libburn.h" #include "options.h" #include "drive.h" diff --git a/libburn/trunk/libburn/options.h b/libburn/trunk/libburn/options.h index 9fc9db0f..4e2c6a02 100644 --- a/libburn/trunk/libburn/options.h +++ b/libburn/trunk/libburn/options.h @@ -1,3 +1,9 @@ + +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #ifndef BURN__OPTIONS_H #define BURN__OPTIONS_H diff --git a/libburn/trunk/libburn/os-dummy.h b/libburn/trunk/libburn/os-dummy.h index b0bfad32..30d62a41 100644 --- a/libburn/trunk/libburn/os-dummy.h +++ b/libburn/trunk/libburn/os-dummy.h @@ -5,7 +5,7 @@ Unknown POSIX like systems with the dummy MMC transport adapter sg-dummy.c - Copyright (C) 2009 Thomas Schmitt , provided under GPL + Copyright (C) 2009 Thomas Schmitt , provided under GPLv2+ */ diff --git a/libburn/trunk/libburn/os-freebsd.h b/libburn/trunk/libburn/os-freebsd.h index d14fbd10..28521638 100644 --- a/libburn/trunk/libburn/os-freebsd.h +++ b/libburn/trunk/libburn/os-freebsd.h @@ -4,7 +4,7 @@ by os.h in case of compilation for FreeBSD with CAM - Copyright (C) 2006 Thomas Schmitt , provided under GPL + Copyright (C) 2006 Thomas Schmitt , provided under GPLv2+ */ /** List of all signals which shall be caught by signal handlers and trigger diff --git a/libburn/trunk/libburn/os-libcdio.h b/libburn/trunk/libburn/os-libcdio.h index 3426d4a8..55286ead 100644 --- a/libburn/trunk/libburn/os-libcdio.h +++ b/libburn/trunk/libburn/os-libcdio.h @@ -5,7 +5,7 @@ Unknown X/Open-like systems with GNU libcdio MMC transport adapter sg-libcdio.c - Copyright (C) 2009 Thomas Schmitt , provided under GPL + Copyright (C) 2009 Thomas Schmitt , provided under GPLv2+ */ diff --git a/libburn/trunk/libburn/os-linux.h b/libburn/trunk/libburn/os-linux.h index 217e0097..9cda5ceb 100644 --- a/libburn/trunk/libburn/os-linux.h +++ b/libburn/trunk/libburn/os-linux.h @@ -4,7 +4,8 @@ by os.h in case of compilation for Linux kernels 2.4 and 2.6, GNU/Linux SCSI Generic (sg) - Copyright (C) 2006 Thomas Schmitt , provided under GPLv2+ + Copyright (C) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. */ diff --git a/libburn/trunk/libburn/read.c b/libburn/trunk/libburn/read.c index 2c80bc79..0d2a0f7f 100644 --- a/libburn/trunk/libburn/read.c +++ b/libburn/trunk/libburn/read.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* #include ts A61013 : not in GNU/Linux man 3 malloc */ #include diff --git a/libburn/trunk/libburn/sbc.c b/libburn/trunk/libburn/sbc.c index f06e889d..c363e491 100644 --- a/libburn/trunk/libburn/sbc.c +++ b/libburn/trunk/libburn/sbc.c @@ -2,6 +2,12 @@ /* scsi block commands */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include diff --git a/libburn/trunk/libburn/sbc.h b/libburn/trunk/libburn/sbc.h index dc7a991b..9f4b303a 100644 --- a/libburn/trunk/libburn/sbc.h +++ b/libburn/trunk/libburn/sbc.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef __SBC #define __SBC diff --git a/libburn/trunk/libburn/sector.c b/libburn/trunk/libburn/sector.c index 5cf27c60..036e02ee 100644 --- a/libburn/trunk/libburn/sector.c +++ b/libburn/trunk/libburn/sector.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include /* ts A61010 */ diff --git a/libburn/trunk/libburn/sector.h b/libburn/trunk/libburn/sector.h index 0d3968d4..4698f17a 100644 --- a/libburn/trunk/libburn/sector.h +++ b/libburn/trunk/libburn/sector.h @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #ifndef __SECTOR #define __SECTOR diff --git a/libburn/trunk/libburn/sg-dummy.c b/libburn/trunk/libburn/sg-dummy.c index be9abbc8..113d5f5f 100644 --- a/libburn/trunk/libburn/sg-dummy.c +++ b/libburn/trunk/libburn/sg-dummy.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* + Copyright (c) 2009 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* This is the main operating system dependent SCSI part of libburn. It implements diff --git a/libburn/trunk/libburn/sg-freebsd-port.c b/libburn/trunk/libburn/sg-freebsd-port.c index cbb2e356..1b4e2543 100644 --- a/libburn/trunk/libburn/sg-freebsd-port.c +++ b/libburn/trunk/libburn/sg-freebsd-port.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* This is the main operating system dependent SCSI part of libburn. It implements diff --git a/libburn/trunk/libburn/sg-freebsd.c b/libburn/trunk/libburn/sg-freebsd.c index f3766053..2df77522 100644 --- a/libburn/trunk/libburn/sg-freebsd.c +++ b/libburn/trunk/libburn/sg-freebsd.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include #include diff --git a/libburn/trunk/libburn/sg-libcdio.c b/libburn/trunk/libburn/sg-libcdio.c index b2789d63..138eca96 100644 --- a/libburn/trunk/libburn/sg-libcdio.c +++ b/libburn/trunk/libburn/sg-libcdio.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* + Copyright (c) 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* This is the main operating system dependent SCSI part of libburn. It implements diff --git a/libburn/trunk/libburn/sg-linux.c b/libburn/trunk/libburn/sg-linux.c index 613a206b..d0d7ee7b 100644 --- a/libburn/trunk/libburn/sg-linux.c +++ b/libburn/trunk/libburn/sg-linux.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* <<< ts A91112 : experiments to get better speed with USB #define Libburn_sgio_as_growisofS 1 diff --git a/libburn/trunk/libburn/sg.c b/libburn/trunk/libburn/sg.c index e7aa20fd..db2f2f90 100644 --- a/libburn/trunk/libburn/sg.c +++ b/libburn/trunk/libburn/sg.c @@ -1,7 +1,7 @@ /* sg.c Switcher for operating system dependent transport level modules of libburn. - Copyright (C) 2009 Thomas Schmitt , provided under GPL + Copyright (C) 2009 Thomas Schmitt , provided under GPLv2+ */ diff --git a/libburn/trunk/libburn/sg.h b/libburn/trunk/libburn/sg.h index a4e9c8aa..4d69f466 100644 --- a/libburn/trunk/libburn/sg.h +++ b/libburn/trunk/libburn/sg.h @@ -1,5 +1,8 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (C) 2009 Thomas Schmitt , provided under GPLv2+ +*/ + #ifndef __SG #define __SG diff --git a/libburn/trunk/libburn/source.c b/libburn/trunk/libburn/source.c index 17ecee4a..9cd63560 100644 --- a/libburn/trunk/libburn/source.c +++ b/libburn/trunk/libburn/source.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include #include "libburn.h" diff --git a/libburn/trunk/libburn/spc.c b/libburn/trunk/libburn/spc.c index ad44ab19..3bab99df 100644 --- a/libburn/trunk/libburn/spc.c +++ b/libburn/trunk/libburn/spc.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + /* scsi primary commands */ #include diff --git a/libburn/trunk/libburn/spc.h b/libburn/trunk/libburn/spc.h index 3c22946c..880d692a 100644 --- a/libburn/trunk/libburn/spc.h +++ b/libburn/trunk/libburn/spc.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef __SPC #define __SPC diff --git a/libburn/trunk/libburn/structure.c b/libburn/trunk/libburn/structure.c index 5b8615e7..bc642781 100644 --- a/libburn/trunk/libburn/structure.c +++ b/libburn/trunk/libburn/structure.c @@ -1,4 +1,9 @@ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + /* ts A61008 */ /* #include */ diff --git a/libburn/trunk/libburn/structure.h b/libburn/trunk/libburn/structure.h index bb7c1a86..6f313037 100644 --- a/libburn/trunk/libburn/structure.h +++ b/libburn/trunk/libburn/structure.h @@ -1,3 +1,9 @@ + +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #ifndef BURN__STRUCTURE_H #define BURN__STRUCTURE_H diff --git a/libburn/trunk/libburn/toc.c b/libburn/trunk/libburn/toc.c index c732104f..a7024dcb 100644 --- a/libburn/trunk/libburn/toc.c +++ b/libburn/trunk/libburn/toc.c @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Provided under GPL version 2 or later. +*/ + + /* ts A61008 */ /* #include */ diff --git a/libburn/trunk/libburn/toc.h b/libburn/trunk/libburn/toc.h index 1d804e75..b1e8bd53 100644 --- a/libburn/trunk/libburn/toc.h +++ b/libburn/trunk/libburn/toc.h @@ -1,5 +1,10 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Provided under GPL version 2 or later. +*/ + + #ifndef __TOC_H #define __TOC_H diff --git a/libburn/trunk/libburn/transport.h b/libburn/trunk/libburn/transport.h index e9c04c34..3a22f12a 100644 --- a/libburn/trunk/libburn/transport.h +++ b/libburn/trunk/libburn/transport.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef __TRANSPORT #define __TRANSPORT diff --git a/libburn/trunk/libburn/util.c b/libburn/trunk/libburn/util.c index 49234590..ad65e874 100644 --- a/libburn/trunk/libburn/util.c +++ b/libburn/trunk/libburn/util.c @@ -1,3 +1,9 @@ + +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + #include /* ts A61008 */ diff --git a/libburn/trunk/libburn/write.c b/libburn/trunk/libburn/write.c index 502db828..56bc417e 100644 --- a/libburn/trunk/libburn/write.c +++ b/libburn/trunk/libburn/write.c @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #include #include diff --git a/libburn/trunk/libburn/write.h b/libburn/trunk/libburn/write.h index d5b1b32d..beac1cf5 100644 --- a/libburn/trunk/libburn/write.h +++ b/libburn/trunk/libburn/write.h @@ -1,5 +1,11 @@ /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ +/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens + Copyright (c) 2006 - 2010 Thomas Schmitt + Provided under GPL version 2 or later. +*/ + + #ifndef BURN__WRITE_H #define BURN__WRITE_H