From 2284e4a3befb097b42ae30032147fd61226f64ff Mon Sep 17 00:00:00 2001 From: Freddy <34798768+AScustomWorks@users.noreply.github.com> Date: Fri, 20 May 2022 13:02:03 -0500 Subject: [PATCH] changelog links updated Bump to fix the links to the changelog and update the graphics license to CC BY-NC-ND 4.0 --- LICENSE.txt | 12 +++++++----- README.md | 17 +++++++++++++---- plugin.json | 8 ++++---- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c61221c..3a0c3b3 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,12 +1,14 @@ ### AS ### -AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria , All rights reserved. +AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria, All rights reserved. -Panel graphics in res/ are (c) 2017 +Panel graphics including custom component graphics (knobs, switches, screws, caps, etc.) in res/ are now licensed CC BY-NC-ND 4.0, which states: -Derivative works may not use the AS logo or panel graphics including custom component graphics (knobs, switches, screws, caps,etc.). - -*** If you want to pay for a licence to use the graphics on any derivative work (excluding the AS Logo/Monogram), contact me directly at ascustomworks@gmail.com *** +Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. +NonCommercial — You may not use the material for commercial purposes. +NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material. + +*** If you want to pay for a license to use the graphics on a commercial and/or derivative capacity (excluding the AS Logo/Monogram), contact me directly at ascustomworks@gmail.com *** ### AS Modules License ### MIT License diff --git a/README.md b/README.md index 9c380f3..6983c4b 100755 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ AS is a collection of modules for [VCV Rack](https://vcvrack.com/) by Alfredo Santamaria, Need a custom work?, you can find me at [Hakken.com.mx](http://www.hakken.com.mx/). -AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria , All rights reserved. -Panel graphics in res/ are © 2017 -Derivative works may not use in any way the AS logo or panel graphics including custom component graphics (knobs, switches, screws, caps, etc.). +AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria, All rights reserved. -*** If you want to pay for a licence to use the graphics on any derivative work (excluding the AS Logo/Monogram), contact me directly at ascustomworks@gmail.com *** +Panel graphics including custom component graphics (knobs, switches, screws, caps, etc.) in res/ are now licensed CC BY-NC-ND 4.0, which states: + +Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. +NonCommercial — You may not use the material for commercial purposes. +NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material. + +*** If you want to pay for a license to use the graphics on a commercial and/or derivative capacity (excluding the AS Logo/Monogram), contact me directly at ascustomworks@gmail.com *** ### Releases @@ -22,6 +26,11 @@ Buy them on the [VCV plugin library](https://vcvrack.com/plugins.html#Alfredo%20 # AS modules +### V 2.0.5 + +Bump to fix the links to the changelog and update the graphics licence to CC BY-NC-ND 4.0 + + ### V 2.0.4 Reverted back part of the code for the VCA and QUADVCA modules, all should be fine now (thanks to circadiansound for finding the bug) diff --git a/plugin.json b/plugin.json index cd85504..ffcc196 100644 --- a/plugin.json +++ b/plugin.json @@ -1,17 +1,17 @@ { "slug": "AS", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "name": "AS", "brand": "AS", "author": "Alfredo Santamaria", "authorEmail": "ascustomworks@gmail.com", - "pluginUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "pluginUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "authorUrl": "https://github.com/AScustomWorks/AS", - "manualUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "manualUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "sourceUrl": "https://github.com/AScustomWorks/AS", "donateUrl": "https://www.paypal.me/frederius/", - "changelogUrl": "https://github.com/AScustomWorks/AS/blob/master/README.md", + "changelogUrl": "https://github.com/AScustomWorks/AS/blob/V2/README.md", "modules": [ { "slug": "SineOSC",