From: short <> Date: Mon, 3 Nov 2003 17:07:13 +0000 (+0000) Subject: GPL-2.0 requirement relaxed for GPL-2.0+ requirement. X-Git-Url: https://git.jankratochvil.net/?p=ntfsprogs-gnomevfs.git;a=commitdiff_plain;h=f9ba7193bb14a3840f7a693efa1ec800b4d22eef GPL-2.0 requirement relaxed for GPL-2.0+ requirement. - Needed for compatible integration into ntfsprogs package. - Spotted by Anton Altaparmakov. --- diff --git a/Makefile-head.am b/Makefile-head.am index 81a3b76..4053f08 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -4,7 +4,8 @@ # # 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 diff --git a/Makefile.am b/Makefile.am index f2deed0..f0092d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ # # 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 diff --git a/autogen.pl b/autogen.pl index 87002b3..b55c8ca 100755 --- a/autogen.pl +++ b/autogen.pl @@ -6,7 +6,8 @@ # # 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 diff --git a/configure.ac b/configure.ac index 2de133c..944a543 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,8 @@ # # 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 diff --git a/debian/rules b/debian/rules index 4993797..023d472 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,8 @@ # # 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 diff --git a/ntfsprogs-gnomevfs.spec.in b/ntfsprogs-gnomevfs.spec.in index b51292b..e4f416c 100644 --- a/ntfsprogs-gnomevfs.spec.in +++ b/ntfsprogs-gnomevfs.spec.in @@ -4,7 +4,8 @@ # # 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 diff --git a/src/Makefile.am b/src/Makefile.am index ea73a44..8de268b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,8 @@ # # 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 diff --git a/src/gnome-vfs-method.c b/src/gnome-vfs-method.c index 0758d2e..70f6668 100644 --- a/src/gnome-vfs-method.c +++ b/src/gnome-vfs-method.c @@ -4,7 +4,8 @@ * * 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 diff --git a/src/gnome-vfs-method.h b/src/gnome-vfs-method.h index 5a895f1..e771c8b 100644 --- a/src/gnome-vfs-method.h +++ b/src/gnome-vfs-method.h @@ -4,7 +4,8 @@ * * 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 diff --git a/src/gnome-vfs-module.c b/src/gnome-vfs-module.c index d484249..88d9ce1 100644 --- a/src/gnome-vfs-module.c +++ b/src/gnome-vfs-module.c @@ -4,7 +4,8 @@ * * 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 diff --git a/src/gnome-vfs-module.h b/src/gnome-vfs-module.h index b24a9aa..9b6cf78 100644 --- a/src/gnome-vfs-module.h +++ b/src/gnome-vfs-module.h @@ -4,7 +4,8 @@ * * 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