From eff23ac10b80136ee811c31db552239fb4f2d2a0 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 9 Jun 2021 09:16:30 -0700 Subject: [PATCH] Add FAQ entry on license requirement --- website/content/docs/providers/vmware/faq.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/providers/vmware/faq.mdx b/website/content/docs/providers/vmware/faq.mdx index c23540fdf..d671882b3 100644 --- a/website/content/docs/providers/vmware/faq.mdx +++ b/website/content/docs/providers/vmware/faq.mdx @@ -20,3 +20,13 @@ $ vagrant plugin install vagrant-vmware-desktop To upgrade the Vagrant VMware utility, download the latest version from the [Vagrant VMware utility downloads page](/vmware/downloads) and install the system package to your local system. + +## Q: Do I need a license for the Vagrant VMware plugin? + +No, the Vagrant VMware plugin has been open sourced under the MPL. A license +is no longer required for using the Vagrant VMware plugin. If the plugin you +are using still requires a license, simply upgrade your plugin: + +``` +$ vagrant plugin update vagrant-vmware-desktop +```