From 5f67f4d5a9a0262492ca1fa3d3230c0063bcb76b Mon Sep 17 00:00:00 2001 From: phdsg vn chfhn <33329578+phdsg@users.noreply.github.com> Date: Tue, 3 Apr 2018 06:14:07 +0200 Subject: [PATCH] new manifest: alto777_LFSR (#431) * Reviewed Version Updates: Bogaudio #396, moDllz #389, Valley #407 * added mscHack Repo, Submodule. lotsa code, so maybe someone else could have a 2nd look. * mscHack version update * cf: Update repo and manifest * Reviewed Version Update: Valley * Bidoo 0.6.1 Manifest & Repo _prereview_ * moDllz: update Repo to 0.6.1 * Revert "moDllz: update Repo to 0.6.1" This reverts commit 0bd1f40fe242c07db802373e14bdfbae7692fe20. * new repo: NonLinearInstruments, pre-review * manifest update: NonLinearInstruments * Update NonLinearInstruments.json * repo update: Ohmer 0.6.2 * Update Ohmer.json * repo update: FrozenWasteland 0.6.2 * Update FrozenWasteland.json * repo update: AmalgamatedHarmonics 0.6.1 * manifest update: AmalgamatedHarmonics 0.6.1 * repo update: moDllz (next try) * repo update: moDllz (caps conflict) * repo update: AS 0.6.0.2 * manifest update: AS 0.6.0.2 * new manifest: alto777_LFSR * license typo * license * license typo * license typo --- manifests/AmalgamatedHarmonics.json | 2 +- manifests/SubmarineFree.json | 2 +- manifests/alto777_LFSR.json | 6 ++++++ manifests/cf.json | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 manifests/alto777_LFSR.json diff --git a/manifests/AmalgamatedHarmonics.json b/manifests/AmalgamatedHarmonics.json index 974d54d3..f8849904 100644 --- a/manifests/AmalgamatedHarmonics.json +++ b/manifests/AmalgamatedHarmonics.json @@ -1,7 +1,7 @@ { "name": "Amalgamated Harmonics", "author": "John Hoar", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", "latestVersion": "0.6.0", diff --git a/manifests/SubmarineFree.json b/manifests/SubmarineFree.json index 3d56c435..95a511dd 100644 --- a/manifests/SubmarineFree.json +++ b/manifests/SubmarineFree.json @@ -1,7 +1,7 @@ { "name": "SubmarineFree", "author": "David O'Rourke", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "sourceUrl": "https://github.com/david-c14/SubmarineFree/", "latestVersion": "0.6.0" } diff --git a/manifests/alto777_LFSR.json b/manifests/alto777_LFSR.json new file mode 100644 index 00000000..f561a4c1 --- /dev/null +++ b/manifests/alto777_LFSR.json @@ -0,0 +1,6 @@ +{ + "name": "alto777 LFSR", + "author": "Robert A Moeser", + "license": "BSD-3-Clause", + "sourceUrl": "https://github.com/alto777/LFSR" +} diff --git a/manifests/cf.json b/manifests/cf.json index f6cb203e..d10a29a2 100644 --- a/manifests/cf.json +++ b/manifests/cf.json @@ -2,6 +2,7 @@ "name": "cf", "author": "clément foulc", "authorEmail": "c.foulc@gmail.com", + "license": "MIT", "authorUrl": "https://www.facebook.com/clement.foulc", "manualUrl": "https://github.com/cfoulc/cf/blob/master/README.md", "sourceUrl": "https://github.com/cfoulc/cf",