Browse Source

Relicense from GPLv3 to GPLv3+.

tags/v2.0.1
Andrew Belt 4 years ago
parent
commit
ef9fdf034d
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      LICENSE.md
  2. +1
    -1
      plugin.json

+ 3
- 1
LICENSE.md View File

@@ -1,4 +1,6 @@
All **source code** is copyright © 2019 Andrew Belt and is licensed under the [GNU General Public License v3.0](LICENSE-GPLv3.txt).
All **source code** is copyright © 2016-2020 Andrew Belt.

This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.


The **VCV logo and icon** are copyright © 2017 Andrew Belt and may not be used in derivative works. The **VCV logo and icon** are copyright © 2017 Andrew Belt and may not be used in derivative works.




+ 1
- 1
plugin.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Fundamental", "slug": "Fundamental",
"version": "2.0.0", "version": "2.0.0",
"license": "GPL-3.0-only",
"license": "GPL-3.0-or-later",
"name": "Fundamental", "name": "Fundamental",
"brand": "VCV", "brand": "VCV",
"author": "VCV", "author": "VCV",


Loading…
Cancel
Save