aboutsummaryrefslogtreecommitdiffstats
path: root/util/lv2_validate.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/lv2_validate.in')
-rwxr-xr-xutil/lv2_validate.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/lv2_validate.in b/util/lv2_validate.in
index 2295f98..c26bb30 100755
--- a/util/lv2_validate.in
+++ b/util/lv2_validate.in
@@ -1,5 +1,8 @@
#!/bin/sh
+# Copyright 2017-2020 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: ISC
+
LV2DIR="@LV2DIR@"
if [ "$#" -eq "0" ]; then
@@ -85,10 +88,9 @@ sord_validate \
"$LV2DIR/schemas.lv2/xsd.ttl" \
"$LV2DIR/schemas.lv2/manifest.ttl" \
"$LV2DIR/schemas.lv2/rdf.ttl" \
- "$LV2DIR/schemas.lv2/dct.ttl" \
+ "$LV2DIR/schemas.lv2/dcterms.ttl" \
"$LV2DIR/schemas.lv2/doap.ttl" \
"$LV2DIR/schemas.lv2/rdfs.ttl" \
- "$LV2DIR/schemas.lv2/dcs.ttl" \
"$LV2DIR/schemas.lv2/foaf.ttl" \
"$LV2DIR/schemas.lv2/owl.ttl" \
"$LV2DIR/uri-map.lv2/manifest.ttl" \