diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 06:17:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 06:17:23 +0000 |
commit | 32146710fa768356f7d0255c9b2947a26806712e (patch) | |
tree | 757322479db7ab467ef398ce43fd32dacc531a16 /lv2/ns/ext/ui-resize | |
parent | 3031af150dd90ba63ab9c3b8b57161dc5d72ef69 (diff) | |
download | lv2-32146710fa768356f7d0255c9b2947a26806712e.tar.xz |
Update licenses.
Diffstat (limited to 'lv2/ns/ext/ui-resize')
-rw-r--r-- | lv2/ns/ext/ui-resize/ui-resize.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/ext/ui-resize/ui-resize.ttl b/lv2/ns/ext/ui-resize/ui-resize.ttl index 5e2a5a8..f3b7d92 100644 --- a/lv2/ns/ext/ui-resize/ui-resize.ttl +++ b/lv2/ns/ext/ui-resize/ui-resize.ttl @@ -25,7 +25,7 @@ a lv2:Specification ; doap:name "LV2 UI Resize Extension" ; doap:shortdesc "A feature for self-resizing plugin UIs." ; - doap:license <http://opensource.org/licenses/isc-license> ; + doap:license <http://opensource.org/licenses/isc> ; lv2:documentation """ <p>An extension that allows LV2 plugin UIs to notify the host about size changes, or for the host to notify plugin UIs about size changes.</p> |