From 6db992e6468a3649b29cd63dbcb2012d058f8a49 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 14 Feb 2010 08:45:14 +0000 Subject: [PATCH] Added or adjusted copyright and license statements in single files --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/async.c | 4 ++++ libburn/back_hacks.h | 2 ++ libburn/cleanup.c | 2 +- libburn/cleanup.h | 2 +- libburn/debug.c | 5 +++++ libburn/drive.c | 6 ++++++ libburn/drive.h | 6 ++++++ libburn/ecma130ab.c | 1 + libburn/ecma130ab.h | 1 + libburn/file.c | 6 ++++++ libburn/file.h | 5 +++++ libburn/init.c | 6 ++++++ libburn/libburn.h | 9 +++++++++ libburn/libdax_audioxtr.c | 2 +- libburn/libdax_audioxtr.h | 2 +- libburn/libdax_msgs.c | 2 +- libburn/libdax_msgs.h | 2 +- libburn/mmc.c | 6 ++++++ libburn/mmc.h | 6 ++++++ libburn/null.c | 5 +++++ libburn/options.c | 6 ++++++ libburn/options.h | 6 ++++++ libburn/os-dummy.h | 2 +- libburn/os-freebsd.h | 2 +- libburn/os-libcdio.h | 2 +- libburn/os-linux.h | 3 ++- libburn/read.c | 6 ++++++ libburn/sbc.c | 6 ++++++ libburn/sbc.h | 6 ++++++ libburn/sector.c | 6 ++++++ libburn/sector.h | 5 +++++ libburn/sg-dummy.c | 6 ++++++ libburn/sg-freebsd-port.c | 6 ++++++ libburn/sg-freebsd.c | 6 ++++++ libburn/sg-libcdio.c | 6 ++++++ libburn/sg-linux.c | 6 ++++++ libburn/sg.c | 2 +- libburn/sg.h | 3 +++ libburn/source.c | 6 ++++++ libburn/spc.c | 6 ++++++ libburn/spc.h | 6 ++++++ libburn/structure.c | 5 +++++ libburn/structure.h | 6 ++++++ libburn/toc.c | 5 +++++ libburn/toc.h | 5 +++++ libburn/transport.h | 6 ++++++ libburn/util.c | 6 ++++++ libburn/write.c | 6 ++++++ libburn/write.h | 6 ++++++ 50 files changed, 218 insertions(+), 12 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 0889100..290dc5d 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.02.12.212818" +#define Cdrskin_timestamP "2010.02.14.084452" diff --git a/libburn/async.c b/libburn/async.c index 4611e28..50ed43c 100644 --- a/libburn/async.c +++ b/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/back_hacks.h b/libburn/back_hacks.h index b086620..50b7de5 100644 --- a/libburn/back_hacks.h +++ b/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/cleanup.c b/libburn/cleanup.c index 708bc26..0b6eb65 100644 --- a/libburn/cleanup.c +++ b/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/cleanup.h b/libburn/cleanup.h index a9d3551..b66c731 100644 --- a/libburn/cleanup.h +++ b/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/debug.c b/libburn/debug.c index b4abab7..439169f 100644 --- a/libburn/debug.c +++ b/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/drive.c b/libburn/drive.c index 45804a1..c296238 100644 --- a/libburn/drive.c +++ b/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/drive.h b/libburn/drive.h index a6a00c1..357ca26 100644 --- a/libburn/drive.h +++ b/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/ecma130ab.c b/libburn/ecma130ab.c index 372da2f..8fc0845 100644 --- a/libburn/ecma130ab.c +++ b/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/ecma130ab.h b/libburn/ecma130ab.h index 39d8b20..88294e3 100644 --- a/libburn/ecma130ab.h +++ b/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/file.c b/libburn/file.c index 3041693..880d483 100644 --- a/libburn/file.c +++ b/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/file.h b/libburn/file.h index 6d7c63e..8d76648 100644 --- a/libburn/file.h +++ b/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/init.c b/libburn/init.c index f452a73..cd57979 100644 --- a/libburn/init.c +++ b/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/libburn.h b/libburn/libburn.h index 605bb55..9fde0d3 100644 --- a/libburn/libburn.h +++ b/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/libdax_audioxtr.c b/libburn/libdax_audioxtr.c index 888218e..0850907 100644 --- a/libburn/libdax_audioxtr.c +++ b/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/libdax_audioxtr.h b/libburn/libdax_audioxtr.h index 72b62bf..00346b5 100644 --- a/libburn/libdax_audioxtr.h +++ b/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/libdax_msgs.c b/libburn/libdax_msgs.c index f8b094e..908730f 100644 --- a/libburn/libdax_msgs.c +++ b/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/libdax_msgs.h b/libburn/libdax_msgs.h index 012a85a..2960aff 100644 --- a/libburn/libdax_msgs.h +++ b/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/mmc.c b/libburn/mmc.c index 168d045..498d5ad 100644 --- a/libburn/mmc.c +++ b/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/mmc.h b/libburn/mmc.h index ae05aa6..5c0a5cc 100644 --- a/libburn/mmc.h +++ b/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/null.c b/libburn/null.c index 3840339..2f2f1be 100644 --- a/libburn/null.c +++ b/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/options.c b/libburn/options.c index 070502b..d98396b 100644 --- a/libburn/options.c +++ b/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/options.h b/libburn/options.h index 9fc9db0..4e2c6a0 100644 --- a/libburn/options.h +++ b/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/os-dummy.h b/libburn/os-dummy.h index b0bfad3..30d62a4 100644 --- a/libburn/os-dummy.h +++ b/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/os-freebsd.h b/libburn/os-freebsd.h index d14fbd1..2852163 100644 --- a/libburn/os-freebsd.h +++ b/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/os-libcdio.h b/libburn/os-libcdio.h index 3426d4a..55286ea 100644 --- a/libburn/os-libcdio.h +++ b/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/os-linux.h b/libburn/os-linux.h index 217e009..9cda5ce 100644 --- a/libburn/os-linux.h +++ b/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/read.c b/libburn/read.c index 2c80bc7..0d2a0f7 100644 --- a/libburn/read.c +++ b/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/sbc.c b/libburn/sbc.c index f06e889..c363e49 100644 --- a/libburn/sbc.c +++ b/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/sbc.h b/libburn/sbc.h index dc7a991..9f4b303 100644 --- a/libburn/sbc.h +++ b/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/sector.c b/libburn/sector.c index 5cf27c6..036e02e 100644 --- a/libburn/sector.c +++ b/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/sector.h b/libburn/sector.h index 0d3968d..4698f17 100644 --- a/libburn/sector.h +++ b/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/sg-dummy.c b/libburn/sg-dummy.c index be9abbc..113d5f5 100644 --- a/libburn/sg-dummy.c +++ b/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/sg-freebsd-port.c b/libburn/sg-freebsd-port.c index cbb2e35..1b4e254 100644 --- a/libburn/sg-freebsd-port.c +++ b/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/sg-freebsd.c b/libburn/sg-freebsd.c index f376605..2df7752 100644 --- a/libburn/sg-freebsd.c +++ b/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/sg-libcdio.c b/libburn/sg-libcdio.c index b2789d6..138eca9 100644 --- a/libburn/sg-libcdio.c +++ b/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/sg-linux.c b/libburn/sg-linux.c index 613a206..d0d7ee7 100644 --- a/libburn/sg-linux.c +++ b/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/sg.c b/libburn/sg.c index e7aa20f..db2f2f9 100644 --- a/libburn/sg.c +++ b/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/sg.h b/libburn/sg.h index a4e9c8a..4d69f46 100644 --- a/libburn/sg.h +++ b/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/source.c b/libburn/source.c index 17ecee4..9cd6356 100644 --- a/libburn/source.c +++ b/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/spc.c b/libburn/spc.c index ad44ab1..3bab99d 100644 --- a/libburn/spc.c +++ b/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/spc.h b/libburn/spc.h index 3c22946..880d692 100644 --- a/libburn/spc.h +++ b/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/structure.c b/libburn/structure.c index 5b8615e..bc64278 100644 --- a/libburn/structure.c +++ b/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/structure.h b/libburn/structure.h index bb7c1a8..6f31303 100644 --- a/libburn/structure.h +++ b/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/toc.c b/libburn/toc.c index c732104..a7024dc 100644 --- a/libburn/toc.c +++ b/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/toc.h b/libburn/toc.h index 1d804e7..b1e8bd5 100644 --- a/libburn/toc.h +++ b/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/transport.h b/libburn/transport.h index e9c04c3..3a22f12 100644 --- a/libburn/transport.h +++ b/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/util.c b/libburn/util.c index 4923459..ad65e87 100644 --- a/libburn/util.c +++ b/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/write.c b/libburn/write.c index 502db82..56bc417 100644 --- a/libburn/write.c +++ b/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/write.h b/libburn/write.h index d5b1b32..beac1cf 100644 --- a/libburn/write.h +++ b/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