GorvGoyl / Shortcut-Menu-Bar-VSCode-Extension

Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
GNU General Public License v3.0
221 stars 44 forks source link

include SPDX license identfier #40

Closed GitMensch closed 3 years ago

GitMensch commented 3 years ago

according to NPM docs and LICENSE, fixing npm warnings

If you, for some reasons don't want "or later" the SPDX identifier would be "GPL-3.0-only". And as the code has no single reference to the actual license the correct SPDX identifier is even more important then otherwise. extension.ts should have the license note in, if you agree I PR that, too.

GitMensch commented 3 years ago

Hm, second thought, the license note would be ideally included together with the SPDX. So I'm setting this to a draft and would amend the commit if you agree, @GorvGoyl please drop a note. Thanks.

GitMensch commented 3 years ago

friendly ping @GorvGoyl

GorvGoyl commented 3 years ago

Looks good to me

GorvGoyl commented 3 years ago

extension.ts should have the license note

sure, agree with you.

GitMensch commented 3 years ago

Closed in favor of #44 according to the discussion here.