aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/ns/ext/port-groups
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-21 06:17:23 +0000
committerDavid Robillard <d@drobilla.net>2011-11-21 06:17:23 +0000
commit32146710fa768356f7d0255c9b2947a26806712e (patch)
tree757322479db7ab467ef398ce43fd32dacc531a16 /lv2/ns/ext/port-groups
parent3031af150dd90ba63ab9c3b8b57161dc5d72ef69 (diff)
downloadlv2-32146710fa768356f7d0255c9b2947a26806712e.tar.xz
Update licenses.
Diffstat (limited to 'lv2/ns/ext/port-groups')
-rw-r--r--lv2/ns/ext/port-groups/port-groups.ttl35
1 files changed, 14 insertions, 21 deletions
diff --git a/lv2/ns/ext/port-groups/port-groups.ttl b/lv2/ns/ext/port-groups/port-groups.ttl
index 862d52c..edf5359 100644
--- a/lv2/ns/ext/port-groups/port-groups.ttl
+++ b/lv2/ns/ext/port-groups/port-groups.ttl
@@ -1,25 +1,18 @@
# LV2 Port Groups Extension
-# PROVISIONAL
-# Copyright (C) 2009 David Robillard <d@drobilla.net>
-# Copyright (C) 2008-2009 Lars Luthman <lars.luthman@gmail.com>
+# Copyright 2009-2011 David Robillard <d@drobilla.net>
+# Copyright 2008-2009 Lars Luthman <lars.luthman@gmail.com>
#
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this software and associated documentation files (the "Software"),
-# to deal in the Software without restriction, including without limitation
-# the rights to use, copy, modify, merge, publish, distribute, sublicense,
-# and/or sell copies of the Software, and to permit persons to whom the
-# Software is furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included
-# in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-# OTHER DEALINGS IN THE SOFTWARE.
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@prefix pg: <http://lv2plug.in/ns/ext/port-groups#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@@ -32,7 +25,7 @@
@prefix amb: <http://ambisonics.ch/standards/channels/> .
<http://lv2plug.in/ns/ext/port-groups> a lv2:Specification ;
- doap:license <http://usefulinc.com/doap/licenses/mit> ;
+ doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Port Groups" ;
doap:shortdesc "Multi-channel groups of LV2 ports." ;
rdfs:comment "Defines semantic groupings of LV2 ports" ;