diff --git a/COPYRIGHT b/COPYRIGHT index 2a6a8f90..3a9ae5a8 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -9,8 +9,8 @@ libburn (if included) is Copyright (C) 2002-2006 Derek Foreman, Ben Jansens This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. + it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/README b/README index 4d8c0ae1..848528aa 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------ http:libburnia-project.org ------------------------------------------------------------------------------ -libisoburn. By Vreixo Formoso - and Thomas Schmitt +libisoburn and xorriso. By Vreixo Formoso + and Thomas Schmitt Integrated sub project of libburnia-project.org. http://files.libburnia-project.org/releases/libisoburn-0.4.8.pl00.tar.gz Copyright (C) 2006-2010 Vreixo Formoso, Thomas Schmitt. @@ -18,6 +18,8 @@ The price for that is thorough specialization on data files in ISO-9660 filesystem images. So libisoburn is not suitable for audio (CD-DA) or any other CD layout which does not entirely consist of ISO-9660 sessions. +xorriso is a command line application of libisoburn, libisofs, and libburn. + Currently it is fully supported on Linux with kernels >= 2.4 and on FreeBSD versions with ATAPI/CAM support enabled in the kernel, see atapicam(4). On other X/Open compliant systems libburn will only offer POSIX i/o with disk @@ -61,8 +63,9 @@ as well as libisoburn comes with a command line and dialog application named xorriso, which offers a substantial part of libisoburn features to shell scripts and -users. Its file xorriso/README describes a standalone tarball as first -preference for statically linked xorriso installation. +users. Its file xorriso/README_gnu_xorriso describes the tarball of the +derived package GNU xorriso as first preference for a statically linked +xorriso installation. The libisoburn installation described above produces a dynamically linked xorriso binary depending on libburn.so, libisofs.so, libisoburn.so. diff --git a/libisoburn/burn_wrap.c b/libisoburn/burn_wrap.c index cfec3190..ea1621d7 100644 --- a/libisoburn/burn_wrap.c +++ b/libisoburn/burn_wrap.c @@ -7,6 +7,7 @@ /* libburn wrappers for libisoburn Copyright 2007 - 2010 Thomas Schmitt, + Provided under GPL version 2 or later. */ /* <<< A70929 : hardcoded CD-RW with fabricated -msinfo diff --git a/libisoburn/data_source.c b/libisoburn/data_source.c index 9475b009..a8b34eea 100644 --- a/libisoburn/data_source.c +++ b/libisoburn/data_source.c @@ -3,6 +3,7 @@ Copyright 2007 - 2010 Vreixo Formoso Lopes and Thomas Schmitt + Provided under GPL version 2 or later. */ #include diff --git a/libisoburn/isoburn.c b/libisoburn/isoburn.c index 2d556cc3..6416e685 100644 --- a/libisoburn/isoburn.c +++ b/libisoburn/isoburn.c @@ -8,6 +8,8 @@ Copyright 2007 - 2010 Vreixo Formoso Lopes Thomas Schmitt + + Provided under GPL version 2 or later. */ /* ( derived from stub generated by CgeN on Sat, 01 Sep 2007 12:04:36 GMT ) */ diff --git a/libisoburn/isoburn.h b/libisoburn/isoburn.h index dcd09c60..9673a78e 100644 --- a/libisoburn/isoburn.h +++ b/libisoburn/isoburn.h @@ -2,8 +2,9 @@ /* Class struct of libisoburn. - Copyright 2007 Vreixo Formoso Lopes - and Thomas Schmitt + Copyright 2007 - 2010 Vreixo Formoso Lopes + and Thomas Schmitt + Provided under GPL version 2 or later. */ #ifndef Isoburn_includeD diff --git a/libisoburn/isofs_wrap.c b/libisoburn/isofs_wrap.c index 42715ad6..882b6813 100644 --- a/libisoburn/isofs_wrap.c +++ b/libisoburn/isofs_wrap.c @@ -8,6 +8,7 @@ Copyright 2007 - 2010 Vreixo Formoso Lopes Thomas Schmitt + Provided under GPL version 2 or later. */ #include diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 6ba7acb9..fd14f436 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -4,6 +4,7 @@ Copyright 2007-2010 Vreixo Formoso Lopes and Thomas Schmitt + Provided under GPL version 2 or later. */ /** Overview diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 86e3c443..f5df699c 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.02.12.213121" +#define Xorriso_timestamP "2010.02.14.151045"