summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 13:34:28 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:13:00 +0100
commit153c3a802fe6d9e9498932c717266a890f74646c (patch)
tree87500f02863337314d8eb8e7f428c41dd7ac212b
parentfd3d431a84bea557f71dfd9246d557080447648e (diff)
downloadlilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.gz
lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.bz2
lilv-153c3a802fe6d9e9498932c717266a890f74646c.zip
Use email address instead of website for attribution
-rw-r--r--COPYING2
-rw-r--r--include/lilv/lilv.h2
-rw-r--r--include/lilv/lilvmm.hpp2
-rw-r--r--src/collections.c2
-rw-r--r--src/filesystem.c2
-rw-r--r--src/filesystem.h2
-rw-r--r--src/instance.c2
-rw-r--r--src/lib.c2
-rw-r--r--src/lilv_config.h2
-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/common.h2
-rw-r--r--src/zix/tree.c2
-rw-r--r--src/zix/tree.h2
-rw-r--r--test/lilv_cxx_test.cpp2
-rw-r--r--test/lilv_test_uri_map.h2
-rw-r--r--test/lilv_test_utils.c2
-rw-r--r--test/lilv_test_utils.h2
-rw-r--r--test/test_bad_port_index.c2
-rw-r--r--test/test_bad_port_symbol.c2
-rw-r--r--test/test_classes.c2
-rw-r--r--test/test_discovery.c2
-rw-r--r--test/test_filesystem.c2
-rw-r--r--test/test_get_symbol.c2
-rw-r--r--test/test_no_author.c2
-rw-r--r--test/test_no_verify.c2
-rw-r--r--test/test_plugin.c2
-rw-r--r--test/test_port.c2
-rw-r--r--test/test_preset.c2
-rw-r--r--test/test_project.c2
-rw-r--r--test/test_project_no_author.c2
-rw-r--r--test/test_prototype.c2
-rw-r--r--test/test_reload_bundle.c2
-rw-r--r--test/test_replace_version.c2
-rw-r--r--test/test_state.c2
-rw-r--r--test/test_string.c2
-rw-r--r--test/test_ui.c2
-rw-r--r--test/test_util.c2
-rw-r--r--test/test_value.c2
-rw-r--r--test/test_verify.c2
-rw-r--r--test/test_world.c2
-rw-r--r--utils/bench.h2
-rw-r--r--utils/lilv-bench.c2
-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
57 files changed, 61 insertions, 61 deletions
diff --git a/COPYING b/COPYING
index ec28a67..ee2d260 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011-2020 David Robillard <http://drobilla.net>
+Copyright 2011-2020 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/include/lilv/lilv.h b/include/lilv/lilv.h
index ac34b81..8c31e27 100644
--- a/include/lilv/lilv.h
+++ b/include/lilv/lilv.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/include/lilv/lilvmm.hpp b/include/lilv/lilvmm.hpp
index 33a0dcd..0ac802d 100644
--- a/include/lilv/lilvmm.hpp
+++ b/include/lilv/lilvmm.hpp
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2017 David Robillard <http://drobilla.net>
+ Copyright 2007-2017 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/src/collections.c b/src/collections.c
index 6cfb986..1ee9ad1 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/*
- Copyright 2008-2019 David Robillard <http://drobilla.net>
+ Copyright 2008-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/src/filesystem.c b/src/filesystem.c
index c42c8d2..38af498 100644
--- a/src/filesystem.c
+++ b/src/filesystem.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2021 David Robillard <http://drobilla.net>
+ Copyright 2007-2021 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/src/filesystem.h b/src/filesystem.h
index f888f5f..a82ec6c 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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/src/instance.c b/src/instance.c
index 8f5f7fc..6a2b856 100644
--- a/src/instance.c
+++ b/src/instance.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/lib.c b/src/lib.c
index 5f13777..adba732 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
+ Copyright 2012-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/src/lilv_config.h b/src/lilv_config.h
index 9f6c111..8f959fb 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -1,5 +1,5 @@
/*
- Copyright 2021 David Robillard <http://drobilla.net>
+ Copyright 2021 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/src/lilv_internal.h b/src/lilv_internal.h
index 55e59d2..b8089c5 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/node.c b/src/node.c
index 8c1393b..ac47e80 100644
--- a/src/node.c
+++ b/src/node.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/plugin.c b/src/plugin.c
index 84b63e4..9613468 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/pluginclass.c b/src/pluginclass.c
index 546b53b..2f0afe7 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/port.c b/src/port.c
index 18dbadc..0142d06 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/query.c b/src/query.c
index 1e3e29b..eb179f2 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/scalepoint.c b/src/scalepoint.c
index 0989223..e2db948 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/state.c b/src/state.c
index a47fc9c..684350a 100644
--- a/src/state.c
+++ b/src/state.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/ui.c b/src/ui.c
index 4a65f5c..84f8cef 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/util.c b/src/util.c
index 39b616f..92f72b9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/world.c b/src/world.c
index 1455b34..04bbbf7 100644
--- a/src/world.c
+++ b/src/world.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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/src/zix/common.h b/src/zix/common.h
index 730a450..51683c4 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016 David Robillard <http://drobilla.net>
+ Copyright 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/src/zix/tree.c b/src/zix/tree.c
index a12d411..658cafc 100644
--- a/src/zix/tree.c
+++ b/src/zix/tree.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://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/src/zix/tree.h b/src/zix/tree.h
index 170e2ca..15ad105 100644
--- a/src/zix/tree.h
+++ b/src/zix/tree.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://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 392ead2..31d5e4e 100644
--- a/test/lilv_cxx_test.cpp
+++ b/test/lilv_cxx_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2017-2019 David Robillard <http://drobilla.net>
+ Copyright 2017-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_test_uri_map.h b/test/lilv_test_uri_map.h
index b18d8f4..5f85c86 100644
--- a/test/lilv_test_uri_map.h
+++ b/test/lilv_test_uri_map.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_test_utils.c b/test/lilv_test_utils.c
index 16eeb8e..783ed61 100644
--- a/test/lilv_test_utils.c
+++ b/test/lilv_test_utils.c
@@ -1,5 +1,5 @@
/*
- Copyright 2020 David Robillard <http://drobilla.net>
+ Copyright 2020 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_test_utils.h b/test/lilv_test_utils.h
index e20c7df..b5cddb1 100644
--- a/test/lilv_test_utils.h
+++ b/test/lilv_test_utils.h
@@ -1,5 +1,5 @@
/*
- Copyright 2020 David Robillard <http://drobilla.net>
+ Copyright 2020 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_bad_port_index.c b/test/test_bad_port_index.c
index a116760..b5d6547 100644
--- a/test/test_bad_port_index.c
+++ b/test/test_bad_port_index.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_bad_port_symbol.c b/test/test_bad_port_symbol.c
index 16944b6..8d7d69b 100644
--- a/test/test_bad_port_symbol.c
+++ b/test/test_bad_port_symbol.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_classes.c b/test/test_classes.c
index de9fc65..3e9e21b 100644
--- a/test/test_classes.c
+++ b/test/test_classes.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_discovery.c b/test/test_discovery.c
index f212203..a559970 100644
--- a/test/test_discovery.c
+++ b/test/test_discovery.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_filesystem.c b/test/test_filesystem.c
index 761595e..2a4c94f 100644
--- a/test/test_filesystem.c
+++ b/test/test_filesystem.c
@@ -1,5 +1,5 @@
/*
- Copyright 2020 David Robillard <http://drobilla.net>
+ Copyright 2020 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_get_symbol.c b/test/test_get_symbol.c
index e8cb452..06707c1 100644
--- a/test/test_get_symbol.c
+++ b/test/test_get_symbol.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_no_author.c b/test/test_no_author.c
index b67a284..fb05559 100644
--- a/test/test_no_author.c
+++ b/test/test_no_author.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_no_verify.c b/test/test_no_verify.c
index cf6e0fd..cf063d1 100644
--- a/test/test_no_verify.c
+++ b/test/test_no_verify.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_plugin.c b/test/test_plugin.c
index 4b5645c..a51c849 100644
--- a/test/test_plugin.c
+++ b/test/test_plugin.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_port.c b/test/test_port.c
index 48812b2..2c9db2f 100644
--- a/test/test_port.c
+++ b/test/test_port.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_preset.c b/test/test_preset.c
index 604d693..c66f72b 100644
--- a/test/test_preset.c
+++ b/test/test_preset.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_project.c b/test/test_project.c
index 7080959..b75f056 100644
--- a/test/test_project.c
+++ b/test/test_project.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_project_no_author.c b/test/test_project_no_author.c
index a2bdcc9..7ac9369 100644
--- a/test/test_project_no_author.c
+++ b/test/test_project_no_author.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_prototype.c b/test/test_prototype.c
index 77282eb..493a60a 100644
--- a/test/test_prototype.c
+++ b/test/test_prototype.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_reload_bundle.c b/test/test_reload_bundle.c
index 888f601..c48a295 100644
--- a/test/test_reload_bundle.c
+++ b/test/test_reload_bundle.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_replace_version.c b/test/test_replace_version.c
index 66b690d..7ec5519 100644
--- a/test/test_replace_version.c
+++ b/test/test_replace_version.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_state.c b/test/test_state.c
index 24106ac..ceb5b71 100644
--- a/test/test_state.c
+++ b/test/test_state.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_string.c b/test/test_string.c
index e66accf..2d610bb 100644
--- a/test/test_string.c
+++ b/test/test_string.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_ui.c b/test/test_ui.c
index 032bfbc..e84b147 100644
--- a/test/test_ui.c
+++ b/test/test_ui.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_util.c b/test/test_util.c
index db7eaed..8c8f36a 100644
--- a/test/test_util.c
+++ b/test/test_util.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_value.c b/test/test_value.c
index 1b3a63e..e2a75cf 100644
--- a/test/test_value.c
+++ b/test/test_value.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_verify.c b/test/test_verify.c
index bce2919..8f6b50f 100644
--- a/test/test_verify.c
+++ b/test/test_verify.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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_world.c b/test/test_world.c
index 57518ca..762907f 100644
--- a/test/test_world.c
+++ b/test/test_world.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-2020 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 28e5221..505631f 100644
--- a/utils/bench.h
+++ b/utils/bench.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://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/lilv-bench.c b/utils/lilv-bench.c
index 3068123..d6dc615 100644
--- a/utils/lilv-bench.c
+++ b/utils/lilv-bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2012 David Robillard <http://drobilla.net>
+ Copyright 2007-2012 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/lv2apply.c b/utils/lv2apply.c
index 0a1123a..d296645 100644
--- a/utils/lv2apply.c
+++ b/utils/lv2apply.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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
@@ -207,7 +207,7 @@ static void
print_version(void)
{
printf("lv2apply (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@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 7365b5b..efa36b0 100644
--- a/utils/lv2bench.c
+++ b/utils/lv2bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
+ Copyright 2012-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
@@ -48,7 +48,7 @@ static void
print_version(void)
{
printf("lv2bench (lilv) " LILV_VERSION "\n"
- "Copyright 2012-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2012-2019 David Robillard <d@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 0c79268..293d4e9 100644
--- a/utils/lv2info.c
+++ b/utils/lv2info.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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
@@ -332,7 +332,7 @@ static void
print_version(void)
{
printf("lv2info (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@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 e5df2b3..1c46ae3 100644
--- a/utils/lv2ls.c
+++ b/utils/lv2ls.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-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
@@ -41,7 +41,7 @@ static void
print_version(void)
{
printf("lv2ls (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@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 78d3916..5a337a3 100644
--- a/utils/uri_table.h
+++ b/utils/uri_table.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://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