BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 1b3fafe0a9c02621148bd2aee1491b7115f58094
parent fa3f4328d9d99ca6ccb999a204ba66b70c8aad3d
Author: Matt Demanett <matt@demanett.net>
Date:   Sat, 11 Jan 2020 22:01:45 -0500

Changed license to GPLv3 for source code, CC BY-NC-SA 4.0 for graphics.

Diffstat:
ALICENSE-dist.md | 2++
DLICENSE-dist.txt | 2--
ALICENSE.md | 3+++
DLICENSE.txt | 29-----------------------------
Mplugin.json | 2+-
5 files changed, 6 insertions(+), 32 deletions(-)

diff --git a/LICENSE-dist.md b/LICENSE-dist.md @@ -0,0 +1,2 @@ + +Uses [FFTReal](https://github.com/cyrilcode/fft-real) under terms of the "Do What The F*ck You Want To Public License": ([https://github.com/cyrilcode/fft-real/blob/master/license.txt](https://github.com/cyrilcode/fft-real/blob/master/license.txt)). diff --git a/LICENSE-dist.txt b/LICENSE-dist.txt @@ -1,2 +0,0 @@ - -Uses FFTReal (https://github.com/cyrilcode/fft-real) under terms of the "Do What The F*ck You Want To Public License" (see https://github.com/cyrilcode/fft-real/blob/master/license.txt). diff --git a/LICENSE.md b/LICENSE.md @@ -0,0 +1,3 @@ +All **source code** is copyright © 2020 Matt Demanett and is licensed under the [GNU General Public License v3.0](gpl-3.0.txt). + +All **graphics** in the `res` and `res-src` directories are copyright 2020 Matt Demanett and licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). diff --git a/LICENSE.txt b/LICENSE.txt @@ -1,29 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2017, bogaudio -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/plugin.json b/plugin.json @@ -2,7 +2,7 @@ "slug": "Bogaudio", "name": "Bogaudio", "version": "1.1.26", - "license": "BSD-3-Clause", + "license": "GPL-3.0-or-later", "brand": "Bogaudio", "author": "Matt Demanett", "authorEmail": "mattdemanett@gmail.com",