diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-06-07 10:58:52 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-06-07 10:58:52 +0200 |
commit | f42d2337cfba49be6868905d57ad28af4a6a2053 (patch) | |
tree | 7ab71fe36ccc093161505e89fe186640f37fd3b7 /props.lv2/README.md | |
parent | 12e61f66451039eab6580d562b3e8e87fb5e26d5 (diff) | |
parent | 28e396adb8d82630fc7f6b5b141b47f2c4deab41 (diff) | |
download | sherlock.lv2-f42d2337cfba49be6868905d57ad28af4a6a2053.tar.xz |
Add 'props.lv2/' from commit '28e396adb8d82630fc7f6b5b141b47f2c4deab41'
git-subtree-dir: props.lv2
git-subtree-mainline: 12e61f66451039eab6580d562b3e8e87fb5e26d5
git-subtree-split: 28e396adb8d82630fc7f6b5b141b47f2c4deab41
Diffstat (limited to 'props.lv2/README.md')
-rw-r--r-- | props.lv2/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/props.lv2/README.md b/props.lv2/README.md new file mode 100644 index 0000000..08466d2 --- /dev/null +++ b/props.lv2/README.md @@ -0,0 +1,20 @@ +# Props.lv2 + +## Utility header for property based LV2 plugins + +### License + +Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) + +This is free software: you can redistribute it and/or modify +it under the terms of the Artistic License 2.0 as published by +The Perl Foundation. + +This source is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +Artistic License 2.0 for more details. + +You should have received a copy of the Artistic License 2.0 +along the source as a COPYING file. If not, obtain it from +<http://www.perlfoundation.org/artistic_license_2_0>. |