-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to fix the links to the changelog and update the graphics license to CC BY-NC-ND 4.0
- Loading branch information
1 parent
fd235b2
commit 2284e4a
Showing
3 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [email protected] *** | ||
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 [email protected] *** | ||
|
||
### AS Modules License ### | ||
MIT License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] *** | ||
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 [email protected] *** | ||
|
||
### 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"slug": "AS", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
"name": "AS", | ||
"brand": "AS", | ||
"author": "Alfredo Santamaria", | ||
"authorEmail": "[email protected]", | ||
"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", | ||
|