Tonecarver / tcRackModules

GNU General Public License v3.0
13 stars 1 forks source link

Issues in plugin.json #2

Closed cschol closed 2 years ago

cschol commented 2 years ago

The following issues were encountered during integration into the Rack library:

[tcRackModules] Issues found in `plugin.json`:                                                                                                                                                                                                                                                                                                                                                     
Blur: invalid module tags: spectral                                                                                                                                                                                                                                                                                   -- Valid tags are defined in https://raw.githubusercontent.com/VCVRack/Rack/v1/src/tag.cpp
Invalid license ID: proprietary                                                                                                                            
-- License must be a valid Identifier from https://spdx.org/licenses/
Tonecarver commented 2 years ago

Sorry about that. Issues addressed.

commit 0c8715d7ee07c39032b59b50f7d6320753575914 (HEAD -> v1, origin/v1) Author: Bill Davies bdavies00@yahoo.com Date: Wed Oct 6 08:51:27 2021 -0700

plugin.json updates
cschol commented 2 years ago

License check still fails. The license Identifier is just MIT. Thanks.

Tonecarver commented 2 years ago

License identifier updated

commit 3942aa9c8b28203516086b62e49b3224b51ff634 (HEAD -> v1, origin/v1) Author: Bill Davies bdavies00@yahoo.com Date: Thu Oct 7 05:24:00 2021 -0700

plugin.json license id fix
cschol commented 2 years ago

Thanks!