diff --git a/demo/cat.c b/demo/cat.c index a95eebc..6038e80 100644 --- a/demo/cat.c +++ b/demo/cat.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/demo/cat_buffer.c b/demo/cat_buffer.c index 74657ee..5cee6a4 100644 --- a/demo/cat_buffer.c +++ b/demo/cat_buffer.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/demo/demo.c b/demo/demo.c index 7a82db4..c5783bf 100644 --- a/demo/demo.c +++ b/demo/demo.c @@ -3,9 +3,9 @@ * Copyright (c) 2007 - 2009 Vreixo Formoso, Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. - * + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ static char helptext[][80] = { diff --git a/demo/iso_cat.c b/demo/iso_cat.c index 452d1b1..fb9010a 100644 --- a/demo/iso_cat.c +++ b/demo/iso_cat.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ diff --git a/demo/lsl.c b/demo/lsl.c index 92e02cb..91736f4 100644 --- a/demo/lsl.c +++ b/demo/lsl.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/buffer.c b/libisofs/buffer.c index e3ef566..34520ab 100644 --- a/libisofs/buffer.c +++ b/libisofs/buffer.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/buffer.h b/libisofs/buffer.h index c98e06c..9d5a31b 100644 --- a/libisofs/buffer.h +++ b/libisofs/buffer.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_BUFFER_H_ diff --git a/libisofs/builder.c b/libisofs/builder.c index f35cf2f..f5ac7ff 100644 --- a/libisofs/builder.c +++ b/libisofs/builder.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* libisofs.h defines aaip_xinfo_func */ diff --git a/libisofs/builder.h b/libisofs/builder.h index 34bc6e5..7a8a4ca 100644 --- a/libisofs/builder.h +++ b/libisofs/builder.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_BUILDER_H_ diff --git a/libisofs/data_source.c b/libisofs/data_source.c index 4d7c3cc..ee7edf6 100644 --- a/libisofs/data_source.c +++ b/libisofs/data_source.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/ecma119.c b/libisofs/ecma119.c index 86d0078..64c5eda 100644 --- a/libisofs/ecma119.c +++ b/libisofs/ecma119.c @@ -4,8 +4,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/ecma119.h b/libisofs/ecma119.h index 5e731eb..c8a7a00 100644 --- a/libisofs/ecma119.h +++ b/libisofs/ecma119.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_ECMA119_H_ diff --git a/libisofs/ecma119_tree.c b/libisofs/ecma119_tree.c index 05a2a9d..a54d382 100644 --- a/libisofs/ecma119_tree.c +++ b/libisofs/ecma119_tree.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "ecma119_tree.h" diff --git a/libisofs/ecma119_tree.h b/libisofs/ecma119_tree.h index aaef485..6706e42 100644 --- a/libisofs/ecma119_tree.h +++ b/libisofs/ecma119_tree.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_ECMA119_TREE_H_ diff --git a/libisofs/eltorito.c b/libisofs/eltorito.c index ed410e9..acb44a2 100644 --- a/libisofs/eltorito.c +++ b/libisofs/eltorito.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "eltorito.h" diff --git a/libisofs/eltorito.h b/libisofs/eltorito.h index 9938eec..d467d8a 100644 --- a/libisofs/eltorito.h +++ b/libisofs/eltorito.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /** diff --git a/libisofs/filesrc.c b/libisofs/filesrc.c index 155eb4a..0e097fe 100644 --- a/libisofs/filesrc.c +++ b/libisofs/filesrc.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "filesrc.h" diff --git a/libisofs/filesrc.h b/libisofs/filesrc.h index b4d5824..b0192fa 100644 --- a/libisofs/filesrc.h +++ b/libisofs/filesrc.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_FILESRC_H_ #define LIBISO_FILESRC_H_ diff --git a/libisofs/filter.c b/libisofs/filter.c index a5a643d..9b43963 100644 --- a/libisofs/filter.c +++ b/libisofs/filter.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/filter.h b/libisofs/filter.h index a08d266..d51c0c3 100644 --- a/libisofs/filter.h +++ b/libisofs/filter.h @@ -2,8 +2,9 @@ * Copyright (c) 2008 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_FILTER_H_ #define LIBISO_FILTER_H_ diff --git a/libisofs/filters/external.c b/libisofs/filters/external.c index 163beeb..0593773 100644 --- a/libisofs/filters/external.c +++ b/libisofs/filters/external.c @@ -2,8 +2,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. * * It implements a filter facility which can pipe a IsoStream into an external * process, read its output and forward it as IsoStream output to an IsoFile. diff --git a/libisofs/filters/gzip.c b/libisofs/filters/gzip.c index a26ffe1..0f0ed2b 100644 --- a/libisofs/filters/gzip.c +++ b/libisofs/filters/gzip.c @@ -2,8 +2,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. * * It implements a filter facility which can pipe a IsoStream into gzip * compression resp. uncompression, read its output and forward it as IsoStream diff --git a/libisofs/filters/xor_encrypt.c b/libisofs/filters/xor_encrypt.c index be83f72..7d88508 100644 --- a/libisofs/filters/xor_encrypt.c +++ b/libisofs/filters/xor_encrypt.c @@ -2,8 +2,9 @@ * Copyright (c) 2008 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "../libisofs.h" diff --git a/libisofs/filters/zisofs.c b/libisofs/filters/zisofs.c index 0026a23..26592e3 100644 --- a/libisofs/filters/zisofs.c +++ b/libisofs/filters/zisofs.c @@ -2,8 +2,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. * * It implements a filter facility which can pipe a IsoStream into zisofs * compression resp. uncompression, read its output and forward it as IsoStream diff --git a/libisofs/find.c b/libisofs/find.c index 2d81190..04a2935 100644 --- a/libisofs/find.c +++ b/libisofs/find.c @@ -2,8 +2,9 @@ * Copyright (c) 2008 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/fs_image.c b/libisofs/fs_image.c index 03fc04c..612bae1 100644 --- a/libisofs/fs_image.c +++ b/libisofs/fs_image.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/fs_local.c b/libisofs/fs_local.c index d188550..8117290 100644 --- a/libisofs/fs_local.c +++ b/libisofs/fs_local.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/fsource.c b/libisofs/fsource.c index fffb198..777634e 100644 --- a/libisofs/fsource.c +++ b/libisofs/fsource.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "fsource.h" diff --git a/libisofs/fsource.h b/libisofs/fsource.h index 5e48427..6014237 100644 --- a/libisofs/fsource.h +++ b/libisofs/fsource.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_FSOURCE_H_ diff --git a/libisofs/image.c b/libisofs/image.c index bec8a1f..e9ffce4 100644 --- a/libisofs/image.c +++ b/libisofs/image.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/image.h b/libisofs/image.h index 58aa5b4..736eb3c 100644 --- a/libisofs/image.h +++ b/libisofs/image.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_IMAGE_H_ #define LIBISO_IMAGE_H_ diff --git a/libisofs/iso1999.c b/libisofs/iso1999.c index bc38ab6..e09ddf1 100644 --- a/libisofs/iso1999.c +++ b/libisofs/iso1999.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "iso1999.h" diff --git a/libisofs/iso1999.h b/libisofs/iso1999.h index 5c986e7..9e10b84 100644 --- a/libisofs/iso1999.h +++ b/libisofs/iso1999.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /** diff --git a/libisofs/joliet.c b/libisofs/joliet.c index a02e048..747ef89 100644 --- a/libisofs/joliet.c +++ b/libisofs/joliet.c @@ -3,8 +3,9 @@ * Copyright (c) 2007 Mario Danic * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "joliet.h" diff --git a/libisofs/joliet.h b/libisofs/joliet.h index a2db189..6954879 100644 --- a/libisofs/joliet.h +++ b/libisofs/joliet.h @@ -3,8 +3,9 @@ * Copyright (c) 2007 Mario Danic * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /** diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 88f4224..1f96f5f 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/md5.c b/libisofs/md5.c index 4037309..6314f19 100644 --- a/libisofs/md5.c +++ b/libisofs/md5.c @@ -2,8 +2,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ diff --git a/libisofs/md5.h b/libisofs/md5.h index 50c262b..d91ed01 100644 --- a/libisofs/md5.h +++ b/libisofs/md5.h @@ -2,8 +2,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_MD5_H_ diff --git a/libisofs/messages.c b/libisofs/messages.c index f73c473..75674dc 100644 --- a/libisofs/messages.c +++ b/libisofs/messages.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include #include diff --git a/libisofs/messages.h b/libisofs/messages.h index 63e1c0a..788742e 100644 --- a/libisofs/messages.h +++ b/libisofs/messages.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/node.c b/libisofs/node.c index 8d5480e..996b1a0 100644 --- a/libisofs/node.c +++ b/libisofs/node.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/node.h b/libisofs/node.h index 1dc3a9c..c5317cd 100644 --- a/libisofs/node.h +++ b/libisofs/node.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_NODE_H_ #define LIBISO_NODE_H_ diff --git a/libisofs/rockridge.c b/libisofs/rockridge.c index 9b389f9..6d68783 100644 --- a/libisofs/rockridge.c +++ b/libisofs/rockridge.c @@ -4,8 +4,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "rockridge.h" diff --git a/libisofs/rockridge.h b/libisofs/rockridge.h index 5a9d370..057f9e5 100644 --- a/libisofs/rockridge.h +++ b/libisofs/rockridge.h @@ -4,8 +4,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /** diff --git a/libisofs/rockridge_read.c b/libisofs/rockridge_read.c index 4b10280..8525b1d 100644 --- a/libisofs/rockridge_read.c +++ b/libisofs/rockridge_read.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/stream.c b/libisofs/stream.c index 97e0ba4..e20a21b 100644 --- a/libisofs/stream.c +++ b/libisofs/stream.c @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "libisofs.h" diff --git a/libisofs/stream.h b/libisofs/stream.h index f096a25..47f11c4 100644 --- a/libisofs/stream.h +++ b/libisofs/stream.h @@ -3,8 +3,9 @@ * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_STREAM_H_ #define LIBISO_STREAM_H_ diff --git a/libisofs/system_area.c b/libisofs/system_area.c index b96f472..b7dd260 100644 --- a/libisofs/system_area.c +++ b/libisofs/system_area.c @@ -2,8 +2,9 @@ * Copyright (c) 2008 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "system_area.h" diff --git a/libisofs/system_area.h b/libisofs/system_area.h index b175e64..46288f1 100644 --- a/libisofs/system_area.h +++ b/libisofs/system_area.h @@ -2,8 +2,9 @@ * Copyright (c) 2008 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/tree.c b/libisofs/tree.c index d753d3b..3dac930 100644 --- a/libisofs/tree.c +++ b/libisofs/tree.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ /* diff --git a/libisofs/tree.h b/libisofs/tree.h index 9c5347c..f184792 100644 --- a/libisofs/tree.h +++ b/libisofs/tree.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_IMAGE_TREE_H_ #define LIBISO_IMAGE_TREE_H_ diff --git a/libisofs/util.c b/libisofs/util.c index db96b61..17902c6 100644 --- a/libisofs/util.c +++ b/libisofs/util.c @@ -1,10 +1,12 @@ /* * Copyright (c) 2007 Vreixo Formoso * Copyright (c) 2007 Mario Danic + * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "util.h" diff --git a/libisofs/util.h b/libisofs/util.h index d933855..4f28a1e 100644 --- a/libisofs/util.h +++ b/libisofs/util.h @@ -1,9 +1,11 @@ /* * Copyright (c) 2007 Vreixo Formoso + * Copyright (c) 2009 Thomas Schmitt * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_UTIL_H_ diff --git a/libisofs/util_htable.c b/libisofs/util_htable.c index 684ce6e..1643224 100644 --- a/libisofs/util_htable.c +++ b/libisofs/util_htable.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "util.h" diff --git a/libisofs/util_rbtree.c b/libisofs/util_rbtree.c index 69faf7f..22fa6b4 100644 --- a/libisofs/util_rbtree.c +++ b/libisofs/util_rbtree.c @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #include "util.h" diff --git a/libisofs/writer.h b/libisofs/writer.h index 8d357f8..1b52d5f 100644 --- a/libisofs/writer.h +++ b/libisofs/writer.h @@ -2,8 +2,9 @@ * Copyright (c) 2007 Vreixo Formoso * * This file is part of the libisofs project; 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. See COPYING file for details. + * modify it under the terms of the GNU General Public License version 2 + * or later as published by the Free Software Foundation. + * See COPYING file for details. */ #ifndef LIBISO_IMAGE_WRITER_H_ #define LIBISO_IMAGE_WRITER_H_