GPL-2.0 requirement relaxed for GPL-2.0+ requirement.
[ntfsprogs-gnomevfs.git] / autogen.pl
index 21cd97f..b55c8ca 100755 (executable)
@@ -2,11 +2,12 @@
 # 
 # $Id$
 # Run to generate the initial Makefiles etc. after CVS checkout.
-# Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+# Copyright (C) 2003 Jan Kratochvil <project-captive@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; exactly version 2 of June 1991 is required
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -36,5 +37,6 @@ AutoGen->run(
                "ARGV"=>\@ARGV,
                "clean"=>[qw(
                                ./src/libntfs.conf
+                               ./debian/changelog
                                )],
                );