summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--bindings/test/bindings_test_plugin.c2
-rw-r--r--bindings/test/bindings_test_plugin.ttl.in2
-rw-r--r--lilv/lilv.h2
-rw-r--r--lilv/lilvmm.hpp2
-rw-r--r--src/collections.c2
-rw-r--r--src/instance.c2
-rw-r--r--src/lib.c2
-rw-r--r--src/lilv_internal.h2
-rw-r--r--src/node.c2
-rw-r--r--src/plugin.c2
-rw-r--r--src/pluginclass.c2
-rw-r--r--src/port.c2
-rw-r--r--src/query.c2
-rw-r--r--src/scalepoint.c2
-rw-r--r--src/state.c2
-rw-r--r--src/ui.c2
-rw-r--r--src/util.c2
-rw-r--r--src/world.c2
-rw-r--r--src/zix/tree.c2
-rw-r--r--src/zix/tree.h2
-rw-r--r--test/bad_syntax.lv2/bad_syntax.c2
-rw-r--r--test/failed_instantiation.lv2/failed_instantiation.c2
-rw-r--r--test/failed_lib_descriptor.lv2/failed_lib_descriptor.c2
-rw-r--r--test/lib_descriptor.lv2/lib_descriptor.c2
-rw-r--r--test/lilv_cxx_test.cpp2
-rw-r--r--test/lilv_test.c2
-rw-r--r--test/missing_descriptor.lv2/missing_descriptor.c2
-rw-r--r--test/missing_name.lv2/missing_name.c2
-rw-r--r--test/missing_plugin.lv2/missing_plugin.c2
-rw-r--r--test/missing_port.lv2/missing_port.c2
-rw-r--r--test/missing_port_name.lv2/missing_port_name.c2
-rw-r--r--test/new_version.lv2/new_version.c2
-rw-r--r--test/old_version.lv2/old_version.c2
-rw-r--r--test/test.lv2/test.c2
-rw-r--r--utils/bench.h2
-rw-r--r--utils/lv2apply.c4
-rw-r--r--utils/lv2bench.c4
-rw-r--r--utils/lv2info.c4
-rw-r--r--utils/lv2ls.c4
-rw-r--r--utils/uri_table.h2
41 files changed, 45 insertions, 45 deletions
diff --git a/COPYING b/COPYING
index 908a4e0..b4ae04b 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011-2017 David Robillard <http://drobilla.net>
+Copyright 2011-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c
index 8518117..59b7fd3 100644
--- a/bindings/test/bindings_test_plugin.c
+++ b/bindings/test/bindings_test_plugin.c
@@ -1,5 +1,5 @@
/*
- Copyright 2006-2011 David Robillard <d@drobilla.net>
+ Copyright 2006-2019 David Robillard <d@drobilla.net>
Copyright 2006 Steve Harris <steve@plugin.org.uk>
Permission to use, copy, modify, and/or distribute this software for any
diff --git a/bindings/test/bindings_test_plugin.ttl.in b/bindings/test/bindings_test_plugin.ttl.in
index e8323d5..1600283 100644
--- a/bindings/test/bindings_test_plugin.ttl.in
+++ b/bindings/test/bindings_test_plugin.ttl.in
@@ -1,5 +1,5 @@
# Lilv Bindings Test Plugin
-# Copyright 2011 David Robillard <d@drobilla.net>
+# Copyright 2011-2016 David Robillard <d@drobilla.net>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 1f880d5..52493ed 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp
index 30ec274..769ace5 100644
--- a/lilv/lilvmm.hpp
+++ b/lilv/lilvmm.hpp
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2017 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/collections.c b/src/collections.c
index 64a8ab2..1142f1f 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/*
- Copyright 2008-2014 David Robillard <http://drobilla.net>
+ Copyright 2008-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/instance.c b/src/instance.c
index ba71e81..23d6cae 100644
--- a/src/instance.c
+++ b/src/instance.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/lib.c b/src/lib.c
index b212506..bcd6528 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2016 David Robillard <http://drobilla.net>
+ Copyright 2012-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index baf4a02..2f95a59 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/node.c b/src/node.c
index 6079919..7dd6551 100644
--- a/src/node.c
+++ b/src/node.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/plugin.c b/src/plugin.c
index da39d0e..effe854 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/pluginclass.c b/src/pluginclass.c
index ef2efe7..4248871 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2015 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/port.c b/src/port.c
index 8e2812a..ce11e3f 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/query.c b/src/query.c
index 29ad96e..5dba54a 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2015 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/scalepoint.c b/src/scalepoint.c
index bcda54e..8791b88 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/state.c b/src/state.c
index 4ce4abd..0ad03ae 100644
--- a/src/state.c
+++ b/src/state.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2017 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/ui.c b/src/ui.c
index 8a2858f..acc9150 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/util.c b/src/util.c
index e105ec3..3f034b9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/world.c b/src/world.c
index d0302e4..537f677 100644
--- a/src/world.c
+++ b/src/world.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/zix/tree.c b/src/zix/tree.c
index b6fdd2a..55d39dc 100644
--- a/src/zix/tree.c
+++ b/src/zix/tree.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2014 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/zix/tree.h b/src/zix/tree.h
index 79177d0..983c0ea 100644
--- a/src/zix/tree.h
+++ b/src/zix/tree.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2014 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/bad_syntax.lv2/bad_syntax.c b/test/bad_syntax.lv2/bad_syntax.c
index 5d65fa7..5bd7b01 100644
--- a/test/bad_syntax.lv2/bad_syntax.c
+++ b/test/bad_syntax.lv2/bad_syntax.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Bad syntax in plugin data file
- Copyright 2011-2016 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/failed_instantiation.lv2/failed_instantiation.c b/test/failed_instantiation.lv2/failed_instantiation.c
index 0a0a5b1..fd25ea1 100644
--- a/test/failed_instantiation.lv2/failed_instantiation.c
+++ b/test/failed_instantiation.lv2/failed_instantiation.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Failed instantiation
- Copyright 2011-2016 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
index 887960f..2edbbc6 100644
--- a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
+++ b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Failed lib descriptor
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/lib_descriptor.lv2/lib_descriptor.c b/test/lib_descriptor.lv2/lib_descriptor.c
index d51cde0..8d1da81 100644
--- a/test/lib_descriptor.lv2/lib_descriptor.c
+++ b/test/lib_descriptor.lv2/lib_descriptor.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing descriptor
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/lilv_cxx_test.cpp b/test/lilv_cxx_test.cpp
index c1a45dd..4ee21ae 100644
--- a/test/lilv_cxx_test.cpp
+++ b/test/lilv_cxx_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2017 David Robillard <http://drobilla.net>
+ Copyright 2017-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/lilv_test.c b/test/lilv_test.c
index bc2f597..8732f6b 100644
--- a/test/lilv_test.c
+++ b/test/lilv_test.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Copyright 2008 Krzysztof Foltman
Permission to use, copy, modify, and/or distribute this software for any
diff --git a/test/missing_descriptor.lv2/missing_descriptor.c b/test/missing_descriptor.lv2/missing_descriptor.c
index 0c49f23..9846f74 100644
--- a/test/missing_descriptor.lv2/missing_descriptor.c
+++ b/test/missing_descriptor.lv2/missing_descriptor.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing descriptor
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2018 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/missing_name.lv2/missing_name.c b/test/missing_name.lv2/missing_name.c
index 02fb74a..9ce9f6c 100644
--- a/test/missing_name.lv2/missing_name.c
+++ b/test/missing_name.lv2/missing_name.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing name
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/missing_plugin.lv2/missing_plugin.c b/test/missing_plugin.lv2/missing_plugin.c
index 26a030c..e06ad82 100644
--- a/test/missing_plugin.lv2/missing_plugin.c
+++ b/test/missing_plugin.lv2/missing_plugin.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing plugin
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/missing_port.lv2/missing_port.c b/test/missing_port.lv2/missing_port.c
index 784b596..52da722 100644
--- a/test/missing_port.lv2/missing_port.c
+++ b/test/missing_port.lv2/missing_port.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing port
- Copyright 2011-2016 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/missing_port_name.lv2/missing_port_name.c b/test/missing_port_name.lv2/missing_port_name.c
index 0b1f7d5..b6180de 100644
--- a/test/missing_port_name.lv2/missing_port_name.c
+++ b/test/missing_port_name.lv2/missing_port_name.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Missing port name
- Copyright 2011-2015 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/new_version.lv2/new_version.c b/test/new_version.lv2/new_version.c
index 6e03f4d..09fdfda 100644
--- a/test/new_version.lv2/new_version.c
+++ b/test/new_version.lv2/new_version.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - New version
- Copyright 2011-2016 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/old_version.lv2/old_version.c b/test/old_version.lv2/old_version.c
index e75d601..5cd1e03 100644
--- a/test/old_version.lv2/old_version.c
+++ b/test/old_version.lv2/old_version.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin - Old version
- Copyright 2011-2016 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/test/test.lv2/test.c b/test/test.lv2/test.c
index 2bde8cd..77383a5 100644
--- a/test/test.lv2/test.c
+++ b/test/test.lv2/test.c
@@ -1,6 +1,6 @@
/*
Lilv Test Plugin
- Copyright 2011-2017 David Robillard <d@drobilla.net>
+ Copyright 2011-2019 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/utils/bench.h b/utils/bench.h
index 9006cf5..7b8da82 100644
--- a/utils/bench.h
+++ b/utils/bench.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2014 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/utils/lv2apply.c b/utils/lv2apply.c
index 84f4ca1..38cc5ff 100644
--- a/utils/lv2apply.c
+++ b/utils/lv2apply.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2016 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -202,7 +202,7 @@ print_version(void)
{
printf(
"lv2apply (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2016 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2bench.c b/utils/lv2bench.c
index bbe8818..dfd100b 100644
--- a/utils/lv2bench.c
+++ b/utils/lv2bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2017 David Robillard <http://drobilla.net>
+ Copyright 2012-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -49,7 +49,7 @@ print_version(void)
{
printf(
"lv2bench (lilv) " LILV_VERSION "\n"
- "Copyright 2012-2017 David Robillard <http://drobilla.net>\n"
+ "Copyright 2012-2019 David Robillard <http://drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2info.c b/utils/lv2info.c
index 5869195..ed570f9 100644
--- a/utils/lv2info.c
+++ b/utils/lv2info.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2014 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -339,7 +339,7 @@ print_version(void)
{
printf(
"lv2info (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2014 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2ls.c b/utils/lv2ls.c
index 677e055..90ae1eb 100644
--- a/utils/lv2ls.c
+++ b/utils/lv2ls.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2012 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -42,7 +42,7 @@ print_version(void)
{
printf(
"lv2ls (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2012 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/uri_table.h b/utils/uri_table.h
index 4c494e7..36c3621 100644
--- a/utils/uri_table.h
+++ b/utils/uri_table.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above