From 35a198e65d2d4f0047aa432c17f622cacb5ec260 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 25 Jan 2010 13:00:56 +0000 Subject: [PATCH] Lifted ban to derive GPLv3, extended copyright range to 2010 --- libisoburn/branches/ZeroFourEight/test/compare_file.c | 4 ++-- libisoburn/branches/ZeroFourEight/xorriso/xorriso_private.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libisoburn/branches/ZeroFourEight/test/compare_file.c b/libisoburn/branches/ZeroFourEight/test/compare_file.c index 7056e793..0e8ebf67 100644 --- a/libisoburn/branches/ZeroFourEight/test/compare_file.c +++ b/libisoburn/branches/ZeroFourEight/test/compare_file.c @@ -5,9 +5,9 @@ To compare tree /media/dvd and /original/dir : find /media/dvd -exec compare_file '{}' /media/dvd /original/dir ';' - Copyright 2008 Thomas Schmitt, + Copyright 2008 - 2010 Thomas Schmitt, - Provided under GPL version 2. + Provided under GPL version 2 or later. cc -g -o compare_file compare_file.c diff --git a/libisoburn/branches/ZeroFourEight/xorriso/xorriso_private.h b/libisoburn/branches/ZeroFourEight/xorriso/xorriso_private.h index e860f3ed..5eda8cad 100644 --- a/libisoburn/branches/ZeroFourEight/xorriso/xorriso_private.h +++ b/libisoburn/branches/ZeroFourEight/xorriso/xorriso_private.h @@ -4,7 +4,7 @@ Copyright 2007-2010 Thomas Schmitt, - Provided under GPL version 2. + Provided under GPL version 2 or later. This file contains inner declarations of xorriso. The public interface is in xorriso.h