diff options
author | David Robillard <d@drobilla.net> | 2011-03-17 07:56:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-17 07:56:09 +0000 |
commit | e81777ce32e3969013854f3a709f2d2364df94e3 (patch) | |
tree | 156e425efb5ab2366ee0de13d6aafcac5dcebcc5 | |
parent | 7bc0220608ff032c60287ec5bbfc59650af4846a (diff) | |
download | lv2-e81777ce32e3969013854f3a709f2d2364df94e3.tar.xz |
Update INSTALL and AUTHORS.
-rw-r--r-- | core.lv2/AUTHORS | 7 | ||||
-rw-r--r-- | core.lv2/INSTALL | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/core.lv2/AUTHORS b/core.lv2/AUTHORS index 8708976..64febf8 100644 --- a/core.lv2/AUTHORS +++ b/core.lv2/AUTHORS @@ -1,8 +1,13 @@ -The LV2 header (lv2.h) and core bundle (lv2core.lv2) are maintained by +LV2 is written and maintained by: David Robillard <d@drobilla.net> Steve Harris <steve@plugin.org.uk> with the input and help of many others. +LV2 is based on LADSPA, which was by: + Paul Barton-Davis + Richard W.E. Furse + Stefan Westerfeld + Thanks to all members of the free software community who made LV2 possible. diff --git a/core.lv2/INSTALL b/core.lv2/INSTALL index 6eeb454..0bc7f27 100644 --- a/core.lv2/INSTALL +++ b/core.lv2/INSTALL @@ -1,4 +1,5 @@ -This software requires only Python to build. +This software requires only Python to build. The build system, based on waf, +is included in this source distribution. = LV2Core = |