Unverified Commit 67b1c0d3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

virtualbox/virtualboxGuestAdditions: update/fix license to gpl3Only (#352640)

parents f54c4aa8 9a825a32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ stdenv.mkDerivation (finalAttrs: {
      fromSource
      binaryNativeCode
    ];
    license = lib.licenses.gpl2;
    license = lib.licenses.gpl3Only;
    homepage = "https://www.virtualbox.org/";
    maintainers = with lib.maintainers; [
      sander
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ stdenv.mkDerivation {
      host/guest clipboard support.
    '';
    sourceProvenance = with lib.sourceTypes; [ fromSource ];
    license = lib.licenses.gpl2;
    license = lib.licenses.gpl3Only;
    maintainers = [
      lib.maintainers.sander
      lib.maintainers.friedrichaltheide