ymotongpoo / vsc-licenser

License handler extension for Visual Studio Code.
Apache License 2.0
45 stars 40 forks source link

MPLv2 License not handled correctly #11

Closed ghost closed 7 years ago

ghost commented 7 years ago

Runtime environment

Behaviors

Expected behavior

With "licenser.license": "MPLv2" in configuration, MPLv2 is expected to be added.

Actual behavior

APLv2 is added.

Steps to reproduce the issue

  1. "licenser.license": "MPLv2" in configuration
  2. reboot vscode
  3. Run command "Licenser: Create LICENSE file" from command pallete

Workaround

licenser.license configured to "MPL" works fine. However, this value is warned as not acceptable value by vscode.