Commit 9a825a32 authored by Friedrich Altheide's avatar Friedrich Altheide
Browse files

virtualbox/virtualboxGuestAdditions: update/fix license to gpl3Only

parent c2863402
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,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
@@ -134,7 +134,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