autoconf: license is GPLv3+

2.64 was the last GPLv2+ release.
This commit is contained in:
Alyssa Ross 2020-12-11 21:53:32 +00:00
parent 6a163d2dea
commit bbaed0d6d5
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
can use, in the form of M4 macro calls.
'';
license = stdenv.lib.licenses.gpl2Plus;
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all;
};