From 6329c74e09e9cb910a1a5e2216d4c50a04d6c8d6 Mon Sep 17 00:00:00 2001 From: phdsg vn chfhn <33329578+phdsg@users.noreply.github.com> Date: Sat, 31 Mar 2018 01:22:00 +0200 Subject: [PATCH] more updates... license info etc.. (#401) * update sourceUrl as per: https://github.com/VCVRack/community/issues/397 * update gitmodule for TheXOR * Update mscHack.json * Update cf.json * accent * Update Qwelk.json * Update SubmarinePrototype.json * Create SubmarineFree.json * Update AmalgamatedHarmonics.json * Update AmalgamatedHarmonics.json * Update and rename PulsumQuadratum-rtlsdr.json to PulsumQuadratum-SDR.json * Update squinkylabs-plug1.json * Update JW-Modules.json * Update HetrickCV.json --- manifests/AmalgamatedHarmonics.json | 3 ++- manifests/HetrickCV.json | 3 ++- manifests/JW-Modules.json | 3 ++- manifests/PulsumQuadratum-SDR.json | 8 ++++++++ manifests/PulsumQuadratum-rtlsdr.json | 10 ---------- manifests/Qwelk.json | 6 +++--- manifests/SubmarineFree.json | 7 +++++++ manifests/SubmarinePrototype.json | 6 ++---- manifests/cf.json | 2 +- manifests/squinkylabs-plug1.json | 5 +++-- 10 files changed, 30 insertions(+), 23 deletions(-) create mode 100644 manifests/PulsumQuadratum-SDR.json delete mode 100644 manifests/PulsumQuadratum-rtlsdr.json create mode 100644 manifests/SubmarineFree.json diff --git a/manifests/AmalgamatedHarmonics.json b/manifests/AmalgamatedHarmonics.json index 3f855153..38e472e2 100644 --- a/manifests/AmalgamatedHarmonics.json +++ b/manifests/AmalgamatedHarmonics.json @@ -1,8 +1,9 @@ { "name": "Amalgamated Harmonics", "author": "John Hoar", + "license": "BSD 3-Clause", "manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", "latestVersion": "0.6.0", "status": "available" -} \ No newline at end of file +} diff --git a/manifests/HetrickCV.json b/manifests/HetrickCV.json index c915dcd1..a2af47ff 100644 --- a/manifests/HetrickCV.json +++ b/manifests/HetrickCV.json @@ -1,9 +1,10 @@ { "name": "HetrickCV", "author": "Michael Hetrick", + "license": "CC0-1.0", "manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", "sourceUrl": "https://github.com/mhetrick/hetrickcv", "donateUrl": "https://paypal.me/MHetrick", "latestVersion": "0.6.0", "status": "available" -} \ No newline at end of file +} diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index 5f6470ca..468eff6a 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -1,10 +1,11 @@ { "name": "JW-Modules", "author": "Jeremy Wentworth", + "license": "BSD 3-Clause", "pluginUrl": "http://jeremywentworth.com", "manualUrl": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", "sourceUrl": "https://github.com/jeremywen/JW-Modules", "donateUrl": "https://www.paypal.me/jeremywen", "latestVersion": "0.6.0", "status": "available" -} \ No newline at end of file +} diff --git a/manifests/PulsumQuadratum-SDR.json b/manifests/PulsumQuadratum-SDR.json new file mode 100644 index 00000000..cac9310a --- /dev/null +++ b/manifests/PulsumQuadratum-SDR.json @@ -0,0 +1,8 @@ +{ + "name": "PulsumQuadratum-SDR", + "author": "Jon Williams", + "license": "GPL-2", + "sourceUrl": "https://github.com/bongozone/vcvrack-rtlsdr", + "donateUrl": "https://www.paypal.me/wizardishungry", + "latestVersion": "0.5.0" +} diff --git a/manifests/PulsumQuadratum-rtlsdr.json b/manifests/PulsumQuadratum-rtlsdr.json deleted file mode 100644 index 4227db7b..00000000 --- a/manifests/PulsumQuadratum-rtlsdr.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "Pulsum Quadratum RTL_SDR", - "author": "Jon Williams", - "license": "GPL-2", - "pluginUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", - "manualUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", - "sourceUrl": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", - "donateUrl": "https://www.paypal.me/wizardishungry", - "latestVersion": "0.5.0" -} \ No newline at end of file diff --git a/manifests/Qwelk.json b/manifests/Qwelk.json index e73f586a..f2222c92 100644 --- a/manifests/Qwelk.json +++ b/manifests/Qwelk.json @@ -1,7 +1,7 @@ { "name": "Qwelk", - "author": "raincheque", + "author": "raincheque (Parsa Jamshidi)", + "licese": "MIT", "manualUrl": "https://github.com/raincheque/qwelk/blob/master/README.md", "sourceUrl": "https://github.com/raincheque/qwelk", - "latestVersion": "0.5.5" -} \ No newline at end of file +} diff --git a/manifests/SubmarineFree.json b/manifests/SubmarineFree.json new file mode 100644 index 00000000..3d56c435 --- /dev/null +++ b/manifests/SubmarineFree.json @@ -0,0 +1,7 @@ +{ + "name": "SubmarineFree", + "author": "David O'Rourke", + "license": "BSD 3-Clause", + "sourceUrl": "https://github.com/david-c14/SubmarineFree/", + "latestVersion": "0.6.0" +} diff --git a/manifests/SubmarinePrototype.json b/manifests/SubmarinePrototype.json index a859ad01..65708495 100644 --- a/manifests/SubmarinePrototype.json +++ b/manifests/SubmarinePrototype.json @@ -1,9 +1,7 @@ { "name": "Submarine Prototype", - "author": "carbon14", + "author": "David O'Rourke", "license": "proprietary", - "pluginUrl": "https://github.com/david-c14/submarine-prototype-vcv/", - "manualUrl": "https://github.com/david-c14/submarine-prototype-vcv/", "sourceUrl": "https://github.com/david-c14/submarine-prototype-vcv/", "latestVersion": "0.6.0" -} \ No newline at end of file +} diff --git a/manifests/cf.json b/manifests/cf.json index 56fba3d7..09b730f4 100644 --- a/manifests/cf.json +++ b/manifests/cf.json @@ -1,6 +1,6 @@ { "name": "cf", - "author": "cl\u00e9ment foulc", + "author": "clément foulc", "contactEmail": "c.foulc@gmail.com", "authorUrl": "https://www.facebook.com/clement.foulc", "manualUrl": "https://github.com/cfoulc/cf/blob/master/README.md", diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index bbfc30d7..dce64767 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -1,8 +1,9 @@ { "name": "Squinky Labs I", - "author": "Squinky Labs", + "author": "squinkylabs", + "authorUrl": "https://www.facebook.com/SquinkyLabs", "license": "MIT", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "latestVersion": "0.6.0" -} \ No newline at end of file +}