aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard1-1/+0
2022-07-17Switch to meson build systemDavid Robillard1-0/+12
2022-07-17Consistently use the prefix "dcterms" everywhereDavid Robillard1-1/+1
2022-05-09Remove example plugins from lv2_validateFilipe Coelho1-14/+0
The `lv2_validate` tool is meant for checking data files against the LV2 spec. The plugins should not be included here since they aren't part of the spec, and might not even be available if LV2 is built/installed without them.
2020-03-28Rename spec metadata files to name.meta.ttlDavid Robillard1-23/+23
Towards putting more here than just the project metadata, and is a bit cleaner of a naming scheme anyway.
2020-02-16Separate developers from project metadataDavid Robillard1-0/+1
2019-04-14Fix lv2_validate pathsDavid Robillard1-4/+4
2017-02-08Add lv2_validate utilityDavid Robillard1-0/+110