diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 13:34:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:13:00 +0100 |
commit | 153c3a802fe6d9e9498932c717266a890f74646c (patch) | |
tree | 87500f02863337314d8eb8e7f428c41dd7ac212b /test | |
parent | fd3d431a84bea557f71dfd9246d557080447648e (diff) | |
download | lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.gz lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.bz2 lilv-153c3a802fe6d9e9498932c717266a890f74646c.zip |
Use email address instead of website for attribution
Diffstat (limited to 'test')
-rw-r--r-- | test/lilv_cxx_test.cpp | 2 | ||||
-rw-r--r-- | test/lilv_test_uri_map.h | 2 | ||||
-rw-r--r-- | test/lilv_test_utils.c | 2 | ||||
-rw-r--r-- | test/lilv_test_utils.h | 2 | ||||
-rw-r--r-- | test/test_bad_port_index.c | 2 | ||||
-rw-r--r-- | test/test_bad_port_symbol.c | 2 | ||||
-rw-r--r-- | test/test_classes.c | 2 | ||||
-rw-r--r-- | test/test_discovery.c | 2 | ||||
-rw-r--r-- | test/test_filesystem.c | 2 | ||||
-rw-r--r-- | test/test_get_symbol.c | 2 | ||||
-rw-r--r-- | test/test_no_author.c | 2 | ||||
-rw-r--r-- | test/test_no_verify.c | 2 | ||||
-rw-r--r-- | test/test_plugin.c | 2 | ||||
-rw-r--r-- | test/test_port.c | 2 | ||||
-rw-r--r-- | test/test_preset.c | 2 | ||||
-rw-r--r-- | test/test_project.c | 2 | ||||
-rw-r--r-- | test/test_project_no_author.c | 2 | ||||
-rw-r--r-- | test/test_prototype.c | 2 | ||||
-rw-r--r-- | test/test_reload_bundle.c | 2 | ||||
-rw-r--r-- | test/test_replace_version.c | 2 | ||||
-rw-r--r-- | test/test_state.c | 2 | ||||
-rw-r--r-- | test/test_string.c | 2 | ||||
-rw-r--r-- | test/test_ui.c | 2 | ||||
-rw-r--r-- | test/test_util.c | 2 | ||||
-rw-r--r-- | test/test_value.c | 2 | ||||
-rw-r--r-- | test/test_verify.c | 2 | ||||
-rw-r--r-- | test/test_world.c | 2 |
27 files changed, 27 insertions, 27 deletions
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 |