mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.34k stars 201 forks source link

Patch license display defaults to GPL3 when the license in the file isn't recognized #296

Open forestbeasts opened 2 years ago

forestbeasts commented 2 years ago

I made a patch file, and wanted to make it public domain instead of CC-BY. So I did this (more robust public-domain-ing aside):

{
  "license": "Patch by Frost. Public domain!",
  "synth_version": "0.9.0",
  "patch_name": "Crunchy Pad",
  "folder_name": "Bass",
  "author": "Frost",
  "settings": {
    [...]
  }
}

...aaand got this: Helm's patch select window

Huh? This isn't GPL. Maybe it could default to showing the full text of the license info in the file instead?